Skip to content

Instantly share code, notes, and snippets.

@Pabla007
Created July 18, 2019 13:31
Show Gist options
  • Save Pabla007/f09ff5ddf9b6a950d7d458809238fc32 to your computer and use it in GitHub Desktop.
Save Pabla007/f09ff5ddf9b6a950d7d458809238fc32 to your computer and use it in GitHub Desktop.
This is the spectrum plot with bqplot
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"/home/jasims/anaconda3/envs/simu/lib/python3.6/site-packages/tqdm/autonotebook/__init__.py:14: TqdmExperimentalWarning: Using `tqdm.autonotebook.tqdm` in notebook mode. Use `tqdm.tqdm` instead to force console mode (e.g. in jupyter console)\n",
" \" (e.g. in jupyter console)\", TqdmExperimentalWarning)\n"
]
}
],
"source": [
"from tardis import run_tardis\n",
"from tardis.io.atom_data.util import download_atom_data"
]
},
{
"cell_type": "code",
"execution_count": 4,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"[\u001b[1mpy.warnings \u001b[0m][\u001b[1;33mWARNING\u001b[0m] /home/jasims/anaconda3/envs/simu/lib/python3.6/site-packages/tardis/io/atom_data/atom_web_download.py:12: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.\n",
" return yaml.load(open(atomic_repo_fname))\n",
" (\u001b[1mwarnings.py\u001b[0m:99)\n",
"[\u001b[1mpy.warnings \u001b[0m][\u001b[1;33mWARNING\u001b[0m] /home/jasims/anaconda3/envs/simu/lib/python3.6/site-packages/tardis/io/config_internal.py:18: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.\n",
" return yaml.load(open(config_fpath))\n",
" (\u001b[1mwarnings.py\u001b[0m:99)\n",
"[\u001b[1mtardis.io.atom_data.atom_web_download\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Downloading atomic data from https://media.githubusercontent.com/media/tardis-sn/tardis-refdata/master/atom_data/kurucz_cd23_chianti_H_He.h5 to /home/jasims/Downloads/tardis-data/kurucz_cd23_chianti_H_He.h5 (\u001b[1matom_web_download.py\u001b[0m:37)\n"
]
}
],
"source": [
"download_atom_data('kurucz_cd23_chianti_H_He')"
]
},
{
"cell_type": "code",
"execution_count": 5,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"[\u001b[1mpy.warnings \u001b[0m][\u001b[1;33mWARNING\u001b[0m] /home/jasims/anaconda3/envs/simu/lib/python3.6/importlib/_bootstrap.py:219: QAWarning: pyne.data is not yet QA compliant.\n",
" return f(*args, **kwds)\n",
" (\u001b[1mwarnings.py\u001b[0m:99)\n",
"[\u001b[1mpy.warnings \u001b[0m][\u001b[1;33mWARNING\u001b[0m] /home/jasims/anaconda3/envs/simu/lib/python3.6/importlib/_bootstrap.py:219: QAWarning: pyne.material is not yet QA compliant.\n",
" return f(*args, **kwds)\n",
" (\u001b[1mwarnings.py\u001b[0m:99)\n",
"[\u001b[1mpy.warnings \u001b[0m][\u001b[1;33mWARNING\u001b[0m] /home/jasims/anaconda3/envs/simu/lib/python3.6/site-packages/astropy/units/quantity.py:1067: AstropyDeprecationWarning: The truth value of a Quantity is ambiguous. In the future this will raise a ValueError.\n",
" AstropyDeprecationWarning)\n",
" (\u001b[1mwarnings.py\u001b[0m:99)\n",
"[\u001b[1mtardis.plasma.standard_plasmas\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Reading Atomic Data from /home/jasims/Desktop/tardis/docs/examples/kurucz_cd23_chianti_H_He.h5 (\u001b[1mstandard_plasmas.py\u001b[0m:76)\n",
"[\u001b[1mpy.warnings \u001b[0m][\u001b[1;33mWARNING\u001b[0m] /home/jasims/anaconda3/envs/simu/lib/python3.6/site-packages/IPython/core/interactiveshell.py:3296: PerformanceWarning: indexing past lexsort depth may impact performance.\n",
" exec(code_obj, self.user_global_ns, self.user_ns)\n",
" (\u001b[1mwarnings.py\u001b[0m:99)\n",
"[\u001b[1mtardis.io.atom_data.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Read Atom Data with UUID=6f7b09e887a311e7a06b246e96350010 and MD5=864f1753714343c41f99cb065710cace. (\u001b[1mbase.py\u001b[0m:175)\n",
"[\u001b[1mtardis.io.atom_data.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Non provided atomic data: synpp_refs, ion_cx_th_data, ion_cx_sp_data (\u001b[1mbase.py\u001b[0m:178)\n",
"[\u001b[1mpy.warnings \u001b[0m][\u001b[1;33mWARNING\u001b[0m] /home/jasims/anaconda3/envs/simu/lib/python3.6/site-packages/astropy/units/quantity.py:1067: AstropyDeprecationWarning: The truth value of a Quantity is ambiguous. In the future this will raise a ValueError.\n",
" AstropyDeprecationWarning)\n",
" (\u001b[1mwarnings.py\u001b[0m:99)\n",
"[\u001b[1mpy.warnings \u001b[0m][\u001b[1;33mWARNING\u001b[0m] /home/jasims/anaconda3/envs/simu/lib/python3.6/site-packages/tardis/plasma/properties/ion_population.py:59: FutureWarning: \n",
"Passing list-likes to .loc or [] with any missing label will raise\n",
"KeyError in the future, you can use .reindex() as an alternative.\n",
"\n",
"See the documentation here:\n",
"https://pandas.pydata.org/pandas-docs/stable/indexing.html#deprecate-loc-reindex-listlike\n",
" partition_function.index].dropna())\n",
" (\u001b[1mwarnings.py\u001b[0m:99)\n",
"[\u001b[1mpy.warnings \u001b[0m][\u001b[1;33mWARNING\u001b[0m] /home/jasims/anaconda3/envs/simu/lib/python3.6/site-packages/astropy/units/equivalencies.py:90: RuntimeWarning: divide by zero encountered in double_scalars\n",
" (si.m, si.Hz, lambda x: _si.c.value / x),\n",
" (\u001b[1mwarnings.py\u001b[0m:99)\n",
"[\u001b[1mpy.warnings \u001b[0m][\u001b[1;33mWARNING\u001b[0m] /home/jasims/anaconda3/envs/simu/lib/python3.6/site-packages/astropy/units/quantity.py:1067: AstropyDeprecationWarning: The truth value of a Quantity is ambiguous. In the future this will raise a ValueError.\n",
" AstropyDeprecationWarning)\n",
" (\u001b[1mwarnings.py\u001b[0m:99)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Starting iteration 1/20 (\u001b[1mbase.py\u001b[0m:266)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Luminosity emitted = 7.96915e+42 erg / s Luminosity absorbed = 2.63370e+42 erg / s Luminosity requested = 1.05928e+43 erg / s (\u001b[1mbase.py\u001b[0m:357)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Plasma stratification:\n",
"\t t_rad next_t_rad w next_w\n",
"\tShell \n",
"\t0 9926.501965 10171.209103 0.400392 0.500372\n",
"\t5 9852.611678 10306.111379 0.211205 0.191331\n",
"\t10 9779.813302 10174.379204 0.142695 0.116864\n",
"\t15 9708.082813 9910.442275 0.104556 0.085962\n",
"\n",
" (\u001b[1mbase.py\u001b[0m:348)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] t_inner 9933.952 K -- next t_inner 11453.040 K (\u001b[1mbase.py\u001b[0m:350)\n",
"[\u001b[1mpy.warnings \u001b[0m][\u001b[1;33mWARNING\u001b[0m] /home/jasims/anaconda3/envs/simu/lib/python3.6/site-packages/tardis/plasma/properties/ion_population.py:59: FutureWarning: \n",
"Passing list-likes to .loc or [] with any missing label will raise\n",
"KeyError in the future, you can use .reindex() as an alternative.\n",
"\n",
"See the documentation here:\n",
"https://pandas.pydata.org/pandas-docs/stable/indexing.html#deprecate-loc-reindex-listlike\n",
" partition_function.index].dropna())\n",
" (\u001b[1mwarnings.py\u001b[0m:99)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Starting iteration 2/20 (\u001b[1mbase.py\u001b[0m:266)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Luminosity emitted = 1.40398e+43 erg / s Luminosity absorbed = 4.68639e+42 erg / s Luminosity requested = 1.05928e+43 erg / s (\u001b[1mbase.py\u001b[0m:357)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Plasma stratification:\n",
"\t t_rad next_t_rad w next_w\n",
"\tShell \n",
"\t0 10171.209103 11518.516702 0.500372 0.538298\n",
"\t5 10306.111379 11554.412119 0.191331 0.217946\n",
"\t10 10174.379204 11373.574056 0.116864 0.132935\n",
"\t15 9910.442275 11040.788763 0.085962 0.099700\n",
"\n",
" (\u001b[1mbase.py\u001b[0m:348)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] t_inner 11453.040 K -- next t_inner 9948.201 K (\u001b[1mbase.py\u001b[0m:350)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Starting iteration 3/20 (\u001b[1mbase.py\u001b[0m:266)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Luminosity emitted = 8.16814e+42 erg / s Luminosity absorbed = 2.50161e+42 erg / s Luminosity requested = 1.05928e+43 erg / s (\u001b[1mbase.py\u001b[0m:357)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Plasma stratification:\n",
"\t t_rad next_t_rad w next_w\n",
"\tShell \n",
"\t0 11518.516702 10501.129902 0.538298 0.438591\n",
"\t5 11554.412119 10869.940791 0.217946 0.160809\n",
"\t10 11373.574056 10558.269547 0.132935 0.103807\n",
"\t15 11040.788763 10185.648701 0.099700 0.079165\n",
"\n",
" (\u001b[1mbase.py\u001b[0m:348)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] t_inner 9948.201 K -- next t_inner 11328.896 K (\u001b[1mbase.py\u001b[0m:350)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Starting iteration 4/20 (\u001b[1mbase.py\u001b[0m:266)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Luminosity emitted = 1.34487e+43 erg / s Luminosity absorbed = 4.47931e+42 erg / s Luminosity requested = 1.05928e+43 erg / s (\u001b[1mbase.py\u001b[0m:357)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Plasma stratification:\n",
"\t t_rad next_t_rad w next_w\n",
"\tShell \n",
"\t0 10501.129902 11527.008679 0.438591 0.512509\n",
"\t5 10869.940791 11706.138980 0.160809 0.196458\n",
"\t10 10558.269547 11444.208532 0.103807 0.124092\n",
"\t15 10185.648701 11085.857161 0.079165 0.093694\n",
"\n",
" (\u001b[1mbase.py\u001b[0m:348)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] t_inner 11328.896 K -- next t_inner 10054.300 K (\u001b[1mbase.py\u001b[0m:350)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Starting iteration 5/20 (\u001b[1mbase.py\u001b[0m:266)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Luminosity emitted = 8.44348e+42 erg / s Luminosity absorbed = 2.68000e+42 erg / s Luminosity requested = 1.05928e+43 erg / s (\u001b[1mbase.py\u001b[0m:357)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Plasma stratification:\n",
"\t t_rad next_t_rad w next_w\n",
"\tShell \n",
"\t0 11527.008679 10659.382763 0.512509 0.433573\n",
"\t5 11706.138980 11038.244897 0.196458 0.158494\n",
"\t10 11444.208532 10790.696726 0.124092 0.099660\n",
"\t15 11085.857161 10450.666394 0.093694 0.074550\n",
"\n",
" (\u001b[1mbase.py\u001b[0m:348)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] t_inner 10054.300 K -- next t_inner 11261.489 K (\u001b[1mbase.py\u001b[0m:350)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Starting iteration 6/20 (\u001b[1mbase.py\u001b[0m:266)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Luminosity emitted = 1.32492e+43 erg / s Luminosity absorbed = 4.26229e+42 erg / s Luminosity requested = 1.05928e+43 erg / s (\u001b[1mbase.py\u001b[0m:357)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Plasma stratification:\n",
"\t t_rad next_t_rad w next_w\n",
"\tShell \n",
"\t0 10659.382763 11507.437689 0.433573 0.499441\n",
"\t5 11038.244897 11634.568776 0.158494 0.197953\n",
"\t10 10790.696726 11418.594559 0.099660 0.124085\n",
"\t15 10450.666394 10999.619473 0.074550 0.094676\n",
"\n",
" (\u001b[1mbase.py\u001b[0m:348)\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] t_inner 11261.489 K -- next t_inner 10069.444 K (\u001b[1mbase.py\u001b[0m:350)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Starting iteration 7/20 (\u001b[1mbase.py\u001b[0m:266)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Luminosity emitted = 8.49858e+42 erg / s Luminosity absorbed = 2.69247e+42 erg / s Luminosity requested = 1.05928e+43 erg / s (\u001b[1mbase.py\u001b[0m:357)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Plasma stratification:\n",
"\t t_rad next_t_rad w next_w\n",
"\tShell \n",
"\t0 11507.437689 10679.650246 0.499441 0.431088\n",
"\t5 11634.568776 11048.266431 0.197953 0.157179\n",
"\t10 11418.594559 10825.714870 0.124085 0.098608\n",
"\t15 10999.619473 10506.321595 0.094676 0.073794\n",
"\n",
" (\u001b[1mbase.py\u001b[0m:348)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] t_inner 10069.444 K -- next t_inner 11241.826 K (\u001b[1mbase.py\u001b[0m:350)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Starting iteration 8/20 (\u001b[1mbase.py\u001b[0m:266)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Luminosity emitted = 1.30632e+43 erg / s Luminosity absorbed = 4.31719e+42 erg / s Luminosity requested = 1.05928e+43 erg / s (\u001b[1mbase.py\u001b[0m:357)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Plasma stratification:\n",
"\t t_rad next_t_rad w next_w\n",
"\tShell \n",
"\t0 10679.650246 11459.828312 0.431088 0.506176\n",
"\t5 11048.266431 11688.139012 0.157179 0.193468\n",
"\t10 10825.714870 11441.768967 0.098608 0.122412\n",
"\t15 10506.321595 11099.449886 0.073794 0.090915\n",
"\n",
" (\u001b[1mbase.py\u001b[0m:348)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] t_inner 11241.826 K -- next t_inner 10123.177 K (\u001b[1mbase.py\u001b[0m:350)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Starting iteration 9/20 (\u001b[1mbase.py\u001b[0m:266)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Luminosity emitted = 8.68357e+42 erg / s Luminosity absorbed = 2.75015e+42 erg / s Luminosity requested = 1.05928e+43 erg / s (\u001b[1mbase.py\u001b[0m:357)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Plasma stratification:\n",
"\t t_rad next_t_rad w next_w\n",
"\tShell \n",
"\t0 11459.828312 10666.223660 0.506176 0.445097\n",
"\t5 11688.139012 11000.288585 0.193468 0.163424\n",
"\t10 11441.768967 10822.884326 0.122412 0.101641\n",
"\t15 11099.449886 10384.181273 0.090915 0.078432\n",
"\n",
" (\u001b[1mbase.py\u001b[0m:348)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] t_inner 10123.177 K -- next t_inner 11180.783 K (\u001b[1mbase.py\u001b[0m:350)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Starting iteration 10/20 (\u001b[1mbase.py\u001b[0m:266)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Luminosity emitted = 1.28170e+43 erg / s Luminosity absorbed = 4.19511e+42 erg / s Luminosity requested = 1.05928e+43 erg / s (\u001b[1mbase.py\u001b[0m:357)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Plasma stratification:\n",
"\t t_rad next_t_rad w next_w\n",
"\tShell \n",
"\t0 10666.223660 11427.410445 0.445097 0.500788\n",
"\t5 11000.288585 11612.349822 0.163424 0.193129\n",
"\t10 10822.884326 11373.245169 0.101641 0.121622\n",
"\t15 10384.181273 11047.955461 0.078432 0.090937\n",
"\n",
" (\u001b[1mbase.py\u001b[0m:348)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] t_inner 11180.783 K -- next t_inner 10164.432 K (\u001b[1mbase.py\u001b[0m:350)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Starting iteration 11/20 (\u001b[1mbase.py\u001b[0m:266)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Luminosity emitted = 8.79074e+42 erg / s Luminosity absorbed = 2.82804e+42 erg / s Luminosity requested = 1.05928e+43 erg / s (\u001b[1mbase.py\u001b[0m:357)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Plasma stratification:\n",
"\t t_rad next_t_rad w next_w\n",
"\tShell \n",
"\t0 11427.410445 10741.337822 0.500788 0.439938\n",
"\t5 11612.349822 11230.515356 0.193129 0.153637\n",
"\t10 11373.245169 10870.696315 0.121622 0.101050\n",
"\t15 11047.955461 10538.170159 0.090937 0.074680\n",
"\n",
" (\u001b[1mbase.py\u001b[0m:348)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] t_inner 10164.432 K -- next t_inner 11157.711 K (\u001b[1mbase.py\u001b[0m:350)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Starting iteration 12/20 (\u001b[1mbase.py\u001b[0m:266)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Luminosity emitted = 1.27128e+43 erg / s Luminosity absorbed = 4.15415e+42 erg / s Luminosity requested = 1.05928e+43 erg / s (\u001b[1mbase.py\u001b[0m:357)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Plasma stratification:\n",
"\t t_rad next_t_rad w next_w\n",
"\tShell \n",
"\t0 10741.337822 11507.877578 0.439938 0.483114\n",
"\t5 11230.515356 11808.852053 0.153637 0.181826\n",
"\t10 10870.696315 11557.412757 0.101050 0.113563\n",
"\t15 10538.170159 11117.762050 0.074680 0.087418\n",
"\n",
" (\u001b[1mbase.py\u001b[0m:348)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] t_inner 11157.711 K -- next t_inner 10184.966 K (\u001b[1mbase.py\u001b[0m:350)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Starting iteration 13/20 (\u001b[1mbase.py\u001b[0m:266)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Luminosity emitted = 8.90399e+42 erg / s Luminosity absorbed = 2.80864e+42 erg / s Luminosity requested = 1.05928e+43 erg / s (\u001b[1mbase.py\u001b[0m:357)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Plasma stratification:\n",
"\t t_rad next_t_rad w next_w\n",
"\tShell \n",
"\t0 11507.877578 10727.217531 0.483114 0.443706\n",
"\t5 11808.852053 11171.758889 0.181826 0.160824\n",
"\t10 11557.412757 10971.722637 0.113563 0.098588\n",
"\t15 11117.762050 10574.916600 0.087418 0.075266\n",
"\n",
" (\u001b[1mbase.py\u001b[0m:348)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] t_inner 10184.966 K -- next t_inner 11108.923 K (\u001b[1mbase.py\u001b[0m:350)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Starting iteration 14/20 (\u001b[1mbase.py\u001b[0m:266)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Luminosity emitted = 1.25052e+43 erg / s Luminosity absorbed = 4.07335e+42 erg / s Luminosity requested = 1.05928e+43 erg / s (\u001b[1mbase.py\u001b[0m:357)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Plasma stratification:\n",
"\t t_rad next_t_rad w next_w\n",
"\tShell \n",
"\t0 10727.217531 11413.626870 0.443706 0.489526\n",
"\t5 11171.758889 11697.006992 0.160824 0.184795\n",
"\t10 10971.722637 11424.445844 0.098588 0.116722\n",
"\t15 10574.916600 11047.434163 0.075266 0.088067\n",
"\n",
" (\u001b[1mbase.py\u001b[0m:348)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] t_inner 11108.923 K -- next t_inner 10224.266 K (\u001b[1mbase.py\u001b[0m:350)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Starting iteration 15/20 (\u001b[1mbase.py\u001b[0m:266)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Luminosity emitted = 9.00727e+42 erg / s Luminosity absorbed = 2.88724e+42 erg / s Luminosity requested = 1.05928e+43 erg / s (\u001b[1mbase.py\u001b[0m:357)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Plasma stratification:\n",
"\t t_rad next_t_rad w next_w\n",
"\tShell \n",
"\t0 11413.626870 10712.622749 0.489526 0.455660\n",
"\t5 11697.006992 11125.894032 0.184795 0.164091\n",
"\t10 11424.445844 10816.390451 0.116722 0.104037\n",
"\t15 11047.434163 10421.687097 0.088067 0.080401\n",
"\n",
" (\u001b[1mbase.py\u001b[0m:348)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] t_inner 10224.266 K -- next t_inner 11087.666 K (\u001b[1mbase.py\u001b[0m:350)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Starting iteration 16/20 (\u001b[1mbase.py\u001b[0m:266)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Luminosity emitted = 1.23781e+43 erg / s Luminosity absorbed = 4.07435e+42 erg / s Luminosity requested = 1.05928e+43 erg / s (\u001b[1mbase.py\u001b[0m:357)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Plasma stratification:\n",
"\t t_rad next_t_rad w next_w\n",
"\tShell \n",
"\t0 10712.622749 11352.158138 0.455660 0.500754\n",
"\t5 11125.894032 11644.968350 0.164091 0.185289\n",
"\t10 10816.390451 11320.695930 0.104037 0.119195\n",
"\t15 10421.687097 10965.228363 0.080401 0.089940\n",
"\n",
" (\u001b[1mbase.py\u001b[0m:348)\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] t_inner 11087.666 K -- next t_inner 10256.946 K (\u001b[1mbase.py\u001b[0m:350)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Starting iteration 17/20 (\u001b[1mbase.py\u001b[0m:266)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Luminosity emitted = 9.18956e+42 erg / s Luminosity absorbed = 2.86249e+42 erg / s Luminosity requested = 1.05928e+43 erg / s (\u001b[1mbase.py\u001b[0m:357)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Plasma stratification:\n",
"\t t_rad next_t_rad w next_w\n",
"\tShell \n",
"\t0 11352.158138 10738.799194 0.500754 0.452965\n",
"\t5 11644.968350 11210.269586 0.185289 0.160945\n",
"\t10 11320.695930 10911.463205 0.119195 0.103910\n",
"\t15 10965.228363 10545.065525 0.089940 0.078433\n",
"\n",
" (\u001b[1mbase.py\u001b[0m:348)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] t_inner 10256.946 K -- next t_inner 11012.230 K (\u001b[1mbase.py\u001b[0m:350)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Starting iteration 18/20 (\u001b[1mbase.py\u001b[0m:266)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Luminosity emitted = 1.20741e+43 erg / s Luminosity absorbed = 3.93375e+42 erg / s Luminosity requested = 1.05928e+43 erg / s (\u001b[1mbase.py\u001b[0m:357)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Plasma stratification:\n",
"\t t_rad next_t_rad w next_w\n",
"\tShell \n",
"\t0 10738.799194 11316.665617 0.452965 0.492135\n",
"\t5 11210.269586 11599.094127 0.160945 0.183929\n",
"\t10 10911.463205 11403.508986 0.103910 0.114400\n",
"\t15 10545.065525 10958.974248 0.078433 0.087415\n",
"\n",
" (\u001b[1mbase.py\u001b[0m:348)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] t_inner 11012.230 K -- next t_inner 10314.623 K (\u001b[1mbase.py\u001b[0m:350)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Starting iteration 19/20 (\u001b[1mbase.py\u001b[0m:266)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Luminosity emitted = 9.29848e+42 erg / s Luminosity absorbed = 3.02011e+42 erg / s Luminosity requested = 1.05928e+43 erg / s (\u001b[1mbase.py\u001b[0m:357)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Plasma stratification:\n",
"\t t_rad next_t_rad w next_w\n",
"\tShell \n",
"\t0 11316.665617 10862.505720 0.492135 0.444495\n",
"\t5 11599.094127 11194.462074 0.183929 0.162842\n",
"\t10 11403.508986 11065.620645 0.114400 0.099372\n",
"\t15 10958.974248 10599.851144 0.087415 0.077690\n",
"\n",
" (\u001b[1mbase.py\u001b[0m:348)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] t_inner 10314.623 K -- next t_inner 11009.102 K (\u001b[1mbase.py\u001b[0m:350)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Starting iteration 20/20 (\u001b[1mbase.py\u001b[0m:266)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Luminosity emitted = 1.21062e+43 erg / s Luminosity absorbed = 3.88405e+42 erg / s Luminosity requested = 1.05928e+43 erg / s (\u001b[1mbase.py\u001b[0m:357)\n",
"[\u001b[1mtardis.simulation.base\u001b[0m][\u001b[1;37mINFO\u001b[0m ] Simulation finished in 20 iterations and took 102.82 s (\u001b[1mbase.py\u001b[0m:306)\n"
]
}
],
"source": [
"#TARDIS now uses the data in the data repo\n",
"sim = run_tardis('/home/jasims/Desktop/tardis/docs/examples/tardis_example.yml')\n"
]
},
{
"cell_type": "code",
"execution_count": 6,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Populating the interactive namespace from numpy and matplotlib\n",
"[\u001b[1mpy.warnings \u001b[0m][\u001b[1;33mWARNING\u001b[0m] /home/jasims/anaconda3/envs/simu/lib/python3.6/site-packages/tardis/montecarlo/formal_integral.py:167: FutureWarning: Method .as_matrix will be removed in a future version. Use .values instead.\n",
" result = pd.DataFrame(att_S_ul.as_matrix(), index=transitions.transition_line_id.values)\n",
" (\u001b[1mwarnings.py\u001b[0m:99)\n"
]
},
{
"data": {
"application/javascript": [
"/* Put everything inside the global mpl namespace */\n",
"window.mpl = {};\n",
"\n",
"\n",
"mpl.get_websocket_type = function() {\n",
" if (typeof(WebSocket) !== 'undefined') {\n",
" return WebSocket;\n",
" } else if (typeof(MozWebSocket) !== 'undefined') {\n",
" return MozWebSocket;\n",
" } else {\n",
" alert('Your browser does not have WebSocket support.' +\n",
" 'Please try Chrome, Safari or Firefox ≥ 6. ' +\n",
" 'Firefox 4 and 5 are also supported but you ' +\n",
" 'have to enable WebSockets in about:config.');\n",
" };\n",
"}\n",
"\n",
"mpl.figure = function(figure_id, websocket, ondownload, parent_element) {\n",
" this.id = figure_id;\n",
"\n",
" this.ws = websocket;\n",
"\n",
" this.supports_binary = (this.ws.binaryType != undefined);\n",
"\n",
" if (!this.supports_binary) {\n",
" var warnings = document.getElementById(\"mpl-warnings\");\n",
" if (warnings) {\n",
" warnings.style.display = 'block';\n",
" warnings.textContent = (\n",
" \"This browser does not support binary websocket messages. \" +\n",
" \"Performance may be slow.\");\n",
" }\n",
" }\n",
"\n",
" this.imageObj = new Image();\n",
"\n",
" this.context = undefined;\n",
" this.message = undefined;\n",
" this.canvas = undefined;\n",
" this.rubberband_canvas = undefined;\n",
" this.rubberband_context = undefined;\n",
" this.format_dropdown = undefined;\n",
"\n",
" this.image_mode = 'full';\n",
"\n",
" this.root = $('<div/>');\n",
" this._root_extra_style(this.root)\n",
" this.root.attr('style', 'display: inline-block');\n",
"\n",
" $(parent_element).append(this.root);\n",
"\n",
" this._init_header(this);\n",
" this._init_canvas(this);\n",
" this._init_toolbar(this);\n",
"\n",
" var fig = this;\n",
"\n",
" this.waiting = false;\n",
"\n",
" this.ws.onopen = function () {\n",
" fig.send_message(\"supports_binary\", {value: fig.supports_binary});\n",
" fig.send_message(\"send_image_mode\", {});\n",
" if (mpl.ratio != 1) {\n",
" fig.send_message(\"set_dpi_ratio\", {'dpi_ratio': mpl.ratio});\n",
" }\n",
" fig.send_message(\"refresh\", {});\n",
" }\n",
"\n",
" this.imageObj.onload = function() {\n",
" if (fig.image_mode == 'full') {\n",
" // Full images could contain transparency (where diff images\n",
" // almost always do), so we need to clear the canvas so that\n",
" // there is no ghosting.\n",
" fig.context.clearRect(0, 0, fig.canvas.width, fig.canvas.height);\n",
" }\n",
" fig.context.drawImage(fig.imageObj, 0, 0);\n",
" };\n",
"\n",
" this.imageObj.onunload = function() {\n",
" fig.ws.close();\n",
" }\n",
"\n",
" this.ws.onmessage = this._make_on_message_function(this);\n",
"\n",
" this.ondownload = ondownload;\n",
"}\n",
"\n",
"mpl.figure.prototype._init_header = function() {\n",
" var titlebar = $(\n",
" '<div class=\"ui-dialog-titlebar ui-widget-header ui-corner-all ' +\n",
" 'ui-helper-clearfix\"/>');\n",
" var titletext = $(\n",
" '<div class=\"ui-dialog-title\" style=\"width: 100%; ' +\n",
" 'text-align: center; padding: 3px;\"/>');\n",
" titlebar.append(titletext)\n",
" this.root.append(titlebar);\n",
" this.header = titletext[0];\n",
"}\n",
"\n",
"\n",
"\n",
"mpl.figure.prototype._canvas_extra_style = function(canvas_div) {\n",
"\n",
"}\n",
"\n",
"\n",
"mpl.figure.prototype._root_extra_style = function(canvas_div) {\n",
"\n",
"}\n",
"\n",
"mpl.figure.prototype._init_canvas = function() {\n",
" var fig = this;\n",
"\n",
" var canvas_div = $('<div/>');\n",
"\n",
" canvas_div.attr('style', 'position: relative; clear: both; outline: 0');\n",
"\n",
" function canvas_keyboard_event(event) {\n",
" return fig.key_event(event, event['data']);\n",
" }\n",
"\n",
" canvas_div.keydown('key_press', canvas_keyboard_event);\n",
" canvas_div.keyup('key_release', canvas_keyboard_event);\n",
" this.canvas_div = canvas_div\n",
" this._canvas_extra_style(canvas_div)\n",
" this.root.append(canvas_div);\n",
"\n",
" var canvas = $('<canvas/>');\n",
" canvas.addClass('mpl-canvas');\n",
" canvas.attr('style', \"left: 0; top: 0; z-index: 0; outline: 0\")\n",
"\n",
" this.canvas = canvas[0];\n",
" this.context = canvas[0].getContext(\"2d\");\n",
"\n",
" var backingStore = this.context.backingStorePixelRatio ||\n",
"\tthis.context.webkitBackingStorePixelRatio ||\n",
"\tthis.context.mozBackingStorePixelRatio ||\n",
"\tthis.context.msBackingStorePixelRatio ||\n",
"\tthis.context.oBackingStorePixelRatio ||\n",
"\tthis.context.backingStorePixelRatio || 1;\n",
"\n",
" mpl.ratio = (window.devicePixelRatio || 1) / backingStore;\n",
"\n",
" var rubberband = $('<canvas/>');\n",
" rubberband.attr('style', \"position: absolute; left: 0; top: 0; z-index: 1;\")\n",
"\n",
" var pass_mouse_events = true;\n",
"\n",
" canvas_div.resizable({\n",
" start: function(event, ui) {\n",
" pass_mouse_events = false;\n",
" },\n",
" resize: function(event, ui) {\n",
" fig.request_resize(ui.size.width, ui.size.height);\n",
" },\n",
" stop: function(event, ui) {\n",
" pass_mouse_events = true;\n",
" fig.request_resize(ui.size.width, ui.size.height);\n",
" },\n",
" });\n",
"\n",
" function mouse_event_fn(event) {\n",
" if (pass_mouse_events)\n",
" return fig.mouse_event(event, event['data']);\n",
" }\n",
"\n",
" rubberband.mousedown('button_press', mouse_event_fn);\n",
" rubberband.mouseup('button_release', mouse_event_fn);\n",
" // Throttle sequential mouse events to 1 every 20ms.\n",
" rubberband.mousemove('motion_notify', mouse_event_fn);\n",
"\n",
" rubberband.mouseenter('figure_enter', mouse_event_fn);\n",
" rubberband.mouseleave('figure_leave', mouse_event_fn);\n",
"\n",
" canvas_div.on(\"wheel\", function (event) {\n",
" event = event.originalEvent;\n",
" event['data'] = 'scroll'\n",
" if (event.deltaY < 0) {\n",
" event.step = 1;\n",
" } else {\n",
" event.step = -1;\n",
" }\n",
" mouse_event_fn(event);\n",
" });\n",
"\n",
" canvas_div.append(canvas);\n",
" canvas_div.append(rubberband);\n",
"\n",
" this.rubberband = rubberband;\n",
" this.rubberband_canvas = rubberband[0];\n",
" this.rubberband_context = rubberband[0].getContext(\"2d\");\n",
" this.rubberband_context.strokeStyle = \"#000000\";\n",
"\n",
" this._resize_canvas = function(width, height) {\n",
" // Keep the size of the canvas, canvas container, and rubber band\n",
" // canvas in synch.\n",
" canvas_div.css('width', width)\n",
" canvas_div.css('height', height)\n",
"\n",
" canvas.attr('width', width * mpl.ratio);\n",
" canvas.attr('height', height * mpl.ratio);\n",
" canvas.attr('style', 'width: ' + width + 'px; height: ' + height + 'px;');\n",
"\n",
" rubberband.attr('width', width);\n",
" rubberband.attr('height', height);\n",
" }\n",
"\n",
" // Set the figure to an initial 600x600px, this will subsequently be updated\n",
" // upon first draw.\n",
" this._resize_canvas(600, 600);\n",
"\n",
" // Disable right mouse context menu.\n",
" $(this.rubberband_canvas).bind(\"contextmenu\",function(e){\n",
" return false;\n",
" });\n",
"\n",
" function set_focus () {\n",
" canvas.focus();\n",
" canvas_div.focus();\n",
" }\n",
"\n",
" window.setTimeout(set_focus, 100);\n",
"}\n",
"\n",
"mpl.figure.prototype._init_toolbar = function() {\n",
" var fig = this;\n",
"\n",
" var nav_element = $('<div/>')\n",
" nav_element.attr('style', 'width: 100%');\n",
" this.root.append(nav_element);\n",
"\n",
" // Define a callback function for later on.\n",
" function toolbar_event(event) {\n",
" return fig.toolbar_button_onclick(event['data']);\n",
" }\n",
" function toolbar_mouse_event(event) {\n",
" return fig.toolbar_button_onmouseover(event['data']);\n",
" }\n",
"\n",
" for(var toolbar_ind in mpl.toolbar_items) {\n",
" var name = mpl.toolbar_items[toolbar_ind][0];\n",
" var tooltip = mpl.toolbar_items[toolbar_ind][1];\n",
" var image = mpl.toolbar_items[toolbar_ind][2];\n",
" var method_name = mpl.toolbar_items[toolbar_ind][3];\n",
"\n",
" if (!name) {\n",
" // put a spacer in here.\n",
" continue;\n",
" }\n",
" var button = $('<button/>');\n",
" button.addClass('ui-button ui-widget ui-state-default ui-corner-all ' +\n",
" 'ui-button-icon-only');\n",
" button.attr('role', 'button');\n",
" button.attr('aria-disabled', 'false');\n",
" button.click(method_name, toolbar_event);\n",
" button.mouseover(tooltip, toolbar_mouse_event);\n",
"\n",
" var icon_img = $('<span/>');\n",
" icon_img.addClass('ui-button-icon-primary ui-icon');\n",
" icon_img.addClass(image);\n",
" icon_img.addClass('ui-corner-all');\n",
"\n",
" var tooltip_span = $('<span/>');\n",
" tooltip_span.addClass('ui-button-text');\n",
" tooltip_span.html(tooltip);\n",
"\n",
" button.append(icon_img);\n",
" button.append(tooltip_span);\n",
"\n",
" nav_element.append(button);\n",
" }\n",
"\n",
" var fmt_picker_span = $('<span/>');\n",
"\n",
" var fmt_picker = $('<select/>');\n",
" fmt_picker.addClass('mpl-toolbar-option ui-widget ui-widget-content');\n",
" fmt_picker_span.append(fmt_picker);\n",
" nav_element.append(fmt_picker_span);\n",
" this.format_dropdown = fmt_picker[0];\n",
"\n",
" for (var ind in mpl.extensions) {\n",
" var fmt = mpl.extensions[ind];\n",
" var option = $(\n",
" '<option/>', {selected: fmt === mpl.default_extension}).html(fmt);\n",
" fmt_picker.append(option)\n",
" }\n",
"\n",
" // Add hover states to the ui-buttons\n",
" $( \".ui-button\" ).hover(\n",
" function() { $(this).addClass(\"ui-state-hover\");},\n",
" function() { $(this).removeClass(\"ui-state-hover\");}\n",
" );\n",
"\n",
" var status_bar = $('<span class=\"mpl-message\"/>');\n",
" nav_element.append(status_bar);\n",
" this.message = status_bar[0];\n",
"}\n",
"\n",
"mpl.figure.prototype.request_resize = function(x_pixels, y_pixels) {\n",
" // Request matplotlib to resize the figure. Matplotlib will then trigger a resize in the client,\n",
" // which will in turn request a refresh of the image.\n",
" this.send_message('resize', {'width': x_pixels, 'height': y_pixels});\n",
"}\n",
"\n",
"mpl.figure.prototype.send_message = function(type, properties) {\n",
" properties['type'] = type;\n",
" properties['figure_id'] = this.id;\n",
" this.ws.send(JSON.stringify(properties));\n",
"}\n",
"\n",
"mpl.figure.prototype.send_draw_message = function() {\n",
" if (!this.waiting) {\n",
" this.waiting = true;\n",
" this.ws.send(JSON.stringify({type: \"draw\", figure_id: this.id}));\n",
" }\n",
"}\n",
"\n",
"\n",
"mpl.figure.prototype.handle_save = function(fig, msg) {\n",
" var format_dropdown = fig.format_dropdown;\n",
" var format = format_dropdown.options[format_dropdown.selectedIndex].value;\n",
" fig.ondownload(fig, format);\n",
"}\n",
"\n",
"\n",
"mpl.figure.prototype.handle_resize = function(fig, msg) {\n",
" var size = msg['size'];\n",
" if (size[0] != fig.canvas.width || size[1] != fig.canvas.height) {\n",
" fig._resize_canvas(size[0], size[1]);\n",
" fig.send_message(\"refresh\", {});\n",
" };\n",
"}\n",
"\n",
"mpl.figure.prototype.handle_rubberband = function(fig, msg) {\n",
" var x0 = msg['x0'] / mpl.ratio;\n",
" var y0 = (fig.canvas.height - msg['y0']) / mpl.ratio;\n",
" var x1 = msg['x1'] / mpl.ratio;\n",
" var y1 = (fig.canvas.height - msg['y1']) / mpl.ratio;\n",
" x0 = Math.floor(x0) + 0.5;\n",
" y0 = Math.floor(y0) + 0.5;\n",
" x1 = Math.floor(x1) + 0.5;\n",
" y1 = Math.floor(y1) + 0.5;\n",
" var min_x = Math.min(x0, x1);\n",
" var min_y = Math.min(y0, y1);\n",
" var width = Math.abs(x1 - x0);\n",
" var height = Math.abs(y1 - y0);\n",
"\n",
" fig.rubberband_context.clearRect(\n",
" 0, 0, fig.canvas.width, fig.canvas.height);\n",
"\n",
" fig.rubberband_context.strokeRect(min_x, min_y, width, height);\n",
"}\n",
"\n",
"mpl.figure.prototype.handle_figure_label = function(fig, msg) {\n",
" // Updates the figure title.\n",
" fig.header.textContent = msg['label'];\n",
"}\n",
"\n",
"mpl.figure.prototype.handle_cursor = function(fig, msg) {\n",
" var cursor = msg['cursor'];\n",
" switch(cursor)\n",
" {\n",
" case 0:\n",
" cursor = 'pointer';\n",
" break;\n",
" case 1:\n",
" cursor = 'default';\n",
" break;\n",
" case 2:\n",
" cursor = 'crosshair';\n",
" break;\n",
" case 3:\n",
" cursor = 'move';\n",
" break;\n",
" }\n",
" fig.rubberband_canvas.style.cursor = cursor;\n",
"}\n",
"\n",
"mpl.figure.prototype.handle_message = function(fig, msg) {\n",
" fig.message.textContent = msg['message'];\n",
"}\n",
"\n",
"mpl.figure.prototype.handle_draw = function(fig, msg) {\n",
" // Request the server to send over a new figure.\n",
" fig.send_draw_message();\n",
"}\n",
"\n",
"mpl.figure.prototype.handle_image_mode = function(fig, msg) {\n",
" fig.image_mode = msg['mode'];\n",
"}\n",
"\n",
"mpl.figure.prototype.updated_canvas_event = function() {\n",
" // Called whenever the canvas gets updated.\n",
" this.send_message(\"ack\", {});\n",
"}\n",
"\n",
"// A function to construct a web socket function for onmessage handling.\n",
"// Called in the figure constructor.\n",
"mpl.figure.prototype._make_on_message_function = function(fig) {\n",
" return function socket_on_message(evt) {\n",
" if (evt.data instanceof Blob) {\n",
" /* FIXME: We get \"Resource interpreted as Image but\n",
" * transferred with MIME type text/plain:\" errors on\n",
" * Chrome. But how to set the MIME type? It doesn't seem\n",
" * to be part of the websocket stream */\n",
" evt.data.type = \"image/png\";\n",
"\n",
" /* Free the memory for the previous frames */\n",
" if (fig.imageObj.src) {\n",
" (window.URL || window.webkitURL).revokeObjectURL(\n",
" fig.imageObj.src);\n",
" }\n",
"\n",
" fig.imageObj.src = (window.URL || window.webkitURL).createObjectURL(\n",
" evt.data);\n",
" fig.updated_canvas_event();\n",
" fig.waiting = false;\n",
" return;\n",
" }\n",
" else if (typeof evt.data === 'string' && evt.data.slice(0, 21) == \"data:image/png;base64\") {\n",
" fig.imageObj.src = evt.data;\n",
" fig.updated_canvas_event();\n",
" fig.waiting = false;\n",
" return;\n",
" }\n",
"\n",
" var msg = JSON.parse(evt.data);\n",
" var msg_type = msg['type'];\n",
"\n",
" // Call the \"handle_{type}\" callback, which takes\n",
" // the figure and JSON message as its only arguments.\n",
" try {\n",
" var callback = fig[\"handle_\" + msg_type];\n",
" } catch (e) {\n",
" console.log(\"No handler for the '\" + msg_type + \"' message type: \", msg);\n",
" return;\n",
" }\n",
"\n",
" if (callback) {\n",
" try {\n",
" // console.log(\"Handling '\" + msg_type + \"' message: \", msg);\n",
" callback(fig, msg);\n",
" } catch (e) {\n",
" console.log(\"Exception inside the 'handler_\" + msg_type + \"' callback:\", e, e.stack, msg);\n",
" }\n",
" }\n",
" };\n",
"}\n",
"\n",
"// from http://stackoverflow.com/questions/1114465/getting-mouse-location-in-canvas\n",
"mpl.findpos = function(e) {\n",
" //this section is from http://www.quirksmode.org/js/events_properties.html\n",
" var targ;\n",
" if (!e)\n",
" e = window.event;\n",
" if (e.target)\n",
" targ = e.target;\n",
" else if (e.srcElement)\n",
" targ = e.srcElement;\n",
" if (targ.nodeType == 3) // defeat Safari bug\n",
" targ = targ.parentNode;\n",
"\n",
" // jQuery normalizes the pageX and pageY\n",
" // pageX,Y are the mouse positions relative to the document\n",
" // offset() returns the position of the element relative to the document\n",
" var x = e.pageX - $(targ).offset().left;\n",
" var y = e.pageY - $(targ).offset().top;\n",
"\n",
" return {\"x\": x, \"y\": y};\n",
"};\n",
"\n",
"/*\n",
" * return a copy of an object with only non-object keys\n",
" * we need this to avoid circular references\n",
" * http://stackoverflow.com/a/24161582/3208463\n",
" */\n",
"function simpleKeys (original) {\n",
" return Object.keys(original).reduce(function (obj, key) {\n",
" if (typeof original[key] !== 'object')\n",
" obj[key] = original[key]\n",
" return obj;\n",
" }, {});\n",
"}\n",
"\n",
"mpl.figure.prototype.mouse_event = function(event, name) {\n",
" var canvas_pos = mpl.findpos(event)\n",
"\n",
" if (name === 'button_press')\n",
" {\n",
" this.canvas.focus();\n",
" this.canvas_div.focus();\n",
" }\n",
"\n",
" var x = canvas_pos.x * mpl.ratio;\n",
" var y = canvas_pos.y * mpl.ratio;\n",
"\n",
" this.send_message(name, {x: x, y: y, button: event.button,\n",
" step: event.step,\n",
" guiEvent: simpleKeys(event)});\n",
"\n",
" /* This prevents the web browser from automatically changing to\n",
" * the text insertion cursor when the button is pressed. We want\n",
" * to control all of the cursor setting manually through the\n",
" * 'cursor' event from matplotlib */\n",
" event.preventDefault();\n",
" return false;\n",
"}\n",
"\n",
"mpl.figure.prototype._key_event_extra = function(event, name) {\n",
" // Handle any extra behaviour associated with a key event\n",
"}\n",
"\n",
"mpl.figure.prototype.key_event = function(event, name) {\n",
"\n",
" // Prevent repeat events\n",
" if (name == 'key_press')\n",
" {\n",
" if (event.which === this._key)\n",
" return;\n",
" else\n",
" this._key = event.which;\n",
" }\n",
" if (name == 'key_release')\n",
" this._key = null;\n",
"\n",
" var value = '';\n",
" if (event.ctrlKey && event.which != 17)\n",
" value += \"ctrl+\";\n",
" if (event.altKey && event.which != 18)\n",
" value += \"alt+\";\n",
" if (event.shiftKey && event.which != 16)\n",
" value += \"shift+\";\n",
"\n",
" value += 'k';\n",
" value += event.which.toString();\n",
"\n",
" this._key_event_extra(event, name);\n",
"\n",
" this.send_message(name, {key: value,\n",
" guiEvent: simpleKeys(event)});\n",
" return false;\n",
"}\n",
"\n",
"mpl.figure.prototype.toolbar_button_onclick = function(name) {\n",
" if (name == 'download') {\n",
" this.handle_save(this, null);\n",
" } else {\n",
" this.send_message(\"toolbar_button\", {name: name});\n",
" }\n",
"};\n",
"\n",
"mpl.figure.prototype.toolbar_button_onmouseover = function(tooltip) {\n",
" this.message.textContent = tooltip;\n",
"};\n",
"mpl.toolbar_items = [[\"Home\", \"Reset original view\", \"fa fa-home icon-home\", \"home\"], [\"Back\", \"Back to previous view\", \"fa fa-arrow-left icon-arrow-left\", \"back\"], [\"Forward\", \"Forward to next view\", \"fa fa-arrow-right icon-arrow-right\", \"forward\"], [\"\", \"\", \"\", \"\"], [\"Pan\", \"Pan axes with left mouse, zoom with right\", \"fa fa-arrows icon-move\", \"pan\"], [\"Zoom\", \"Zoom to rectangle\", \"fa fa-square-o icon-check-empty\", \"zoom\"], [\"\", \"\", \"\", \"\"], [\"Download\", \"Download plot\", \"fa fa-floppy-o icon-save\", \"download\"]];\n",
"\n",
"mpl.extensions = [\"eps\", \"pdf\", \"png\", \"ps\", \"raw\", \"svg\"];\n",
"\n",
"mpl.default_extension = \"png\";var comm_websocket_adapter = function(comm) {\n",
" // Create a \"websocket\"-like object which calls the given IPython comm\n",
" // object with the appropriate methods. Currently this is a non binary\n",
" // socket, so there is still some room for performance tuning.\n",
" var ws = {};\n",
"\n",
" ws.close = function() {\n",
" comm.close()\n",
" };\n",
" ws.send = function(m) {\n",
" //console.log('sending', m);\n",
" comm.send(m);\n",
" };\n",
" // Register the callback with on_msg.\n",
" comm.on_msg(function(msg) {\n",
" //console.log('receiving', msg['content']['data'], msg);\n",
" // Pass the mpl event to the overridden (by mpl) onmessage function.\n",
" ws.onmessage(msg['content']['data'])\n",
" });\n",
" return ws;\n",
"}\n",
"\n",
"mpl.mpl_figure_comm = function(comm, msg) {\n",
" // This is the function which gets called when the mpl process\n",
" // starts-up an IPython Comm through the \"matplotlib\" channel.\n",
"\n",
" var id = msg.content.data.id;\n",
" // Get hold of the div created by the display call when the Comm\n",
" // socket was opened in Python.\n",
" var element = $(\"#\" + id);\n",
" var ws_proxy = comm_websocket_adapter(comm)\n",
"\n",
" function ondownload(figure, format) {\n",
" window.open(figure.imageObj.src);\n",
" }\n",
"\n",
" var fig = new mpl.figure(id, ws_proxy,\n",
" ondownload,\n",
" element.get(0));\n",
"\n",
" // Call onopen now - mpl needs it, as it is assuming we've passed it a real\n",
" // web socket which is closed, not our websocket->open comm proxy.\n",
" ws_proxy.onopen();\n",
"\n",
" fig.parent_element = element.get(0);\n",
" fig.cell_info = mpl.find_output_cell(\"<div id='\" + id + \"'></div>\");\n",
" if (!fig.cell_info) {\n",
" console.error(\"Failed to find cell for figure\", id, fig);\n",
" return;\n",
" }\n",
"\n",
" var output_index = fig.cell_info[2]\n",
" var cell = fig.cell_info[0];\n",
"\n",
"};\n",
"\n",
"mpl.figure.prototype.handle_close = function(fig, msg) {\n",
" var width = fig.canvas.width/mpl.ratio\n",
" fig.root.unbind('remove')\n",
"\n",
" // Update the output cell to use the data from the current canvas.\n",
" fig.push_to_output();\n",
" var dataURL = fig.canvas.toDataURL();\n",
" // Re-enable the keyboard manager in IPython - without this line, in FF,\n",
" // the notebook keyboard shortcuts fail.\n",
" IPython.keyboard_manager.enable()\n",
" $(fig.parent_element).html('<img src=\"' + dataURL + '\" width=\"' + width + '\">');\n",
" fig.close_ws(fig, msg);\n",
"}\n",
"\n",
"mpl.figure.prototype.close_ws = function(fig, msg){\n",
" fig.send_message('closing', msg);\n",
" // fig.ws.close()\n",
"}\n",
"\n",
"mpl.figure.prototype.push_to_output = function(remove_interactive) {\n",
" // Turn the data on the canvas into data in the output cell.\n",
" var width = this.canvas.width/mpl.ratio\n",
" var dataURL = this.canvas.toDataURL();\n",
" this.cell_info[1]['text/html'] = '<img src=\"' + dataURL + '\" width=\"' + width + '\">';\n",
"}\n",
"\n",
"mpl.figure.prototype.updated_canvas_event = function() {\n",
" // Tell IPython that the notebook contents must change.\n",
" IPython.notebook.set_dirty(true);\n",
" this.send_message(\"ack\", {});\n",
" var fig = this;\n",
" // Wait a second, then push the new image to the DOM so\n",
" // that it is saved nicely (might be nice to debounce this).\n",
" setTimeout(function () { fig.push_to_output() }, 1000);\n",
"}\n",
"\n",
"mpl.figure.prototype._init_toolbar = function() {\n",
" var fig = this;\n",
"\n",
" var nav_element = $('<div/>')\n",
" nav_element.attr('style', 'width: 100%');\n",
" this.root.append(nav_element);\n",
"\n",
" // Define a callback function for later on.\n",
" function toolbar_event(event) {\n",
" return fig.toolbar_button_onclick(event['data']);\n",
" }\n",
" function toolbar_mouse_event(event) {\n",
" return fig.toolbar_button_onmouseover(event['data']);\n",
" }\n",
"\n",
" for(var toolbar_ind in mpl.toolbar_items){\n",
" var name = mpl.toolbar_items[toolbar_ind][0];\n",
" var tooltip = mpl.toolbar_items[toolbar_ind][1];\n",
" var image = mpl.toolbar_items[toolbar_ind][2];\n",
" var method_name = mpl.toolbar_items[toolbar_ind][3];\n",
"\n",
" if (!name) { continue; };\n",
"\n",
" var button = $('<button class=\"btn btn-default\" href=\"#\" title=\"' + name + '\"><i class=\"fa ' + image + ' fa-lg\"></i></button>');\n",
" button.click(method_name, toolbar_event);\n",
" button.mouseover(tooltip, toolbar_mouse_event);\n",
" nav_element.append(button);\n",
" }\n",
"\n",
" // Add the status bar.\n",
" var status_bar = $('<span class=\"mpl-message\" style=\"text-align:right; float: right;\"/>');\n",
" nav_element.append(status_bar);\n",
" this.message = status_bar[0];\n",
"\n",
" // Add the close button to the window.\n",
" var buttongrp = $('<div class=\"btn-group inline pull-right\"></div>');\n",
" var button = $('<button class=\"btn btn-mini btn-primary\" href=\"#\" title=\"Stop Interaction\"><i class=\"fa fa-power-off icon-remove icon-large\"></i></button>');\n",
" button.click(function (evt) { fig.handle_close(fig, {}); } );\n",
" button.mouseover('Stop Interaction', toolbar_mouse_event);\n",
" buttongrp.append(button);\n",
" var titlebar = this.root.find($('.ui-dialog-titlebar'));\n",
" titlebar.prepend(buttongrp);\n",
"}\n",
"\n",
"mpl.figure.prototype._root_extra_style = function(el){\n",
" var fig = this\n",
" el.on(\"remove\", function(){\n",
"\tfig.close_ws(fig, {});\n",
" });\n",
"}\n",
"\n",
"mpl.figure.prototype._canvas_extra_style = function(el){\n",
" // this is important to make the div 'focusable\n",
" el.attr('tabindex', 0)\n",
" // reach out to IPython and tell the keyboard manager to turn it's self\n",
" // off when our div gets focus\n",
"\n",
" // location in version 3\n",
" if (IPython.notebook.keyboard_manager) {\n",
" IPython.notebook.keyboard_manager.register_events(el);\n",
" }\n",
" else {\n",
" // location in version 2\n",
" IPython.keyboard_manager.register_events(el);\n",
" }\n",
"\n",
"}\n",
"\n",
"mpl.figure.prototype._key_event_extra = function(event, name) {\n",
" var manager = IPython.notebook.keyboard_manager;\n",
" if (!manager)\n",
" manager = IPython.keyboard_manager;\n",
"\n",
" // Check for shift+enter\n",
" if (event.shiftKey && event.which == 13) {\n",
" this.canvas_div.blur();\n",
" event.shiftKey = false;\n",
" // Send a \"J\" for go to next cell\n",
" event.which = 74;\n",
" event.keyCode = 74;\n",
" manager.command_mode();\n",
" manager.handle_keydown(event);\n",
" }\n",
"}\n",
"\n",
"mpl.figure.prototype.handle_save = function(fig, msg) {\n",
" fig.ondownload(fig, null);\n",
"}\n",
"\n",
"\n",
"mpl.find_output_cell = function(html_output) {\n",
" // Return the cell and output element which can be found *uniquely* in the notebook.\n",
" // Note - this is a bit hacky, but it is done because the \"notebook_saving.Notebook\"\n",
" // IPython event is triggered only after the cells have been serialised, which for\n",
" // our purposes (turning an active figure into a static one), is too late.\n",
" var cells = IPython.notebook.get_cells();\n",
" var ncells = cells.length;\n",
" for (var i=0; i<ncells; i++) {\n",
" var cell = cells[i];\n",
" if (cell.cell_type === 'code'){\n",
" for (var j=0; j<cell.output_area.outputs.length; j++) {\n",
" var data = cell.output_area.outputs[j];\n",
" if (data.data) {\n",
" // IPython >= 3 moved mimebundle to data attribute of output\n",
" data = data.data;\n",
" }\n",
" if (data['text/html'] == html_output) {\n",
" return [cell, data, j];\n",
" }\n",
" }\n",
" }\n",
" }\n",
"}\n",
"\n",
"// Register the function which deals with the matplotlib target/channel.\n",
"// The kernel may be null if the page has been refreshed.\n",
"if (IPython.notebook.kernel != null) {\n",
" IPython.notebook.kernel.comm_manager.register_target('matplotlib', mpl.mpl_figure_comm);\n",
"}\n"
],
"text/plain": [
"<IPython.core.display.Javascript object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/html": [
"<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAoAAAAHgCAYAAAA10dzkAAAgAElEQVR4nOzdeZQcZb0+8PGH6HXheu49VxS851aQRZYICAiCyK6gbIoiCigqiogoRtCa7CQhCdkhCQkhgWyELBCy1eyZPZlMZiaZyez7vmcms2f2fn5/VFd1vd0zk+6p6fRU1/M5p881Xd2Vt8P3nO9zq+p93xAQERERka2EBHoARERERHR+MQASERER2QwDIBEREZHNMAASERER2QwDIBEREZHNMAASERER2QwDIBEREZHNMAASERER2QwDIBEREZHNMAASERER2QwDIBEREZHNMAASERER2QwDIBEREZHNMAASERER2QwDIBEREZHNMAASERER2QwDIBEREZHNMAASERER2QwDIBEREZHNMAASERER2QwDIBEREZHNMAASERER2QwDIBEREZHNMAASERER2QwDIBEREZHNMAASERER2QwDIBEREZHNMAASERER2QwDIBEREZHNMAASERER2QwDIBEREZHNMAASERER2QwDIBEREZHNMAASERER2QwDIBEREZHNMAASERER2QwDIBEREZHNMAASERER2QwDIBEREZHNMAASERER2QwDIBEREZHNMAASERER2QwD4ARJTEzEI488gksuuQQhISHYt2+fT98vLCzEPffcg4svvhif//zncdlll2HmzJkYGBgQPrd27VpcffXV+I//+A9cddVV2Lp160T+DCIiIrIBBsAJEh4ejpkzZ2Lv3r3jCoBlZWX44IMPkJWVhcrKShw4cAAXX3wxpk+frn9m3bp1uOiii7Br1y6UlZVh586d+PKXv4yDBw9O9M8hIiKiIMYA6AcjBcD+/n7861//wqWXXoovfvGLuPXWWxEfHz/meaZNm4Y777xT//Ptt9+O1157TfjMK6+8gu9///sTNnYiIiIKfgyAfjBSAHz66adxxx13ICkpCaWlpVi2bBk+//nPo7i4eMRzlJSU4JprrsHMmTP192666SbMmjVL+FxoaCguvPBCj1vFRERERKNhAPQD9wBYWlqKz3zmM6irqxM+d//99wu3eAH1Kt/nP/95hISE4IUXXsDw8LB+bPr06fj617+OjIwMOBwOpKen4+KLL0ZISAjq6+v9+6OIiIgoaDAA+oF7ANyzZw9CQkLwpS99SXh99rOfxS9/+Uvhu9XV1cjL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\" width=\"640\">"
],
"text/plain": [
"<IPython.core.display.HTML object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/plain": [
"[<matplotlib.lines.Line2D at 0x7f3a0fe756a0>]"
]
},
"execution_count": 6,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"%pylab notebook\n",
"\n",
"spectrum = sim.runner.spectrum_integrated\n",
"#x=spectrum.wavelength\n",
"#y=spectrum.luminosity_density_lambda\n",
"plot(spectrum.wavelength, spectrum.luminosity_density_lambda)\n",
"#print(x)\n",
"#print(type(y))"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Plotted the Spectrum and will pass the spectrum values as x and y in the brush selector."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Coding for the brush Starts from here."
]
},
{
"cell_type": "code",
"execution_count": 7,
"metadata": {},
"outputs": [],
"source": [
"import pandas as pd\n",
"from bqplot.interacts import (BrushSelector)\n",
"from ipywidgets import VBox,HTML\n",
"from bqplot import LinearScale, Axis, Lines, Scatter, Figure\n",
"import numpy as np\n",
"\n",
"#p=bigData['S_W'].values\n",
"#o=bigData['S_D'].values\n",
"#print (p,o)"
]
},
{
"cell_type": "code",
"execution_count": 8,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"[\u001b[1mpy.warnings \u001b[0m][\u001b[1;33mWARNING\u001b[0m] /home/jasims/anaconda3/envs/simu/lib/python3.6/site-packages/traittypes/traittypes.py:101: UserWarning: Given trait value dtype \"float64\" does not match required type \"float64\". A coerced copy has been created.\n",
" np.dtype(self.dtype).name))\n",
" (\u001b[1mwarnings.py\u001b[0m:99)\n"
]
},
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "e20400895a8942478b2f320ca09e287c",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"VBox(children=(HTML(value='[]'), Figure(axes=[Axis(label='Spectrum Wavelenght', scale=LinearScale()), Axis(lab…"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"sc_x = LinearScale()\n",
"sc_y = LinearScale()\n",
"\n",
"symbol = 'Spectrum Wavelenght'\n",
"symbol2 = 'Spectrum Density'\n",
"\n",
"scatt = Scatter(x=spectrum.wavelength, y=spectrum.luminosity_density_lambda,\n",
" scales={'x': sc_x, 'y': sc_y})\n",
"\n",
"sc_xax = Axis(label=(symbol), scale=sc_x)\n",
"sc_yax = Axis(label=(symbol2), scale=sc_y, orientation='vertical')\n",
"\n",
"br_sel = BrushSelector(x_scale=sc_x, y_scale=sc_y, marks=[scatt], color='black')\n",
"\n",
"\n",
"## We use the HTML widget to see the value of what we are selecting and modify it when an interaction is performed\n",
"## on the selector\n",
"\n",
"db_scat_brush = HTML(value='[]')\n",
"\n",
"## Now, we define a function that will be called when the selectors are interacted with - a callback\n",
"## call back for the selector\n",
"def brush_callback(change):\n",
" db_scat_brush.value = str(br_sel.selected)\n",
" \n",
"br_sel.observe(brush_callback, names=['brushing'])\n",
"\n",
"\n",
"fig_scat_brush = Figure(marks=[scatt], axes=[sc_xax, sc_yax], title='Brush Selector By Pabla007 For Tardis',\n",
" interaction=br_sel,background_style={'fill':'pink'})\n",
"\n",
"VBox([db_scat_brush, fig_scat_brush])"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.7"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
"state": {
"0a51b0438fcc4ce4a856f0e68a737e99": {
"model_module": "@jupyter-widgets/controls",
"model_module_version": "1.4.0",
"model_name": "HTMLModel",
"state": {
"layout": "IPY_MODEL_f86eee41d39443cab524261a6f30e242",
"style": "IPY_MODEL_86ee649b124f431abdcb3650ff37d0b8",
"value": "[[1.75798772e+03 3.76811481e+39]\n [3.01974927e+03 4.72891309e+39]]"
}
},
"17d14c2f270b4fb998d217aa271e7b64": {
"model_module": "bqplot",
"model_module_version": "^0.4.5",
"model_name": "LinearScaleModel",
"state": {
"allow_padding": false,
"max": 1,
"min": 0,
"stabilized": false
}
},
"1e5008a478d9489a953b8ad12c8e5581": {
"model_module": "bqplot",
"model_module_version": "^0.4.5",
"model_name": "ScatterModel",
"state": {
"color": {
"type": null,
"values": null
},
"colors": [
"steelblue"
],
"display_legend": false,
"names": {
"type": null,
"values": null
},
"opacity": {
"type": null,
"values": null
},
"rotation": {
"type": null,
"values": null
},
"scales": {
"x": "IPY_MODEL_56becd7b606944aea179da2dea83c541",
"y": "IPY_MODEL_2fe7329a11094c7ba54ad594b2abac4b"
},
"scales_metadata": {
"color": {
"dimension": "color"
},
"opacity": {
"dimension": "opacity"
},
"rotation": {
"dimension": "rotation"
},
"size": {
"dimension": "size"
},
"skew": {
"dimension": "skew"
},
"x": {
"dimension": "x",
"orientation": "horizontal"
},
"y": {
"dimension": "y",
"orientation": "vertical"
}
},
"size": {
"type": null,
"values": null
},
"skew": {
"type": null,
"values": null
},
"x": {
"type": "float",
"values": [
20000,
19922.303018228908,
19845.207382417146,
19768.706138183254,
19692.792437967706,
19617.4595389897,
19542.700801250732,
19468.50968558357,
19394.87975174554,
19321.804656554923,
19249.278152069295,
19177.294083804773,
19105.846388995033,
19034.92909488912,
18964.536317087048,
18894.66225791214,
18825.301204819276,
18756.447528838038,
18688.095683049898,
18620.240201098593,
18552.875695732837,
18485.996857380534,
18419.59845275373,
18353.675323483527,
18288.2223847842,
18223.234624145785,
18158.70710005448,
18094.63494074007,
18031.013342949875,
17967.83757074836,
17905.102954341986,
17842.80488892854,
17780.938833570413,
17719.500310091258,
17658.48490199541,
17597.88825340959,
17537.7060680463,
17477.934108188412,
17418.56819369448,
17359.604201024216,
17301.038062283737,
17242.865764290025,
17185.083347654236,
17127.68690588336,
17070.67258449983,
17014.036580178647,
16957.775139901645,
16901.884560128452,
16846.361185983827,
16791.20141046092,
16736.401673640165,
16681.95846192343,
16627.868307283006,
16574.127786525234,
16520.733520568312,
16467.682173734047,
16414.970453053185,
16362.595107584062,
16310.55292774425,
16258.840744654906,
16207.455429497568,
16156.393892883107,
16105.653084232566,
16055.229991169623,
16005.121638924456,
15955.325089748701,
15905.837442341339,
15856.655831285181,
15807.777426493836,
15759.19943266882,
15710.919088766692,
15662.933667475918,
15615.240474703309,
15567.836849069823,
15520.72016141549,
15473.887814313346,
15427.337241592102,
15381.065907867414,
15335.07130808158,
15289.350967051449,
15243.90243902439,
15198.723307242191,
15153.811183512653,
15109.163707788774,
15064.778547755348,
15020.65339842283,
14976.78598172832,
14933.174046143507,
14889.815366289458,
14846.707742558088,
14803.849000740192,
14761.2369916599,
14718.869590815424,
14676.744698025977,
14634.860237084737,
14593.21415541773,
14551.804423748546,
14510.629035768701,
14469.686007813632,
14428.973378544119,
14388.489208633096,
14348.23158045771,
14308.198597796538,
14268.388385531856,
14228.79908935686,
14189.428875487763,
14150.275930380643,
14111.338460452975,
14072.61469180974,
14034.10286997404,
13995.801259622114,
13957.708144322703,
13919.821826280626,
13882.140626084543,
13844.662882458813,
13807.386952019331,
13770.311209033325,
13733.434045183,
13696.75386933297,
13660.269107301414,
13623.978201634878,
13587.879611386645,
13551.971811898633,
13516.253294586742,
13480.722566729579,
13445.378151260506,
13410.218586562962,
13375.242426268976,
13340.448239060834,
13305.834608475818,
13271.400132714003,
13237.143424449005,
13203.06311064167,
13169.157832356621,
13135.426244581637,
13101.867016049788,
13068.478829064297,
13035.260379326079,
13002.210375763882,
12969.327540367032,
12936.610608020701,
12904.058326343637,
12871.669455528383,
12839.442768183862,
12807.37704918033,
12775.471095496649,
12743.723716069837,
12712.133731646858,
12680.6999746386,
12649.42128897603,
12618.296529968455,
12587.324564163888,
12556.504269211451,
12525.83453372581,
12495.314257153568,
12464.942349641633,
12434.717731907487,
12404.639335111333,
12374.706100730109,
12344.916980433307,
12315.270935960592,
12285.766939001167,
12256.403971074888,
12227.181023415053,
12198.09709685289,
12169.15120170368,
12140.342357654488,
12111.669593653487,
12083.13194780087,
12054.728467241277,
12026.458208057727,
11998.320235167079,
11970.313622216903,
11942.437451483847,
11914.690813773383,
11887.072808320952,
11859.582542694498,
11832.21913269834,
11804.981702278363,
11777.869383428537,
11750.881316098707,
11724.016648103641,
11697.274535033339,
11670.654140164557,
11644.154634373546,
11617.775196049957,
11591.51501101194,
11565.373272422368,
11539.34918070621,
11513.441943469,
11487.650775416429,
11461.974898274973,
11436.413540713633,
11410.965938266676,
11385.63133325743,
11360.40897472309,
11335.298118340514,
11310.298026352993,
11285.407967498026,
11260.627216935984,
11235.955056179775,
11211.390773025394,
11186.933661483388,
11162.583021711223,
11138.338159946536,
11114.198388441235,
11090.163025396474,
11066.231394898468,
11042.402826855125,
11018.676656933503,
10995.052226498075,
10971.528882549783,
10948.105977665866,
10924.78286994046,
10901.558922925979,
10878.433505575198,
10855.405992184109,
10832.475762335482,
10809.642200843153,
10786.904697696997,
10764.262648008611,
10741.715451957678,
10719.262514738984,
10696.903246510135,
10674.63706233988,
10652.463382157124,
10630.381630700542,
10608.391237468839,
10586.491636671606,
10564.682267180815,
10542.96257248287,
10521.33200063128,
10499.790004199916,
10478.33604023681,
10456.96957021855,
10435.690060005218,
10414.496979795875,
10393.389804084602,
10372.36801161705,
10351.431085347549,
10330.578512396694,
10309.809784009485,
10289.124395513942,
10268.52184628023,
10248.001639680264,
10227.563283047815,
10207.206287639074,
10186.930168593695,
10166.7344448963,
10146.618639338441,
10126.582278481013,
10106.62489261711,
10086.746015735325,
10066.945185483466,
10047.221943132723,
10027.57583354224,
10008.006405124099,
9988.513209808722,
9969.095803010667,
9949.753743594847,
9930.486593843098,
9911.293919421181,
9892.175289346129,
9873.130275953992,
9854.158454867955,
9835.259404966806,
9816.432708353785,
9797.677950325773,
9778.99471934285,
9760.382606998195,
9741.84120798831,
9723.370120083622,
9704.968944099379,
9686.637283866905,
9668.374746205162,
9650.180940892642,
9632.055480639568,
9613.997981060424,
9596.008060646773,
9578.085340740385,
9560.229445506693,
9542.44000190849,
9524.71663967997,
9507.05899130104,
9489.466691971911,
9471.939379587971,
9454.476694714947,
9437.078280564338,
9419.743782969103,
9402.472850359645,
9385.265133740028,
9368.120286664482,
9351.037965214138,
9334.017827974052,
9317.059536010434,
9300.162752848175,
9283.32714444857,
9266.552379187324,
9249.838127832763,
9233.184063524306,
9216.589861751152,
9200.055200331202,
9183.57975939021,
9167.163221341156,
9150.805270863837,
9134.505594884677,
9118.263882556761,
9102.079825240067,
9085.953116481918,
9069.883451997643,
9053.870529651425,
9037.91404943739,
9022.013713460845,
9006.169225919755,
8990.380293086399,
8974.646623289209,
8958.967926894822,
8943.343916290301,
8927.774305865549,
8912.2588119959,
8896.79715302491,
8881.389049247302,
8866.0342228921,
8850.732398105944,
8835.483300936561,
8820.286659316427,
8805.142203046578,
8790.0496637806,
8775.008775008775,
8760.019272042398,
8745.080891998252,
8730.19337378323,
8715.356458079135,
8700.56988732762,
8685.833405715279,
8671.146759158899,
8656.509695290859,
8641.92196344467,
8627.383314640669,
8612.893501571853,
8598.452278589853,
8584.05940169106,
8569.714628502872,
8555.417718270095,
8541.168431841475,
8526.966531656362,
8512.811781731505,
8498.703947647984,
8484.642796538266,
8470.628097073397,
8456.659619450318,
8442.73713537929,
8428.860418071477,
8415.029242226616,
8401.243384020836,
8387.502621094569,
8373.806732540612,
8360.15549889228,
8346.548702111677,
8332.986125578102,
8319.46755407654,
8305.992773786287,
8292.561572269675,
8279.1737384609,
8265.829062654984,
8252.527336496802,
8239.268352970255,
8226.051906387529,
8212.87779237845,
8199.745807879955,
8186.655751125665,
8173.607421635538,
8160.600620205647,
8147.635148898032,
8134.710811030667,
8121.827411167513,
8108.98475510866,
8096.182649880581,
8083.420903726457,
8070.6993260966065,
8058.017727639,
8045.37592018987,
8032.773716764399,
8020.2109315475,
8007.68737988469,
7995.202878273038,
7982.7572443522,
7970.350296895549,
7957.98185580137,
7945.651742084146,
7933.359777865927,
7921.105786367778,
7908.889591901298,
7896.711019860229,
7884.569896712135,
7872.46604999016,
7860.399308284863,
7848.369501236119,
7836.376459525117,
7824.420014866399,
7812.500000000001,
7800.6162486836465,
7788.768595685023,
7776.956876774119,
7765.18092871564,
7753.440589261486,
7741.7356971433,
7730.066092065088,
7718.4316146958945,
7706.832106662557,
7695.267410542517,
7683.737369856699,
7672.241829062453,
7660.780633546559,
7649.353629618298,
7637.960664502579,
7626.60158633313,
7615.276244145758,
7603.984487871646,
7592.72616833074,
7581.501137225171,
7570.309247132746,
7559.150351500492,
7548.024304638262,
7536.930961712392,
7525.8701787394175,
7514.841812579846,
7503.845720931979,
7492.881762325792,
7481.949796116869,
7471.0496824803895,
7460.181282405163,
7449.344457687725,
7438.539070926471,
7427.764985515859,
7417.022065640646,
7406.310176270184,
7395.629183152757,
7384.9789528099855,
7374.35935253125,
7363.770250368189,
7353.211515129234,
7342.683016374184,
7332.184624408843,
7321.71621027969,
7311.277645768599,
7300.868803387603,
7290.489556373712,
7280.1397786837515,
7269.819344989278,
7259.528130671507,
7249.266011816305,
7239.032865209209,
7228.828568330503,
7218.652999350322,
7208.506037123808,
7198.387561186295,
7188.2974517485545,
7178.2355896920535,
7168.201856564282,
7158.196134574087,
7148.218306587084,
7138.268256121066,
7128.345867341483,
7118.451025056948,
7108.583614714769,
7098.743522396537,
7088.930634813739,
7079.144839303413,
7069.386023823831,
7059.65407695023,
7049.948887870563,
7040.270346381302,
7030.618342883256,
7020.9927683774495,
7011.393514461,
7001.820473323064,
6992.273537740797,
6982.752601075345,
6973.257557267878,
6963.788300835656,
6954.344726868112,
6944.926731022989,
6935.53420952249,
6926.167059149468,
6916.825177243645,
6907.508461697866,
6898.216810954369,
6888.950124001103,
6879.708300368065,
6870.491240123669,
6861.298843871145,
6852.131012744964,
6842.987648407296,
6833.868653044489,
6824.7739293635905,
6815.703380588878,
6806.65691045843,
6797.634423220719,
6788.635823631242,
6779.661016949153,
6770.709908933953,
6761.782405842181,
6752.878414424149,
6743.997841920692,
6735.140596059943,
6726.306585054148,
6717.49571759648,
6708.70790285791,
6699.943050484071,
6691.201070592172,
6682.481873767918,
6673.785371062468,
6665.111473989403,
6656.460094521734,
6647.831145088916,
6639.224538573895,
6630.640188310182,
6622.078008078935,
6613.537912106081,
6605.019815059446,
6596.523632045913,
6588.049278608604,
6579.596670724085,
6571.16572479958,
6562.756357670222,
6554.368486596317,
6546.00202926063,
6537.656903765691,
6529.333028631126,
6521.030322791002,
6512.748705591196,
6504.488096786783,
6496.248416539449,
6488.02958541491,
6479.831524380366,
6471.654154801968,
6463.497398442298,
6455.361177457879,
6447.2454143967,
6439.15003219575,
6431.074954178592,
6423.020104052926,
6414.985405908202,
6406.970784213225,
6398.976163813791,
6391.001469930338,
6383.046628155619,
6375.111564452378,
6367.196205151063,
6359.3004769475365,
6351.4243069008235,
6343.567622430856,
6335.730351316249,
6327.9124216920845,
6320.113762047717,
6312.334301224594,
6304.573968414085,
6296.832693155343,
6289.110405333166,
6281.407035175879,
6273.722513253239,
6266.056770474341,
6258.409738085553,
6250.781347668459,
6243.171531137818,
6235.58022073954,
6228.007349048672,
6220.452848967405,
6212.916653723091,
6205.398696866274,
6197.898912268741,
6190.41723412158,
6182.9535969332555,
6175.507935527697,
6168.080185042407,
6160.670280926565,
6153.278158939175,
6145.903755147195,
6138.547005923698,
6131.207847946046,
6123.886218194066,
6116.582053948255,
6109.295292787977,
6102.0258725897,
6094.773731525217,
6087.538808059901,
6080.321040950963,
6073.120369245718,
6065.936732279883,
6058.770069675857,
6051.620321341039,
6044.4874274661515,
6037.371328523562,
6030.271965265634,
6023.189278723084,
6016.123210203345,
6009.073701288947,
6002.040693835905,
5995.024129972123,
5988.023952095809,
5981.040102873891,
5974.072525240456,
5967.121162395203,
5960.185957801884,
5953.266855186784,
5946.363798537194,
5939.476732099903,
5932.6056003796875,
5925.7503481378335,
5918.910920390648,
5912.087262407993,
5905.279319711823,
5898.487038074734,
5891.71036351853,
5884.949242312785,
5878.2036209734315,
5871.473446261339,
5864.758665180928,
5858.059224978765,
5851.375073142189,
5844.706157397937,
5838.052425710783,
5831.4138262821825,
5824.790307548929,
5818.181818181818,
5811.5883070843265,
5805.0097233912875,
5798.4460164675875,
5791.897135906866,
5785.363031530229,
5778.843653384958,
5772.338951743246,
5765.8488771009315,
5759.373380176236,
5752.912411908529,
5746.465923457074,
5740.033866199811,
5733.616191732126,
5727.212851865639,
5720.823798627002,
5714.448984256694,
5708.088361207831,
5701.7418821449955,
5695.409499943046,
5689.091167685962,
5682.786838665682,
5676.49646638095,
5670.220004536176,
5663.9574070403,
5657.708628005658,
5651.473621746871,
5645.252342779723,
5639.044745820058,
5632.850785782685,
5626.6704177802785,
5620.503597122302,
5614.350279313927,
5608.21042005496,
5602.083975238789,
5595.970900951316,
5589.871153469913,
5583.784689262382,
5577.711464985917,
5571.651437486071,
5565.604563795742,
5559.570801134153,
5553.55010690584,
5547.5424386996565,
5541.5477542877725,
5535.566011624688,
5529.59716884625,
5523.641184268669,
5517.698016387563,
5511.767623876978,
5505.849965588438,
5499.945000549994,
5494.052687965278,
5488.172987212558,
5482.3058578438095,
5476.45125958379,
5470.6091523291125,
5464.77949614733,
5458.962251276033,
5453.157378121933,
5447.364837259976,
5441.584589432443,
5435.816595548066,
5430.060816681147,
5424.317214070679,
5418.58574911948,
5412.866383393327,
5407.159078620093,
5401.463796688903,
5395.780499649274,
5390.109149710282,
5384.449709239716,
5378.802140763251,
5373.166406963624,
5367.542470679799,
5361.930294906166,
5356.329842791719,
5350.7410776392535,
5345.163962904562,
5339.598462195643,
5334.044539271903,
5328.502158043375,
5322.971282569931,
5317.451877060513,
5311.943905872355,
5306.447333510215,
5300.96212462562,
5295.488244016098,
5290.025656624434,
5284.574327537917,
5279.134221987594,
5273.705305347537,
5268.287543134104,
5262.88090100521,
5257.4853447596015,
5252.100840336135,
5246.7273538130585,
5241.3648514073075,
5236.0132994737805,
5230.672664504656,
5225.342913128675,
5220.024012110455,
5214.715928349803,
5209.418628881018,
5204.132080872213,
5198.856251624643,
5193.591108572022,
5188.336619279859,
5183.092751444787,
5177.859472893906,
5172.63675158412,
5167.4245556014885,
5162.222853160571,
5157.031612603785,
5151.850802400763,
5146.68039114771,
5141.520347566776,
5136.370640505418,
5131.231238935783,
5126.102111954071,
5120.983228779926,
5115.874558755819,
5110.776071346433,
5105.6877361380575,
5100.609522837979,
5095.541401273885,
5090.483341393266,
5085.435313262816,
5080.397287067849,
5075.369233111709,
5070.351121815186,
5065.342923715936,
5060.344609467906,
5055.356149840757,
5050.3775157192995,
5045.408678102926,
5040.449608105044,
5035.500276952515,
5030.560655985109,
5025.63071665494,
5020.71043052592,
5015.799769273211,
5010.898704682685,
5006.00720865038,
5001.125253181966,
4996.252810392206,
4991.38985250443,
4986.536351850005,
4981.692280867811,
4976.857612103718,
4972.032318210068,
4967.216371945162,
4962.409746172742,
4957.612413861484,
4952.824348084495,
4948.045522018802,
4943.275908944857,
4938.515482246036,
4933.764215408146,
4929.022082018928,
4924.289055767573,
4919.565110444238,
4914.850219939547,
4910.1443582441325,
4905.447499448137,
4900.7596177407495,
4896.080687409729,
4891.410682840932,
4886.749578517849,
4882.097349021139,
4877.453969028168,
4872.819413312543,
4868.193656743665,
4863.576674286271,
4858.968440999976,
4854.368932038836,
4849.77812265089,
4845.195988177722,
4840.622504054022,
4836.057645807138,
4831.50138905665,
4826.953709513926,
4822.414582981699,
4817.883985353633,
4813.361892613897,
4808.84828083674,
4804.3431261860715,
4799.8464049150425,
4795.358093365622,
4790.878167968189,
4786.406605241115,
4781.943381790359,
4777.488474309055,
4773.041859577109,
4768.60351446079,
4764.173415912339,
4759.751540969562,
4755.337866755433,
4750.932370477706,
4746.535029428517,
4742.145820983995,
4737.764722603875,
4733.391711831113,
4729.026766291498,
4724.669863693275,
4720.320981826764,
4715.980098563984,
4711.647191858274,
4707.322239743921,
4703.005220335795,
4698.696111828967,
4694.394892498357,
4690.101540698356,
4685.8160348624715,
4681.538353502961,
4677.268475210477,
4673.006378653707,
4668.752042579019,
4664.505445810108,
4660.266567247647,
4656.035385868933,
4651.811880727543,
4647.59603095299,
4643.387815750371,
4639.187214400037,
4634.994206257242,
4630.808770751812,
4626.630887387804,
4622.4605357431765,
4618.2976954694495,
4614.142346291383,
4609.994468006638,
4605.8540404854575,
4601.721043670333,
4597.595457575688,
4593.477262287552,
4589.366437963239,
4585.262964831033,
4581.166823189867,
4577.077993409008,
4572.996455927747,
4568.922191255083,
4564.855179969416,
4560.795402718234,
4556.742840217812,
4552.6974732529025,
4548.659282676431,
4544.628249409198,
4540.604354439576,
4536.58757882321,
4532.57790368272,
4528.575310207409,
4524.579779652965,
4520.591293341169,
4516.609832659606,
4512.635379061372,
4508.667914064789,
4504.70741925312,
4500.753876274276,
4496.807266840543,
4492.867572728294,
4488.934775777708,
4485.008857892494,
4481.089801039612,
4477.177587248998,
4473.272198613286,
4469.373617287537,
4465.481825488971,
4461.596805496687,
4457.718539651407,
4453.8470103551945,
4449.982200071199,
4446.124091323389,
4442.272666696282,
4438.427908834691,
4434.589800443458,
4430.7583242872015,
4426.933463190048,
4423.115200035385,
4419.3035177656,
4415.4983993818305,
4411.699827943707,
4407.907786569105,
4404.122258433894,
4400.343226771688,
4396.570674873598,
4392.804586087987,
4389.044943820225,
4385.29173153244,
4381.544932743285,
4377.804531027689,
4374.0705100166215,
4370.342853396849,
4366.621544910702,
4362.906568355839,
4359.197907585004,
4355.495546505804,
4351.799469080464,
4348.109659325608,
4344.426101312017,
4340.748779164406,
4337.077677061196,
4333.412779234286,
4329.754069968826,
4326.101533602993,
4322.455154527772,
4318.814917186724,
4315.180806075775,
4311.552805742988,
4307.930900788351,
4304.315075863553,
4300.70531567177,
4297.101604967449,
4293.503928556094,
4289.912271294052,
4286.326618088298,
4282.746953896229,
4279.173263725448,
4275.605532633559,
4272.043745727956,
4268.487888165618,
4264.9379451528985,
4261.393901945326,
4257.855743847398,
4254.323456212376,
4250.797024442083,
4247.276433986705,
4243.761670344594,
4240.252719062056,
4236.749565733169,
4233.2521959995765,
4229.760595550291,
4226.274750121505,
4222.794645496389,
4219.320267504905,
4215.851602023608,
4212.388634975463,
4208.931352329643,
4205.479740101352,
4202.033784351626,
4198.593471187152,
4195.158786760079,
4191.72971726783,
4188.306248952924,
4184.888368102781,
4181.4760610495505,
4178.069314169922,
4174.668113884946,
4171.272446659853,
4167.882299003876,
4164.497657470068,
4161.118508655127,
4157.744839199218,
4154.3766357858,
4151.013885141446,
4147.65657403567,
4144.304689280756,
4140.958217731583,
4137.6171462854545,
4134.281461881925,
4130.951151502633,
4127.626202171131,
4124.306600952715,
4120.992334954257,
4117.683391324041,
4114.379757251594,
4111.081419967522,
4107.788366743345,
4104.500584891333,
4101.218061764344,
4097.94078475566,
4094.6687412988285,
4091.4019188675,
4088.1403049752666,
4084.883887175507,
4081.6326530612246,
4078.3865902648913,
4075.1456864582906,
4071.9099293523623,
4068.6793066970463,
4065.453806281126,
4062.2334159320794,
4059.0181235159216,
4055.8079169370535,
4052.602784138113,
4049.4027130998174,
4046.207691840822,
4043.017708417563,
4039.8327509241117,
4036.6528074920275,
4033.4778662902086,
4030.307915524746,
4027.1429434387774,
4023.982938312341,
4020.8278884622346,
4017.6777822418644,
4014.5326080411087,
4011.3923542861726,
4008.257009439445,
4005.1265619993587,
4002.00100050025,
3998.880313512216,
3995.76448964098,
3992.653517527749,
3989.5473858490755,
3986.446083316723,
3983.3495986775274,
3980.257920713262,
3977.171038240499,
3974.0889401104796,
3971.0116152089745,
3967.939052456154,
3964.871240806455,
3961.8081692484448,
3958.7498268046947,
3955.6962025316457,
3952.6472855194766,
3949.603064891978,
3946.5635298064212,
3943.528669453427,
3940.4984730568417,
3937.4729298736074,
3934.4520291936337,
3931.4357603396757,
3928.4241126672036,
3925.4170755642785,
3922.4146384514306,
3919.4167907815317,
3916.4235220396736,
3913.434821743044,
3910.4506794408057,
3907.4710847139727,
3904.496027175292,
3901.5254964691194,
3898.5594822713006,
3895.5979742890536,
3892.6409622608458,
3889.68843595628,
3886.7403851759723,
3883.796799751437,
3880.857669544969,
3877.922984449529,
3874.992734388623,
3872.066909316193,
3869.145499216498,
3866.2284941040016,
3863.315884023257,
3860.4076590487957,
3857.503809285012,
3854.6043248660526,
3851.7091959557056,
3848.8184127472864,
3845.931965463531,
3843.049844356481,
3840.172039707379,
3837.298541826554,
3834.429341053318,
3831.5644277558526,
3828.7037923311063,
3825.847425204683,
3822.995316830737,
3820.1474576918667,
3817.3038382990094,
3814.4644491913336,
3811.629280936136,
3808.7983241287375,
3805.9715693923768,
3803.1490073781088,
3800.3306287647024,
3797.516424258535,
3794.706384593492,
3791.900500530866,
3789.098762859254,
3786.3011623944567,
3783.50768997938,
3780.718336483932,
3777.9330928049267,
3775.1519498659823,
3772.3748986174246,
3769.6019300361877,
3766.8330351257177,
3764.0682049158727,
3761.307430462829,
3758.5507028489815,
3755.798013182851,
3753.0493525989864,
3750.304712257871,
3747.564083345825,
3744.827457074915,
3742.0948246828575,
3739.366177432925,
3736.641506613855,
3733.920803539757,
3731.2040595500166,
3728.491266009209,
3725.7824143070043,
3723.077495858076,
3720.3765021020126,
3717.679424503225,
3714.986254550858,
3712.2969837587007,
3709.611603665096,
3706.9301058328547,
3704.2524818491625,
3701.5787233254982,
3698.90882189754,
3696.2427692250826,
3693.5805569919476,
3690.9221769059,
3688.2676206985575,
3685.6168801253107,
3682.969946965233,
3680.3268130209963,
3677.687470118789,
3675.05191010823,
3672.420124862284,
3669.792106277179,
3667.1678462723235,
3664.5473367902227,
3661.9305697963964,
3659.317537279297,
3656.7082312502284,
3654.102643743263,
3651.500766815161,
3648.9025925452916,
3646.3081130355513,
3643.7173204102824,
3641.130206816196,
3638.5467644222895,
3635.9669854197723,
3633.390862021982,
3630.8183864643092,
3628.249551004118,
3625.68434792067,
3623.122769515045,
3620.564808110065,
3618.010456050218,
3615.45970570158,
3612.9125494517407,
3610.3689797097263,
3607.8289889059256,
3605.292569492014,
3602.7597139408786,
3600.230414746544,
3597.7046644240972,
3595.182455509617,
3592.6637805600963,
3590.1486321533707,
3587.6370028880474,
3585.1288853834294,
3582.6242722794445,
3580.1231562365742,
3577.6255299357813,
3575.1313860784385,
3572.640717386256,
3570.1535166012136,
3567.6697764854885,
3565.189489821384,
3562.7126494112613,
3560.2392480774706,
3557.769278662279,
3555.302734027802,
3552.8396070559393,
3550.3798906482994,
3547.9235777261356,
3545.4706612302784,
3543.0211341210647,
3540.5749893782745,
3538.1322200010613,
3535.6928190078843,
3533.2567794364454,
3530.8240943436194,
3528.394756805391,
3525.968759916787,
3523.546096791811,
3521.1267605633802,
3518.710744383258,
3516.298041421991,
3513.888644868844,
3511.4825479317365,
3509.0797438371783,
3506.6802258302064,
3504.2839871743204,
3501.8910211514217,
3499.5013210617485,
3497.1148802238154,
3494.731691974349,
3492.3517496682266,
3489.9750466784158,
3487.601576395912,
3485.231332229677,
3482.8643076065755,
3480.5004959713206,
3478.1398907864072,
3475.782485532055,
3473.4282737061476,
3471.0772488241723,
3468.729404419161,
3466.384734041631,
3464.0432312595262,
3461.7048896581564,
3459.369702840142,
3457.0376644253533,
3454.708768050853,
3452.3830073708373,
3450.060376056581,
3447.7408677963763,
3445.4244762954795,
3443.111195276051,
3440.8010184771015,
3438.4939396544314,
3436.1899525805784,
3433.8890510447604,
3431.591228852819,
3429.2964798271632,
3427.004797806717,
3424.7161766468603,
3422.4306102193777,
3420.148092412401,
3417.8686171303575,
3415.5921782939117,
3413.318769839915,
3411.0483857213517,
3408.781019907281,
3406.51666638279,
3404.255319148936,
3401.9969722226947,
3399.7416196369077,
3397.4892554402295,
3395.2398736970767,
3392.9934684875734,
3390.7500339075,
3388.5095640682443,
3386.272053096746,
3384.0374951354456,
3381.8058843422386,
3379.577214890417,
3377.3514809686244,
3375.1286767808024,
3372.9087965461413,
3370.6918344990304,
3368.4777848890085,
3366.266641980711,
3364.0584000538247,
3361.853053403035,
3359.650596337981,
3357.4510231831996,
3355.2543282780834,
3353.0605059768304,
3350.8695506483928,
3348.6814566764333,
3346.4962184592728,
3344.313830409845,
3342.1342869556497,
3339.957582538702,
3337.783711615487,
3335.6126686569155,
3333.444448148271,
3331.2790445891696,
3329.116452493508,
3326.9566663894198,
3324.7996808192306,
3322.645490339408,
3320.4940895205204,
3318.3454729471887,
3316.1996352180404,
3314.056570945666,
3311.916274756574,
3309.778741291145,
3307.643965203585,
3305.511941161887,
3303.38266384778,
3301.256127956687,
3299.132328197684,
3297.0112592934506,
3294.89291598023,
3292.777293007787,
3290.664385139359,
3288.554187151619,
3286.4466938346254,
3284.341899991789,
3282.23980043982,
3280.140390008692,
3278.0436635415986,
3275.9496158949073,
3273.8582419381237,
3271.769536553845,
3269.683494637719,
3267.6001110984034,
3265.519380857525,
3263.441298849637,
3261.365860022177,
3259.29305933543,
3257.222891762483,
3255.1553522891877,
3253.090435914118,
3251.0281376485314,
3248.9684525163257,
3246.9113755540043,
3244.85690181063,
3242.8050263477908,
3240.755744239557,
3238.709050572442,
3236.6649404453647,
3234.6234089696104,
3232.5844512687895,
3230.5480624787992,
3228.5142377477882,
3226.482972236114,
3224.4542611163056,
3222.428099573028,
3220.4044828030396,
3218.383406015158,
3216.3648644302207,
3214.3488532810466,
3212.3353678123995,
3210.3244032809516,
3208.315954955244,
3206.3100181156515,
3204.306588054345,
3202.305660075254,
3200.307229494031,
3198.311291638015,
3196.317841846193,
3194.3268754691667,
3192.3383878691143,
3190.3523744197546,
3188.368830506313,
3186.387751525483,
3184.409132885393,
3182.4329700055687,
3180.4592583169006,
3178.4879932616054,
3176.5191702931925,
3174.55278487643,
3172.5888324873094,
3170.627308613009,
3168.6682087518616,
3166.7115284133192,
3164.7572631179187,
3162.8054083972484,
3160.855959793912,
3158.9089128614974,
3156.964263164541,
3155.022006278494,
3153.082137789689,
3151.144653295309,
3149.2095484033507,
3147.2768187325914,
3145.346459912559,
3143.4184675834967,
3141.4928373963307,
3139.5695650126368,
3137.6486461046093,
3135.7300763550274,
3133.8138514572233,
3131.89996711505,
3129.9884190428493,
3128.0792029654185,
3126.1723146179816,
3124.267749746153,
3122.3655041059105,
3120.4655734635603,
3118.567953595709,
3116.672640289227,
3114.779629341224,
3112.8889165590126,
3111.0004977600797,
3109.114368772055,
3107.2305254326816,
3105.348963589783,
3103.4696791012348,
3101.592667834933,
3099.7179256687637,
3097.8454484905747,
3095.9752321981423,
3094.1072726991442,
3092.241565911129,
3090.3781077614844,
3088.5168941874113,
3086.65792113589,
3084.8011845636547,
3082.946680437162,
3081.094404732561,
3079.2443534356667,
3077.3965225419292,
3075.550908056405,
3073.7075059937297,
3071.8663123780852,
3070.027323243177,
3068.1905346322,
3066.3559425978165,
3064.5235432021204,
3062.693332516615,
3060.8653066221823,
3059.039461609055,
3057.2157935767896,
3055.3942986342386,
3053.574972899522,
3051.7578125,
3049.9428135722455,
3048.129972262017,
3046.319284724232,
3044.510747122937,
3042.7043556312847,
3040.9001064315034,
3039.097995714872,
3037.2980196816907,
3035.5001745412596,
3033.7044565118467,
3031.910861820662,
3030.119386703836,
3028.3300274063868,
3026.5427801821975,
3024.757641293991,
3022.974607013301,
3021.1936736204475,
3019.414837404511,
3017.6380946633067,
3015.8634417033595,
3014.090874839876,
3012.3203903967224,
3010.5519847063956,
3008.785654110001,
3007.021394957225,
3005.2592036063106,
3003.499076424034,
3001.7410097856755,
2999.9850000749993,
2998.2310436842263,
2996.4791370140083,
2994.7292764734066,
2992.9814584798646,
2991.2356794591847,
2989.491935845503,
2987.7502240812664,
2986.010540617208,
2984.272881912322,
2982.5372444338395,
2980.8036246572074,
2979.0720190660604,
2977.3424241522016,
2975.6148364155742,
2973.8892523642417,
2972.165668514363,
2970.4440813901674,
2968.724487523935,
2967.0068834559697,
2965.2912657345764,
2963.5776309160415,
2961.865975564606,
2960.1562962524417,
2958.448589559635,
2956.7428520741546,
2955.039080391838,
2953.3372711163615,
2951.6374208592215,
2949.9395262397115,
2948.2435838849005,
2946.5495904296067,
2944.857542516381,
2943.167436795479,
2941.479269924845,
2939.7930385700847,
2938.1087394044453,
2936.4263691087945,
2934.745924371597,
2933.0674018888953,
2931.390798364284,
2929.7161105088912,
2928.043335041358,
2926.3724686878145,
2924.7035081818576,
2923.0364502645343,
2921.3712916843165,
2919.7080291970797,
2918.046659566086,
2916.3871795619584,
2914.7295859626624,
2913.073875553484,
2911.420045127011,
2909.7680914831085,
2908.1180114289036,
2906.4698017787596,
2904.8234593542575,
2903.178980984177,
2901.5363635044755,
2899.8956037582648,
2898.256698595794,
2896.6196448744313,
2894.9844394586376,
2893.351079219952,
2891.7195610369704,
2890.0898817953234,
2888.4620383876604,
2886.8360277136258,
2885.211846679842,
2883.58949219989,
2881.9689611942877,
2880.3502505904717,
2878.733357322778,
2877.118278332422,
2875.5050105674804,
2873.893550982871,
2872.283896540334,
2870.676044208411,
2869.0699909624295,
2867.4657337844815,
2865.8632696634045,
2864.262595594764,
2862.6637085808343,
2861.066605630579,
2859.471283759633,
2857.8777399902833,
2856.285971351452,
2854.6959748786758,
2853.107747614089,
2851.5212866064044,
2849.9365889108967,
2848.353651589381,
2846.7724717101987,
2845.193046348195,
2843.6153725847043,
2842.039447507532,
2840.465268210933,
2838.8928317956,
2837.3221353686395,
2835.7531760435572,
2834.185950940241,
2832.6204571849416,
2831.0566919102557,
2829.4946522551077,
2827.934335364733,
2826.3757383906614,
2824.8188584906993,
2823.2636928289103,
2821.7102385756007,
2820.1584929073015,
2818.6084530067506,
2817.060116062877,
2815.5134792707818,
2813.9685398317247,
2812.4252949531033,
2810.8837418484372,
2809.343877737355,
2807.8056998455704,
2806.269205404875,
2804.734391653111,
2803.2012558341626,
2801.6697951979377,
2800.14000700035,
2798.611888503302,
2797.0854369746726,
2795.560649688295,
2794.0375239239465,
2792.516056967328,
2790.996246110049,
2789.4780886496137,
2787.9615818894013,
2786.446723138654,
2784.933509712456,
2783.4219389317227,
2781.912008123183,
2780.4037146193627,
2778.8970557585694,
2777.392028884877,
2775.8886313481107,
2774.3868605038288,
2772.8867137133116,
2771.3881883435415,
2769.891281767191,
2768.3959913626045,
2766.902314513786,
2765.410248610381,
2763.919791047664,
2762.4309392265195,
2760.943690553431,
2759.458042440465,
2757.9739923052525,
2756.4915375709797,
2755.010675666368,
2753.531404025663,
2752.0537200886165,
2750.5776213004733,
2749.1031051119576,
2747.6301689792554,
2746.1588103640033,
2744.689026733271,
2743.2208155595486,
2741.7541743207303,
2740.289100500103,
2738.825591586328,
2737.36364507343,
2735.9032584607808,
2734.4444292530866,
2732.987154960372,
2731.5314330979663,
2730.077261186492,
2728.624636751845,
2727.173557325188,
2725.7240204429304,
2724.276023646716,
2722.8295644834116,
2721.3846405050895,
2719.941249269016,
2718.499388337638,
2717.0590552785666,
2715.6202476645667,
2714.182963073541,
2712.7471990885174,
2711.3129532976345,
2709.8802232941307,
2708.449006676327,
2707.0193010476164,
2705.5911040164506,
2704.1644131963226,
2702.7392262057597,
2701.3155406683054,
2699.893354212509,
2698.4726644719094,
2697.0534690850245,
2695.635765695339,
2694.2195519512884,
2692.804825506247,
2691.391584018517,
2689.9798251513116,
2688.569546572746,
2687.160745955823,
2685.7534209784203,
2684.347569323276,
2682.94318867798,
2681.5402767349565,
2680.138831191456,
2678.738849749538,
2677.3403301160624,
2675.943270002676,
2674.5476671257975,
2673.153519206608,
2671.7608239710385,
2670.3695791497544,
2668.979782478148,
2667.5914316963217,
2666.204524549078,
2664.8190587859085,
2663.4350321609777,
2662.052442433116,
2660.6712873658025,
2659.2915647271566,
2657.9132722899253,
2656.536407831469,
2655.1609691337535,
2653.7869539833346,
2652.4143601713463,
2651.0431854934914,
2649.67342775003,
2648.3050847457625,
2646.938154290025,
2645.572634196672,
2644.2085222840674,
2642.8458163750724,
2641.4845142970353,
2640.1246138817755,
2638.766112965577,
2637.409009389176,
2636.053300997746,
2634.698985640891,
2633.346061172629,
2631.9945254513873,
2630.644376339985,
2629.295611705624,
2627.9482294198806,
2626.6022273586887,
2625.2576034023336,
2623.9143554354387,
2622.5724813469533,
2621.2319790301444,
2619.8928463825832,
2618.5550813061354,
2617.21868170695,
2615.8836454954485,
2614.5499705863126,
2613.217654898476,
2611.8866963551122,
2610.5570928836214,
2609.2288424156245,
2607.9019428869474,
2606.5763922376154,
2605.2521884118387,
2603.9293293580013,
2602.6078130286546,
2601.2876373805034,
2599.9688003743954,
2598.651299975313,
2597.33513415236,
2596.020300878753,
2594.7067981318114,
2593.3946238929448,
2592.083776147645,
2590.7742528854747,
2589.4660521000574,
2588.1591717890647,
2586.8536099542125,
2585.5493646012433,
2584.2464337399215,
2582.9448153840194,
2581.64450755131,
2580.3455082635564,
2579.0478155465003,
2577.7514274298533,
2576.4563419472856,
2575.1625571364193,
2573.870071038814,
2572.57888169996,
2571.288987169268,
2570.0003855000577,
2568.7130747495507,
2567.4270529788573,
2566.14231825297,
2564.858868640753,
2563.5767022149307,
2562.2958170520783,
2561.016211232617,
2559.7378828407973,
2558.4608299646934,
2557.1850506961937,
2555.9105431309904,
2554.63730536857,
2553.365335512205,
2552.0946316689424,
2550.8251919495956,
2549.557014468736,
2548.2900973446817,
2547.0244386994896,
2545.760036658945,
2544.496889352553,
2543.23499491353,
2541.974351478794,
2540.714957188953,
2539.456810188301,
2538.1999086248034,
2536.944250650092,
2535.689834419454,
2534.4366580918227,
2533.1847198297696,
2531.9340177994964,
2530.684550170821,
2529.436315117176,
2528.1893108155937,
2526.943535446701,
2525.698987194706,
2524.4556642473967,
2523.213564796124,
2521.9726870357995,
2520.7330291648814,
2519.494589385369,
2518.2573659027953,
2517.0213569262137,
2515.786560668193,
2514.552975344808,
2513.320599175631,
2512.0894303837213,
2510.859467195621,
2509.630707841341,
2508.4031505543576,
2507.176793571599,
2505.951635133442,
2504.7276734837005,
2503.5049068696176,
2502.283333541857,
2501.0629517544953,
2499.8437597650145,
2498.6257558342913,
2497.40893822659,
2496.1933052095555,
2494.9788550542034,
2493.7655860349128,
2492.553496429417,
2491.3425845187976,
2490.1328485874724,
2488.9242869231916,
2487.7168978170284,
2486.5106795633687,
2485.305630459906,
2484.101748807631,
2482.899032910827,
2481.6974810770566,
2480.49709161716,
2479.2978628452424,
2478.0997930786675,
2476.90288063805,
2475.707123847249,
2474.5125210333563,
2473.3190705266934,
2472.126770660799,
2470.935619772427,
2469.7456162015314,
2468.5567582912654,
2467.369044387969,
2466.1824728411657,
2464.9970420035497,
2463.8127502309826,
2462.629595882483,
2461.447577320222,
2460.266692909511,
2459.0869410188,
2457.9083200196633,
2456.730828286799,
2455.554464198016,
2454.37922613423,
2453.2051124794543,
2452.0321216207935,
2450.860251948434,
2449.6895018556397,
2448.519869738743,
2447.351353997137,
2446.183953033268,
2445.0176652526316,
2443.8524890637605,
2442.68842287822,
2441.5254651106015,
2440.3636141785123,
2439.2028685025734,
2438.043226506406,
2436.8846866166296,
2435.7272472628515,
2434.5709068776628,
2433.4156638966288,
2432.2615167582817,
2431.108463904117,
2429.9565037785824,
2428.805634829073,
2427.6558555059237,
2426.5071642624025,
2425.359559554704,
2424.2130398419413,
2423.06760358614,
2421.9232492522315,
2420.7799753080444,
2419.6377802243005,
2418.4966624746057,
2417.356620535444,
2416.217652886172,
2415.0797580090084,
2413.942934389031,
2412.8071805141694,
2411.672494875196,
2410.538875965722,
2409.4063222821896,
2408.274832323865,
2407.1444045928315,
2406.015037593985,
2404.8867298350247,
2403.7594798264486,
2402.6332860815455,
2401.508147116389,
2400.384061449832,
2399.2610276034984,
2398.1390441017775,
2397.018109471817,
2395.8982222435193,
2394.7793809495297,
2393.6615841252365,
2392.544830308758,
2391.4291180409414,
2390.3144458653537,
2389.2008123282762,
2388.088215978698,
2386.9766553683107,
2385.8661290514992,
2384.7566355853382,
2383.648173529587,
2382.5407414466786,
2381.434337901718,
2380.328961462474,
2379.224610699373,
2378.1212841854936,
2377.0189804965594,
2375.917698210934,
2374.8174359096147,
2373.718192176225,
2372.6199655970104,
2371.522754760832,
2370.426558259159,
2369.3313746860636,
2368.2372026382163,
2367.1440407148775,
2366.051887517893,
2364.9607416516887,
2363.8706017232616,
2362.781466342178,
2361.6933341205645,
2360.606203673103,
2359.5200736170264,
2358.4349425721093,
2357.3508091606654,
2356.26767200754,
2355.1855297401053,
2354.104380988253,
2353.02422438439,
2351.9450585634318,
2350.8668821627975,
2349.789693822403,
2348.713492184656,
2347.63827589445,
2346.56404359916,
2345.490793948634,
2344.4185255951893,
2343.3472371936073,
2342.2769274011266,
2341.2075948774377,
2340.139238284678,
2339.0718562874254,
2338.0054475526927,
2336.940010749924,
2335.8755445509864,
2334.8120476301656,
2333.7495186641618,
2332.6879563320813,
2331.627359315434,
2330.567726298126,
2329.509055966455,
2328.451347009104,
2327.394598117138,
2326.3388079839947,
2325.283975305484,
2324.2300987797794,
2323.1771771074123,
2322.1252089912687,
2321.0741931365837,
2320.0241282509337,
2318.9750130442344,
2317.9268462287328,
2316.879626519004,
2315.8333526319448,
2314.7880232867674,
2313.743637204998,
2312.7001931104664,
2311.657689729305,
2310.616125789942,
2309.5755000230956,
2308.5358111617707,
2307.497057941251,
2306.459239099097,
2305.4223533751383,
2304.3863995114702,
2303.351376252447,
2302.31728234468,
2301.284116537028,
2300.251877580595,
2299.2205642287263,
2298.190175237001,
2297.160709363227,
2296.1321653674386,
2295.1045420118885,
2294.0778380610454,
2293.052052281587,
2292.0271834423957,
2291.0032303145545,
2289.9801916713423,
2288.9580662882254,
2287.936852942859,
2286.9165504150756,
2285.8971574868847,
2284.878672942467,
2283.8610955681675,
2282.844424152494,
2281.8286574861095,
2280.8137943618285,
2279.7998335746124,
2278.786773921564,
2277.774614201925,
2276.7633532170667,
2275.7529897704903,
2274.7435226678194,
2273.734950716795,
2272.7272727272725,
2271.7204875112166,
2270.7145938826948,
2269.709590657875,
2268.7054766550204,
2267.7022506944836,
2266.6999115987037,
2265.6984581921993,
2264.697889301567,
2263.6982037554753,
2262.699400384659,
2261.701478021916,
2260.7044355021026,
2259.7082716621285,
2258.712985340953,
2257.718575379579,
2256.7250406210505,
2255.7323799104474,
2254.7405920948795,
2253.749676023484,
2252.759630547421,
2251.7704545198662,
2250.7821467960116,
2249.7947062330563,
2248.8081316902044,
2247.8224220286597,
2246.8375761116226,
2245.853592804285,
2244.870470973825,
2243.8882094894034,
2242.90680722216,
2241.9262630452085,
2240.9465758336323,
2239.9677444644794,
2238.9897678167613,
2238.012644771443,
2237.0363742114446,
2236.060955021634,
2235.0863860888226,
2234.1126663017617,
2233.139794551139,
2232.1677697295727,
2231.1965907316094,
2230.2262564537173,
2229.256765794284,
2228.2881176536125,
2227.3203109339156,
2226.353344539312,
2225.3872173758236,
2224.42192835137,
2223.457476375764,
2222.4938603607106,
2221.5310792197984,
2220.5691318684976,
2219.608017224158,
2218.6477342060016,
2217.6882817351193,
2216.729658734469,
2215.7718641288693,
2214.814896844996,
2213.858755811379,
2212.9034399583975,
2211.9489482182753,
2210.9952795250783,
2210.04243281471,
2209.0904070249076,
2208.1392010952372,
2207.188813967091,
2206.2392445836826,
2205.2904918900444,
2204.342554833021,
2203.395432361269,
2202.4491234252487,
2201.5036269772254,
2200.558941971261,
2199.6150673632114,
2198.672002110725,
2197.729745173236,
2196.7882955119617,
2195.847652089898,
2194.9078138718173,
2193.968779824263,
2193.0305489155467,
2192.0931201157423,
2191.1564923966866,
2190.2206647319717,
2189.2856360969417,
2188.3514054686902,
2187.4179718260566,
2186.4853341496214,
2185.553491421703,
2184.622442626353,
2183.6921867493556,
2182.7627227782204,
2181.8340497021795,
2180.906166512186,
2179.979072200907,
2179.052765762723,
2178.1272461937224,
2177.2025124916995,
2176.278563656148,
2175.3553986882607,
2174.433016590924,
2173.5114163687144,
2172.590597027896,
2171.670557576416,
2170.7512970239,
2169.832814381652,
2168.915108662647,
2167.99817888153,
2167.0820240546104,
2166.166643199861,
2165.252035336913,
2164.338199487052,
2163.4251346732144,
2162.512839919987,
2161.601314253599,
2160.690556701922,
2159.7805662944643,
2158.87134206237,
2157.9628830384117,
2157.0551882569916,
2156.1482567541343,
2155.242087567486,
2154.336679736309,
2153.4320323014804,
2152.528144305487,
2151.625014792422,
2150.7226428079834,
2149.821027399469,
2148.920167615773,
2148.020062507384,
2147.1207111263793,
2146.2221125264255,
2145.32426576277,
2144.4271698922425,
2143.5308239732485,
2142.635227065768,
2141.740378231351,
2140.8462765331137,
2139.9529210357373,
2139.0603108054634,
2138.16844491009,
2137.2773224189705,
2136.386942403008,
2135.4973039346537,
2134.608406087903,
2133.7202479382927,
2132.8328285628972,
2131.9461470403257,
2131.0602024507193,
2130.174993875747,
2129.2905203986033,
2128.4067811040045,
2127.5237750781866,
2126.6415014089,
2125.7599591854087,
2124.879147498486,
2123.9990654404114,
2123.119712104967,
2122.2410865874363,
2121.363187984599,
2120.4860153947284,
2119.6095679175896,
2118.7338446544345,
2117.858844708,
2116.984567182505,
2116.1110111836465,
2115.238175818597,
2114.3660601960014,
2113.494663425975,
2112.6239846200974,
2111.7540228914136,
2110.884777354428,
2110.016247125103,
2109.1484313208543,
2108.2813290605495,
2107.4149394645056,
2106.5492616544834,
2105.6842947536875,
2104.820037886761,
2103.956490179783,
2103.0936507602682,
2102.2315187571608,
2101.370093300832,
2100.5093735230794,
2099.649358557121,
2098.7900475375945,
2097.931439600554,
2097.0735338834656,
2096.216329525207,
2095.3598256660625,
2094.5040214477212,
2093.6489160132737,
2092.7945085072097,
2091.9407980754145,
2091.087783865167,
2090.235465025135,
2089.383840705376,
2088.5329100573304,
2087.6826722338205,
2086.833126389048,
2085.9842716785915,
2085.1361072594013,
2084.2886322897994,
2083.441845929475,
2082.595747339484,
2081.7503356822417,
2080.9056101215247,
2080.061569822467,
2079.2182139515544,
2078.3755416766253,
2077.5335521668676,
2076.6922445928126,
2075.8516181263362,
2075.0116719406547,
2074.1724052103214,
2073.333817111224,
2072.495906820584,
2071.6586735169512,
2070.822116380203,
2069.98623459154,
2069.151027333485,
2068.3164937898796,
2067.4826331458817,
2066.6494445879616,
2065.8169273039025,
2064.9850804827934,
2064.153903315031,
2063.3233949923138,
2062.4935547076416,
2061.66438165531,
2060.8358750309126,
2060.0080340313325,
2059.1808578547457,
2058.354345700612,
2057.5284967696803,
2056.703310263978,
2055.8787853868134,
2055.054921342773,
2054.2317173377155,
2053.409172578774,
2052.5872862743486,
2051.7660576341086,
2050.9454858689855,
2050.125570191174,
2049.306309814128,
2048.4877039525572,
2047.669751822426,
2046.8524526409515,
2046.0358056265984,
2045.2198099990796,
2044.4044649793514,
2043.5897697896123,
2042.7757236533002,
2041.962325795089,
2041.1495754408882,
2040.3374718178386,
2039.5260141543104,
2038.7152016799012,
2037.905033625433,
2037.0955092229499,
2036.2866277057158,
2035.478388308212,
2034.6707902661349,
2033.863832816393,
2033.0575151971047,
2032.2518366475972,
2031.446796408402,
2030.6423937212537,
2029.8386278290875,
2029.035497976037,
2028.2330034074314,
2027.4311433697933,
2026.6299171108362,
2025.8293238794631,
2025.0293629257624,
2024.230033501007,
2023.4313348576516,
2022.6332662493298,
2021.835826930853,
2021.0390161582068,
2020.2428331885494,
2019.4472772802083,
2018.6523476926802,
2017.8580436866266,
2017.064364523872,
2016.2713094674018,
2015.4788777813608,
2014.6870687310493,
2013.895881582922,
2013.1053156045857,
2012.3153700647965,
2011.5260442334577,
2010.7373373816179,
2009.9492487814684,
2009.161777706341,
2008.3749234307058,
2007.58868523017,
2006.8030623814732,
2006.0180541624875,
2005.233659852214,
2004.449878730782,
2003.6667100794452,
2002.88415318058,
2002.1022073176835,
2001.3208717753716,
2000.5401458393767,
1999.7600287965445,
1998.9805199348332,
1998.201618543311,
1997.4233239121534,
1996.6456353326412,
1995.8685520971587,
1995.0920734991919,
1994.3161988333252,
1993.5409273952394,
1992.7662584817115,
1991.9921913906096,
1991.2187254208939,
1990.4458598726114,
1989.6735940468966,
1988.9019272459675,
1988.1308587731244,
1987.3603879327477,
1986.5905140302955,
1985.8212363723017,
1985.0525542663743,
1984.284467021192,
1983.5169739465043,
1982.7500743531277,
1981.9837675529436,
1981.2180528588976,
1980.4529295849961,
1979.6883970463048,
1978.9244545589472,
1978.1611014401012,
1977.3983370079984,
1976.6361605819216,
1975.874571482202,
1975.1135690302192,
1974.353152548396,
1973.5933213602004,
1972.8340747901398,
1972.0754121637613,
1971.3173328076487,
1970.5598360494216,
1969.802921217732,
1969.0465876422636,
1968.2908346537283,
1967.535661583866,
1966.7810677654418,
1966.0270525322426,
1965.2736152190787,
1964.5207551617782,
1963.768471697187,
1963.016764163166,
1962.26563189859,
1961.5150742433455,
1960.765090538328,
1960.0156801254411,
1959.2668423475934,
1958.5185765486985,
1957.770882073671,
1957.0237582684254,
1956.2772044798749,
1955.531220055928,
1954.7858043454887,
1954.0409566984524,
1953.2966764657049,
1952.5529629991213,
1951.809815651563,
1951.0672337768758,
1950.3252167298895,
1949.5837638664145,
1948.84287454324,
1948.1025481181327,
1947.3627839498358,
1946.6235813980652,
1945.8849398235084,
1945.1468585878233,
1944.4093370536364,
1943.67237458454,
1942.9359705450906,
1942.200124300808,
1941.464835218172,
1940.7301026646223,
1939.9959260085554,
1939.2623046193225,
1938.5292378672302,
1937.7967251235345,
1937.0647657604432,
1936.3333591511114,
1935.602504669641,
1934.8722016910783,
1934.1424495914125,
1933.4132477475737,
1932.6845955374313,
1931.9564923397925,
1931.2289375343998,
1930.5019305019305,
1929.7754706239928,
1929.0495572831267,
1928.3241898627996,
1927.5993677474073,
1926.8750903222697,
1926.1513569736308,
1925.4281670886564,
1924.7055200554314,
1923.9834152629605,
1923.2618521011634,
1922.5408299608764,
1921.8203482338472,
1921.100406312736,
1920.3810035911124,
1919.6621394634542,
1918.9438133251456,
1918.2260245724754,
1917.5087726026345,
1916.7920568137165,
1916.0758766047136,
1915.360231375516,
1914.6451205269102,
1913.9305434605776,
1913.2164995790922,
1912.5029882859192,
1911.790008985413,
1911.0775610828164,
1910.3656439842587,
1909.6542570967526,
1908.943399828195,
1908.2330715873636,
1907.5232717839158,
1906.8139998283866,
1906.1052551321882,
1905.3970371076073,
1904.6893451678031,
1903.982178726807,
1903.2755371995204,
1902.5694200017124,
1901.863826550019,
1901.1587562619416,
1900.4542085558446,
1899.7501828509548,
1899.046678567359,
1898.3436951260026,
1897.6412319486876,
1896.939288458073,
1896.2378640776699,
1895.536958231843,
1894.8365703458076,
1894.1366998456278,
1893.4373461582154,
1892.738508711329,
1892.0401869335703,
1891.3423802543855,
1890.6450881040612,
1889.9483099137237,
1889.252045115339,
1888.5562931417078,
1887.8610534264678,
1887.1663254040893,
1886.4721085098756,
1885.7784021799598,
1885.0852058513044,
1884.3925189616998,
1883.7003409497615,
1883.0086712549312,
1882.3175093174718,
1881.6268545784685,
1880.9367064798269,
1880.2470644642706,
1879.5579279753401,
1878.8692964573918,
1878.181169355596,
1877.4935461159353,
1876.806426185203,
1876.1198090110033,
1875.4336940417472,
1874.7480807266522,
1874.062968515742,
1873.378356859843,
1872.6942452105843,
1872.0106330203955,
1871.3275197425053,
1870.6449048309405,
1869.962787740524,
1869.2811679268736,
1868.6000448464008,
1867.9194179563092,
1867.2392867145923,
1866.5596505800333,
1865.8805090122028,
1865.2018614714577,
1864.5237074189397,
1863.8460463165743,
1863.168877627068,
1862.492200813909,
1861.816015341364,
1861.1403206744772,
1860.4651162790697,
1859.7904016217374,
1859.1161761698486,
1858.4424393915458,
1857.7691907557405,
1857.0964297321136,
1856.424155791115,
1855.7523684039602,
1855.0810670426297,
1854.4102511798685,
1853.7399202891834,
1853.0700738448425,
1852.4007113218731,
1851.7318321960613,
1851.0634359439498,
1850.3955220428365,
1849.7280899707744,
1849.061139206568,
1848.3946692297739,
1847.7286795206992,
1847.0631695603988,
1846.398138830676,
1845.7335868140792,
1845.069512993902,
1844.4059168541812,
1843.742797879696,
1843.080155555965,
1842.417989369248,
1841.756298806542,
1841.0950833555798,
1840.434342504831,
1839.7740757434988,
1839.1142825615184,
1838.4549624495573,
1837.796114899013,
1837.1377394020117,
1836.4798354514069,
1835.8224025407783,
1835.1654401644307,
1834.508947817393,
1833.8529249954154,
1833.1973711949697,
1832.5422859132475,
1831.8876686481585,
1831.2335188983297,
1830.5798361631048,
1829.9266199425404,
1829.2738697374077,
1828.62158504919,
1827.9697653800806,
1827.318410232983,
1826.6675191115087,
1826.0170915199765,
1825.3671269634103,
1824.7176249475392,
1824.0685849787951,
1823.4200065643117,
1822.7718892119244,
1822.124232430167,
1821.477035728272,
1820.8302986161689,
1820.184020604483,
1819.5382012045343,
1818.8928399283357,
1818.2479362885922,
1817.6034897987004,
1816.9594999727456,
1816.315966325502,
1815.6728883724309,
1815.0302656296794,
1814.3880976140795,
1813.7463838431472,
1813.10512383508,
1812.4643171087569,
1811.823963183737,
1811.184061580258,
1810.5446118192351,
1809.90561342226,
1809.267065911599,
1808.6289688101933,
1807.991321641656,
1807.3541239302722,
1806.7173752009974,
1806.081074979456,
1805.4452227919403,
1804.8098181654107,
1804.1748606274919,
1803.5403497064738,
1802.906284931309,
1802.2726658316135,
1801.6394919376633,
1801.0067627803942,
1800.3744778914013,
1799.742636802937,
1799.1112390479102,
1798.4802841598848,
1797.8497716730787,
1797.2197011223636,
1796.590072043262,
1795.960883971947,
1795.3321364452422,
1794.703829000619,
1794.075961176196,
1793.448532510738,
1792.821542543655,
1792.1949908150007,
1791.5688768654709,
1790.9432002364044,
1790.3179604697793,
1789.6931571082139,
1789.0687896949637,
1788.4448577739226,
1787.8213608896199,
1787.1982985872196,
1786.5756704125204,
1785.9534759119524,
1785.3317146325787,
1784.710386122092,
1784.0894899288146,
1783.469025601698,
1782.8489926903192,
1782.2293907448827,
1781.610219316218,
1780.991477955778,
1780.3731662156385,
1779.755283648498,
1779.1378298076752,
1778.5208042471074,
1777.9042065213525,
1777.2880361855844,
1776.6722927955939,
1776.056975907787,
1775.4420850791846,
1774.8276198674203,
1774.21357983074,
1773.5999645280008,
1772.9867735186695,
1772.3740063628227,
1771.761662621144,
1771.149741854925,
1770.5382436260625,
1769.9271674970573,
1769.3165130310158,
1768.7062797916462,
1768.0964673432584,
1767.487075250762,
1766.8781030796686,
1766.2695503960858,
1765.6614167667205,
1765.053701758876,
1764.4464049404498,
1763.8395258799355,
1763.2330641464187,
1762.6270193095788,
1762.021390939686,
1761.4161786076004,
1760.8113818847723,
1760.2070003432402,
1759.6030335556297,
1758.999481095153,
1758.3963425356076,
1757.7936174513748,
1757.1913054174208,
1756.5894060092924,
1755.9879188031184,
1755.3868433756088,
1754.7861793040518,
1754.1859261663142,
1753.586083540841,
1752.9866510066524,
1752.3876281433452,
1751.7890145310898,
1751.1908097506303,
1750.5930133832833,
1749.9956250109374,
1749.3986442160508,
1748.8020705816516,
1748.2059036913367,
1747.6101431292707,
1747.0147884801845,
1746.4198393293746,
1745.825295262703,
1745.2311558665942,
1744.6374207280371,
1744.0440894345809,
1743.4511615743363,
1742.8586367359742,
1742.2665145087242,
1741.674794482374,
1741.0834762472687,
1740.4925593943085,
1739.90204351495,
1739.3119282012035,
1738.7222130456328,
1738.1328976413536,
1737.5439815820337,
1736.955464461891,
1736.3673458756932,
1735.7796254187567,
1735.1923026869451,
1734.6053772766695,
1734.0188487848864,
1733.4327168090967,
1732.8469809473474,
1732.2616407982262,
1731.676695960864,
1731.0921460349334,
1730.5079906206465,
1729.9242293187558,
1729.3408617305513,
1728.7578874578617,
1728.1753061030508,
1727.5931172690207,
1727.011320559206,
1726.429915577577,
1725.848901928636,
1725.2682792174182,
1724.6880470494898,
1724.1082050309476,
1723.528752768418,
1722.9496898690556,
1722.3710159405439,
1721.7927305910914,
1721.2148334294345,
1720.6373240648336,
1720.0602021070736,
1719.483467166463,
1718.9071188538326,
1718.3311567805347,
1717.755580558442,
1717.1803897999484,
1716.605584117965,
1716.0311631259224,
1715.4571264377676,
1714.8834736679642,
1714.3102044314917,
1713.7373183438442,
1713.164815021029,
1712.5926940795669,
1712.0209551364908,
1711.4495978093444,
1710.8786217161821,
1710.3080264755683,
1709.7378117065748,
1709.1679770287824,
1708.598522062278,
1708.0294464276562,
1707.4607497460152,
1706.892431638958,
1706.324491728592,
1705.7569296375266,
1705.1897449888734,
1704.6229374062457,
1704.0565065137557,
1703.4904519360168,
1702.9247732981394,
1702.3594702257328,
1701.7945423449025,
1701.229989282251,
1700.6658106648752,
1700.1020061203672,
1699.5385752768123,
1698.975517762789,
1698.4128332073676,
1697.85052124011,
1697.2885814910678,
1696.7270135907831,
1696.1658171702866,
1695.6049918610959,
1695.0445372952174,
1694.4844531051428,
1693.9247389238494,
1693.3653943848,
1692.8064191219412,
1692.247812769702,
1691.6895749629941,
1691.1317053372118,
1690.5742035282283,
1690.0170691723986,
1689.4603019065557,
1688.903901368012,
1688.3478671945568,
1687.792199024456,
1687.2368964964526,
1686.6819592497638,
1686.127386924082,
1685.573179159573,
1685.0193355968759,
1684.4658558771014,
1683.9127396418316,
1683.35998653312,
1682.8075961934892,
1682.2555682659308,
1681.7039023939055,
1681.1525982213404,
1680.6016553926304,
1680.0510735526361,
1679.5008523466827,
1678.9509914205605,
1678.4014904205233,
1677.8523489932886,
1677.3035667860345,
1676.7551434464024,
1676.2070786224929,
1675.6593719628675,
1675.112023116546,
1674.5650317330073,
1674.018397462188,
1673.4721199544815,
1672.926198860737,
1672.3806338322602,
1671.8354245208102,
1671.2905705786009,
1670.746071658299,
1670.2019274130241,
1669.6581374963478,
1669.1147015622912,
1668.5716192653279,
1668.0288902603793,
1667.4865142028164,
1666.944490748458,
1666.4028195535705,
1665.861500274867,
1665.3205325695062,
1664.7799160950922,
1664.2396505096733,
1663.699735471742,
1663.1601706402334,
1662.6209556745252,
1662.0820902344367,
1661.5435739802276,
1661.0054065725983,
1660.4675876726885,
1659.9301169420767,
1659.392994042779,
1658.8562186372496,
1658.3197903883784,
1657.783708959492,
1657.2479740143515,
1656.7125852171534,
1656.1775422325275,
1655.6428447255357,
1655.1084923616743,
1654.5744848068696,
1654.0408217274803,
1653.5075027902938,
1652.9745276625285,
1652.4418960118312,
1651.9096075062773,
1651.3776618143686,
1650.8460586050348,
1650.3147975476322,
1649.783878311941,
1649.2533005681678,
1648.7230639869422,
1648.1931682393176,
1647.6636129967703,
1647.1343979311991,
1646.605522714923,
1646.076987020683,
1645.5487905216387,
1645.0209328913709,
1644.4934138038775,
1643.9662329335754,
1643.4393899552983,
1642.912884544297,
1642.386716376238,
1641.8608851272031,
1641.3353904736894,
1640.8102320926073,
1640.285409661281,
1639.7609228574474,
1639.236771359255,
1638.7129548452644,
1638.1894729944465,
1637.6663254861821,
1637.1435120002618,
1636.621032216885,
1636.0988858166586,
1635.577072480598,
1635.0555918901243,
1634.5344437270653,
1634.0136276736548,
1633.4931434125303,
1632.972990626735,
1632.4531689997143,
1631.9336782153173,
1631.4145179577952,
1630.895687911801,
1630.3771877623888,
1629.8590171950127,
1629.3411758955265,
1628.823663550184,
1628.3064798456364,
1627.7896244689337,
1627.273097107522,
1626.7568974492451,
1626.2410251823421,
1625.7254799954478,
1625.2102615775916,
1624.6953696181965,
1624.1808038070797,
1623.666563834451,
1623.1526493909118,
1622.6390601674564,
1622.1257958554684,
1621.6128561467235,
1621.1002407333856,
1620.5879493080088,
1620.0759815635352,
1619.564337193295,
1619.0530158910053,
1618.5420173507703,
1618.0313412670803,
1617.5209873348103,
1617.0109552492218,
1616.5012447059582,
1615.9918554010487,
1615.482787030904,
1614.9740392923184,
1614.4656118824669,
1613.9575044989065,
1613.4497168395746,
1612.9422486027888,
1612.4350994872455,
1611.928269192021,
1611.4217574165687,
1610.91556386072,
1610.409688224684,
1609.904130209046,
1609.398889514766,
1608.893965843181,
1608.3893588960013,
1607.8850683753126,
1607.3810939835726,
1606.877435423613,
1606.3740923986377,
1605.8710646122222,
1605.3683517683132,
1604.865953571228,
1604.3638697256536,
1603.8620999366474,
1603.3606439096343,
1602.8595013504091,
1602.3586719651325,
1601.858155460334,
1601.3579515429083,
1600.858059920117,
1600.358480299587,
1599.8592123893097,
1599.360255897641,
1598.8616105333,
1598.3632760053704,
1597.8652520232968,
1597.3675382968868,
1596.8701345363088,
1596.3730404520927,
1595.8762557551286,
1595.3797801566661,
1594.8836133683142,
1594.3877551020407,
1593.892205070171,
1593.3969629853887,
1592.9020285607335,
1592.407401509602,
1591.9130815457474,
1591.4190683832774,
1590.9253617366542,
1590.4319613206944,
1589.9388668505696,
1589.4460780418021,
1588.9535946102692,
1588.4614162721987,
1587.96954274417,
1587.4779737431143,
1586.9867089863121,
1586.4957481913948,
1586.005091076342,
1585.5147373594834,
1585.0246867594963,
1584.5349389954047,
1584.0454937865813,
1583.556350852745,
1583.06750991396,
1582.5789706906373,
1582.090732903532,
1581.6027962737437,
1581.1151605227167,
1580.6278253722378,
1580.1407905444376,
1579.6540557617882,
1579.167620747104,
1578.6814852235414,
1578.1956489145957,
1577.7101115441048,
1577.2248728362447,
1576.7399325155307,
1576.255290306818,
1575.7709459352989,
1575.2868991265032,
1574.803149606299,
1574.3196971008902,
1573.8365413368167,
1573.3536820409543,
1572.871118940514,
1572.3888517630407,
1571.9068802364147,
1571.4252040888482,
1570.9438230488877,
1570.4627368454114,
1569.9819452076301,
1569.5014478650855,
1569.0212445476511,
1568.54133498553,
1568.0617189092563,
1567.582396049692,
1567.1033661380304,
1566.624628905791,
1566.1461840848224,
1565.6680314073005,
1565.1901706057283,
1564.7126014129356,
1564.2353235620765,
1563.7583367866328,
1563.2816408204103,
1562.8052353975386,
1562.3291202524724,
1561.8532951199893,
1561.3777597351902,
1560.9025138334985,
1560.4275571506594,
1559.9528894227394,
1559.4785103861268,
1559.0044197775298,
1558.5306173339775,
1558.0571027928174,
1557.5838758917166,
1557.1109363686614,
1556.6382839619557,
1556.165918410221,
1555.6938394523959,
1555.2220468277358,
1554.7505402758127,
1554.2793195365139,
1553.808384350042,
1553.3377344569142,
1552.8673695979624,
1552.3972895143324,
1551.9274939474826,
1551.457982639185,
1550.9887553315236,
1550.5198117668947,
1550.0511516880056,
1549.5827748378747,
1549.1146809598313,
1548.6468697975145,
1548.1793410948724,
1547.7120945961633,
1547.2451300459531,
1546.7784471891168,
1546.3120457708364,
1545.8459255366017,
1545.380086232209,
1544.9145276037602,
1544.4492493976647,
1543.9842513606359,
1543.5195332396931,
1543.055094782159,
1542.5909357356616,
1542.127055848131,
1541.6634548678023,
1541.2001325432113,
1540.7370886231975,
1540.2743228569009,
1539.8118349937638,
1539.3496247835292,
1538.8876919762397,
1538.4260363222388,
1537.964657572169,
1537.5035554769722,
1537.0427297878882,
1536.5821802564558,
1536.1219066345107,
1535.6619086741864,
1535.2021861279131,
1534.7427387484174,
1534.2835662887214,
1533.8246685021436,
1533.3660451422963,
1532.9076959630877,
1532.449620718719,
1531.991819163686,
1531.5342910527768,
1531.0770361410737,
1530.62005418395,
1530.1633449370722,
1529.7069081563973,
1529.2507435981743,
1528.794851018942,
1528.33923017553,
1527.8838808250573,
1527.428802724933,
1526.9739956328547,
1526.5194593068074,
1526.0651935050666,
1525.6111979861935,
1525.1574725090368,
1524.7040168327323,
1524.250830716703,
1523.797913920656,
1523.3452662045854,
1522.8928873287698,
1522.4407770537728,
1521.9889351404415,
1521.5373613499082,
1521.086055443587,
1520.6350171831757,
1520.1842463306555,
1519.7337426482882,
1519.2835058986184,
1518.8335358444717,
1518.3838322489541,
1517.9343948754536,
1517.4852234876364,
1517.0363178494492,
1516.5876777251185,
1516.1393028791488,
1515.6911930763226,
1515.243348081702,
1514.7957676606252,
1514.3484515787084,
1513.901399601844,
1513.4546114962013,
1513.0080870282252,
1512.5618259646365,
1512.1158280724305,
1511.6700931188777,
1511.2246208715233,
1510.7794110981856,
1510.3344635669569,
1509.8897780462028,
1509.4453543045609,
1509.0011921109417,
1508.557291234528,
1508.113651444773,
1507.670272511402,
1507.2271542044102,
1506.784296294064,
1506.3416985508995,
1505.8993607457214,
1505.457282649605,
1505.015464033893,
1504.5739046701976,
1504.132604330398,
1503.6915627866413,
1503.250779811342,
1502.8102551771813,
1502.3699886571067,
1501.9299800243314,
1501.4902290523346,
1501.0507355148607,
1500.6114991859185,
1500.1725198397817,
1499.7337972509881,
1499.2953311943388,
1498.8571214448982,
1498.4191677779943,
1497.9814699692165,
1497.5440277944174,
1497.1068410297103,
1496.6699094514704,
1496.2332328363345,
1495.7968109611993,
1495.3606436032212,
1494.9247305398176,
1494.4890715486642,
1494.0536664076974,
1493.6185148951108,
1493.1836167893566,
1492.7489718691456,
1492.3145799134459,
1491.8804407014823,
1491.446554012737,
1491.0129196269488,
1490.5795373241117,
1490.1464068844766,
1489.7135280885486,
1489.2809007170888,
1488.8485245511122,
1488.4163993718885,
1487.9845249609405,
1487.5529011000453,
1487.1215275712332,
1486.6904041567864,
1486.2595306392402,
1485.828906801382,
1485.39853242625,
1484.968407297135,
1484.5385311975774,
1484.108903911369,
1483.6795252225518,
1483.2503949154177,
1482.8215127745075,
1482.3928785846113,
1481.9644921307686,
1481.5363531982666,
1481.108461572641,
1480.680817039675,
1480.253419385399,
1479.8262683960904,
1479.3993638582735,
1478.972705558719,
1478.5462932844428,
1478.120126822707,
1477.6942059610187,
1477.2685304871295,
1476.843100189036,
1476.417914854979,
1475.9929742734425,
1475.5682782331546,
1475.143826523086,
1474.7196189324504,
1474.295655250704,
1473.8719352675446,
1473.4484587729123,
1473.0252255569876,
1472.6022354101933,
1472.1794881231922,
1471.7569834868866,
1471.3347212924205,
1470.912701331176,
1470.4909233947753,
1470.0693872750794,
1469.6480927641876,
1469.227039654438,
1468.8062277384058,
1468.3856568089045,
1467.9653266589842,
1467.5452370819332,
1467.1253878712746,
1466.7057788207687,
1466.2864097244114,
1465.8672803764348,
1465.448390571305,
1465.0297401037244,
1464.611328768628,
1464.1931563611874,
1463.7752226768057,
1463.3575275111216,
1462.9400706600054,
1462.5228519195612,
1462.1058710861255,
1461.6891279562665,
1461.2726223267846,
1460.8563539947118,
1460.4403227573114,
1460.0245284120774,
1459.6089707567344,
1459.193649589237,
1458.7785647077703,
1458.3637159107482,
1457.9491029968146,
1457.5347257648416,
1457.12058401393,
1456.7066775434098,
1456.293006152838,
1455.8795696419993,
1455.466367810906,
1455.0534004597969,
1454.6406673891383,
1454.2281683996218,
1453.8159032921662,
1453.4038718679146,
1452.9920739282368,
1452.5805092747266,
1452.1691777092033,
1451.7580790337097,
1451.3472130505143,
1450.9365795621075,
1450.5261783712042,
1450.1160092807427,
1449.706072093883,
1449.296366614009,
1448.8868926447258,
1448.4776499898608,
1448.0686384534629,
1447.659857839802,
1447.2513079533696,
1446.8429885988774,
1446.4348995812572,
1446.0270407056612,
1445.6194117774614,
1445.212012602249,
1444.8048429858336,
1444.3979027342452,
1443.991191653731,
1443.5847095507565,
1443.1784562320054,
1442.7724315043788,
1442.366635174995,
1441.9610670511897,
1441.5557269405142,
1441.150614650737,
1440.7457299898429,
1440.341072766031,
1439.9366427877173,
1439.5324398635323,
1439.1284638023212,
1438.7247144131443,
1438.3211915052752,
1437.917894888202,
1437.5148243716264,
1437.1119797654633,
1436.709360879841,
1436.3069675250995,
1435.9047995117924,
1435.5028566506846,
1435.1011387527535,
1434.6996456291874,
1434.2983770913863,
1433.8973329509608,
1433.4965130197322,
1433.0959171097322,
1432.6955450332027,
1432.2953966025955,
1431.895471630571,
1431.49576993,
1431.096291313961,
1430.6970355957424,
1430.2980025888394,
1429.8991921069564,
1429.5006039640052,
1429.1022379741046,
1428.7040939515814,
1428.3061717109679,
1427.9084710670047,
1427.5109918346373,
1427.1137338290175,
1426.7166968655033,
1426.319880759658,
1425.9232853272495,
1425.5269103842509,
1425.13075574684,
1424.7348212313984,
1424.3391066545125,
1423.9436118329716,
1423.5483365837688,
1423.1532807241006,
1422.7584440713656,
1422.3638264431659,
1421.9694276573055,
1421.5752475317902,
1421.1812858848275,
1420.787542534827,
1420.3940173003994,
1420.0007100003552,
1419.6076204537069,
1419.2147484796662,
1418.8220938976463,
1418.4296565272589,
1418.0374361883153,
1417.6454327008273,
1417.253645885004,
1416.8620755612546,
1416.4707215501855,
1416.0795836726024,
1415.6886617495081,
1415.2979556021032,
1414.9074650517855,
1414.5171899201505,
1414.1271300289895,
1413.7372852002914,
1413.34765525624,
1412.9582400192162,
1412.5690393117964,
1412.180052956752,
1411.79128077705,
1411.4027225958519,
1411.0143782365144,
1410.6262475225878,
1410.238330277817,
1409.8506263261409,
1409.4631354916912,
1409.0758575987938,
1408.6887924719672,
1408.3019399359223,
1407.915299815563,
1407.5288719359858,
1407.1426561224778,
1406.7566522005193,
1406.3708599957808,
1405.9852793341256,
1405.5999100416057,
1405.214751944466,
1404.8298048691402,
1404.4450686422526,
1404.060543090618,
1403.6762280412402,
1403.292123321312,
1402.908228758216,
1402.5245441795232,
1402.1410694129938,
1401.7578042865753,
1401.3747486284044,
1400.9919022668048,
1400.6092650302883,
1400.226836747553,
1399.8446172474858,
1399.4626063591584,
1399.08080391183,
1398.6992097349464,
1398.3178236581393,
1397.9366455112256,
1397.5556751242077,
1397.1749123272743,
1396.794356950798,
1396.4140088253366,
1396.0338677816324,
1395.653933650612,
1395.274206263386,
1394.8946854512485,
1394.5153710456773,
1394.1362628783338,
1393.7573607810616,
1393.378664585888,
1393.0001741250219,
1392.621889230855,
1392.2438097359611,
1391.8659354730953,
1391.4882662751947,
1391.1108019753774,
1390.7335424069427,
1390.3564874033702,
1389.979636798321,
1389.6029904256354,
1389.2265481193347,
1388.8503097136193,
1388.4742750428693,
1388.0984439416445,
1387.7228162446831,
1387.3473917869035,
1386.972170403401,
1386.5971519294499,
1386.2223362005034,
1385.847723052191,
1385.4733123203214,
1385.09910384088,
1384.7250974500287,
1384.3512929841077,
1383.977690279633,
1383.6042891732966,
1383.2310895019677,
1382.8580911026909,
1382.4852938126871,
1382.1126974693516,
1381.740301910256,
1381.3681069731463,
1380.9961124959434,
1380.624318316743,
1380.2527242738147,
1379.8813302056024,
1379.510135950724,
1379.1391413479707,
1378.7683462363073,
1378.3977504548714,
1378.027353842974,
1377.6571562400982,
1377.2871574859,
1376.9173574202077,
1376.547755883021,
1376.178352714512,
1375.8091477550233,
1375.4401408450706,
1375.0713318253386,
1374.7027205366842,
1374.334306820134,
1373.966090516886,
1373.5980714683078,
1373.2302495159363,
1372.8626245014793,
1372.495196266813,
1372.1279646539836,
1371.760929505206,
1371.3940906628634,
1371.0274479695083,
1370.6610012678616,
1370.2947504008114,
1369.9286952114144,
1369.5628355428948,
1369.1971712386442,
1368.8317021422215,
1368.466428097353,
1368.10134894793,
1367.7364645380128,
1367.3717747118264,
1367.0072793137624,
1366.6429781883783,
1366.2788711803967,
1365.9149581347065,
1365.5512388963616,
1365.1877133105804,
1364.8243812227463,
1364.4612424784073,
1364.0982969232762,
1363.7355444032294,
1363.372984764307,
1363.010617852713,
1362.6484435148154,
1362.2864615971448,
1361.9246719463947,
1361.5630744094221,
1361.201668833246,
1360.8404550650482,
1360.4794329521724,
1360.1186023421242,
1359.7579630825712,
1359.3975150213428,
1359.0372580064284,
1358.67719188598,
1358.3173165083094,
1357.9576317218903,
1357.5981373753555,
1357.2388333174988,
1356.8797193972741,
1356.5207954637945,
1356.1620613663335,
1355.803516954323,
1355.4451620773552,
1355.0869965851807,
1354.7290203277091,
1354.371233155008,
1354.0136349173038,
1353.656225464981,
1353.299004648582,
1352.941972318807,
1352.585128326514,
1352.2284725227173,
1351.8720047585894,
1351.5157248854591,
1351.1596327548118,
1350.80372821829,
1350.4480111276916,
1350.0924813349714,
1349.7371386922398,
1349.3819830517623,
1349.0270142659608,
1348.6722321874115,
1348.3176366688465,
1347.963227563152,
1347.6090047233697,
1347.2549680026946,
1346.9011172544767,
1346.54745233222,
1346.1939730895824,
1345.840679380375,
1345.4875710585625,
1345.1346479782626,
1344.7819099937467,
1344.4293569594386,
1344.0769887299145,
1343.724805159903,
1343.3728061042862,
1343.020991418096,
1342.6693609565177,
1342.317914574888,
1341.9666521286947,
1341.615573473577,
1341.264678465325,
1340.9139669598799,
1340.5634388133333,
1340.2130938819273,
1339.8629320220543,
1339.5129530902564,
1339.163156943226,
1338.8135434378055,
1338.4641124309853,
1338.114863779907,
1337.7657973418593,
1337.4169129742816,
1337.0682105347605,
1336.7196898810319,
1336.37135087098,
1336.023193362637,
1335.6752172141823,
1335.327422283944,
1334.9798084303975,
1334.6323755121653,
1334.285123388017,
1333.9380519168692,
1333.5911609577852,
1333.2444503699753,
1332.8979200127958,
1332.5515697457492,
1332.2053994284838,
1331.8594089207943,
1331.5135980826205,
1331.1679667740477,
1330.8225148553063,
1330.4772421867724,
1330.1321486289664,
1329.7872340425533,
1329.442498288343,
1329.097941227289,
1328.75356272049,
1328.4093626291879,
1328.0653408147682,
1327.72149713876,
1327.3778314628369,
1327.0343436488138,
1326.6910335586497,
1326.3479010544468,
1326.0049459984486,
1325.6621682530424,
1325.319567680757,
1324.9771441442635,
1324.634897506375,
1324.2928276300456,
1323.9509343783718,
1323.6092176145914,
1323.267677202083,
1322.9263130043657,
1322.5851248851004,
1322.244112708088,
1321.9032763372704,
1321.562615636729,
1321.2221304706854,
1320.8818207035017,
1320.5416861996794,
1320.2017268238587,
1319.8619424408207,
1319.5223329154846,
1319.1828981129088,
1318.843637898291,
1318.5045521369664,
1318.1656406944098,
1317.8269034362338,
1317.4883402281891,
1317.1499509361643,
1316.8117354261863,
1316.4736935644185,
1316.1358252171626,
1315.798130250857,
1315.4606085320775,
1315.1232599275368,
1314.7860843040837,
1314.4490815287043,
1314.1122514685205,
1313.7755939907904,
1313.4391089629087,
1313.1027962524047,
1312.7666557269445,
1312.4306872543293,
1312.0948907024958,
1311.7592659395148,
1311.4238128335935,
1311.088531253073,
1310.753421066429,
1310.4184821422723,
1310.083714349347,
1309.749117556532,
1309.4146916328402,
1309.0804364474175,
1308.7463518695442,
1308.4124377686335,
1308.078694014232,
1307.7451204760193,
1307.411717023808,
1307.0784835275435,
1306.7454198573034,
1306.4125258832983,
1306.0798014758702,
1305.7472465054939,
1305.4148608427759,
1305.082644358454,
1304.750596923398,
1304.4187184086093,
1304.0870086852194,
1303.7554676244924,
1303.424095097822,
1303.0928909767333,
1302.761855132882,
1302.430987438053,
1302.1002877641636,
1301.7697559832593,
1301.4393919675163,
1301.1091955892398,
1300.7791667208658,
1300.4493052349585,
1300.1196110042124,
1299.7900839014499,
1299.460723799623,
1299.1315305718126,
1298.802504091228,
1298.4736442312062,
1298.1449508652138,
1297.816423866844,
1297.4880631098194,
1297.1598684679893,
1296.831839815331,
1296.5039770259498,
1296.1762799740766,
1295.848748534071,
1295.5213825804196,
1295.1941819877345,
1294.8671466307558,
1294.540276384349,
1294.2135711235069,
1293.8870307233476,
1293.5606550591158,
1293.2344440061818,
1292.9083974400414,
1292.5825152363166,
1292.2567972707536,
1291.9312434192252,
1291.6058535577283,
1291.280627562385,
1290.9555653094421,
1290.630666675271,
1290.3059315363673,
1289.9813597693512,
1289.6569512509673,
1289.332705858083,
1289.008623467691,
1288.6847039569066,
1288.3609472029684,
1288.0373530832394,
1287.713921475205,
1287.3906522564741,
1287.0675453047775,
1286.7446004979702,
1286.4218177140285,
1286.0991968310516,
1285.7767377272612,
1285.4544402810004,
1285.132304370735,
1284.8103298750523,
1284.4885166726608,
1284.1668646423918,
1283.8453736631961,
1283.524043614147,
1283.2028743744386,
1282.8818658233856,
1282.5610178404236,
1282.2403303051092,
1281.9198030971181,
1281.5994360962482,
1281.2792291824157,
1280.959182235658,
1280.639295136132,
1280.3195677641138,
1280,
1279.6805917243055,
1279.3613428176654,
1279.042253160833,
1278.7233226346816,
1278.404551120202,
1278.0859384985044,
1277.7674846508182,
1277.4491894584892,
1277.1310528029833,
1276.8130745658837,
1276.495254628891,
1276.1775928738243,
1275.8600891826204,
1275.5427434373328,
1275.2255555201327,
1274.908525313309,
1274.5916526992667,
1274.274937560528,
1273.9583797797327,
1273.6419792396357,
1273.3257358231097,
1273.0096494131426,
1272.6937198928392,
1272.37794714542,
1272.0623310542219,
1271.746871502696,
1271.4315683744112,
1271.11642155305,
1270.8014309224113,
1270.4865963664083,
1270.17191776907,
1269.8573950145399,
1269.543027987076,
1269.2288165710515,
1268.9147606509532,
1268.600860111383,
1268.2871148370566,
1267.973524712804,
1267.6600896235684,
1267.346809454407,
1267.0336840904915,
1266.720713417106,
1266.4078973196476,
1266.0952356836283,
1265.782728394671,
1265.4703753385133,
1265.1581764010045,
1264.846131468107,
1264.5342404258952,
1264.2225031605562,
1263.9109195583897,
1263.5994895058063,
1263.2882128893298,
1262.9770895955949,
1262.6661195113484,
1262.3553025234485,
1262.0446385188645,
1261.7341273846775,
1261.4237690080795,
1261.113563276373,
1260.803510076972,
1260.4936092974008,
1260.1838608252945,
1259.8742645483983,
1259.5648203545675,
1259.2555281317686,
1258.9463877680769,
1258.6373991516782,
1258.3285621708683,
1258.019876714052,
1257.711342669744,
1257.4029599265675,
1257.0947283732567,
1256.7866478986525,
1256.4787183917074,
1256.17093974148,
1255.8633118371397,
1255.5558345679633,
1255.2485078233362,
1254.9413314927526,
1254.6343054658144,
1254.3274296322313,
1254.0207038818212,
1253.7141281045094,
1253.4077021903302,
1253.1014260294228,
1252.7952995120363,
1252.4893225285255,
1252.1834949693528,
1251.8778167250878,
1251.572287686406,
1251.2669077440908,
1250.9616767890316,
1250.656594712224,
1250.35166140477,
1250.0468767578784,
1249.7422406628632,
1249.437753011145,
1249.1334136942498,
1248.829222603809,
1248.5251796315601,
1248.221284669346,
1247.9175376091148,
1247.6139383429193,
1247.3104867629174,
1247.0071827613729,
1246.7040262306527,
1246.40101706323,
1246.0981551516813,
1245.7954403886881,
1245.4928726670362,
1245.190451879615,
1244.8881779194185,
1244.586050679544,
1244.284070053193,
1243.9822359336708,
1243.6805482143855,
1243.3790067888494,
1243.0776115506771,
1242.7763623935873,
1242.475259211401,
1242.1743018980424,
1241.8734903475383,
1241.5728244540182,
1241.2723041117144,
1240.9719292149614,
1240.671699658195,
1240.3716153359546,
1240.071676142881,
1239.771881973717,
1239.4722327233062,
1239.1727282865959,
1238.8733685586328,
1238.5741534345661,
1238.2750828096462,
1237.9761565792244,
1237.677374638753,
1237.3787368837855,
1237.0802432099758,
1236.781893513079,
1236.48368768895,
1236.1856256335452,
1235.88770724292,
1235.5899324132308,
1235.292301040734,
1234.9948130217854,
1234.6974682528414,
1234.4002666304575,
1234.1032080512896,
1233.8062924120914,
1233.5095196097175,
1233.2128895411213,
1232.9164021033555,
1232.6200571935706,
1232.3238547090175,
1232.027794547045,
1231.7318766051005,
1231.4361007807306,
1231.1404669715791,
1230.8449750753894,
1230.5496249900016,
1230.2544166133557,
1229.9593498434876,
1229.6644245785326,
1229.3696407167226,
1229.0749981563874,
1228.7804967959548,
1228.4861365339493,
1228.1919172689923,
1227.8978388998037,
1227.6039013251984,
1227.31010444409,
1227.0164481554875,
1226.7229323584975,
1226.4295569523224,
1226.136321836262,
1225.8432269097107,
1225.5502720721604,
1225.257457223199,
1224.96478226251,
1224.6722470898726,
1224.3798516051618,
1224.087595708349,
1223.7954792994994,
1223.5035022787752,
1223.2116645464332,
1222.9199660028248,
1222.6284065483978,
1222.3369860836935,
1222.0457045093485,
1221.754561726095,
1221.463557634758,
1221.1726921362585,
1220.8819651316112,
1220.591376521925,
1220.3009262084029,
1220.0106140923428,
1219.7204400751348,
1219.4304040582645,
1219.14050594331,
1218.8507456319437,
1218.561123025931,
1218.2716380271308,
1217.9822905374956,
1217.6930804590704,
1217.4040076939934,
1217.115072144496,
1216.826273712902,
1216.5376123016283,
1216.2490878131841,
1215.960700150171,
1215.6724492152835,
1215.3843349113074,
1215.0963571411212,
1214.8085158076958,
1214.5208108140935,
1214.2332420634682,
1213.9458094590657,
1213.6585129042242,
1213.3713523023723,
1213.0843275570303,
1212.7974385718096,
1212.5106852504139,
1212.2240674966363,
1211.9375852143614,
1211.6512383075656,
1211.3650266803147,
1211.078950236766,
1210.7930088811668,
1210.507202517855,
1210.221531051259,
1209.935994385897,
1209.6505924263774,
1209.3653250773993,
1209.0801922437506,
1208.7951938303092,
1208.5103297420435,
1208.2255998840103,
1207.941004161357,
1207.656542479319,
1207.3722147432222,
1207.088020858481,
1206.803960730599,
1206.520034265169,
1206.2362413678718,
1205.9525819444777,
1205.6690559008457,
1205.3856631429228,
1205.1024035767439,
1204.8192771084337,
1204.536283644204,
1204.2534230903552,
1203.970695353275,
1203.68810033944,
1203.4056379554138,
1203.1233081078478,
1202.8411107034815,
1202.5590456491414,
1202.2771128517413,
1201.9953122182824,
1201.7136436558533,
1201.4321070716294,
1201.1507023728732,
1200.869429466934,
1200.588288261248,
1200.3072786633377,
1200.0264005808128,
1199.7456539213688,
1199.4650385927876,
1199.184554502938,
1198.9042015597743,
1198.6239796713373,
1198.3438887457532,
1198.0639286912349,
1197.7840994160802,
1197.5044008286732,
1197.2248328374828,
1196.945395351064,
1196.6660882780575,
1196.386911527188,
1196.1078650072664,
1195.8289486271883,
1195.5501622959346,
1195.2715059225702,
1194.9929794162458,
1194.7145826861963,
1194.4363156417407,
1194.1581781922835,
1193.8801702473124,
1193.6022917164003,
1193.3245425092036,
1193.0469225354634,
1192.7694317050043,
1192.4920699277352,
1192.2148371136477,
1191.937733172819,
1191.6607580154082,
1191.3839115516585,
1191.1071936918963,
1190.8306043465318,
1190.5541434260576,
1190.2778108410503,
1190.001606502169,
1189.7255303201553,
1189.4495822058343,
1189.1737620701138,
1188.8980698239836,
1188.622505378517,
1188.3470686448684,
1188.071759534276,
1187.7965779580588,
1187.5215238276194,
1187.2465970544413,
1186.9717975500903,
1186.6971252262142,
1186.4225799945425,
1186.1481617668862,
1185.8738704551383,
1185.599705971273,
1185.3256682273454,
1185.0517571354928,
1184.7779726079332,
1184.5043145569657,
1184.2307828949706,
1183.9573775344088,
1183.6840983878221,
1183.4109453678338,
1183.1379183871463,
1182.8650173585443,
1182.5922421948912,
1182.3195928091322,
1182.047069114292,
1181.774671023476,
1181.502398449869,
1181.230251306736,
1180.9582295074224,
1180.686332965353,
1180.4145615940317,
1180.1429153070437,
1179.8713940180521,
1179.5999976408,
1179.3287260891102,
1179.0575792768839,
1178.7865571181026,
1178.515659526826,
1178.244886417193,
1177.9742377034215,
1177.7037132998082,
1177.4333131207281,
1177.1630370806356,
1176.892885094063,
1176.6228570756216,
1176.35295294,
1176.0831726019665,
1175.8135159763663,
1175.543982978123,
1175.2745735222393,
1175.0052875237939,
1174.7361248979448,
1174.4670855599272,
1174.198169425054,
1173.9293764087154,
1173.6607064263792,
1173.3921593935909,
1173.123735225973,
1172.855433839225,
1172.5872551491238,
1172.3191990715231,
1172.051265522354,
1171.7834544176237,
1171.5157656734166,
1171.2481992058938,
1170.9807549312927,
1170.7134327659276,
1170.4462326261887,
1170.179154428543,
1169.9121980895334,
1169.645363525779,
1169.378650653975,
1169.1120593908925,
1168.845589653379,
1168.5792413583565,
1168.3130144228242,
1168.046908763856,
1167.7809242986016,
1167.5150609442862,
1167.2493186182103,
1166.9836972377495,
1166.718196720355,
1166.452816983553,
1166.1875579449443,
1165.922419522205,
1165.657401633086,
1165.392504195413,
1165.1277271270862,
1164.8630703460808,
1164.598533770446,
1164.3341173183057,
1164.069820907858,
1163.8056444573756,
1163.541587885205,
1163.2776511097668,
1163.0138340495562,
1162.750136623141,
1162.4865587491645,
1162.2231003463426,
1161.959761333465,
1161.6965416293956,
1161.4334411530713,
1161.1704598235021,
1160.9075975597723,
1160.6448542810385,
1160.3822299065312,
1160.1197243555534,
1159.8573375474816,
1159.595069401765,
1159.3329198379254,
1159.0708887755575,
1158.8089761343292,
1158.5471818339802,
1158.2855057943232,
1158.0239479352433,
1157.7625081766978,
1157.501186438716,
1157.2399826414003,
1156.9788967049242,
1156.7179285495336,
1156.4570780955464,
1156.1963452633527,
1155.9357299734136,
1155.6752321462623,
1155.4148517025037,
1155.1545885628145,
1154.894442647942,
1154.6344138787058,
1154.374502175996,
1154.1147074607745,
1153.8550296540743,
1153.5954686769992,
1153.3360244507237,
1153.076696896494,
1152.8174859356268,
1152.558391489509,
1152.2994134795986,
1152.0405518274242,
1151.7818064545854,
1151.5231772827508,
1151.2646642336606,
1151.0062672291251,
1150.7479861910242,
1150.4898210413085,
1150.231771701998,
1149.9738380951833,
1149.7160201430247,
1149.4583177677519,
1149.2007308916648,
1148.9432594371326,
1148.6859033265944,
1148.4286624825584,
1148.171536827602,
1147.9145262843729,
1147.657630775587,
1147.4008502240301,
1147.1441845525565,
1146.88763368409,
1146.6311975416227,
1146.3748760482165,
1146.1186691270013,
1145.8625767011763,
1145.6065986940084,
1145.3507350288342,
1145.0949856290579,
1144.8393504181524,
1144.5838293196593,
1144.3284222571879,
1144.0731291544155,
1143.8179499350883,
1143.5628845230199,
1143.307932842092,
1143.0530948162543,
1142.7983703695238,
1142.543759425986,
1142.2892619097934,
1142.0348777451663,
1141.7806068563925,
1141.5264491678272,
1141.272404603893,
1141.0184730890794,
1140.7646545479436,
1140.5109489051094,
1140.2573560852684,
1140.0038760131783,
1139.7505086136646,
1139.4972538116183,
1139.2441115319984,
1138.9910816998304,
1138.7381642402054,
1138.4853590782823,
1138.2326661392856,
1137.9800853485062,
1137.7276166313022,
1137.475259913097,
1137.2230151193799,
1136.9708821757074,
1136.7188610077012,
1136.4669515410492,
1136.215153701505,
1135.963467414888,
1135.7118926070834,
1135.4604292040422,
1135.2090771317808,
1134.9578363163807,
1134.70670668399,
1134.4556881608205,
1134.2047806731505,
1133.9539841473234,
1133.7032985097471,
1133.452723686895,
1133.2022596053057,
1132.951906191582,
1132.7016633723927,
1132.45153107447,
1132.2015092246118,
1131.95159774968,
1131.7017965766022,
1131.4521056323686,
1131.2025248440355,
1130.9530541387228,
1130.7036934436146,
1130.4544426859597,
1130.2053017930707,
1129.9562706923243,
1129.707349311161,
1129.4585375770855,
1129.2098354176665,
1128.9612427605362,
1128.7127595333902,
1128.4643856639884,
1128.2161210801542,
1127.9679657097738,
1127.719919480798,
1127.4719823212392,
1127.2241541591752,
1126.9764349227457,
1126.728824540154,
1126.4813229396657,
1126.2339300496105,
1125.9866457983808,
1125.7394701144315,
1125.4924029262802,
1125.245444162508,
1124.9985937517579,
1124.7518516227358,
1124.5052177042103,
1124.2586919250118,
1124.0122742140345,
1123.7659645002332,
1123.519762712626,
1123.2736687802933,
1123.0276826323768,
1122.781804198081,
1122.5360334066722,
1122.2903701874786,
1122.0448144698898,
1121.7993661833582,
1121.5540252573967,
1121.3087916215807,
1121.063665205547,
1120.8186459389938,
1120.573733751681,
1120.3289285734293,
1120.0842303341212,
1119.8396389637005,
1119.5951543921717,
1119.3507765496013,
1119.1065053661157,
1118.8623407719033,
1118.6182826972124,
1118.3743310723532,
1118.130485827696,
1117.8867468936721,
1117.6431142007734,
1117.399587679552,
1117.1561672606213,
1116.9128528746544,
1116.6696444523852,
1116.4265419246078,
1116.1835452221762,
1115.9406542760057,
1115.6978690170702,
1115.4551893764046,
1115.2126152851042,
1114.9701466743227,
1114.7277834752754,
1114.4855256192361,
1114.2433730375387,
1114.0013256615775,
1113.7593834228053,
1113.517546252735,
1113.275814082939,
1113.034186845049,
1112.7926644707557,
1112.5512468918098,
1112.309934040021,
1112.0687258472574,
1111.827622245447,
1111.5866231665768,
1111.3457285426923,
1111.1049383058983,
1110.8642523883582,
1110.6236707222943,
1110.3831932399871,
1110.1428198737767,
1109.9025505560612,
1109.662385219297,
1109.4223237959995,
1109.182366218742,
1108.9425124201562,
1108.7027623329323,
1108.4631158898187,
1108.2235730236218,
1107.984133667206,
1107.7447977534935,
1107.5055652154651,
1107.2664359861592,
1107.0274099986716,
1106.7884871861563,
1106.5496674818248,
1106.3109508189466,
1106.0723371308484,
1105.8338263509143,
1105.595418412586,
1105.357113249363,
1105.1189107948016,
1104.8808109825154,
1104.6428137461753,
1104.4049190195092,
1104.1671267363029,
1103.929436830398,
1103.6918492356933,
1103.4543638861455,
1103.2169807157672,
1102.9796996586279,
1102.7425206488538,
1102.5054436206278,
1102.26846850819,
1102.0315952458357,
1101.794823767918,
1101.5581540088456,
1101.3215859030838,
1101.085119385154,
1100.8487543896345,
1100.6124908511588,
1100.376328704417,
1100.1402678841553,
1099.9043083251756,
1099.6684499623364,
1099.432692730551,
1099.1970365647894,
1098.961481400077,
1098.7260271714947,
1098.4906738141794,
1098.2554212633231,
1098.020269454174,
1097.7852183220352,
1097.5502678022654,
1097.3154178302782,
1097.080668341543,
1096.8460192715845,
1096.611470555982,
1096.3770221303703,
1096.1426739304388,
1095.9084258919324,
1095.6742779506508,
1095.4402300424483,
1095.2062821032341,
1094.9724340689722,
1094.7386858756813,
1094.505037459435,
1094.2714887563604,
1094.0380397026404,
1093.8046902345118,
1093.5714402882654,
1093.3382898002471,
1093.1052387068567,
1092.8722869445476,
1092.6394344498287,
1092.406681159262,
1092.1740270094635,
1091.941471937104,
1091.7090158789076,
1091.4766587716522,
1091.2444005521697,
1091.0122411573457,
1090.78018052412,
1090.5482185894848,
1090.3163552904875,
1090.0845905642277,
1089.8529243478592,
1089.621356578589,
1089.3898871936772,
1089.1585161304376,
1088.9272433262372,
1088.6960687184958,
1088.464992244687,
1088.2340138423367,
1088.0031334490243,
1087.7723510023823,
1087.5416664400955,
1087.3110796999022,
1087.0805907195931,
1086.8501994370115,
1086.6199057900542,
1086.3897097166696,
1086.1596111548592,
1085.929610042677,
1085.6997063182296,
1085.469899919675,
1085.2401907852256,
1085.0105788531437,
1084.7810640617458,
1084.551646349399,
1084.322325654524,
1084.0931019155926,
1083.8639750711286,
1083.6349450597083,
1083.4060118199595,
1083.1771752905622,
1082.9484354102478,
1082.7197921178,
1082.4912453520533,
1082.2627950518945,
1082.034441156262,
1081.8061836041454,
1081.5780223345862,
1081.3499572866767,
1081.1219883995611,
1080.8941156124347,
1080.6663388645438,
1080.4386580951866,
1080.2110732437118,
1079.9835842495193,
1079.7561910520606,
1079.528893590837,
1079.3016918054018,
1079.074585635359,
1078.8475750203631,
1078.6206599001198,
1078.3938402143847,
1078.167115902965,
1077.940486905718,
1077.7139531625517,
1077.4875146134243,
1077.2611711983452,
1077.0349228573737,
1076.808769530619,
1076.5827111582414,
1076.3567476804512,
1076.1308790375085,
1075.905105169724,
1075.6794260174584,
1075.4538415211218,
1075.2283516211755,
1075.0029562581299,
1074.7776553725448,
1074.552448905031,
1074.3273367962486,
1074.1023189869068,
1073.877395417765,
1073.6525660296327,
1073.427830763368,
1073.2031895598793,
1072.9786423601238,
1072.7541891051085,
1072.5298297358895,
1072.3055641935725,
1072.0813924193124,
1071.857314354313,
1071.6333299398277,
1071.4094391171586,
1071.185641827657,
1070.961938012723,
1070.7383276138062,
1070.5148105724043,
1070.2913868300645,
1070.0680563283825,
1069.8448190090028,
1069.6216748136185,
1069.3986236839712,
1069.1756655618517,
1068.952800389099,
1068.7300281075998,
1068.5073486592903,
1068.284761986155,
1068.062268030226,
1067.8398667335846,
1067.6175580383594,
1067.395341886728,
1067.1732182209155,
1066.9511869831954,
1066.7292481158895,
1066.5074015613668,
1066.285647262045,
1066.0639851603894,
1065.8424151989127,
1065.6209373201766,
1065.3995514667888,
1065.1782575814061,
1064.9570556067326,
1064.7359454855196,
1064.514927160566,
1064.2940005747187,
1064.0731656708715,
1063.8524223919658,
1063.6317706809903,
1063.4112104809808,
1063.190741735021,
1062.970364386241,
1062.7500783778182,
1062.5298836529778,
1062.309780154991,
1062.0897678271767,
1061.8698466129006,
1061.6500164555753,
1061.4302772986598,
1061.210629085661,
1060.9910717601313,
1060.7716052656704,
1060.5522295459245,
1060.332944544587,
1060.113750205397,
1059.8946464721407,
1059.6756332886503,
1059.4567105988049,
1059.2378783465297,
1059.0191364757961,
1058.8004849306221,
1058.5819236550717,
1058.363452593255,
1058.1450716893287,
1057.9267808874947,
1057.708580132002,
1057.490469367145,
1057.2724485372635,
1057.0545175867444,
1056.8366764600198,
1056.6189251015674,
1056.401263455911,
1056.18369146762,
1055.9662090813094,
1055.7488162416398,
1055.5315128933173,
1055.314298981094,
1055.097174449767,
1054.8801392441783,
1054.6631933092167,
1054.446336589815,
1054.2295690309522,
1054.0128905776517,
1053.7963011749828,
1053.5798007680596,
1053.3633893020415,
1053.1470667221324,
1052.930832973582,
1052.7146880016842,
1052.4986317517787,
1052.282664169249,
1052.0667851995245,
1051.8509947880782,
1051.635292880429,
1051.4196794221398,
1051.204154358818,
1050.9887176361162,
1050.773369199731,
1050.5581089954037,
1050.3429369689204,
1050.1278530661107,
1049.9128572328495,
1049.6979494150557,
1049.4831295586923,
1049.2683976097665,
1049.05375351433,
1048.8391972184784,
1048.6247286683515,
1048.4103478101329,
1048.1960545900504,
1047.9818489543761,
1047.7677308494253,
1047.5537002215576,
1047.3397570171765,
1047.1259011827287,
1046.9121326647055,
1046.6984514096412,
1046.4848573641139,
1046.2713504747455,
1046.0579306882014,
1045.8445979511903,
1045.6313522104647,
1045.41819341282,
1045.2051215050953,
1044.9921364341733,
1044.7792381469794,
1044.566426590483,
1044.3537017116957,
1044.141063457673,
1043.9285117755137,
1043.7160466123587,
1043.5036679153927,
1043.2913756318433,
1043.0791697089808,
1042.8670500941187,
1042.655016734613,
1042.4430695778626,
1042.2312085713095,
1042.0194336624377,
1041.8077447987748,
1041.5961419278901,
1041.3846249973965,
1041.1731939549484,
1040.9618487482433,
1040.750589325021,
1040.5394156330642,
1040.328327620197,
1040.1173252342865,
1039.9064084232418,
1039.695577135015,
1039.484831317599,
1039.27417091903,
1039.0635958873863,
1038.8531061707874,
1038.6427017173958,
1038.4323824754151,
1038.2221483930916,
1038.0119994187132,
1037.8019355006097,
1037.5919565871525,
1037.3820626267552,
1037.1722535678725,
1036.9625293590016,
1036.7528899486806,
1036.54333528549,
1036.3338653180508,
1036.1244799950266,
1035.9151792651217,
1035.7059630770825,
1035.496831379696,
1035.2877841217912,
1035.0788212522384,
1034.8699427199488,
1034.6611484738748,
1034.4524384630106,
1034.2438126363909,
1034.0352709430917,
1033.8268133322306,
1033.618439752965,
1033.4101501544949,
1033.2019444860593,
1032.9938226969402,
1032.785784736459,
1032.577830553978,
1032.3699600989012,
1032.162173320672,
1031.9544701687762,
1031.7468505927386,
1031.5393145421253,
1031.3318619665436,
1031.12449281564,
1030.9172070391028,
1030.7100045866596,
1030.502885408079,
1030.2958494531704,
1030.0888966717828,
1029.8820270138056,
1029.6752404291685,
1029.468536867842,
1029.2619162798358,
1029.0553786152002,
1028.8489238240256,
1028.6425518564427,
1028.4362626626214,
1028.2300561927725,
1028.0239323971462,
1027.8178912260325,
1027.6119326297617,
1027.4060565587033,
1027.2002629632673,
1026.9945517939027,
1026.7889230010987,
1026.5833765353836,
1026.3779123473262,
1026.1725303875342,
1025.9672306066543,
1025.762012955374,
1025.5568773844197,
1025.3518238445565,
1025.14685228659,
1024.9419626613642,
1024.737154919763,
1024.5324290127091,
1024.327784891165,
1024.123222506132,
1023.9187418086501,
1023.714342749799,
1023.5100252806976,
1023.3057893525032,
1023.1016349164125,
1022.8975619236611,
1022.6935703255233,
1022.4896600733125,
1022.2858311183808,
1022.0820834121188,
1021.8784169059566,
1021.6748315513622,
1021.4713272998426,
1021.2679041029438,
1021.0645619122497,
1020.8613006793832,
1020.6581203560055,
1020.4550208938166,
1020.2520022445544,
1020.0490643599957,
1019.8462071919555,
1019.6434306922869,
1019.4407348128817,
1019.2381195056695,
1019.0355847226184,
1018.8331304157348,
1018.6307565370629,
1018.428463038685,
1018.2262498727217,
1018.0241169913315,
1017.8220643467109,
1017.6200918910943,
1017.4181995767541,
1017.2163873560003,
1017.0146551811811,
1016.8130030046824,
1016.6114307789276,
1016.4099384563782,
1016.2085259895331,
1016.0071933309288,
1015.8059404331397,
1015.6047672487775,
1015.4036737304915,
1015.2026598309687,
1015.0017255029334,
1014.800870699147,
1014.600095372409,
1014.3993994755555,
1014.1987829614604,
1013.9982457830347,
1013.7977878932268,
1013.5974092450219,
1013.3971097914429,
1013.1968894855493,
1012.9967482804379,
1012.796686129243,
1012.596702985135,
1012.3967988013222,
1012.1969735310491,
1011.9972271275976,
1011.7975595442864,
1011.5979707344708,
1011.3984606515429,
1011.1990292489319,
1010.9996764801034,
1010.80040229856,
1010.6012066578406,
1010.4020895115211,
1010.2030508132135,
1010.0040905165666,
1009.8052085752659,
1009.6064049430329,
1009.4076795736262,
1009.2090324208401,
1009.0104634385059,
1008.8119725804906,
1008.613559800698,
1008.4152250530678,
1008.2169682915763,
1008.0187894702357,
1007.8206885430943,
1007.622665464237,
1007.4247201877839,
1007.2268526678921,
1007.0290628587541,
1006.8313507145986,
1006.6337161896901,
1006.4361592383291,
1006.238679814852,
1006.0412778736311,
1005.8439533690743,
1005.6467062556253,
1005.4495364877637,
1005.2524440200045,
1005.0554288068987,
1004.8584908030327,
1004.6616299630284,
1004.4648462415436,
1004.2681395932715,
1004.0715099729402,
1003.8749573353143,
1003.6784816351931,
1003.4820828274111,
1003.2857608668388,
1003.0895157083818,
1002.8933473069806,
1002.6972556176113,
1002.5012405952851,
1002.3053021950486,
1002.1094403719829,
1001.913655081205,
1001.7179462778665,
1001.5223139171541,
1001.3267579542894,
1001.1312783445293,
1000.9358750431653,
1000.740548005524,
1000.545297186967,
1000.35012254289,
1000.1550240287244,
999.960001599936,
999.7650552120251,
999.5701848205272,
999.3753903810119,
999.1806718490838,
998.9860291803819,
998.7914623305801,
998.596971255386,
998.4025559105431,
998.208216251828,
998.0139522350522,
997.8197638160618,
997.6256509507373,
997.4316135949929,
997.2376517047777,
997.0437652360749,
996.8499541449021,
996.6562183873106,
996.4625579193861,
996.2689726972488,
996.0754626770524,
995.882027814985,
995.6886680672686,
995.4953833901595,
995.3021737399474,
995.1090390729564,
994.9159793455443,
994.7229945141027,
994.5300845350572,
994.337249364867,
994.1444889600255,
993.9518032770592,
993.7591922725285,
993.5666559030278,
993.374194125185,
993.1818068956612,
992.9894941711517,
992.7972559083846,
992.6050920641223,
992.41300259516,
992.2209874583267,
992.0290466104848,
991.8371800085298,
991.6453876093909,
991.4536693700303,
991.2620252474437,
991.07045519866,
990.8789591807412,
990.6875371507826,
990.4961890659125,
990.3049148832926,
990.1137145601172,
989.9225880536143,
989.7315353210441,
989.5405563197007,
989.3496510069106,
989.1588193400332,
988.968061276461,
988.7773767736194,
988.5867657889663,
988.3962282799929,
988.2057642042226,
988.015373519212,
987.82505618255,
987.6348121518588,
987.4446413847922,
987.2545438390381,
987.0645194723153,
986.8745682423763,
986.6846901070058,
986.4948850240211,
986.3051529512715,
986.1154938466393,
985.9259076680387,
985.7363943734167,
985.5469539207521,
985.3575862680567,
985.1682913733738,
984.9790691947795,
984.789919690382,
984.6008428183214,
984.4118385367702,
984.2229068039329,
984.0340475780462,
983.8452608173786,
983.6565464802309,
983.4679045249358,
983.2793349098578,
983.0908375933936,
982.9024125339715,
982.714059690052,
982.525779020127,
982.3375704827207,
982.1494340363886,
981.9613696397184,
981.7733772513291,
981.5854568298716,
981.3976083340285,
981.2098317225139,
981.0221269540733,
980.8344939874845,
980.646932781556,
980.459443295128,
980.2720254870726,
980.0846793162929,
979.8974047417234,
979.7102017223305,
979.5230702171112,
979.3360101850944,
979.1490215853402,
978.9621043769396,
978.7752585190151,
978.5884839707205,
978.4017806912408,
978.2151486397919,
978.0285877756206,
977.8420980580056,
977.6556794462558,
977.4693318997116,
977.2830553777443,
977.0968498397561,
976.9107152451802,
976.7246515534806,
976.5386587241522,
976.352736716721,
976.1668854907434,
975.9811050058071,
975.7953952215299,
975.6097560975609,
975.4241875935797,
975.2386896692965,
975.0532622844522,
974.8679053988184,
974.6826189721971,
974.4974029644211,
974.3122573353534,
974.1271820448878,
973.9421770529483,
973.7572423194897,
973.5723778044969,
973.3875834679853,
973.2028592700005,
973.0182051706188,
972.8336211299463,
972.6491071081196,
972.4646630653058,
972.2802889617018,
972.095984757535,
971.9117504130625,
971.727585888572,
971.543491144381,
971.3594661408373,
971.1755108383187,
970.9916251972326,
970.807809178017,
970.6240627411394,
970.4403858470973,
970.2567784564184,
970.07324052966,
969.8897720274091,
969.7063729102827,
969.5230431389277,
969.3397826740207,
969.1565914762677,
968.9734695064049,
968.7904167251977,
968.6074330934415,
968.4245185719611,
968.2416731216111,
968.0588967032754,
967.8761892778675,
967.6935508063306,
967.5109812496372,
967.328480568789,
967.1460487248179,
966.9636856787843,
966.7813913917785,
966.5991658249199,
966.4170089393573,
966.2349206962689,
966.0529010568617,
965.8709499823728,
965.6890674340676,
965.507253373241,
965.3255077612171,
965.1438305593491,
964.9622217290192,
964.780681231639,
964.5992090286486,
964.4178050815174,
964.2364693517437,
964.0552018008551,
963.8740023904074,
963.6928710819861,
963.5118078372051,
963.3308126177069,
963.1498853851637,
962.9690261012755,
962.7882347277715,
962.6075112264101,
962.4268555589774,
962.2462676872891,
962.0657475731891,
961.8852951785499,
961.7049104652727,
961.5245933952875,
961.3443439305526,
961.1641620330544,
960.9840476648088,
960.8040007878592,
960.6240213642783,
960.4441093561663,
960.2642647256524,
960.0844874348943,
959.9047774460773,
959.7251347214158,
959.5455592231519,
959.3660509135563,
959.1866097549278,
959.0072357095934,
958.8279287399083,
958.6486888082559,
958.4695158770475,
958.2904099087228,
958.1113708657494,
957.9323987106229,
957.7534934058672,
957.5746549140338,
957.3958831977021,
957.2171782194803,
957.0385399420035,
956.859968327935,
956.6814633399663,
956.5030249408163,
956.3246530932321,
956.1463477599881,
955.968108903887,
955.7899364877587,
955.6118304744613,
955.4337908268801,
955.2558175079286,
955.0779104805475,
954.900069707705,
954.7222951523976,
954.5445867776484,
954.3669445465086,
954.189368422057,
954.0118583673994,
953.8344143456695,
953.6570363200282,
953.4797242536637,
953.3024781097919,
953.1252978516555,
952.9481834425252,
952.7711348456986,
952.5941520245007,
952.4172349422835,
952.2403835624265,
952.0635978483363,
951.8868777634465,
951.7102232712183,
951.5336343351396,
951.3571109187257,
951.1806529855182,
951.0042604990871,
950.8279334230281,
950.6516717209646,
950.4754753565471,
950.2993442934525,
950.1232784953847,
949.947277926075,
949.7713425492813,
949.595472328788,
949.4196672284066,
949.2439272119756,
949.06825224336,
948.8926422864517,
948.7170973051691,
948.5416172634574,
948.3662021252886,
948.1908518546613,
948.0155664156006,
947.8403457721581,
947.6651898884124,
947.4900987284683,
947.3150722564571,
947.1401104365369,
946.9652132328919,
946.7903806097329,
946.6156125312974,
946.4409089618489,
946.2662698656775,
946.0916952070994,
945.9171849504576,
945.7427390601208,
945.5683575004845,
945.3940402359704,
945.2197872310259,
945.0455984501252,
944.8714738577685,
944.697413418482,
944.5234170968183,
944.349484857356,
944.1756166646996,
944.00181248348,
943.8280722783537,
943.6543960140037,
943.4807836551389,
943.3072351664937,
943.1337505128289,
942.9603296589312,
942.786972569613,
942.6136792097126,
942.4404495440943,
942.2672835376482,
942.09418115529,
941.9211423619614,
941.7481671226298,
941.5752554022879,
941.4024071659551,
941.2296223786755,
941.0569010055192,
940.8842430115823,
940.7116483619858,
940.5391170218769,
940.3666489564281,
940.1942441308374,
940.0219025103285,
939.8496240601503,
939.6774087455776,
939.5052565319103,
939.3331673844738,
939.1611412686188,
938.9891781497217,
938.8172779931842,
938.6454407644328,
938.47366642892,
938.3019549521231,
938.130306299545,
937.9587204367136,
937.7871973291819,
937.6157369425289,
937.4443392423574,
937.2730041942966,
937.1017317640002,
936.9305219171473,
936.7593746194415,
936.5882898366121,
936.4172675344133,
936.246307678624,
936.0754102350485,
935.9045751695157,
935.7338024478795,
935.5630920360192,
935.3924438998381,
935.2218580052653,
935.051334318254,
934.8808728047828,
934.7104734308548,
934.5401361624978,
934.3698609657646,
934.1996478067327,
934.0294966515042,
933.859407466206,
933.6893802169893,
933.5194148700307,
933.3495113915308,
933.1796697477148,
933.009889904833,
932.8401718291597,
932.6705154869938,
932.5009208446593,
932.331387868504,
932.1619165249003,
931.9925067802454,
931.8231586009607,
931.6538719534918,
931.484646804309,
931.3154831199068,
931.1463808668042,
930.9773400115441,
930.8083605206941,
930.6394423608461,
930.470585498616,
930.3017899006437,
930.1330555335941,
929.9643823641554,
929.7957703590406,
929.6272194849865,
929.458729708754,
929.2903009971285,
929.1219333169188,
928.9536266349584,
928.7853809181042,
928.6171961332379,
928.4490722472646,
928.2810092271133,
928.1130070397371,
927.9450656521133,
927.7771850312429,
927.6093651441504,
927.4416059578849,
927.2739074395186,
927.1062695561478,
926.9386922748929,
926.7711755628976,
926.6037193873296,
926.4363237153802,
926.2689885142645,
926.1017137512212,
925.9344993935129,
925.7673454084253,
925.6002517632685,
925.4332184253753,
925.266245362103,
925.0993325408315,
924.9324799289652,
924.7656874939312,
924.5989552031805,
924.4322830241878,
924.2656709244505,
924.0991188714902,
923.9326268328513,
923.7661947761022,
923.599822668834,
923.4335104786617,
923.2672581732234,
923.1010657201804,
922.9349330872172,
922.7688602420423,
922.6028471523863,
922.4368937860039,
922.2710001106725,
922.105166094193,
921.9393917043893,
921.7736769091085,
921.6080216762207,
921.442425973619,
921.2768897692201,
921.1114130309631,
920.9459957268106,
920.7806378247478,
920.6153392927832,
920.4501000989484,
920.2849202112974,
920.1197995979076,
919.9547382268793,
919.7897360663352,
919.6247930844215,
919.459909249307,
919.295084529183,
919.1303188922641,
918.9656123067874,
918.800964741013,
918.6363761632233,
918.471846541724,
918.3073758448428,
918.1429640409308,
917.9786110983613,
917.8143169855307,
917.6500816708572,
917.4859051227825,
917.3217873097705,
917.1577282003071,
916.9937277629022,
916.8297859660864,
916.6659027784143,
916.5020781684623,
916.3383121048291,
916.1746045561363,
916.0109554910276,
915.8473648781694,
915.6838326862501,
915.5203588839806,
915.3569434400944,
915.193586323347,
915.0302875025162,
914.8670469464024,
914.7038646238279,
914.5407405036375,
914.3776745546979,
914.2146667458985,
914.0517170461504,
913.8888254243872,
913.7259918495641,
913.5632162906593,
913.4004987166724,
913.2378390966251,
913.0752373995616,
912.912693594548,
912.7502076506721,
912.5877795370442,
912.4254092227959,
912.2630966770816,
912.1008418690769,
911.93864476798,
911.7765053430103,
911.6144235634096,
911.4523993984413,
911.2904328173911,
911.1285237895657,
910.9666722842945,
910.8048782709279,
910.6431417188389,
910.4814625974215,
910.3198408760918,
910.1582765242875,
909.9967695114682,
909.835319807115,
909.6739273807303,
909.512592201839,
909.3513142399868,
909.1900934647415,
909.0289298456922,
908.8678233524498,
908.7067739546465,
908.5457816219359,
908.3848463239937,
908.2239680305163,
908.0631467112223,
907.9023823358511,
907.7416748741642,
907.5810242959441,
907.4204305709943,
907.2598936691404,
907.0994135602291,
906.9389902141282,
906.7786236007272,
906.6183136899365,
906.458060451688,
906.2978638559348,
906.1377238726513,
905.9776404718331,
905.8176136234969,
905.6576432976806,
905.4977294644434,
905.3378720938655,
905.1780711560482,
905.018326621114,
904.8586384592066,
904.6990066404906,
904.5394311351517,
904.3799119133965,
904.2204489454529,
904.0610422015694,
903.9016916520159,
903.7423972670829,
903.5831590170822,
903.4239768723462,
903.2648508032281,
903.1057807801027,
902.9467667733649,
902.7878087534306,
902.6289066907367,
902.470060555741,
902.3112703189219,
902.1525359507785,
901.993857421831,
901.8352347026198,
901.6766677637066,
901.5181565756735,
901.3597011091231,
901.2013013346791,
901.0429572229856,
900.8846687447073,
900.7264358705295,
900.5682585711584,
900.4101368173203,
900.2520705797624,
900.0940598292522,
899.9361045365779,
899.7782046725481,
899.6203602079921,
899.4625711137594,
899.3048373607202,
899.1471589197645,
898.9895357618037,
898.8319678577687,
898.6744551786115,
898.5169976953039,
898.3595953788382,
898.2022482002271,
898.0449561305038,
897.8877191407215,
897.7305372019534,
897.5734102852937,
897.4163383618562,
897.2593214027752,
897.1023593792052,
896.9454522623207,
896.7886000233166,
896.6318026334076,
896.475060063829,
896.3183722858358,
896.1617392707035,
896.0051609897273,
895.8486374142225,
895.6921685155245,
895.535754264989,
895.3793946339913,
895.2230895939267,
895.066839116211,
894.9106431722792,
894.7545017335868,
894.598414771609,
894.4423822578409,
894.2864041637974,
894.1304804610136,
893.9746111210442,
893.8187961154634,
893.6630354158661,
893.507328993866,
893.3516768210974,
893.1960788692138,
893.0405351098885,
892.8850455148151,
892.7296100557063,
892.5742287042946,
892.4189014323323,
892.2636282115914,
892.1084090138634,
891.9532438109594,
891.7981325747103,
891.6430752769666,
891.4880718895981,
891.3331223844943,
891.1782267335644,
891.023384908737,
890.8685968819599,
890.7138626252009,
890.5591821104471,
890.404555309705,
890.2499821950004,
890.0954627383787,
889.9409969119047,
889.7865846876626,
889.632226037756,
889.4779209343076,
889.3236693494597,
889.169471255374,
889.015326624231,
888.8612354282311,
888.7071976395937,
888.5532132305573,
888.3992821733799,
888.2454044403387,
888.09158000373,
887.9378088358691,
887.7840909090908,
887.630426195749,
887.4768146682168,
887.3232562988859,
887.1697510601679,
887.0162989244927,
886.8628998643098,
886.7095538520879,
886.5562608603142,
886.4030208614951,
886.2498338281562,
886.0966997328419,
885.9436185481155,
885.7905902465598,
885.6376148007757,
885.4846921833838,
885.331822367023,
885.1790053243517,
885.0262410280465,
884.8735294508033,
884.7208705653366,
884.56826434438,
884.4157107606859,
884.2632097870252,
884.1107613961877,
883.958365560982,
883.8060222542356,
883.6537314487944,
883.5014931175233,
883.3493072333057,
883.1971737690438,
883.0450926976586,
882.8930639920893,
882.741087625294,
882.5891635702496,
882.4372917999515,
882.2854722874132,
882.1337050056677,
881.9819899277657,
881.8303270267767,
881.678716275789,
881.5271576479092,
881.3756511162622,
881.2241966539916,
881.0727942342596,
880.9214438302464,
880.770145415151,
880.6188989621905,
880.4677044446009,
880.316561835636,
880.1654711085683,
880.0144322366887,
879.863445193306,
879.7125099517477,
879.5616264853596,
879.4107947675058,
879.2600147715682,
879.1092864709476,
878.9586098390625,
878.8079848493503,
878.6574114752657,
878.5068896902823,
878.3564194678917,
878.2060007816033,
878.0556336049452,
877.9053179114632,
877.7550536747215,
877.6048408683022,
877.4546794658055,
877.30456944085,
877.1545107670717,
877.004503418125,
876.8545473676826,
876.7046425894348,
876.5547890570899,
876.4049867443745,
876.2552356250328,
876.105535672827,
875.9558868615377,
875.8062891649624,
875.6567425569177,
875.5072470112372,
875.3578025017725,
875.2084090023936,
875.0590664869878,
874.9097749294604,
874.7605343037343,
874.6113445837506,
874.4622057434677,
874.3131177568622,
874.1640805979282,
874.0150942406775,
873.8661586591397,
873.7172738273621,
873.5684397194098,
873.4196563093651,
873.2709235713287,
873.1222414794183,
872.9736100077694,
872.8250291305353,
872.6764988218868,
872.528019056012,
872.3795898071168,
872.2312110494249,
872.0828827571772,
871.9346049046321,
871.7863774660657,
871.6382004157713,
871.4900737280602,
871.3419973772606,
871.1939713377183,
871.0459955837968,
870.8980700898766,
870.750194830356,
870.6023697796505,
870.4545949121929,
870.3068702024334,
870.1591956248395,
870.0115711538963,
869.8639967641059,
869.7164724299878,
869.5689981260788,
869.4215738269329,
869.2741995071215,
869.126875141233,
868.9796007038734,
868.8323761696655,
868.6852015132496,
868.5380767092829,
868.3910017324399,
868.2439765574126,
868.0970011589094,
867.9500755116565,
867.8031995903968,
867.6563733698905,
867.5095968249148,
867.362869930264,
867.2161926607494,
867.0695649911992,
866.922986896459,
866.7764583513912,
866.629979330875,
866.4835498098068,
866.3371697631001,
866.190839165685,
866.0445579925087,
865.8983262185353,
865.7521438187462,
865.6060107681388,
865.4599270417282,
865.3138926145459,
865.1679074616407,
865.0219715580776,
864.876084878939,
864.7302473993237,
864.5844590943478,
864.4387199391434,
864.2930299088603,
864.1473889786643,
864.001797123738,
863.8562543192812,
863.7107605405103,
863.5653157626576,
863.4199199609734,
863.2745731107235,
863.1292751871911,
862.9840261656756,
862.8388260214933,
862.6936747299768,
862.5485722664757,
862.4035186063559,
862.258513725,
862.1135575978067,
861.9686502001922,
861.8237915075883,
861.6789814954438,
861.5342201392239,
861.3895074144101,
861.2448432965007,
861.1002277610103,
860.9556607834696,
860.8111423394264,
860.6666724044444,
860.522250954104,
860.3778779640018,
860.2335534097507,
860.0892772669803,
859.9450495113363,
859.8008701184805,
859.6567390640917,
859.5126563238643,
859.3686218735095,
859.2246356887545,
859.0806977453427,
858.9368080190341,
858.7929664856044,
858.6491731208463,
858.5054279005678,
858.361730800594,
858.2180817967653,
858.074480864939,
857.9309279809883,
857.7874231208021,
857.6439662602863,
857.5005573753623,
857.3571964419676,
857.213883436056,
857.0706183335975,
856.9274011105779,
856.7842317429989,
856.6411102068787,
856.4980364782513,
856.3550105331666,
856.2120323476905,
856.0691018979052,
855.9262191599084,
855.7833841098142,
855.6405967237521,
855.4978569778682,
855.3551648483242,
855.2125203112973,
855.0699233429813,
854.9273739195854,
854.784872017335,
854.6424176124709,
854.50001068125,
854.3576511999453,
854.2153391448451,
854.0730744922536,
853.930857218491,
853.7886872998932,
853.6465647128119,
853.5044894336144,
853.3624614386837,
853.2204807044188,
853.078547207234,
852.9366609235598,
852.7948218298419,
852.6530299025417,
852.5112851181367,
852.3695874531197,
852.227936883999,
852.0863333872987,
851.9447769395588,
851.8032675173341,
851.6618050971958,
851.5203896557302,
851.3790211695393,
851.2376996152406,
851.096424969467,
850.9551972088669,
850.8140163101046,
850.6728822498596,
850.5317950048268,
850.3907545517164,
850.2497608672547,
850.1088139281827,
849.9679137112573,
849.8270601932506,
849.6862533509501,
849.5454931611587,
849.4047796006948,
849.2641126463918,
849.123492275099,
848.9829184636804,
848.842391189016,
848.7019104280004,
848.5614761575439,
848.4210883545721,
848.2807469960258,
848.1404520588609,
848.0002035200488,
847.8600013565759,
847.7198455454442,
847.5797360636701,
847.4396728882862,
847.2996559963397,
847.1596853648929,
847.0197609710234,
846.8798827918242,
846.740050804403,
846.600264985883,
846.460525313402,
846.3208317641134,
846.1811843151855,
846.0415829438017,
845.9020276271601,
845.7625183424746,
845.6230550669733,
845.4836377778998,
845.3442664525128,
845.2049410680854,
845.0656616019065,
844.9264280312792,
844.787240333522,
844.6480984859683,
844.5090024659662,
844.3699522508791,
844.230947818085,
844.0919891449769,
843.9530762089627,
843.8142089874651,
843.6753874579216,
843.5366115977848,
843.3978813845218,
843.259196795615,
843.120557808561,
842.9819644008717,
842.8434165500732,
842.7049142337073,
842.5664574293297,
842.4280461145113,
842.2896802668373,
842.1513598639083,
842.013084883339,
841.8748553027592,
841.7366710998132,
841.5985322521598,
841.4604387374727,
841.3223905334404,
841.1843876177658,
841.0464299681663,
840.9085175623743,
840.7706503781366,
840.6328283932143,
840.4950515853837,
840.3573199324353,
840.219633412174,
840.0819920024194,
839.9443956810059,
839.8068444257821,
839.6693382146111,
839.5318770253707,
839.3944608359529,
839.2570896242646,
839.1197633682267,
838.9824820457749,
838.8452456348591,
838.7080541134436,
838.5709074595075,
838.4338056510437,
838.2967486660602,
838.1597364825788,
838.0227690786359,
837.8858464322819,
837.7489685215825,
837.6121353246166,
837.4753468194779,
837.3386029842748,
837.2019037971291,
837.0652492361779,
836.9286392795717,
836.792073905476,
836.6555530920697,
836.5190768175468,
836.382645060115,
836.2462577979963,
836.109915009427,
835.9736166726578,
835.837362765953,
835.7011532675915,
835.5649881558662,
835.4288674090844,
835.2927910055672,
835.1567589236498,
835.0207711416821,
834.8848276380273,
834.748928391063,
834.6130733791814,
834.4772625807877,
834.3414959743022,
834.2057735381587,
834.0700952508048,
833.9344610907028,
833.7988710363286,
833.663325066172,
833.527823158737,
833.3923652925415,
833.2569514461175,
833.1215815980105,
832.9862557267804,
832.850973811001,
832.7157358292599,
832.5805417601586,
832.4453915823121,
832.3102852743502,
832.1752228149159,
832.040204182666,
831.9052293562717,
831.7702983144175,
831.6354110358018,
831.5005674991372,
831.3657676831498,
831.2310115665795,
831.0962991281799,
830.9616303467187,
830.8270052009769,
830.6924236697499,
830.5578857318461,
830.4233913660879,
830.2889405513118,
830.1545332663676,
830.0201694901185,
829.8858492014423,
829.7515723792296,
829.617339002385,
829.483149049827,
829.3490025004871,
829.2148993333111,
829.080839527258,
828.9468230613005,
828.812849914425,
828.6789200656312,
828.545033493933,
828.411190178357,
828.2773900979437,
828.1436332317476,
828.0099195588363,
827.8762490582908,
827.7426217092058,
827.6090374906894,
827.4754963818633,
827.3419983618628,
827.2085434098364,
827.0751315049458,
826.941762626367,
826.8084367532886,
826.675153864913,
826.5419139404559,
826.4087169591464,
826.2755629002272,
826.142451742954,
826.0093834665961,
825.8763580504362,
825.7433754737702,
825.6104357159074,
825.4775387561704,
825.344684573895,
825.2118731484308,
825.07910445914,
824.9463784853983,
824.8136952065952,
824.6810546021325,
824.5484566514262,
824.4159013339049,
824.2833886290106,
824.1509185161987,
824.0184909749374,
823.8861059847086,
823.7537635250071,
823.6214635753407,
823.4892061152308,
823.3569911242116,
823.2248185818306,
823.0926884676483,
822.9606007612384,
822.828555442188,
822.6965524900967,
822.5645918845777,
822.4326736052569,
822.3007976317737,
822.16896394378,
822.0371725209413,
821.9054233429358,
821.773716389455,
821.6420516402029,
821.510429074897,
821.3788486732677,
821.2473104150583,
821.1158142800251,
820.9843602479373,
820.8529482985771,
820.7215784117396,
820.5902505672329,
820.4589647448782,
820.3277209245093,
820.1965190859729,
820.0653592091289,
819.9342412738498,
819.803165260021,
819.6721311475409,
819.5411389163207,
819.4101885462844,
819.2792800173687,
819.1484133095233,
819.0175884027109,
818.8868052769064,
818.7560639120983,
818.6253642882871,
818.4947063854864,
818.3640901837227,
818.2335156630351,
818.1029828034752,
817.972491585108,
817.8420419880104,
817.7116339922725,
817.5812675779972,
817.4509427252997,
817.320659414308,
817.1904176251628,
817.0602173380178,
816.9300585330387,
816.7999411904043,
816.6698652903058,
816.539830812947,
816.4098377385448,
816.2798860473279,
816.1499757195381,
816.02010673543,
815.8902790752699,
815.7604927193375,
815.6307476479249,
815.501043841336,
815.3713812798884,
815.2417599439113,
815.1121798137468,
814.9826408697494,
814.8531430922861,
814.7236864617364,
814.5942709584923,
814.4648965629581,
814.3355632555506,
814.2062710166992,
814.0770198268458,
813.9478096664442,
813.818640515961,
813.6895123558752,
813.5604251666782,
813.4313789288735,
813.3023736229774,
813.1734092295181,
813.0444857290365,
812.9156031020858,
812.7867613292315,
812.657960391051,
812.5292002681346,
812.4004809410847,
812.2718023905159,
812.1431645970551,
812.0145675413416,
811.886011204027,
811.7574955657747,
811.6290206072608,
811.5005863091735,
811.3721926522134,
811.2438396170928,
811.1155271845369,
810.9872553352824,
810.8590240500787,
810.730833309687,
810.602683094881,
810.4745733864464,
810.3465041651809,
810.2184754118947,
810.0904871074099,
809.9625392325605,
809.8346317681929,
809.7067646951656,
809.5789379943491,
809.451151646626,
809.3234056328909,
809.1956999340505,
809.0680345310236,
808.9404094047412,
808.8128245361459,
808.6852799061925,
808.557775495848,
808.4303112860914,
808.3028872579132,
808.1755033923166,
808.0481596703163,
807.920856072939,
807.7935925812236,
807.6663691762207,
807.5391858389928,
807.4120425506146,
807.2849392921726,
807.157876044765,
807.0308527895021,
806.9038695075062,
806.7769261799111,
806.6500227878631,
806.5231593125196,
806.3963357350503,
806.2695520366369,
806.1428081984723,
806.0161042017619,
805.8894400277226,
805.762815657583,
805.6362310725838,
805.5096862539772,
805.3831811830272,
805.25671584101,
805.1302902092131,
805.0039042689357,
804.877558001489,
804.7512513881958,
804.6249844103909,
804.4987570494203,
804.3725692866421,
804.246421103426,
804.1203124811534,
803.9942434012172,
803.8682138450222,
803.7422237939847,
803.6162732295329,
803.4903621331061,
803.364490486156,
803.2386582701453,
803.1128654665483,
802.9871120568515,
802.8613980225523,
802.7357233451602,
802.6100880061961,
802.4844919871923,
802.3589352696929,
802.2334178352534,
802.1079396654408,
801.9825007418337,
801.8571010460225,
801.7317405596086,
801.6064192642054,
801.4811371414373,
801.3558941729407,
801.2306903403629,
801.105525625363,
800.9804000096119,
800.8553134747912,
800.7302660025945,
800.6052575747266,
800.4802881729038,
800.3553577788538,
800.2304663743158,
800.1056139410402,
799.980800460789,
799.8560259153353,
799.7312902864637,
799.6065935559704,
799.4819357056629,
799.3573167173593,
799.2327365728901,
799.1081952540965,
798.9836927428312,
798.8592290209582,
798.7348040703525,
798.6104178729012,
798.4860704105017,
798.3617616650633,
798.2374916185063,
798.1132602527626,
797.9890675497746,
797.8649134914968,
797.7407980598944,
797.616721236944,
797.4926830046335,
797.3686833449617,
797.2447222399389,
797.1207996715863,
796.9969156219365,
796.8730700730334,
796.7492630069318,
796.6254944056975,
796.5017642514078,
796.3780725261511,
796.2544192120267,
796.1308042911451,
796.007227745628,
795.8836895576081,
795.7601897092293,
795.6367281826465,
795.5133049600255,
795.3899200235436,
795.2665733553887,
795.1432649377603,
795.0199947528681,
794.8967627829336,
794.773569010189,
794.6504134168777,
794.5272959852537,
794.4042166975823,
794.2811755361398,
794.1581724832135,
794.0352075211015,
793.912280632113,
793.7893917985681,
793.6665410027978,
793.543728227144,
793.4209534539598,
793.298216665609,
793.1755178444663,
793.0528569729173,
792.9302340333586,
792.8076490081977,
792.6851018798528,
792.5625926307531,
792.4401212433386,
792.3176877000603,
792.1952919833798,
792.0729340757697,
791.9506139597136,
791.8283316177053,
791.7060870322503,
791.5838801858639,
791.4617110610733,
791.3395796404153,
791.2174859064387,
791.095429841702,
790.973411428775,
790.8514306502381,
790.7294874886828,
790.6075819267108,
790.4857139469348,
790.3638835319782,
790.2420906644751,
790.1203353270703,
789.9986175024194,
789.8769371731885,
789.7552943220543,
789.6336889317046,
789.5121209848375,
789.3905904641617,
789.2690973523969,
789.147641632273,
789.026223286531,
788.9048422979221,
788.7834986492084,
788.6621923231622,
788.5409233025672,
788.4196915702167,
788.2984971089153,
788.1773399014779,
788.0562199307299,
787.9351371795074,
787.8140916306571,
787.6930832670358,
787.5721120715116,
787.4511780269623,
787.330281116277,
787.2094213223544,
787.0885986281047,
786.9678130164477,
786.8470644703143,
786.7263529726456,
786.6056785063931,
786.4850410545191,
786.3644405999962,
786.243877125807,
786.1233506149451,
786.0028610504143,
785.8824084152288,
785.7619926924135,
785.6416138650033,
785.5212719160436,
785.4009668285903,
785.2806985857095,
785.1604671704781,
785.0402725659827,
784.9201147553209,
784.7999937216001,
784.6799094479385,
784.5598619174643,
784.4398511133163,
784.3198770186434,
784.1999396166048,
784.08003889037,
783.960174823119,
783.840347398042,
783.7205565983394,
783.6008024072217,
783.4810848079101,
783.3614037836356,
783.2417593176399,
783.1221513931745,
783.0025799935012,
782.8830451018923,
782.7635467016303,
782.6440847760073,
782.5246593083265,
782.4052702819007,
782.2859176800529,
782.1666014861165,
782.047321683435,
781.928078255362,
781.8088711852614,
781.6897004565068,
781.5705660524825,
781.4514679565825,
781.3324061522113,
781.2133806227833,
781.0943913517231,
780.9754383224648,
780.8565215184536,
780.7376409231442,
780.6187965200014,
780.4999882925002,
780.3812162241255,
780.2624802983723,
780.1437804987461,
780.0251168087613,
779.9064892119435,
779.7878976918279,
779.6693422319595,
779.5508228158935,
779.4323394271953,
779.3138920494397,
779.1954806662122,
779.0771052611077,
778.9587658177315,
778.8404623196985,
778.7221947506338,
778.6039630941722,
778.4857673339587,
778.3676074536482,
778.2494834369055,
778.1313952674049,
778.0133429288312,
777.895326404879,
777.7773456792526,
777.6594007356658,
777.5414915578433,
777.4236181295188,
777.3057804344363,
777.1879784563494,
777.0702121790215,
776.9524815862262,
776.8347866617468,
776.7171273893762,
776.5995037529171,
776.4819157361825,
776.3643633229948,
776.2468464971862,
776.1293652425987,
776.0119195430842,
775.8945093825043,
775.7771347447306,
775.6597956136438,
775.5424919731353,
775.4252238071053,
775.3079910994643,
775.1907938341325,
775.0736319950396,
774.9565055661252,
774.8394145313384,
774.7223588746384,
774.6053385799936,
774.4883536313823,
774.3714040127926,
774.2544897082222,
774.1376107016783,
774.0207669771781,
773.9039585187478,
773.7871853104241,
773.6704473362528,
773.553744580289,
773.4370770265984,
773.3204446592557,
773.203847462345,
773.0872854199604,
772.9707585162055,
772.854266735193,
772.7378100610464,
772.6213884778973,
772.5050019698878,
772.3886505211692,
772.2723341159027,
772.1560527382585,
772.0398063724167,
771.9235950025667,
771.8074186129078,
771.6912771876483,
771.5751707110066,
771.4590991672098,
771.3430625404955,
771.22706081511,
771.1110939753091,
770.9951620053585,
770.879264889533,
770.7634026121173,
770.6475751574048,
770.5317825096992,
770.4160246533128,
770.3003015725682,
770.1846132517966,
770.068959675339,
769.953340827546,
769.8377566927771,
769.7222072554015,
769.606692499798,
769.4912124103544,
769.3757669714678,
769.260356167545,
769.1449799830019,
769.0296384022641,
768.9143314097661,
768.7990589899518,
768.6838211272749,
768.5686178061977,
768.4534490111926,
768.3383147267405,
768.2232149373323,
768.1081496274677,
767.9931187816558,
767.8781223844153,
767.7631604202736,
767.648232873768,
767.5333397294445,
767.4184809718588,
767.3036565855755,
767.1888665551686,
767.0741108652213,
766.959389500326,
766.8447024450844,
766.7300496841073,
766.6154312020147,
766.500846983436,
766.3862970130094,
766.2717812753828,
766.1572997552128,
766.0428524371654,
765.9284393059157,
765.814060346148,
765.6997155425557,
765.5854048798413,
765.4711283427168,
765.3568859159027,
765.242677584129,
765.1285033321348,
765.0143631446681,
764.9002570064864,
764.786184902356,
764.6721468170522,
764.5581427353596,
764.444172642072,
764.3302365219918,
764.2163343599307,
764.1024661407095,
763.9886318491582,
763.8748314701154,
763.7610649884291,
763.6473323889562,
763.5336336565626,
763.4199687761234,
763.3063377325223,
763.1927405106524,
763.0791770954155,
762.9656474717226,
762.8521516244938,
762.7386895386576,
762.625261199152,
762.5118665909239,
762.3985056989288,
762.2851785081317,
762.171885003506,
762.0586251700344,
761.9453989927083,
761.832206456528,
761.719047546503,
761.6059222476515,
761.4928305450004,
761.3797724235861,
761.2667478684531,
761.1537568646554,
761.0407993972558,
760.9278754513253,
760.8149850119448,
760.7021280642033,
760.5893045931988,
760.4765145840383,
760.3637580218377,
760.2510348917212,
760.1383451788225,
760.0256888682839,
759.9130659452559,
759.8004763948987,
759.6879202023808,
759.5753973528798,
759.4629078315816,
759.3504516236811,
759.2380287143823,
759.1256390888974,
759.0132827324479,
758.9009596302635,
758.7886697675831,
758.6764131296541,
758.5641897017325,
758.4519994690837,
758.3398424169808,
758.2277185307064,
758.1156277955514,
758.0035701968156,
757.8915457198075,
757.7795543498441,
757.6675960722513,
757.5556708723633,
757.4437787355234,
757.3319196470833,
757.2200935924036,
757.1083005568532,
756.9965405258098,
756.8848134846598,
756.7731194187983,
756.6614583136287,
756.5498301545631,
756.4382349270226,
756.3266726164366,
756.2151432082427,
756.1036466878879,
755.9921830408275,
755.8807522525248,
755.7693543084522,
755.6579891940908,
755.5466568949299,
755.4353573964677,
755.3240906842103,
755.2128567436732,
755.1016555603799,
754.9904871198623,
754.8793514076614,
754.7682484093259,
754.657178110414,
754.5461404964914,
754.435135553133,
754.3241632659219,
754.2132236204498,
754.1023166023166,
753.9914421971312,
753.8806003905102,
753.7697911680793,
753.6590145154727,
753.5482704183323,
753.4375588623093,
753.3268798330629,
753.2162333162605,
753.1056192975784,
752.9950377627013,
752.8844886973216,
752.7739720871413,
752.6634879178694,
752.5530361752245,
752.4426168449329,
752.3322299127295,
752.2218753643574,
752.1115531855685,
752.0012633621225,
751.8910058797877,
751.7807807243408,
751.6705878815668,
751.560427337259,
751.450299077219,
751.3402030872569,
751.2301393531909,
751.1201078608476,
751.0101085960617,
750.9001415446767,
750.7902066925438,
750.6803040255231,
750.5704335294824,
750.4605951902981,
750.3507889938547,
750.2410149260451,
750.1312729727704,
750.0215631199397,
749.911885353471,
749.80223965929,
749.6926260233305,
749.583044431535,
749.4734948698539,
749.3639773242461,
749.2544917806782,
749.1450382251256,
749.0356166435714,
748.9262270220073,
748.8168693464327,
748.7075436028556,
748.5982497772922,
748.4889878557663,
748.3797578243104,
748.2705596689651,
748.161393375779,
748.052258930809,
747.9431563201197,
747.8340855297845,
747.7250465458842,
747.6160393545083,
747.5070639417544,
747.3981202937274,
747.2892083965415,
747.1803282363182,
747.0714797991872,
746.9626630712864,
746.8538780387618,
746.7451246877673,
746.6364030044649,
746.527712975025,
746.4190545856255,
746.3104278224529,
746.201832671701,
746.0932691195726,
745.984737152278,
745.8762367560352,
745.7677679170707,
745.659330621619,
745.5509248559223,
745.4425506062312,
745.3342078588039,
745.2258965999068,
745.1176168158144,
745.0093684928089,
744.9011516171804,
744.7929661752275,
744.6848121532562,
744.5766895375807,
744.4685983145231,
744.3605384704136,
744.25250999159,
744.1445128643984,
744.0365470751923,
743.928612610334,
743.8207094561927,
743.7128375991462,
743.60499702558,
743.4971877218876,
743.3894096744699,
743.2816628697362,
743.1739472941036,
743.0662629339971,
742.9586097758495,
742.8509878061011,
742.7433970112006,
742.6358373776044,
742.5283088917765,
742.4208115401891,
742.313345309322,
742.2059101856629,
742.0985061557071,
741.9911332059581,
741.8837913229272,
741.776480493133,
741.6692007031024,
741.5619519393699,
741.4547341884779,
741.3475474369762,
741.240391671423,
741.1332668783838,
741.026173044432,
740.9191101561487,
740.812078200123,
740.7050771629514,
740.5981070312386,
740.4911677915961,
740.3842594306445,
740.2773819350111,
740.1705352913311,
740.0637194862478,
739.9569345064117,
739.8501803384814,
739.7434569691231,
739.6367643850106,
739.5301025728252,
739.4234715192564,
739.3168712110011,
739.2103016347636,
739.1037627772563,
738.997254625199,
738.8907771653195,
738.7843303843526,
738.6779142690414,
738.5715288061361,
738.4651739823951,
738.3588497845839,
738.2525561994759,
738.146293213852,
738.0400608145011,
737.9338589882188,
737.8276877218095,
737.7215470020841,
737.6154368158617,
737.509357149969,
737.4033079912397,
737.2972893265159,
737.1913011426466,
737.0853434264886,
736.9794161649065,
736.873519344772,
736.7676529529648,
736.6618169763717,
736.5560114018871,
736.4502362164133,
736.3444914068599,
736.2387769601437,
736.1330928631896,
736.0274391029297,
735.9218156663036,
735.8162225402584,
735.7106597117487,
735.6051271677363,
735.4996248951913,
735.3941528810905,
735.2887111124184,
735.1832995761669,
735.0779182593355,
734.9725671489313,
734.8672462319682,
734.7619554954684,
734.656694926461,
734.5514645119824,
734.446264239077,
734.3410940947961,
734.2359540661987,
734.1308441403511,
734.0257643043271,
733.9207145452077,
733.8156948500815,
733.7107052060444,
733.6057456001996,
733.5008160196578,
733.3959164515372,
733.2910468829631,
733.1862073010683,
733.0813976929929,
732.9766180458844,
732.8718683468976,
732.7671485831947,
732.6624587419453,
732.5577988103262,
732.4531687755214,
732.3485686247227,
732.2439983451286,
732.1394579239454,
732.0349473483865,
731.9304666056726,
731.8260156830316,
731.721594567699,
731.6172032469171,
731.5128417079362,
731.4085099380131,
731.3042079244125,
731.1999356544057,
731.0956931152718,
730.9914802942972,
730.887297178775,
730.7831437560061,
730.6790200132984,
730.5749259379669,
730.470861517334,
730.3668267387296,
730.2628215894902,
730.1588460569598,
730.0549001284897,
729.9509837914384,
729.8470970331716,
729.743239841062,
729.6394122024897,
729.5356141048416,
729.4318455355124,
729.3281064819035,
729.2243969314237,
729.1207168714889,
729.0170662895218,
728.913445172953,
728.8098535092195,
728.7062912857659,
728.6027584900437,
728.4992551095118,
728.3957811316358,
728.2923365438887,
728.1889213337508,
728.0855354887092,
727.9821789962582,
727.878851843899,
727.7755540191406,
727.672285509498,
727.5690463024941,
727.4658363856588,
727.3626557465287,
727.2595043726478,
727.156382251567,
727.0532893708445,
726.9502257180451,
726.8471912807411,
726.7441860465116,
726.6412100029429,
726.5382631376282,
726.4353454381677,
726.3324568921687,
726.2295974872457,
726.1267672110197,
726.0239660511195,
725.9211939951799,
725.8184510308438,
725.71573714576,
725.6130523275853,
725.5103965639828,
725.4077698426229,
725.3051721511827,
725.2026034773465,
725.1000638088057,
724.9975531332582,
724.8950714384093,
724.792618711971,
724.6901949416625,
724.5878001152096,
724.485434220345,
724.3830972448089,
724.280789176348,
724.1785100027157,
724.076259711673,
723.974038290987,
723.8718457284323,
723.7696820117902,
723.667547128849,
723.5654410674039,
723.4633638152565,
723.3613153602159,
723.2592956900979,
723.1573047927251,
723.0553426559269,
722.9534092675399,
722.8515046154068,
722.7496286873783,
722.6477814713109,
722.5459629550686,
722.4441731265217,
722.3424119735479,
722.2406794840313,
722.1389756458632,
722.0373004469412,
721.9356538751701,
721.8340359184616,
721.7324465647341,
721.6308858019124,
721.5293536179287,
721.4278500007214,
721.3263749382364,
721.224928418426,
721.1235104292489,
721.022120958671,
720.9207599946652,
720.8194275252107,
720.7181235382935,
720.6168480219069,
720.51560096405,
720.4143823527294,
720.3131921759581,
720.2120304217563,
720.1108970781501,
720.009792133173,
719.9087155748653,
719.8076673912732,
719.7066475704503,
719.605656100457,
719.5046929693599,
719.4037581652327,
719.3028516761555,
719.2019734902152,
719.1011235955057,
719.0003019801268,
718.8995086321859,
718.7987435397963,
718.6980066910785,
718.5972980741592,
718.4966176771723,
718.3959654882578,
718.2953414955628,
718.1947456872406,
718.0941780514515,
717.9936385763623,
717.8931272501463,
717.7926440609837,
717.6921889970611,
717.5917620465718,
717.4913631977155,
717.390992438699,
717.2906497577351,
717.1903351430436,
717.0900485828507,
716.9897900653895,
716.8895595788991,
716.7893571116257,
716.6891826518216,
716.5890361877464,
716.4889177076653,
716.388827199851,
716.288764652582,
716.188730054144,
716.0887233928285,
715.988744656934,
715.8887938347657,
715.788870914635,
715.6889758848599,
715.5891087337651,
715.4892694496815,
715.3894580209466,
715.2896744359047,
715.1899186829063,
715.0901907503084,
714.9904906264748,
714.8908182997752,
714.7911737585864,
714.6915569912916,
714.5919679862799,
714.4924067319475,
714.3928732166969,
714.2933674289367,
714.1938893570828,
714.0944389895564,
713.9950163147862,
713.8956213212067,
713.7962539972591,
713.6969143313909,
713.5976023120562,
713.4983179277154,
713.3990611668356,
713.2998320178896,
713.2006304693573,
713.1014565097249,
713.0023101274849,
712.903191311136,
712.8041000491836,
712.7050363301393,
712.6060001425212,
712.5069914748539,
712.408010315668,
712.3090566535008,
712.2101304768959,
712.1112317744032,
712.0123605345789,
711.9135167459857,
711.8147003971926,
711.7159114767749,
711.6171499733143,
711.518415875399,
711.419709171623,
711.321029850587,
711.2223779008982,
711.12375331117,
711.0251560700218,
710.9265861660796,
710.8280435879757,
710.7295283243485,
710.6310403638431,
710.5325796951105,
710.4341463068082,
710.3357401875996,
710.2373613261552,
710.1390097111511,
710.0406853312696,
709.9423881751997,
709.8441182316365,
709.7458754892812,
709.6476599368414,
709.549471563031,
709.4513103565703,
709.3531763061852,
709.2550694006086,
709.156989628579,
709.0589369788416,
708.9609114401478,
708.8629130012548,
708.7649416509262,
708.6669973779321,
708.5690801710485,
708.4711900190579,
708.3733269107486,
708.2754908349152,
708.1776817803586,
708.0798997358862,
707.982144690311,
707.8844166324523,
707.7867155511359,
707.6890414351934,
707.5913942734628,
707.4937740547883,
707.3961807680201,
707.2986144020144,
707.2010749456339,
707.1035623877473,
707.0060767172295,
706.9086179229611,
706.8111859938296,
706.7137809187279,
706.6164026865556,
706.519051286218,
706.4217267066267,
706.3244289366993,
706.2271579653597,
706.1299137815377,
706.0326963741691,
705.9355057321964,
705.8383418445674,
705.7412047002364,
705.644094288164,
705.5470105973161,
705.4499536166657,
705.3529233351908,
705.2559197418764,
705.158942825713,
705.0619925756972,
704.965068980832,
704.8681720301261,
704.7713017125943,
704.6744580172575,
704.5776409331427,
704.4808504492827,
704.3840865547166,
704.2873492384894,
704.190638489652,
704.0939542972615,
703.9972966503809,
703.9006655380792,
703.8040609494317,
703.7074828735192,
703.6109312994287,
703.5144062162533,
703.417907613092,
703.3214354790498,
703.2249898032377,
703.1285705747724,
703.0321777827772,
702.9358114163805,
702.8394714647175,
702.7431579169287,
702.646870762161,
702.5506099895672,
702.4543755883055,
702.3581675475409,
702.2619858564436,
702.1658305041902,
702.069701479963,
701.9735987729503,
701.8775223723461,
701.7814722673508,
701.6854484471701,
701.5894509010163,
701.4934796181069,
701.397534587666,
701.3016157989227,
701.2057232411131,
701.1098569034782,
701.0140167752654,
700.9182028457278,
700.8224151041247,
700.7266535397207,
700.6309181417867,
700.5352088995993,
700.439525802441,
700.3438688396002,
700.2482380003711,
700.1526332740538,
700.057054649954,
699.9615021173836,
699.86597566566,
699.7704752841069,
699.6750009620532,
699.579552688834,
699.4841304537904,
699.3887342462689,
699.2933640556219,
699.1980198712077,
699.1027016823907,
699.0074094785406,
698.912143249033,
698.8169029832494,
698.7216886705772,
698.6265003004095,
698.5313378621449,
698.4362013451881,
698.3410907389497,
698.2460060328455,
698.1509472162976,
698.0559142787338,
697.9609072095872,
697.8659259982973,
697.7709706343087,
697.6760411070724,
697.5811374060446,
697.4862595206876,
697.391407440469,
697.2965811548627,
697.2017806533478,
697.1070059254097,
697.0122569605387,
696.9175337482316,
696.8228362779906,
696.7281645393234,
696.6335185217437,
696.5388982147708,
696.4443036079298,
696.3497346907511,
696.2551914527713,
696.1606738835324,
696.066181972582,
695.9717157094735,
695.8772750837663,
695.7828600850247,
695.6884707028192,
695.5941069267261,
695.4997687463269,
695.405456151209,
695.3111691309654,
695.2169076751946,
695.1226717735012,
695.0284614154949,
694.9342765907915,
694.8401172890118,
694.7459834997829,
694.6518752127372,
694.5577924175127,
694.4637351037529,
694.3697032611072,
694.2756968792307,
694.1817159477838,
694.0877604564321,
693.9938303948478,
693.899925752708,
693.8060465196954,
693.7121926854987,
693.6183642398116,
693.524561172334,
693.4307834727707,
693.3370311308328,
693.2433041362361,
693.1496024787031,
693.0559261479605,
692.9622751337417,
692.8686494257852,
692.7750490138347,
692.6814738876402,
692.5879240369565,
692.4943994515445,
692.4009001211701,
692.3074260356053,
692.2139771846273,
692.1205535580187,
692.0271551455679,
691.9337819370686,
691.8404339223201,
691.7471110911274,
691.6538134333003,
691.5605409386552,
691.4672935970129,
691.3740713982003,
691.2808743320498,
691.1877023883992,
691.0945555570913,
691.0014338279752,
690.908337190905,
690.81526563574,
690.7222191523458,
690.6291977305924,
690.5362013603564,
690.4432300315187,
690.3502837339666,
690.2573624575923,
690.1644661922937,
690.0715949279737,
689.9787486545414,
689.8859273619107,
689.7931310400012,
689.7003596787376,
689.6076132680505,
689.5148917978756,
689.4221952581541,
689.3295236388327,
689.2368769298632,
689.1442551212033,
689.0516582028155,
688.9590861646682,
688.8665389967348,
688.7740166889945,
688.6815192314315,
688.5890466140355,
688.4965988268019,
688.4041758597308,
688.3117777028283,
688.2194043461055,
688.1270557795792,
688.0347319932711,
687.9424329772086,
687.8501587214241,
687.757909215956,
687.6656844508474,
687.573484416147,
687.4813091019088,
687.3891584981923,
687.2970325950618,
687.2049313825877,
687.1128548508451,
687.0208029899146,
686.9287757898823,
686.8367732408394,
686.7447953328824,
686.6528420561133,
686.5609134006392,
686.4690093565727,
686.3771299140313,
686.2852750631383,
686.1934447940218,
686.1016390968158,
686.009857961659,
685.9181013786954,
685.8263693380746,
685.7346618299515,
685.6429788444858,
685.5513203718431,
685.4596864021935,
685.368076925713,
685.2764919325825,
685.1849314129884,
685.0933953571222,
685.0018837551803,
684.9103965973652,
684.8189338738838,
684.7274955749486,
684.6360816907774,
684.5446922115927,
684.4533271276232,
684.3619864291018,
684.2706701062673,
684.1793781493632,
684.0881105486386,
683.9968672943479,
683.9056483767499,
683.8144537861097,
683.7232835126969,
683.6321375467861,
683.5410158786578,
683.4499184985972,
683.3588453968948,
683.2677965638463,
683.1767719897524,
683.0857716649192,
682.9947955796578,
682.9038437242843,
682.8129160891208,
682.7220126644934,
682.631133440734,
682.5402784081797,
682.4494475571722,
682.3586408780591,
682.2678583611927,
682.1770999969302,
682.0863657756346,
681.9956556876732,
681.9049697234193,
681.8143078732508,
681.7236701275505,
681.6330564767069,
681.5424669111133,
681.4519014211679,
681.3613599972746,
681.2708426298417,
681.1803493092831,
681.0898800260177,
680.9994347704692,
680.9090135330666,
680.8186163042443,
680.7282430744411,
680.6378938341013,
680.5475685736743,
680.4572672836146,
680.3669899543814,
680.2767365764394,
680.1865071402578,
680.0963016363116,
680.0061200550805,
679.915962387049,
679.8258286227068,
679.735718752549,
679.6456327670752,
679.5555706567906,
679.4655324122047,
679.3755180238326,
679.2855274821942,
679.1955607778148,
679.105617901224,
679.0156988429574,
678.9258035935543,
678.8359321435603,
678.7460844835251,
678.6562606040042,
678.5664604955571,
678.4766841487492,
678.3869315541506,
678.297202702336,
678.2074975838858,
678.1178161893847,
678.0281585094228,
677.9385245345952,
677.8489142555015,
677.759327662747,
677.6697647469412,
677.5802254986991,
677.4907099086404,
677.4012179673899,
677.3117496655774,
677.2223049938374,
677.1328839428094,
677.0434865031381,
676.954112665473,
676.8647624204684,
676.7754357587837,
676.6861326710831,
676.596853148036,
676.5075971803163,
676.4183647586033,
676.3291558735806,
676.2399705159373,
676.1508086763672,
676.0616703455689,
675.9725555142461,
675.8834641731073,
675.7943963128658,
675.70535192424,
675.6163309979529,
675.5273335247327,
675.4383594953125,
675.3494089004299,
675.2604817308277,
675.1715779772536,
675.0826976304597,
674.9938406812038,
674.9050071202478,
674.816196938359,
674.727410126309,
674.6386466748747,
674.5499065748379,
674.4611898169849,
674.3724963921071,
674.2838262910008,
674.1951795044665,
674.1065560233105,
674.0179558383436,
673.9293789403808,
673.8408253202429,
673.7522949687548,
673.6637878767466,
673.5753040350528,
673.4868434345135,
673.3984060659728,
673.3099919202801,
673.2216009882893,
673.1332332608594,
673.0448887288537,
672.9565673831412,
672.8682692145946,
672.7799942140921,
672.6917423725165,
672.6035136807554,
672.5153081297012,
672.4271257102512,
672.3389664133069,
672.2508302297754,
672.1627171505678,
672.0746271666005,
671.9865602687946,
671.8985164480757,
671.8104956953742,
671.7224980016256,
671.6345233577697,
671.5465717547513,
671.4586431835197,
671.3707376350294,
671.2828551002393,
671.1949955701131,
671.107159035619,
671.0193454877304,
670.9315549174252,
670.8437873156856,
670.7560426734995,
670.6683209818585,
670.5806222317594,
670.4929464142037,
670.4052935201977,
670.317663540752,
670.2300564668823,
670.1424722896088,
670.0549109999564,
669.9673725889548,
669.8798570476386,
669.7923643670462,
669.7048945382218,
669.6174475522134,
669.5300234000742,
669.4426220728622,
669.3552435616392,
669.2678878574727,
669.1805549514343,
669.0932448346002,
669.0059574980515,
668.918692932874,
668.8314511301579,
668.7442320809982,
668.6570357764948,
668.5698622077515,
668.4827113658773,
668.395583241986,
668.3084778271955,
668.2213951126287,
668.1343350894131,
668.0472977486806,
667.960283081568,
667.8732910792165,
667.786321732772,
667.699375033385,
667.6124509722107,
667.5255495404086,
667.4386707291434,
667.3518145295837,
667.2649809329032,
667.17816993028,
667.0913815128965,
667.0046156719404,
666.9178723986035,
666.8311516840821,
666.7444535195773,
666.6577778962948,
666.5711248054446,
666.4844942382416,
666.3978861859051,
666.3113006396588,
666.2247375907315,
666.138197030356,
666.0516789497698,
665.9651833402149,
665.8787101929383,
665.7922594991911,
665.7058312502289,
665.619425437312,
665.5330420517053,
665.4466810846782,
665.3603425275044,
665.2740263714625,
665.1877326078352,
665.1014612279104,
665.0152122229797,
664.9289855843396,
664.8427813032913,
664.7565993711403,
664.6704397791965,
664.5843025187745,
664.4981875811933,
664.4120949577766,
664.3260246398523,
664.2399766187528,
664.1539508858153,
664.0679474323813,
663.9819662497966,
663.8960073294119,
663.810070662582,
663.7241562406664,
663.6382640550289,
663.552394097038,
663.4665463580662,
663.3807208294912,
663.2949175026947,
663.2091363690625,
663.123377419986,
663.0376406468595,
662.9519260410831,
662.8662335940608,
662.7805632972008,
662.6949151419162,
662.6092891196242,
662.5236852217466,
662.4381034397098,
662.3525437649444,
662.2670061888851,
662.1814907029718,
662.0959972986484,
662.0105259673629,
661.9250767005682,
661.8396494897216,
661.7542443262846,
661.6688612017231,
661.5835001075073,
661.4981610351124,
661.4128439760173,
661.3275489217054,
661.2422758636651,
661.1570247933885,
661.0717957023724,
660.9865885821176,
660.9014034241301,
660.8162402199196,
660.7310989610004,
660.6459796388909,
660.5608822451144,
660.475806771198,
660.3907532086737,
660.3057215490772,
660.2207117839494,
660.1357239048348,
660.0507579032828,
659.9658137708466,
659.8808914990844,
659.7959910795582,
659.7111125038347,
659.6262557634844,
659.541420850083,
659.4566077552097,
659.3718164704487,
659.2870469873878,
659.20229929762,
659.1175733927419,
659.0328692643545,
658.9481869040637,
658.8635263034791,
658.7788874542149,
658.6942703478893,
658.6096749761255,
658.52510133055,
658.4405494027944,
658.3560191844944,
658.2715106672898,
658.1870238428249,
658.1025587027482,
658.0181152387125,
657.9336934423749,
657.8492933053966,
657.7649148194436,
657.6805579761854,
657.5962227672965,
657.511909184455,
657.4276172193441,
657.3433468636506,
657.2590981090656,
657.1748709472847,
657.0906653700079,
657.0064813689387,
656.9223189357858,
656.8381780622617,
656.754058740083,
656.6699609609708,
656.5858847166504,
656.5018299988512,
656.4177967993069,
656.3337851097555,
656.2497949219392,
656.1658262276043,
656.0818790185016,
655.9979532863858,
655.914049023016,
655.8301662201557,
655.746304869572,
655.6624649630371,
655.5786464923265,
655.4948494492205,
655.4110738255034,
655.3273196129637,
655.2435868033942,
655.1598753885917,
655.0761853603575,
654.9925167104966,
654.9088694308188,
654.8252435131375,
654.7416389492706,
654.6580557310403,
654.5744938502726,
654.4909532987981,
654.4074340684512,
654.3239361510704,
654.2404595384988,
654.1570042225834,
654.0735701951755,
653.9901574481304,
653.9067659733075,
653.8233957625706,
653.7400468077874,
653.6567191008298,
653.5734126335741,
653.4901273979003,
653.406863385693,
653.3236205888406,
653.2403989992357,
653.1571986087752,
653.07401940936,
652.9908613928949,
652.9077245512891,
652.8246088764563,
652.7415143603133,
652.6584409947819,
652.5753887717879,
652.4923576832606,
652.4093477211342,
652.3263588773464,
652.2433911438393,
652.160444512559,
652.0775189754557,
651.994614524484,
651.9117311516021,
651.8288688487725,
651.7460276079618,
651.6632074211406,
651.5804082802838,
651.4976301773703,
651.4148731043828,
651.3321370533083,
651.2494220161379,
651.1667279848668,
651.0840549514943,
651.0014029080234,
650.9187718464613,
650.8361617588197,
650.7535726371137,
650.6710044733632,
650.5884572595913,
650.5059309878258,
650.4234256500982,
650.3409412384443,
650.2584777449036,
650.1760351615201,
650.0936134803412,
650.011212693419,
649.9288327928092,
649.8464737705717,
649.7641356187704,
649.6818183294732,
649.5995218947519,
649.5172463066825,
649.4349915573451,
649.3527576388235,
649.2705445432057,
649.1883522625836,
649.1061807890535,
649.0240301147151,
648.9419002316722,
648.8597911320333,
648.7777028079099,
648.6956352514183,
648.6135884546782,
648.5315624098137,
648.4495571089525,
648.3675725442268,
648.2856087077723,
648.2036655917288,
648.1217431882404,
648.0398414894547,
647.9579604875236,
647.8761001746026,
647.7942605428516,
647.7124415844341,
647.630643291518,
647.5488656562746,
647.4671086708796,
647.3853723275123,
647.3036566183563,
647.2219615355989,
647.1402870714313,
647.0586332180491,
646.9769999676512,
646.8953873124408,
646.8137952446249,
646.7322237564148,
646.6506728400251,
646.5691424876748,
646.4876326915867,
646.4061434439873,
646.3246747371074,
646.2432265631816,
646.1617989144482,
646.0803917831496,
645.9990051615321,
645.9176390418457,
645.8362934163448,
645.7549682772872,
645.6736636169347,
645.5923794275533,
645.5111157014123,
645.4298724307857,
645.3486496079507,
645.2674472251887,
645.1862652747848,
645.1051037490283,
645.0239626402122,
644.942841940633,
644.8617416425918,
644.7806617383932,
644.6996022203455,
644.6185630807611,
644.5375443119561,
644.4565459062509,
644.3755678559693,
644.2946101534387,
644.2136727909913,
644.1327557609624,
644.0518590556911,
643.9709826675211,
643.8901265887989,
643.8092908118757,
643.7284753291062,
643.6476801328489,
643.5669052154662,
643.4861505693244,
643.4054161867934,
643.3247020602473,
643.2440081820638,
643.1633345446244,
643.0826811403142,
643.0020479615227,
642.9214350006429,
642.8408422500715,
642.7602697022093,
642.6797173494604,
642.5991851842332,
642.51867319894,
642.4381813859961,
642.3577097378217,
642.27725824684,
642.1968269054784,
642.1164157061676,
642.0360246413427,
641.9556537034422,
641.8753028849086,
641.794972178188,
641.7146615757304,
641.6343710699895,
641.5541006534229,
641.4738503184917,
641.3936200576613,
641.3134098634002,
641.2332197281812,
641.1530496444807,
641.0728996047785,
640.9927696015588,
640.9126596273094,
640.8325696745211,
640.7524997356896,
640.6724498033136,
640.5924198698957,
640.5124099279424,
640.4324199699637,
640.3524499884737,
640.2724999759898,
640.1925699250334,
640.1126598281297,
640.0327696778076,
639.9528994665993,
639.8730491870413,
639.7932188316737,
639.71340839304,
639.6336178636876,
639.553847236168,
639.4740965030359,
639.3943656568498,
639.3146546901721,
639.2349635955688,
639.1552923656096,
639.075640992868,
638.9960094699209,
638.9163977893493,
638.8368059437377,
638.7572339256742,
638.6776817277508,
638.5981493425631,
638.5186367627106,
638.4391439807957,
638.3596709894256,
638.2802177812104,
638.2007843487639,
638.1213706847042,
638.0419767816525,
637.9626026322336,
637.8832482290766,
637.8039135648137,
637.7245986320806,
637.6453034235177,
637.5660279317677,
637.4867721494779,
637.407536069299,
637.3283196838851,
637.2491229858945,
637.1699459679885,
637.0907886228327,
637.0116509430958,
636.9325329214503,
636.8534345505726,
636.7743558231423,
636.6952967318431,
636.6162572693619,
636.5372374283896,
636.4582372016205,
636.3792565817525,
636.3002955614872,
636.2213541335302,
636.1424322905899,
636.063530025379,
635.9846473306135,
635.905784199013,
635.8269406233012,
635.7481165962047,
635.669312110454,
635.5905271587833,
635.5117617339304,
635.4330158286365,
635.3542894356466,
635.2755825477093,
635.1968951575765,
635.1182272580041,
635.0395788417513,
634.960949901581,
634.8823404302598,
634.8037504205575,
634.7251798652478,
634.646628757108,
634.5680970889189,
634.4895848534646,
634.4110920435334,
634.3326186519163,
634.2541646714088,
634.1757300948093,
634.0973149149199,
634.0189191245466,
633.9405427164986,
633.8621856835887,
633.7838480186333,
633.7055297144524,
633.6272307638694,
633.5489511597114,
633.4706908948091,
633.3924499619965,
633.3142283541114,
633.2360260639948,
633.1578430844917,
633.0796794084504,
633.0015350287224,
632.9234099381634,
632.845304129632,
632.7672175959908,
632.6891503301056,
632.6111023248458,
632.5330735730844,
632.455064067698,
632.3770738015664,
632.2991027675732,
632.2211509586053,
632.1432183675535,
632.0653049873113,
631.9874108107766,
631.9095358308505,
631.8316800404373,
631.753843432445,
631.6760259997853,
631.5982277353729,
631.5204486321268,
631.4426886829684,
631.3649478808236,
631.2872262186211,
631.2095236892934,
631.1318402857764,
631.0541760010096,
630.9765308279359,
630.8989047595013,
630.8212977886559,
630.743709908353,
630.6661411115491,
630.5885913912045,
630.511060740283,
630.4335491517517,
630.3560566185811,
630.2785831337452,
630.2011286902215,
630.1236932809911,
630.0462768990382,
629.9688795373509,
629.8915011889202,
629.814141846741,
629.7368015038115,
629.6594801531331,
629.5821777877112,
629.5048944005539,
629.4276299846734,
629.3503845330849,
629.2731580388073,
629.1959504948626,
629.1187618942765,
629.0415922300783,
628.9644414953,
628.8873096829778,
628.8101967861511,
628.7331027978623,
628.6560277111577,
628.5789715190868,
628.5019342147025,
628.4249157910613,
628.3479162412228,
628.2709355582501,
628.1939737352101,
628.1170307651721,
628.0401066412101,
627.9632013564005,
627.8863149038235,
627.8094472765627,
627.7325984677047,
627.6557684703401,
627.5789572775625,
627.5021648824688,
627.4253912781596,
627.3486364577386,
627.2719004143131,
627.1951831409934,
627.1184846308938,
627.0418048771312,
626.9651438728264,
626.8885016111035,
626.8118780850897,
626.7352732879159,
626.6586872127162,
626.5821198526279,
626.5055712007919,
626.4290412503524,
626.3525299944569,
626.276037426256,
626.1995635389042,
626.123108325559,
626.0466717793811,
625.9702538935351,
625.893854661188,
625.8174740755112,
625.7411121296786,
625.664768816868,
625.58844413026,
625.5121380630392,
625.4358506083928,
625.3595817595117,
625.2833315095903,
625.2070998518259,
625.1308867794195,
625.054692285575,
624.9785163635,
624.9023590064053,
624.8262202075048,
624.750099960016,
624.6739982571595,
624.5979150921595,
624.5218504582429,
624.4458043486405,
624.3697767565864,
624.2937676753173,
624.2177770980741,
624.1418050181002,
624.0658514286428,
623.9899163229522,
623.9139996942821,
623.8381015358893,
623.7622218410341,
623.68636060298,
623.6105178149934,
623.5346934703447,
623.4588875623069,
623.3831000841567,
623.307331029174,
623.2315803906415,
623.155848161846,
623.080134336077,
623.0044389066271,
622.9287618667929,
622.8531032098736,
622.7774629291715,
622.701841017993,
622.626237469647,
622.5506522774459,
622.4750854347054,
622.3995369347444,
622.3240067708853,
622.2484949364529,
622.1730014247762,
622.097526229187,
622.0220693430203,
621.9466307596145,
621.8712104723112,
621.795808474455,
621.7204247593943,
621.6450593204798,
621.5697121510664,
621.4943832445114,
621.419072594176,
621.3437801934243,
621.2685060356235,
621.1932501141442,
621.1180124223603,
621.0427929536486,
620.9675917013891,
620.8924086589655,
620.8172438197644,
620.7420971771753,
620.6669687245915,
620.591858455409,
620.5167663630272,
620.4416924408487,
620.3666366822792,
620.2915990807279,
620.2165796296067,
620.141578322331,
620.0665951523193,
619.9916301129934,
619.9166831977783,
619.8417544001018,
619.766843713395,
619.6919511310927,
619.6170766466324,
619.5422202534547,
619.4673819450037,
619.3925617147263,
619.317759556073,
619.242975462497,
619.1682094274552,
619.0934614444069,
619.0187315068154,
618.9440196081466,
618.8693257418696,
618.794649901457,
618.7199920803841,
618.6453522721298,
618.5707304701757,
618.4961266680068,
618.4215408591112,
618.3469730369802,
618.2724231951083,
618.1978913269927,
618.1233774261343,
618.0488814860366,
617.974403500207,
617.8999434621552,
617.8255013653944,
617.7510772034408,
617.6766709698142,
617.6022826580368,
617.5279122616342,
617.4535597741354,
617.3792251890724,
617.3049084999799,
617.2306097003963,
617.1563287838627,
617.0820657439233,
617.0078205741257,
616.9335932680207,
616.8593838191615,
616.7851922211051,
616.7110184674115,
616.6368625516434,
616.5627244673669,
616.4886042081512,
616.4145017675686,
616.3404171391943,
616.2663503166069,
616.1923012933876,
616.1182700631214,
616.0442566193956,
615.9702609558011,
615.8962830659317,
615.8223229433844,
615.7483805817591,
615.6744559746588,
615.6005491156899,
615.5266599984612,
615.4527886165853,
615.3789349636772,
615.3050990333558,
615.231280819242,
615.1574803149607,
615.0836975141393,
615.0099324104085,
614.9361849974018,
614.8624552687564,
614.7887432181118,
614.7150488391106,
614.6413721253991,
614.567713070626,
614.4940716684436,
614.4204479125066,
614.346841796473,
614.2732533140043,
614.1996824587642,
614.1261292244201,
614.0525936046423,
613.9790755931037,
613.905575183481,
613.8320923694532,
613.7586271447028,
613.685179502915,
613.6117494377783,
613.5383369429838,
613.4649420122264,
613.391564639203,
613.3182048176145,
613.244862541164,
613.1715378035583,
613.0982305985066,
613.0249409197213,
612.9516687609182,
612.8784141158156,
612.8051769781351,
612.7319573416012,
612.6587551999412,
612.5855705468858,
612.5124033761683,
612.4392536815254,
612.3661214566966,
612.293006695424,
612.2199093914534,
612.1468295385331,
612.0737671304146,
612.0007221608522,
611.9276946236033,
611.8546845124283,
611.7816918210905,
611.7087165433563,
611.635758672995,
611.5628182037789,
611.4898951294831,
611.4169894438857,
611.3441011407681,
611.2712302139144,
611.1983766571116,
611.1255404641498,
611.0527216288222,
610.9799201449244,
610.9071360062557,
610.8343692066178,
610.7616197398156,
610.6888875996568,
610.6161727799523,
610.5434752745156,
610.4707950771635,
610.3981321817156,
610.3254865819943,
610.2528582718248,
610.1802472450362,
610.1076534954593,
610.0350770169285,
609.962517803281,
609.8899758483569,
609.8174511459995,
609.7449436900545,
609.672453474371,
609.5999804928007,
609.5275247391984,
609.4550862074219,
609.382664891332,
609.3102607847916,
609.2378738816677,
609.1655041758296,
609.0931516611492,
609.0208163315023,
608.9484981807664,
608.8761972028228,
608.8039133915553,
608.7316467408508,
608.659397244599,
608.5871648966923,
608.5149496910265,
608.4427516215,
608.3705706820139,
608.2984068664724,
608.2262601687828,
608.154130582855,
608.0820181026016,
608.0099227219388,
607.9378444347849,
607.8657832350617,
607.7937391166934,
607.7217120736073,
607.6497020997335,
607.5777091890052,
607.5057333353583,
607.4337745327316,
607.3618327750665,
607.2899080563079,
607.2180003704029,
607.146109711302,
607.0742360729581,
607.0023794493275,
606.9305398343687,
606.8587172220435,
606.7869116063166,
606.7151229811554,
606.6433513405301,
606.5715966784139,
606.4998589887828,
606.4281382656155,
606.3564345028939,
606.2847476946022,
606.2130778347281,
606.1414249172617,
606.069788936196,
605.998169885527,
605.9265677592533,
605.8549825513766,
605.7834142559011,
605.7118628668343,
605.640328378186,
605.5688107839693,
605.4973100781999,
605.4258262548964,
605.35435930808,
605.282909231775,
605.2114760200083,
605.1400596668099,
605.0686601662125,
604.9972775122512,
604.9259116989647,
604.8545627203939,
604.7832305705828,
604.711915243578,
604.640616733429,
604.5693350341885,
604.4980701399111,
604.4268220446551,
604.355590742481,
604.2843762274526,
604.2131784936361,
604.1419975351006,
604.0708333459181,
603.9996859201633,
603.9285552519136,
603.8574413352496,
603.786344164254,
603.715263733013,
603.644200035615,
603.5731530661516,
603.502122818717,
603.4311092874082,
603.360112466325,
603.2891323495699,
603.2181689312482,
603.1472222054682,
603.0762921663405,
603.005378807979,
602.9344821244999,
602.8636021100226,
602.792738758669,
602.7218920645635,
602.651062021834,
602.5802486246106,
602.5094518670262,
602.4386717432166,
602.3679082473202,
602.2971613734784,
602.2264311158352,
602.1557174685373,
602.0850204257342,
602.0143399815784,
601.9436761302245,
601.8730288658305,
601.8023981825568,
601.7317840745667,
601.661186536026,
601.5906055611036,
601.5200411439707,
601.4494932788019,
601.3789619597737,
601.308447181066,
601.237948936861,
601.1674672213438,
601.0970020287024,
601.026553353127,
600.9561211888114,
600.8857055299511,
600.8153063707451,
600.7449237053947,
600.6745575281041,
600.6042078330801,
600.5338746145324,
600.463557866673,
600.3932575837173,
600.3229737598829,
600.25270638939,
600.1824554664618,
600.1122209853243,
600.0420029402057,
599.9718013253378,
599.9016161349539,
599.8314473632909,
599.7612950045882,
599.6911590530877,
599.6210395030341,
599.5509363486749,
599.48084958426,
599.4107792040425,
599.3407252022776,
599.2706875732234,
599.2006663111409,
599.1306614102937,
599.0606728649477,
598.990700669372,
598.9207448178382,
598.8508053046204,
598.7808821239955,
598.7109752702431,
598.6410847376455,
598.5712105204875,
598.501352613057,
598.4315110096438,
598.361685704541,
598.2918766920442,
598.2220839664517,
598.1523075220643,
598.0825473531856,
598.0128034541219,
597.943075819182,
597.8733644426775,
597.8036693189223,
597.7339904422334,
597.6643278069305,
597.5946814073355,
597.5250512377733,
597.4554372925709,
597.385839566059,
597.3162580525698,
597.2466927464388,
597.1771436420042,
597.1076107336064,
597.0380940155886,
596.9685934822969,
596.8991091280797,
596.829640947288,
596.7601889342759,
596.6907530833995,
596.621333389018,
596.551929845493,
596.482542447189,
596.4131711884726,
596.3438160637133,
596.2744770672837,
596.205154193558,
596.1358474369139,
596.0665567917314,
595.9972822523929,
595.9280238132839,
595.8587814687919,
595.7895552133076,
595.7203450412238,
595.6511509469365,
595.5819729248435,
595.512810969346,
595.4436650748473,
595.3745352357535,
595.3054214464731,
595.2363237014176,
595.1672419950006,
595.0981763216387,
595.0291266757508,
594.9600930517586,
594.8910754440861,
594.8220738471605,
594.7530882554107,
594.684118663269,
594.6151650651698,
594.5462274555503,
594.47730582885,
594.4084001795113,
594.3395105019791,
594.2706367907008,
594.2017790401264,
594.1329372447085,
594.0641113989021,
593.9953014971652,
593.9265075339578,
593.8577295037428,
593.7889674009857,
593.7202212201545,
593.6514909557195,
593.5827766021541,
593.5140781539338,
593.4453956055369,
593.376728951444,
593.3080781861386,
593.2394433041064,
593.170824299836,
593.1022211678182,
593.0336339025469,
592.9650624985176,
592.8965069502293,
592.8279672521832,
592.7594433988827,
592.6909353848342,
592.6224432045466,
592.5539668525311,
592.4855063233016,
592.4170616113744,
592.3486327112686,
592.2802196175054,
592.2118223246091,
592.143440827106,
592.0750751195251,
592.0067251963982,
591.9383910522594,
591.870072681645,
591.8017700790942,
591.7334832391491,
591.6652121563535,
591.5969568252541,
591.5287172404002,
591.4604933963436,
591.3922852876384,
591.3240929088415,
591.255916254512,
591.1877553192118,
591.1196100975052,
591.0514805839589,
590.9833667731422,
590.9152686596269,
590.8471862379873,
590.7791195028003,
590.711068448645,
590.6430330701035,
590.5750133617596,
590.5070093182006,
590.4390209340155,
590.3710482037961,
590.3030911221366,
590.235149683634,
590.1672238828872,
590.0993137144982,
590.031419173071,
589.9635402532123,
589.8956769495314,
589.82782925664,
589.759997169152,
589.6921806816842,
589.6243797888555,
589.5565944852876,
589.4888247656046,
589.4210706244327,
589.3533320564012,
589.2856090561412,
589.217901618287,
589.1502097374746,
589.0825334083432,
589.0148726255338,
588.9472273836902,
588.8795976774588,
588.8119835014883,
588.7443848504295,
588.6768017189362,
588.6092341016646,
588.541681993273,
588.4741453884224,
588.4066242817761,
588.3391186680002,
588.2716285417629,
588.2041538977348,
588.1366947305893,
588.0692510350019,
588.0018228056507,
587.9344100372163,
587.8670127243814,
587.7996308618318,
587.7322644442551,
587.6649134663414,
587.5975779227838,
587.5302578082772,
587.462953117519,
587.3956638452095,
587.328389986051,
587.2611315347483,
587.1938884860086,
587.1266608345419,
587.05944857506,
586.9922517022775,
586.9250702109116,
586.8579040956813,
586.7907533513087,
586.7236179725179,
586.6564979540354,
586.5893932905906,
586.5223039769145,
586.4552300077412,
586.388171377807,
586.3211280818504,
586.2541001146127,
586.1870874708372,
586.1200901452698,
586.053108132659,
585.9861414277552,
585.9191900253118,
585.852253920084,
585.7853331068297,
585.7184275803094,
585.6515373352855,
585.5846623665233,
585.5178026687902,
585.4509582368559,
585.3841290654927,
585.3173151494755,
585.2505164835808,
585.1837330625883,
585.1169648812797,
585.0502119344393,
584.9834742168533,
584.916751723311,
584.8500444486034,
584.7833523875242,
584.7166755348695,
584.6500138854378,
584.5833674340298,
584.5167361754485,
584.4501201044997,
584.3835192159911,
584.316933504733,
584.250362965538,
584.1838075932211,
584.1172673825997,
584.0507423284935,
583.9842324257245,
583.9177376691172,
583.8512580534983,
583.784793573697,
583.7183442245448,
583.6519100008755,
583.5854908975253,
583.5190869093328,
583.4526980311389,
583.3863242577868,
583.3199655841221,
583.2536220049926,
583.1872935152488,
583.1209801097434,
583.054681783331,
582.9883985308692,
582.9221303472176,
582.855877227238,
582.7896391657949,
582.723416157755,
582.657208197987,
582.5910152813624,
582.5248374027548,
582.4586745570401,
582.3925267390969,
582.3263939438056,
582.2602761660489,
582.1941734007127,
582.1280856426839,
582.0620128868529,
581.9959551281119,
581.9299123613552,
581.8638845814799,
581.7978717833851,
581.7318739619722,
581.6658911121452,
581.5999232288101,
581.5339703068754,
581.468032341252,
581.4021093268526,
581.3362012585928,
581.2703081313904,
581.204429940165,
581.1385666798392,
581.0727183453373,
581.0068849315865,
580.9410664335156,
580.8752628460564,
580.8094741641426,
580.7437003827101,
580.6779414966974,
580.6121975010451,
580.5464683906962,
580.4807541605958,
580.4150548056915,
580.3493703209332,
580.2837007012728,
580.2180459416649,
580.1524060370659,
580.086780982435,
580.0211707727332,
579.9555754029242,
579.8899948679735,
579.8244291628495,
579.7588782825223,
579.6933422219646,
579.6278209761512,
579.5623145400593,
579.4968229086684,
579.43134607696,
579.3658840399183,
579.3004367925294,
579.2350043297816,
579.169586646666,
579.1041837381754,
579.0387955993051,
578.9734222250528,
578.908063610418,
578.842719750403,
578.7773906400121,
578.7120762742517,
578.6467766481306,
578.5814917566602,
578.5162215948535,
578.4509661577263,
578.3857254402961,
578.3204994375833,
578.2552881446101,
578.190091556401,
578.1249096679828,
578.0597424743847,
577.9945899706379,
577.9294521517759,
577.8643290128343,
577.7992205488515,
577.7341267548675,
577.6690476259247,
577.6039831570679,
577.538933343344,
577.4738981798023,
577.408877661494,
577.343871783473,
577.2788805407948,
577.2139039285178,
577.1489419417022,
577.0839945754104,
577.0190618247074,
576.9541436846599,
576.8892401503374,
576.824351216811,
576.7594768791545,
576.6946171324437,
576.6297719717567,
576.5649413921738,
576.5001253887773,
576.435323956652,
576.370537090885,
576.3057647865651,
576.2410070387839,
576.1762638426347,
576.1115351932134,
576.0468210856178,
575.9821215149482,
575.9174364763068,
575.8527659647981,
575.788109975529,
575.7234685036084,
575.6588415441473,
575.5942290922592,
575.5296311430594,
575.4650476916659,
575.4004787331983,
575.3359242627789,
575.271384275532,
575.206858766584,
575.1423477310634,
575.0778511641013,
575.0133690608307,
574.9489014163865,
574.8844482259066,
574.8200094845301,
574.755585187399,
574.6911753296572,
574.6267799064508,
574.562398912928,
574.4980323442393,
574.4336801955372,
574.3693424619768,
574.3050191387148,
574.2407102209104,
574.176415703725,
574.1121355823219,
574.047869851867,
573.9836185075278,
573.9193815444744,
573.855158957879,
573.7909507429158,
573.7267568947614,
573.6625774085941,
573.5984122795949,
573.5342615029465,
573.4701250738343,
573.4060029874453,
573.3418952389688,
573.2778018235967,
573.2137227365223,
573.1496579729417,
573.0856075280525,
573.0215713970553,
572.9575495751519,
572.8935420575472,
572.8295488394474,
572.7655699160613,
572.7016052825996,
572.6376549342755,
572.573718866304,
572.5097970739024,
572.44588955229,
572.3819962966885,
572.3181173023213,
572.2542525644144,
572.1904020781956,
572.1265658388949,
572.0627438417446,
571.9989360819789,
571.9351425548343,
571.8713632555493,
571.8075981793646,
571.743847321523,
571.6801106772695,
571.6163882418509,
571.5526800105166,
571.4889859785177,
571.4253061411077,
571.3616404935422,
571.2979890310786,
571.2343517489768,
571.1707286424985,
571.1071197069078,
571.0435249374707,
570.9799443294554,
570.9163778781322,
570.8528255787735,
570.7892874266536,
570.7257634170493,
570.6622535452393,
570.5987578065043,
570.5352761961273,
570.4718087093931,
570.4083553415891,
570.3449160880042,
570.28149094393,
570.2180799046596,
570.1546829654885,
570.0913001217145,
570.027931368637,
569.964576701558,
569.9012361157811,
569.8379096066124,
569.7745971693598,
569.7112987993335,
569.6480144918454,
569.5847442422101,
569.5214880457439,
569.4582458977652,
569.3950177935943,
569.331803728554,
569.2686036979688,
569.2054176971657,
569.1422457214732,
569.0790877662223,
569.015943826746,
568.9528138983793,
568.8896979764594,
568.8265960563252,
568.7635081333182,
568.7004342027815,
568.6373742600606,
568.5743283005029,
568.5112963194579,
568.448278312277,
568.3852742743142,
568.3222842009246,
568.2593080874665,
568.1963459292994,
568.1333977217851,
568.0704634602876,
568.007543140173,
567.9446367568089,
567.8817443055658,
567.8188657818156,
567.7560011809325,
567.6931504982927,
567.6303137292743,
567.567490869258,
567.5046819136257,
567.4418868577621,
567.3791056970537,
567.3163384268886,
567.2535850426575,
567.190845539753,
567.1281199135697,
567.0654081595042,
567.0027102729551,
566.9400262493232,
566.8773560840112,
566.8146997724239,
566.7520573099681,
566.6894286920525,
566.6268139140881,
566.5642129714877,
566.5016258596662,
566.4390525740406,
566.37649311003,
566.3139474630551,
566.2514156285391,
566.1888976019069,
566.1263933785857,
566.0639029540044,
566.0014263235944,
565.9389634827884,
565.8765144270217,
565.8140791517316,
565.7516576523569,
565.689249924339,
565.6268559631211,
565.5644757641483,
565.5021093228678,
565.4397566347287,
565.3774176951824,
565.315092499682,
565.2527810436827,
565.1904833226419,
565.1281993320184,
565.0659290672739,
565.0036725238714,
564.9414296972761,
564.8792005829554,
564.8169851763782,
564.754783473016,
564.6925954683419,
564.6304211578312,
564.5682605369609,
564.5061136012102,
564.4439803460606,
564.3818607669949,
564.3197548594984,
564.2576626190584,
564.1955840411638,
564.1335191213057,
564.0714678549772,
564.0094302376735,
563.9474062648917,
563.8853959321307,
563.8233992348917,
563.7614161686774,
563.699446728993,
563.6374909113455,
563.5755487112436,
563.5136201241984,
563.4517051457227,
563.3898037713313,
563.3279159965412,
563.2660418168709,
563.2041812278414,
563.1423342249753,
563.0805008037975,
563.0186809598342,
562.9568746886144,
562.8950819856688,
562.8333028465295,
562.7715372667312,
562.7097852418104,
562.6480467673056,
562.5863218387572,
562.5246104517073,
562.4629126017003,
562.4012282842826,
562.3395574950022,
562.2779002294094,
562.2162564830562,
562.1546262514967,
562.093009530287,
562.0314063149849,
561.9698166011503,
561.9082403843453,
561.8466776601333,
561.7851284240804,
561.723592671754,
561.6620703987239,
561.6005616005616,
561.5390662728406,
561.4775844111364,
561.4161160110262,
561.3546610680895,
561.2932195779075,
561.2317915360634,
561.1703769381422,
561.108975779731,
561.0475880564189,
560.9862137637967,
560.9248528974573,
560.8635054529954,
560.8021714260077,
560.740850812093,
560.6795436068514,
560.618249805886,
560.5569694048006,
560.4957023992018,
560.4344487846979,
560.3732085568989,
560.3119817114169,
560.250768243866,
560.1895681498619,
560.1283814250226,
560.0672080649679,
560.0060480653191,
559.9449014217001,
559.8837681297363,
559.822648185055,
559.7615415832855,
559.7004483200591,
559.6393683910088,
559.5783017917697,
559.5172485179787,
559.4562085652746,
559.395181929298,
559.3341686056918,
559.2731685901003,
559.21218187817,
559.1512084655493,
559.0902483478883,
559.0293015208392,
558.968367980056,
558.9074477211947,
558.8465407399128,
558.7856470318703,
558.7247665927288,
558.6638994181516,
558.6030455038041,
558.5422048453536,
558.4813774384693,
558.4205632788222,
558.3597623620851,
558.298974683933,
558.2382002400424,
558.177439026092,
558.1166910377622,
558.0559562707352,
557.9952347206955,
557.934526383329,
557.8738312543235,
557.8131493293691,
557.7524806041574,
557.6918250743822,
557.6311827357385,
557.5705535839242,
557.5099376146379,
557.4493348235812,
557.3887452064567,
557.3281687589695,
557.267605476826,
557.207055355735,
557.1465183914066,
557.0859945795532,
557.0254839158891,
556.9649863961303,
556.9045020159944,
556.8440307712011,
556.7835726574723,
556.7231276705312,
556.6626958061032,
556.6022770599155,
556.5418714276968,
556.4814789051784,
556.4210994880926,
556.3607331721742,
556.3003799531596,
556.2400398267869,
556.1797127887963,
556.1193988349298,
556.0590979609312,
555.9988101625462,
555.9385354355222,
555.8782737756086,
555.8180251785566,
555.757789640119,
555.6975671560509,
555.6373577221091,
555.5771613340519,
555.5169779876397,
555.456807678635,
555.3966504028014,
555.3365061559051,
555.2763749337139,
555.2162567319971,
555.1561515465263,
555.0960593730746,
555.035980207417,
554.9759140453305,
554.9158608825936,
554.8558207149872,
554.7957935382934,
554.7357793482964,
554.6757781407822,
554.6157899115389,
554.5558146563556,
554.4958523710243,
554.435903051338,
554.3759666930919,
554.316043292083,
554.2561328441099,
554.1962353449733,
554.1363507904755,
554.0764791764208,
554.016620498615,
553.9567747528661,
553.8969419349836,
553.837122040779,
553.7773150660656,
553.7175210066584,
553.6577398583744,
553.5979716170319,
553.5382162784518,
553.4784738384562,
553.4187442928692,
553.3590276375166,
553.2993238682262,
553.2396329808274,
553.1799549711517,
553.1202898350318,
553.0606375683029,
553.0009981668017,
552.9413716263665,
552.8817579428376,
552.822157112057,
552.7625691298688,
552.7029939921184,
552.6434316946535,
552.583882233323,
552.5243456039782,
552.4648218024716,
552.4053108246583,
552.3458126663942,
552.2863273235376,
552.2268547919485,
552.1673950674887,
552.1079481460215,
552.0485140234124,
551.9890926955283,
551.9296841582383,
551.8702884074128,
551.8109054389241,
551.7515352486469,
551.6921778324567,
551.6328331862312,
551.5735013058503,
551.5141821871949,
551.4548758261484,
551.3955822185952,
551.3363013604223,
551.2770332475179,
551.2177778757721,
551.1585352410767,
551.0993053393256,
551.0400881664141,
550.9808837182394,
550.9216919907004,
550.862512979698,
550.8033466811344,
550.7441930909141,
550.685052204943,
550.6259240191287,
550.566808529381,
550.5077057316109,
550.4486156217317,
550.389538195658,
550.3304734493063,
550.2714213785949,
550.2123819794441,
550.1533552477753,
550.0943411795123,
550.0353397705803,
549.9763510169063,
549.917374914419,
549.8584114590493,
549.7994606467291,
549.7405224733926,
549.6815969349755,
549.6226840274152,
549.5637837466511,
549.5048960886242,
549.4460210492771,
549.3871586245543,
549.3283088104021,
549.2694716027684,
549.2106469976027,
549.1518349908566,
549.0930355784833,
549.0342487564374,
548.9754745206758,
548.9167128671567,
548.8579637918401,
548.799227290688,
548.7405033596638,
548.6817919947326,
548.6230931918617,
548.5644069470196,
548.5057332561769,
548.4470721153054,
548.3884235203794,
548.3297874673743,
548.2711639522674,
548.2125529710379,
548.1539545196664,
548.0953685941354,
548.0367951904291,
547.9782343045334,
547.919685932436,
547.8611500701262,
547.8026267135951,
547.7441158588354,
547.6856175018415,
547.62713163861,
547.5686582651382,
547.5101973774262,
547.451748971475,
547.3933130432879,
547.3348895888694,
547.276478604226,
547.2180800853661,
547.1596940282991,
547.1013204290368,
547.0429592835925,
546.984610587981,
546.9262743382192,
546.8679505303252,
546.8096391603191,
546.7513402242226,
546.6930537180594,
546.6347796378544,
546.5765179796346,
546.5182687394282,
546.4600319132659,
546.4018074971792,
546.3435954872019,
546.2853958793693,
546.2272086697183,
546.1690338542876,
546.1108714291175,
546.0527213902502,
545.9945837337294,
545.9364584556004,
545.8783455519103,
545.820245018708,
545.7621568520439,
545.7040810479701,
545.6460176025405,
545.5879665118106,
545.5299277718376,
545.4719013786802,
545.4138873283991,
545.3558856170565,
545.2978962407163,
545.2399191954439,
545.1819544773068,
545.1240020823736,
545.0660620067151,
545.0081342464036,
544.9502187975128,
544.8923156561185,
544.8344248182977,
544.7765462801295,
544.7186800376945,
544.660826087075,
544.6029844243546,
544.5451550456193,
544.487337946956,
544.4295331244539,
544.3717405742033,
544.3139602922967,
544.2561922748276,
544.1984365178919,
544.1406930175866,
544.0829617700107,
544.0252427712646,
543.9675360174505,
543.9098415046722,
543.8521592290351,
543.7944891866466,
543.7368313736151,
543.6791857860513,
543.6215524200672,
543.5639312717766,
543.5063223372946,
543.4487256127385,
543.3911410942268,
543.3335687778798,
543.2760086598196,
543.2184607361696,
543.1609250030554,
543.1034014566034,
543.0458900929423,
542.9883909082024,
542.9309038985153,
542.8734290600146,
542.8159663888354,
542.7585158811141,
542.7010775329894,
542.6436513406012,
542.5862373000908,
542.528835407602,
542.4714456592791,
542.4140680512689,
542.3567025797197,
542.2993492407809,
542.2420080306041,
542.1846789453424,
542.1273619811502,
542.070057134184,
542.0127644006016,
541.9554837765626,
541.8982152582281,
541.8409588417608,
541.7837145233251,
541.7264822990871,
541.6692621652145,
541.6120541178765,
541.5548581532438,
541.497674267489,
541.4405024567862,
541.3833427173113,
541.3261950452413,
541.2690594367555,
541.2119358880341,
541.1548243952595,
541.0977249546154,
541.0406375622873,
540.9835622144622,
540.9264989073284,
540.8694476370766,
540.8124083998983,
540.7553811919871,
540.698366009538,
540.6413628487475,
540.584371705814,
540.5273925769374,
540.4704254583189,
540.4134703461618,
540.3565272366708,
540.2995961260519,
540.2426770105131,
540.1857698862639,
540.1288747495153,
540.0719915964798,
540.0151204233719,
539.9582612264072,
539.9014140018032,
539.8445787457791,
539.7877554545553,
539.730944124354,
539.6741447513991,
539.617357331916,
539.5605818621315,
539.5038183382743,
539.4470667565745,
539.3903271132639,
539.3335994045757,
539.2768836267448,
539.220179776008,
539.1634878486029,
539.1068078407694,
539.0501397487487,
538.9934835687836,
538.9368392971186,
538.8802069299995,
538.8235864636738,
538.766977894391,
538.7103812184013,
538.6537964319573,
538.5972235313127,
538.540662512723,
538.4841133724452,
538.4275761067379,
538.3710507118611,
538.3145371840767,
538.2580355196478,
538.2015457148393,
538.1450677659177,
538.0886016691509,
538.0321474208084,
537.9757050171614,
537.9192744544825,
537.8628557290461,
537.806448837128,
537.7500537750054,
537.6936705389572,
537.6372991252641,
537.5809395302081,
537.5245917500725,
537.468255781143,
537.4119316197058,
537.3556192620495,
537.2993187044639,
537.2430299432402,
537.1867529746717,
537.1304877950524,
537.0742344006788,
537.0179927878484,
536.9617629528601,
536.9055448920149,
536.8493386016148,
536.7931440779638,
536.7369613173672,
536.6807903161318,
536.6246310705661,
536.5684835769802,
536.5123478316854,
536.4562238309948,
536.4001115712232,
536.3440110486866,
536.2879222597028,
536.2318452005909,
536.1757798676718,
536.1197262572678,
536.0636843657027,
536.0076541893018,
535.9516357243922,
535.8956289673023,
535.8396339143621,
535.7836505619031,
535.7276789062583,
535.6717189437626,
535.6157706707515,
535.5598340835634,
535.503909178537,
535.4479959520131,
535.392094400334,
535.3362045198436,
535.2803263068869,
535.2244597578109,
535.1686048689639,
535.1127616366958,
535.056930057358,
535.0011101273035,
534.9453018428866,
534.8895052004632,
534.8337201963909,
534.7779468270287,
534.7221850887371,
534.6664349778782,
534.6106964908154,
534.5549696239138,
534.4992543735401,
534.4435507360623,
534.3878587078501,
534.3321782852746,
534.2765094647084,
534.2208522425256,
534.1652066151019,
534.1095725788146,
534.0539501300422,
533.9983392651649,
533.9427399805645,
533.8871522726241,
533.8315761377285,
533.7760115722639,
533.720458572618,
533.66491713518,
533.6093872563406,
533.553868932492,
533.4983621600281,
533.442866935344,
533.3873832548365,
533.3319111149036,
533.2764505119454,
533.2210014423628,
533.1655639025587,
533.1101378889372,
533.054723397904,
532.9993204258665,
532.9439289692332,
532.8885490244143,
532.8331805878215,
532.7778236558681,
532.7224782249688,
532.6671442915393,
532.6118218519978,
532.5565109027631,
532.501211440256,
532.4459234608985,
532.3906469611142,
532.3353819373282,
532.2801283859669,
532.2248863034587,
532.1696556862328,
532.1144365307204,
532.0592288333537,
532.004032590567,
531.9488477987957,
531.8936744544766,
531.8385125540481,
531.7833620939501,
531.7282230706242,
531.6730954805129,
531.6179793200606,
531.5628745857132,
531.5077812739179,
531.4526993811234,
531.3976289037798,
531.342569838339,
531.2875221812541,
531.2324859289795,
531.1774610779715,
531.1224476246877,
531.0674455655868,
531.0124548971296,
530.957475615778,
530.9025077179951,
530.8475512002464,
530.7926060589976,
530.7376722907169,
530.6827498918734,
530.6278388589378,
530.5729391883825,
530.5180508766811,
530.4631739203085,
530.4083083157415,
530.3534540594579,
530.2986111479373,
530.2437795776608,
530.1889593451106,
530.1341504467706,
530.079352879126,
530.0245666386637,
529.9697917218718,
529.9150281252402,
529.8602758452596,
529.8055348784228,
529.7508052212239,
529.6960868701583,
529.6413798217227,
529.5866840724157,
529.5319996187369,
529.4773264571877,
529.4226645842708,
529.3680139964903,
529.3133746903517,
529.258746662362,
529.2041299090298,
529.1495244268649,
529.0949302123787,
529.040347262084,
528.9857755724948,
528.931215140127,
528.8766659614978,
528.8221280331254,
528.76760135153,
528.7130859132329,
528.6585817147569,
528.6040887526265,
528.5496070233671,
528.4951365235062,
528.440677249572,
528.3862291980946,
528.3317923656056,
528.2773667486376,
528.2229523437252,
528.168549147404,
528.1141571562109,
528.0597763666847,
528.0054067753654,
527.9510483787943,
527.8967011735143,
527.8423651560698,
527.7880403230063,
527.733726670871,
527.6794241962123,
527.6251328955804,
527.5708527655264,
527.5165838026032,
527.4623260033652,
527.4080793643678,
527.3538438821681,
527.2996195533244,
527.2454063743969,
527.1912043419467,
527.1370134525365,
527.0828337027306,
527.0286650890941,
526.9745076081945,
526.9203612565997,
526.8662260308796,
526.8121019276055,
526.7579889433498,
526.7038870746866,
526.6497963181913,
526.5957166704407,
526.5416481280128,
526.4875906874875,
526.4335443454456,
526.3795090984698,
526.3254849431437,
526.2714718760525,
526.217469893783,
526.163478992923,
526.1094991700622,
526.0555304217913,
526.0015727447026,
525.9476261353894,
525.8936905904471,
525.8397661064721,
525.7858526800619,
525.7319503078161,
525.678058986335,
525.6241787122208,
525.5703094820767,
525.5164512925077,
525.4626041401199,
525.4087680215208,
525.3549429333193,
525.3011288721259,
525.2473258345523,
525.1935338172117,
525.1397528167183,
525.0859828296884,
525.032223852739,
524.9784758824887,
524.9247389155579,
524.8710129485679,
524.8172979781414,
524.7635940009026,
524.7099010134772,
524.656219012492,
524.6025479945756,
524.5488879563575,
524.4952388944689,
524.4416008055423,
524.3879736862115,
524.3343575331118,
524.2807523428796,
524.2271581121531,
524.1735748375718,
524.120002515776,
524.0664411434082,
524.0128907171116,
523.9593512335313,
523.9058226893134,
523.8523050811054,
523.7987984055565,
523.7453026593167,
523.6918178390381,
523.6383439413735,
523.5848809629773,
523.5314289005055,
523.4779877506151,
523.4245575099648,
523.3711381752141,
523.3177297430249,
523.2643322100593,
523.2109455729814,
523.1575698284566,
523.1042049731517,
523.0508510037346,
522.9975079168748,
522.944175709243,
522.8908543775116,
522.8375439183537,
522.7842443284444,
522.73095560446,
522.6776777430778,
522.6244107409769,
522.5711545948375,
522.5179093013413,
522.4646748571712,
522.4114512590116,
522.3582385035481,
522.3050365874678,
522.251845507459,
522.1986652602116,
522.1454958424165,
522.0923372507661,
522.0391894819544,
521.9860525326764,
521.9329263996284,
521.8798110795084,
521.8267065690155,
521.7736128648502,
521.7205299637143,
521.667457862311,
521.6143965573449,
521.5613460455219,
521.5083063235489,
521.4552773881348,
521.4022592359893,
521.3492518638236,
521.2962552683503,
521.2432694462833,
521.1902943943378,
521.1373301092304,
521.084376587679,
521.0314338264027,
520.9785018221223,
520.9255805715595,
520.8726700714377,
520.8197703184813,
520.7668813094162,
520.7140030409698,
520.6611355098704,
520.6082787128481,
520.555432646634,
520.5025973079605,
520.4497726935618,
520.3969588001727,
520.3441556245301,
520.2913631633714,
520.2385814134362,
520.1858103714646,
520.1330500341987,
520.0803003983815,
520.0275614607574,
519.9748332180723,
519.9221156670731,
519.8694088045083,
519.8167126271277,
519.7640271316822,
519.7113523149243,
519.6586881736076,
519.6060347044871,
519.553391904319,
519.5007597698611,
519.4481382978723,
519.3955274851128,
519.3429273283441,
519.2903378243293,
519.2377589698323,
519.1851907616187,
519.1326331964553,
519.0800862711103,
519.0275499823531,
518.9750243269543,
518.922509301686,
518.8700049033216,
518.8175111286356,
518.7650279744041,
518.7125554374044,
518.6600935144148,
518.6076422022155,
518.5552014975874,
518.5027713973132,
518.4503518981763,
518.3979429969621,
518.345544690457,
518.2931569754484,
518.2407798487255,
518.1884133070785,
518.1360573472988,
518.0837119661795,
518.0313771605146,
517.9790529270996,
517.9267392627313,
517.8744361642076,
517.8221436283279,
517.7698616518929,
517.7175902317045,
517.6653293645658,
517.6130790472813,
517.560839276657,
517.5086100494997,
517.4563913626179,
517.4041832128213,
517.3519855969207,
517.2997985117285,
517.247621954058,
517.1954559207243,
517.1433004085432,
517.0911554143322,
517.0390209349099,
516.9868969670964,
516.9347835077127,
516.8826805535813,
516.8305881015261,
516.7785061483722,
516.7264346909459,
516.6743737260747,
516.6223232505877,
516.5702832613148,
516.5182537550877,
516.466234728739,
516.4142261791028,
516.3622281030142,
516.31024049731,
516.2582633588279,
516.2062966844069,
516.1543404708875,
516.1023947151115,
516.0504594139214,
515.9985345641619,
515.946620162678,
515.8947162063166,
515.8428226919258,
515.7909396163548,
515.739066976454,
515.6872047690753,
515.6353529910717,
515.5835116392977,
515.5316807106088,
515.4798602018619,
515.428050109915,
515.3762504316276,
515.3244611638603,
515.272682303475,
515.2209138473348,
515.1691557923044,
515.1174081352492,
515.0656708730363,
515.0139440025339,
514.9622275206113,
514.9105214241396,
514.8588257099904,
514.807140375037,
514.755465416154,
514.7038008302172,
514.6521466141036,
514.6005027646912,
514.5488692788598,
514.49724615349,
514.4456333854638,
514.3940309716646,
514.3424389089768,
514.2908571942862,
514.2392858244798,
514.1877247964459,
514.136174107074,
514.0846337532548,
514.0331037318803,
513.9815840398438,
513.9300746740398,
513.878575631364,
513.8270869087135,
513.7756085029863,
513.7241404110821,
513.6726826299014,
513.6212351563463,
513.5697979873199,
513.5183711197268,
513.4669545504726,
513.4155482764639,
513.3641522946094,
513.3127666018182,
513.2613911950008,
513.2100260710694,
513.1586712269367,
513.1073266595173,
513.0559923657269,
513.0046683424819,
512.9533545867007,
512.9020510953023,
512.8507578652075,
512.7994748933377,
512.7482021766161,
512.6969397119668,
512.6456874963154,
512.5944455265883,
512.5432137997135,
512.4919923126201,
512.4407810622384,
512.3895800455002,
512.338389259338,
512.2872087006859,
512.2360383664793,
512.1848782536543,
512.1337283591491,
512.0825886799023,
512.031459212854,
511.98033995494575,
511.9292309031199,
511.8781320543205,
511.8270434054924,
511.77596495358193,
511.7248966955365,
511.67383862830474,
511.6227907488367,
511.57175305408333,
511.5207255409971,
511.4697082065315,
511.4187010476412,
511.3677040612823,
511.3167172444119,
511.26574059398854,
511.21477410697173,
511.16381778032223,
511.1128716110022,
511.0619355959749,
511.0110097322047,
510.9600940166573,
510.9091884462996,
510.85829301809974,
510.80740772902686,
510.7565325760516,
510.7056675561457,
510.65481266628194,
510.6039679034346,
510.55313326457883,
510.5023087466913,
510.45149434674966,
510.400690061733,
510.34989588862123,
510.2991118243959,
510.2483378660394,
510.19757401053556,
510.14682025486934,
510.0960765960269,
510.0453430309954,
509.99461955676367,
509.9439061703212,
509.8932028686591,
509.84250964876946,
509.79182650764557,
509.74115344228204,
509.6904904496744,
509.6398375268198,
509.58919467071615,
509.538561878363,
509.48793914676054,
509.4373264729106,
509.38672385381614,
509.3361312864812,
509.28554876791094,
509.23497629511184,
509.1844138650916,
509.1338614748589,
509.083319121424,
509.0327868017979,
508.9822645129931,
508.931752252023,
508.8812500159025,
508.83075780164756,
508.78027560627527,
508.7298034268039,
508.67934126025307,
508.6288891036433,
508.57844695399655,
508.5280148083358,
508.4775926636853,
508.4271805170704,
508.3767783655178,
508.3263862060552,
508.2760040357115,
508.22563185151677,
508.17526965050246,
508.1249174297009,
508.0745751861458,
508.02424291687197,
507.97392061891543,
507.9236082893133,
507.8733059251039,
507.82301352332684,
507.77273108102276,
507.7224585952335,
507.6721960630021,
507.6219434813728,
507.57170084739096,
507.52146815810306,
507.4712454105569,
507.4210326018013,
507.3708297288864,
507.3206367888633,
507.27045377878443,
507.2202806957033,
507.1701175366747,
507.1199642987545,
507.0698209789997,
507.0196875744685,
506.96956408222036,
506.91945049931564,
506.8693468228162,
506.8192530497849,
506.7691691772856,
506.71909520238364,
506.6690311221452,
506.61897693363795,
506.5689326339305,
506.5188982200926,
506.4688736891952,
506.4188590383106,
506.36885426451187,
506.31885936487356,
506.26887433647136,
506.21889917638185,
506.168933881683,
506.11897844945383,
506.0690328767747,
506.01909716072686,
505.9691712983928,
505.91925528685624,
505.8693491232019,
505.81945280451595,
505.76956632788534,
505.7196896903984,
505.66982288914454,
505.61996592121426,
505.5701187836994,
505.52028147369276,
505.4704539882882,
505.4206363245811,
505.37082847966764,
505.32103045064525,
505.2712422346126,
505.2214638286693,
505.1716952299163,
505.1219364354555,
505.0721874423902,
505.0224482478246,
504.9727188488642,
504.9229992426155,
504.87328942618626,
504.82358939668535,
504.7738991512227,
504.7242186869094,
504.67454800085795,
504.6248870901815,
504.5752359519947,
504.5255945834132,
504.47596298155383,
504.4263411435345,
504.37672906647435,
504.3271267474935,
504.2775341837133,
504.2279513722563,
504.17837831024616,
504.1288149948075,
504.07926142306616,
504.0297175921492,
503.98018349918476,
503.93065914130216,
503.88114451563166,
503.8316396193048,
503.7821444494543,
503.7326590032138,
503.6831832777183,
503.6337172701038,
503.58426097750737,
503.5348143970674,
503.48537752592324,
503.4359503612153,
503.3865329000853,
503.33712513967606,
503.28772707713136,
503.23833870959623,
503.1889600342168,
503.1395910481404,
503.0902317485153,
503.04088213249094,
502.99154219721794,
502.9422119398481,
502.8928913575342,
502.8435804474302,
502.79427920669116,
502.7449876324733,
502.69570572193385,
502.6464334722313,
502.59717088052514,
502.54791794397596,
502.4986746597456,
502.4494410249969,
502.40021703689376,
502.35100269260136,
502.3017979892859,
502.2526029241146,
502.20341749425603,
502.1542416968796,
502.105075529156,
502.0559189882569,
502.0067720713553,
501.95763477562497,
501.90850709824105,
501.85938903637975,
501.8102805872184,
501.7611817479352,
501.71209251570986,
501.66301288772274,
501.6139428611558,
501.5648824331916,
501.5158316010141,
501.4667903618083,
501.4177587127603,
501.36873665105736,
501.3197241738878,
501.2707212784408,
501.2217279619071,
501.17274422147824,
501.12377005434683,
501.07480545770676,
501.0258504287529,
500.9769049646811,
500.92796906268865,
500.87904271997354,
500.83012593373513,
500.7812187011738,
500.73232101949094,
500.6834328858892,
500.63455429757215,
500.5856852517445,
500.53682574561213,
500.487975776382,
500.43913534126193,
500.3903044374612,
500.3414830621899,
500.2926712126594,
500.24386888608194,
500.195076079671,
500.14629279064127,
500.09751901620814,
500.04875475358847
]
},
"y": {
"type": "float",
"values": [
2.1006345001392168e+37,
2.1358390243164917e+37,
2.180831394815608e+37,
2.227932358431354e+37,
2.2682159090553264e+37,
2.2957671620765595e+37,
2.3220384509443e+37,
2.362073832047261e+37,
2.3918504055542307e+37,
2.4279641426681523e+37,
2.4730776813450945e+37,
2.516521273102241e+37,
2.5474639579120275e+37,
2.5778479199831196e+37,
2.6006801261614918e+37,
2.6348903455622716e+37,
2.643078963143802e+37,
2.6568310065126775e+37,
2.6785188911685483e+37,
2.7106748824777675e+37,
2.7361866072509565e+37,
2.766434184355438e+37,
2.788594756461981e+37,
2.810359900756662e+37,
2.8367815725198575e+37,
2.875857968401612e+37,
2.912393987823671e+37,
2.9604680592606634e+37,
3.021071444992823e+37,
3.074517731311731e+37,
3.1226168842292987e+37,
3.1594191629681874e+37,
3.1756897563719087e+37,
3.193563438848067e+37,
3.2292469593512355e+37,
3.262639250471612e+37,
3.281899081325531e+37,
3.334837464501139e+37,
3.369237833929066e+37,
3.4257403949872286e+37,
3.4648401311655495e+37,
3.496122284161292e+37,
3.5386076130161006e+37,
3.5689006044333845e+37,
3.6077917642489046e+37,
3.638543573780438e+37,
3.668104929086238e+37,
3.700059460293863e+37,
3.7180100171000357e+37,
3.730731567966506e+37,
3.7247770643890473e+37,
3.722087720592863e+37,
3.7280420005599396e+37,
3.7519358824205456e+37,
3.7869710007302736e+37,
3.8569349256795067e+37,
3.90545636414583e+37,
3.943613361903511e+37,
3.9951725263968183e+37,
4.0519908328457695e+37,
4.122499682798743e+37,
4.1712881237504605e+37,
4.2400580008224807e+37,
4.324243429929169e+37,
4.396070268852683e+37,
4.459268277770451e+37,
4.542700279895887e+37,
4.625590064945661e+37,
4.718274757341822e+37,
4.773804530328041e+37,
4.828480385274312e+37,
4.869151380707847e+37,
4.926889184512738e+37,
4.977031752253165e+37,
5.038900893755293e+37,
5.107926355515928e+37,
5.186248888262186e+37,
5.243971386454525e+37,
5.278127473468082e+37,
5.321940453398398e+37,
5.37504278887469e+37,
5.40199272562884e+37,
5.440367461152083e+37,
5.508899011462861e+37,
5.583023195816795e+37,
5.6276667059819585e+37,
5.689358471933341e+37,
5.770497385571999e+37,
5.863941161174339e+37,
5.9393012445728415e+37,
6.033137296993522e+37,
6.10939076838805e+37,
6.146683058109574e+37,
6.201935567472143e+37,
6.245560531939386e+37,
6.288142361825315e+37,
6.35938569640816e+37,
6.446375939276541e+37,
6.513421516221939e+37,
6.575076914107719e+37,
6.618282204719945e+37,
6.675923003786513e+37,
6.744282597531361e+37,
6.785358571276268e+37,
6.83940683578258e+37,
6.89868439460907e+37,
6.945585888372437e+37,
6.997800236998077e+37,
7.020470369582791e+37,
7.016451155120617e+37,
7.007493658442556e+37,
7.038117553455316e+37,
7.06983226640063e+37,
7.127938602028035e+37,
7.194227475030622e+37,
7.265091651719803e+37,
7.351036112743047e+37,
7.420071306716865e+37,
7.491434956913585e+37,
7.57995287435382e+37,
7.654566255203568e+37,
7.712876448346277e+37,
7.801534258473666e+37,
7.881321483517292e+37,
7.956613332879591e+37,
7.998136536735085e+37,
8.012402260911257e+37,
8.068935633147118e+37,
8.148072423184608e+37,
8.225584441733535e+37,
8.306476054869582e+37,
8.381546983949308e+37,
8.462339082155642e+37,
8.5724286022056e+37,
8.68104315895511e+37,
8.76542586901938e+37,
8.847297402930176e+37,
8.90285550415317e+37,
8.982118825551108e+37,
9.089628567735824e+37,
9.190989727959576e+37,
9.292640510604775e+37,
9.420623674539701e+37,
9.535292824072829e+37,
9.630416595877152e+37,
9.727202370254683e+37,
9.808849731089744e+37,
9.885972410051345e+37,
9.976125290393308e+37,
1.0044897251054907e+38,
1.0142733172195963e+38,
1.026786402359018e+38,
1.0383349859262332e+38,
1.0480449719851199e+38,
1.0591073159440861e+38,
1.0731668417322696e+38,
1.0865874387530121e+38,
1.0970158557929296e+38,
1.104539699017359e+38,
1.1111359540520339e+38,
1.1160324813484764e+38,
1.1201563674354602e+38,
1.126095592196145e+38,
1.1346633739180983e+38,
1.1422671173988333e+38,
1.1496293832028331e+38,
1.1564817924206529e+38,
1.161016725194841e+38,
1.1657168278833114e+38,
1.1743584130659117e+38,
1.1785045074037852e+38,
1.1854718680599239e+38,
1.1967241197187209e+38,
1.2102203177545044e+38,
1.2240015668745483e+38,
1.235215282935386e+38,
1.2451471970867805e+38,
1.2560402559468985e+38,
1.2647982359250166e+38,
1.2730690494211445e+38,
1.2826262537625855e+38,
1.2949073903680728e+38,
1.3066720058325205e+38,
1.3167195979029061e+38,
1.3247550728687077e+38,
1.3321755390186368e+38,
1.3347524373351136e+38,
1.3378115905511741e+38,
1.3413034050986526e+38,
1.3465816830108602e+38,
1.351167887212739e+38,
1.3538428083915264e+38,
1.3572978959584233e+38,
1.360832296879825e+38,
1.3666912922040562e+38,
1.379623872181923e+38,
1.3931089461930132e+38,
1.4067822670046823e+38,
1.4293451911299137e+38,
1.4557055049018732e+38,
1.4801589670036773e+38,
1.4981846201021661e+38,
1.510295868784421e+38,
1.519836621649596e+38,
1.5330758203109725e+38,
1.5427846777678961e+38,
1.5522415243624382e+38,
1.5638122522790439e+38,
1.5740873438409472e+38,
1.5851925195751503e+38,
1.5969407181413564e+38,
1.6079573539903017e+38,
1.6189699834708978e+38,
1.6298424956841225e+38,
1.6408976593135462e+38,
1.656451075694095e+38,
1.6750103886788845e+38,
1.6936134796528932e+38,
1.7059373025898538e+38,
1.7190482300200014e+38,
1.7327791898161318e+38,
1.744258514097119e+38,
1.757000749050927e+38,
1.7679035530821243e+38,
1.7742759224256075e+38,
1.7842730800202837e+38,
1.7952556718398942e+38,
1.8087869614757758e+38,
1.8220981088623027e+38,
1.833702978409055e+38,
1.8420242387000546e+38,
1.8511331210527144e+38,
1.8612064231729223e+38,
1.8804549115586298e+38,
1.8973513906334423e+38,
1.9135128288523134e+38,
1.9249469941827496e+38,
1.9346238949882456e+38,
1.9459568587938044e+38,
1.955834542710244e+38,
1.963511245826077e+38,
1.970699496864973e+38,
1.9782076357220148e+38,
1.9855128342412965e+38,
1.993469785459069e+38,
1.999900657198315e+38,
2.0073850726059248e+38,
2.0197785996346455e+38,
2.0335111599256635e+38,
2.045394578789765e+38,
2.0598883711556977e+38,
2.073089823234352e+38,
2.082859706571627e+38,
2.098345907315917e+38,
2.115748088716607e+38,
2.1322029794027256e+38,
2.1499503916652895e+38,
2.1676968358487173e+38,
2.1841193017999625e+38,
2.2015104757840964e+38,
2.218225417908151e+38,
2.2346108023003414e+38,
2.2523207421375446e+38,
2.2672143717308223e+38,
2.279705126680303e+38,
2.289915996181911e+38,
2.3017736593700226e+38,
2.3161773315391947e+38,
2.332554417351792e+38,
2.3471309927122603e+38,
2.3594195784732966e+38,
2.375187491346424e+38,
2.394898572293286e+38,
2.4142189114865413e+38,
2.430016976137345e+38,
2.448472720001622e+38,
2.4653607816305412e+38,
2.4809118302348867e+38,
2.498189515238778e+38,
2.5148715876856168e+38,
2.5336842930632606e+38,
2.5487347836433235e+38,
2.561629920953448e+38,
2.5770587120273044e+38,
2.591586985506614e+38,
2.6090893813082393e+38,
2.6287233144645873e+38,
2.648884368982337e+38,
2.6659087887710696e+38,
2.6829392946801378e+38,
2.699527189602109e+38,
2.713239314577115e+38,
2.725565195950867e+38,
2.737363265353018e+38,
2.747240425974857e+38,
2.7495029360595242e+38,
2.7478961591209862e+38,
2.744351470675155e+38,
2.7455399397098052e+38,
2.744248459341199e+38,
2.7357944286832313e+38,
2.720158569621574e+38,
2.6976856314366107e+38,
2.67381940154428e+38,
2.65226301358548e+38,
2.6273695082616447e+38,
2.5995372847793467e+38,
2.5721668638012553e+38,
2.5458495794775282e+38,
2.5220222961943464e+38,
2.5136353751267063e+38,
2.5722682351407903e+38,
2.6096505891908073e+38,
2.629530367216695e+38,
2.6425284169719793e+38,
2.650661488878668e+38,
2.6822901111253828e+38,
2.738575346980328e+38,
2.809868402708671e+38,
2.880005323277011e+38,
2.9503646684055873e+38,
3.020599450348038e+38,
3.0893223580879764e+38,
3.1559714647273824e+38,
3.2112883648982193e+38,
3.2536412867278628e+38,
3.2889310573264668e+38,
3.3190554222322793e+38,
3.3459436815827815e+38,
3.371656134862369e+38,
3.3925124522865832e+38,
3.410180377568315e+38,
3.427358478685552e+38,
3.442531057554254e+38,
3.456832266933122e+38,
3.470951322653292e+38,
3.48890167016702e+38,
3.507862325905836e+38,
3.5258717615099454e+38,
3.545206452692608e+38,
3.564528276481579e+38,
3.588507990056283e+38,
3.61497151485523e+38,
3.627795710443358e+38,
3.6401096040022415e+38,
3.660600268165704e+38,
3.686889053307092e+38,
3.709610732228372e+38,
3.733887590728303e+38,
3.753373836771511e+38,
3.77421923417183e+38,
3.780799548352303e+38,
3.7744358056130144e+38,
3.7611631270183155e+38,
3.752482302583326e+38,
3.744426305034868e+38,
3.738686645235426e+38,
3.7336170161776284e+38,
3.730051253592762e+38,
3.732412999449235e+38,
3.763649679099667e+38,
3.787773469561644e+38,
3.809021078441724e+38,
3.830121425387508e+38,
3.846311232063888e+38,
3.859832256557707e+38,
3.870215488684451e+38,
3.880371735400206e+38,
3.9059566805660625e+38,
3.966891688049317e+38,
4.016046953841256e+38,
4.050859757951141e+38,
4.0854776089009314e+38,
4.114686700959314e+38,
4.137643473542698e+38,
4.158553897761458e+38,
4.176514145386976e+38,
4.191736051219258e+38,
4.207797042746451e+38,
4.2268035377952825e+38,
4.249347980446635e+38,
4.269919151220748e+38,
4.292680370791109e+38,
4.315213385129855e+38,
4.336932551877771e+38,
4.360713298744131e+38,
4.39937881663045e+38,
4.437920780851309e+38,
4.471503893372458e+38,
4.500526128053096e+38,
4.530399486179557e+38,
4.5597451773296274e+38,
4.590338084436713e+38,
4.619759551205455e+38,
4.648274460103111e+38,
4.6718789721938915e+38,
4.687888154410714e+38,
4.7008173021969934e+38,
4.716987970880882e+38,
4.731875933877396e+38,
4.7485617106344555e+38,
4.763364075425543e+38,
4.776872733213757e+38,
4.789912563997939e+38,
4.805329716382191e+38,
4.813582117731555e+38,
4.8177273167760274e+38,
4.8201158117055555e+38,
4.8295587914939576e+38,
4.838571791169866e+38,
4.849615034979371e+38,
4.859908698948401e+38,
4.870400521123162e+38,
4.891559288183583e+38,
4.917708683548159e+38,
4.940326918961041e+38,
4.961320332161701e+38,
4.9837803135773346e+38,
5.003161362588775e+38,
5.029120013257098e+38,
5.058828795744122e+38,
5.08899795829157e+38,
5.121224952398328e+38,
5.1667590538485655e+38,
5.231163059105923e+38,
5.283111604950323e+38,
5.3245235407322935e+38,
5.3561670094603605e+38,
5.381260562937295e+38,
5.403931072619882e+38,
5.427575698117462e+38,
5.4558656942615306e+38,
5.487153745110705e+38,
5.514009223021573e+38,
5.538171676778687e+38,
5.5665953847402796e+38,
5.596865270875774e+38,
5.627578703467734e+38,
5.656971951555842e+38,
5.681296950587931e+38,
5.70446599313599e+38,
5.726434747809656e+38,
5.744047220667268e+38,
5.7590819279972666e+38,
5.776863276032924e+38,
5.795631082658447e+38,
5.819444036927251e+38,
5.851990719103238e+38,
5.882922303553275e+38,
5.9148218422755256e+38,
5.944390597329623e+38,
5.970035195820126e+38,
5.989315400981092e+38,
6.006853389774366e+38,
6.025070171174324e+38,
6.045148475790856e+38,
6.065720676272757e+38,
6.086621354746679e+38,
6.105834507389551e+38,
6.126653100734915e+38,
6.149487334495067e+38,
6.177536064622551e+38,
6.205549121393854e+38,
6.23518840164566e+38,
6.266135255011261e+38,
6.290488078154493e+38,
6.311903361731429e+38,
6.332509988959319e+38,
6.3541483545237814e+38,
6.380009206440323e+38,
6.404607736704648e+38,
6.431823622912945e+38,
6.461357556147804e+38,
6.490409165207594e+38,
6.517166302284436e+38,
6.537846076245736e+38,
6.556885431914146e+38,
6.576496012186349e+38,
6.5951661917364184e+38,
6.6165467135958124e+38,
6.634541265089405e+38,
6.655465726663091e+38,
6.678654497731458e+38,
6.703926557773945e+38,
6.728444473729576e+38,
6.753798164068682e+38,
6.776575109771221e+38,
6.7968074150025675e+38,
6.819770734581914e+38,
6.843357852253286e+38,
6.863273132778705e+38,
6.884148796165231e+38,
6.900201771641406e+38,
6.918238762928776e+38,
6.942014372192905e+38,
6.96943770852925e+38,
6.997134288728963e+38,
7.023099756765398e+38,
7.044528155683234e+38,
7.065291268573e+38,
7.08878967007106e+38,
7.107141057977052e+38,
7.123802566744545e+38,
7.142908370070432e+38,
7.163740425465254e+38,
7.185986153074846e+38,
7.212185485903944e+38,
7.240613360216317e+38,
7.282890222128948e+38,
7.321638939338837e+38,
7.358975819240442e+38,
7.394542322265868e+38,
7.423656883325567e+38,
7.452961805347611e+38,
7.482176982164941e+38,
7.509713093175429e+38,
7.535766237613717e+38,
7.565234753713213e+38,
7.593132619536126e+38,
7.619196372693319e+38,
7.646564010064761e+38,
7.669620052480253e+38,
7.691495504116896e+38,
7.714053275585259e+38,
7.733623092958089e+38,
7.758106864797834e+38,
7.786696320801876e+38,
7.81376481690033e+38,
7.837700004596528e+38,
7.861899648493571e+38,
7.884608196994453e+38,
7.905847921240125e+38,
7.933552304891922e+38,
7.965739348352878e+38,
7.997821334686603e+38,
8.031255661777915e+38,
8.070761294927887e+38,
8.115116811531069e+38,
8.155306440571072e+38,
8.19616861061509e+38,
8.240197732331334e+38,
8.287647120181924e+38,
8.339257412449781e+38,
8.392448470634382e+38,
8.44330914073693e+38,
8.489139663391138e+38,
8.532284118000821e+38,
8.583292794946789e+38,
8.629626252117481e+38,
8.666770166874275e+38,
8.702916290108617e+38,
8.736731767111628e+38,
8.768578023923796e+38,
8.798861377767704e+38,
8.827064859944756e+38,
8.856004751100784e+38,
8.88663972219249e+38,
8.914342529663125e+38,
8.892646772279577e+38,
8.845765133271805e+38,
8.785561176793893e+38,
8.706048996889869e+38,
8.59787973143405e+38,
8.475622444252237e+38,
8.347427370778205e+38,
8.203922009648638e+38,
8.05012194079633e+38,
7.887064885517712e+38,
7.711071713386416e+38,
7.531966804748107e+38,
7.346394380574547e+38,
7.15627599939242e+38,
6.966907005444094e+38,
6.77627061870753e+38,
6.594988473345659e+38,
6.422307795307685e+38,
6.251452489924146e+38,
6.1001606620309776e+38,
5.96844631350758e+38,
5.839402583238567e+38,
5.719560809134102e+38,
5.7163010482530006e+38,
5.806850796729684e+38,
5.9689144507191754e+38,
6.178622701646153e+38,
6.428653870805804e+38,
6.731001383061212e+38,
7.08297613163737e+38,
7.434396049886254e+38,
7.774809379234592e+38,
8.1115968951728e+38,
8.400998507591742e+38,
8.65920466078499e+38,
8.885733470883076e+38,
9.076121794414106e+38,
9.228822614057415e+38,
9.360441356585518e+38,
9.471679394576324e+38,
9.566377899263314e+38,
9.66833706183361e+38,
9.75640892013137e+38,
9.832084091016548e+38,
9.897785338956026e+38,
9.957171093649958e+38,
1.0008893889540229e+39,
1.0053995234226636e+39,
1.00947540172463e+39,
1.012605343197134e+39,
1.015830041161805e+39,
1.0190255678039792e+39,
1.0216423784556978e+39,
1.021876332871031e+39,
1.0211003523900183e+39,
1.0206633803671592e+39,
1.0192150920631342e+39,
1.0174931951951342e+39,
1.0153046946278178e+39,
1.0123471507011103e+39,
1.009968927858902e+39,
1.0091263032215865e+39,
1.0089356509380036e+39,
1.008753601593597e+39,
1.0086472362210175e+39,
1.0094005078252142e+39,
1.0100935111576774e+39,
1.0113055299266029e+39,
1.012795794194018e+39,
1.0141002140736743e+39,
1.0157584031103986e+39,
1.0175778129121865e+39,
1.018811136573582e+39,
1.0202713389724236e+39,
1.0215467843692618e+39,
1.0235273323448887e+39,
1.0258310039901125e+39,
1.0278584831457193e+39,
1.0416507182478785e+39,
1.0563310595372035e+39,
1.069286720597645e+39,
1.0829896797868101e+39,
1.0980243407146174e+39,
1.1114348795430755e+39,
1.122141582692773e+39,
1.1308467602734194e+39,
1.1382099077641712e+39,
1.1441812227659372e+39,
1.1496582722368557e+39,
1.1522258503215806e+39,
1.1505278643969872e+39,
1.1473981001581422e+39,
1.1431727193000293e+39,
1.1379370303664225e+39,
1.132742085849548e+39,
1.1266302799953844e+39,
1.1206192260346741e+39,
1.1136765941007569e+39,
1.1067431485651025e+39,
1.0993069545245769e+39,
1.091887285219673e+39,
1.0837469634389192e+39,
1.0748752863732212e+39,
1.0667210290954662e+39,
1.0567895075937683e+39,
1.045156040155084e+39,
1.0315859946896616e+39,
1.016504471803251e+39,
1.0004588994644357e+39,
9.850328892904684e+38,
9.688594413648523e+38,
9.518691009903287e+38,
9.340008426216927e+38,
9.163716446258678e+38,
8.988795881769713e+38,
8.900066662976311e+38,
8.862723797781431e+38,
8.866035836134037e+38,
8.903584089496263e+38,
8.958407696506729e+38,
9.0140895826401e+38,
9.05245559659961e+38,
9.081050506582423e+38,
9.092950316901195e+38,
9.094857588823955e+38,
9.088469445480665e+38,
9.07975752855942e+38,
9.063301970197918e+38,
9.111879617909551e+38,
9.18361077696093e+38,
9.264570605256996e+38,
9.407023583149863e+38,
9.617747320788626e+38,
9.827149729463017e+38,
1.0012956975749637e+39,
1.0174066976977991e+39,
1.0308364527928683e+39,
1.0427494605513984e+39,
1.0548687546030325e+39,
1.0632767110240272e+39,
1.0683811533822745e+39,
1.068069948451957e+39,
1.0672568427095535e+39,
1.0636878032302297e+39,
1.060192510142102e+39,
1.0581702334369117e+39,
1.056465524667108e+39,
1.0521464009837833e+39,
1.0467442528947653e+39,
1.0420085378738706e+39,
1.0372906283501282e+39,
1.0343487560335537e+39,
1.0311776988199664e+39,
1.0280128867299793e+39,
1.0303208253797149e+39,
1.034252074659138e+39,
1.033574210523823e+39,
1.0293893673733462e+39,
1.0248697239686945e+39,
1.018428395541231e+39,
1.016186503527628e+39,
1.0176232414013621e+39,
1.0180958228971856e+39,
1.0178808842588876e+39,
1.0326092662006008e+39,
1.0489767069733055e+39,
1.0663365815521248e+39,
1.0831408243134252e+39,
1.107237468149426e+39,
1.1335538551215281e+39,
1.1584593248955723e+39,
1.1805984221034251e+39,
1.2001355824907148e+39,
1.2156145142759152e+39,
1.2297211794560054e+39,
1.2411781979749724e+39,
1.2499400465653258e+39,
1.2569037747283245e+39,
1.2630436238109073e+39,
1.2687455198386022e+39,
1.2727874693100742e+39,
1.2717230367059744e+39,
1.268833695211667e+39,
1.2682301623003348e+39,
1.2768328113632117e+39,
1.2843899043196457e+39,
1.2910368738158588e+39,
1.2931757618065715e+39,
1.2997130852252822e+39,
1.3095957022897196e+39,
1.3166746160565365e+39,
1.322833834929382e+39,
1.3263517639592526e+39,
1.3276992307094976e+39,
1.3277480647169027e+39,
1.3267180288374727e+39,
1.3256343489374252e+39,
1.323132384116862e+39,
1.3211074626031673e+39,
1.3188864005710721e+39,
1.3165103468562823e+39,
1.3136889693592654e+39,
1.3091418630063212e+39,
1.3037753784119367e+39,
1.2980605220360311e+39,
1.2922425191332741e+39,
1.2859769150907878e+39,
1.28089476879483e+39,
1.2756410135293276e+39,
1.2868886255590978e+39,
1.3022622736015608e+39,
1.320041166205697e+39,
1.3360141916351337e+39,
1.3484910283871878e+39,
1.3569132800861152e+39,
1.3609687405732858e+39,
1.3608953131200873e+39,
1.3589623742838477e+39,
1.3534733160433029e+39,
1.3455302023539503e+39,
1.335341985708059e+39,
1.3225705384560446e+39,
1.3079795384268102e+39,
1.2922167250037062e+39,
1.2754451928338596e+39,
1.2582694785870606e+39,
1.240625555942091e+39,
1.2225726778935937e+39,
1.205069155087325e+39,
1.1910154510610473e+39,
1.1774954702623377e+39,
1.168879950236736e+39,
1.1608087976572471e+39,
1.1555711229476227e+39,
1.1498750594738805e+39,
1.1428099176565719e+39,
1.1346818554944179e+39,
1.1261893118536238e+39,
1.117248018693416e+39,
1.1070290039490297e+39,
1.1017089347212336e+39,
1.1203630574729413e+39,
1.1420848018076949e+39,
1.1665396375042515e+39,
1.1975217056265112e+39,
1.228831734222626e+39,
1.2619100214809305e+39,
1.2915329755293345e+39,
1.3193485061086436e+39,
1.3404562120608137e+39,
1.3651416095734757e+39,
1.3892947539669683e+39,
1.410757002802344e+39,
1.430083924182934e+39,
1.447363717732299e+39,
1.46561306960418e+39,
1.4792608714474404e+39,
1.491438683221688e+39,
1.499775773701938e+39,
1.5057637370195072e+39,
1.511024858797914e+39,
1.5144011380649006e+39,
1.516428197404944e+39,
1.5140191742691105e+39,
1.5098300820835758e+39,
1.5082262563304115e+39,
1.5054328425401486e+39,
1.5020806419945703e+39,
1.5003668266069398e+39,
1.5103471020380855e+39,
1.521996799781728e+39,
1.5347321223773e+39,
1.5462763685262973e+39,
1.5569956129825835e+39,
1.5649590065303043e+39,
1.5721236152600393e+39,
1.5773626419688274e+39,
1.58255646072964e+39,
1.5889924763241567e+39,
1.5981954092071085e+39,
1.6065799224394093e+39,
1.6134454190642373e+39,
1.6197433821282867e+39,
1.6258157657839642e+39,
1.6309955771071537e+39,
1.6350335630867717e+39,
1.6393851104939856e+39,
1.6439494348967357e+39,
1.6480244191053448e+39,
1.6538028687490928e+39,
1.6608961130701205e+39,
1.6688863483359365e+39,
1.6798667689026625e+39,
1.6982918261704015e+39,
1.7240789620498584e+39,
1.749755223711668e+39,
1.77725038923592e+39,
1.8017218163643054e+39,
1.824964216301075e+39,
1.8478209075550327e+39,
1.868102329175587e+39,
1.885186730112821e+39,
1.9002141860697606e+39,
1.9133218403632456e+39,
1.9242831568236308e+39,
1.9353120445277994e+39,
1.9450782707245795e+39,
1.9536077436683657e+39,
1.9608613762253837e+39,
1.967836627091159e+39,
1.973434577485098e+39,
1.9776755924637166e+39,
1.98263900153784e+39,
1.9881358422228553e+39,
1.9951538071191452e+39,
2.0026380014008558e+39,
2.010618606052672e+39,
2.023636962190398e+39,
2.035173190144507e+39,
2.043822783708602e+39,
2.048255510078623e+39,
2.0467652891454952e+39,
2.0407051021195325e+39,
2.032187567011082e+39,
2.0203437146487136e+39,
2.0055841834507446e+39,
1.986943375638268e+39,
1.966409268463749e+39,
1.942500204461741e+39,
1.9163493330988233e+39,
1.8876331481662092e+39,
1.8620677366615128e+39,
1.8354197099756424e+39,
1.807978629013583e+39,
1.777831279609145e+39,
1.745992447130667e+39,
1.7112278168915487e+39,
1.67435951131553e+39,
1.636610011403071e+39,
1.5963919968362642e+39,
1.556288564179815e+39,
1.514286371918411e+39,
1.4713156628064455e+39,
1.428649208046084e+39,
1.3854477684099102e+39,
1.34113491454946e+39,
1.2969527995906941e+39,
1.251586633609375e+39,
1.2064991632497243e+39,
1.1611598679654974e+39,
1.117200653839055e+39,
1.0765525835310901e+39,
1.0432781547930335e+39,
1.0186082806435876e+39,
1.0041842533370429e+39,
9.99040483072542e+38,
1.0009741314993129e+39,
1.011571823997838e+39,
1.0274647242598432e+39,
1.0503121661634295e+39,
1.0766177276063194e+39,
1.110267448150111e+39,
1.1468369487211648e+39,
1.1889918555658526e+39,
1.2337790695941863e+39,
1.2821763917505695e+39,
1.3320106611501845e+39,
1.3841478420864402e+39,
1.43505978192076e+39,
1.487664089093341e+39,
1.5387829087312113e+39,
1.5898961668770682e+39,
1.634202405943384e+39,
1.678598285934617e+39,
1.7162518234818954e+39,
1.754932090245458e+39,
1.793743722264575e+39,
1.8324673977605248e+39,
1.8604733336732486e+39,
1.8858499176965055e+39,
1.9054409777134252e+39,
1.9243017185113653e+39,
1.937605236630026e+39,
1.9468670171170627e+39,
1.952164342671887e+39,
1.9546846033685595e+39,
1.9548405997260935e+39,
1.951033563564359e+39,
1.9459161512327096e+39,
1.9394621436068128e+39,
1.933971881839234e+39,
1.931915495230087e+39,
1.9295631233334673e+39,
1.924984226168413e+39,
1.9192294495405645e+39,
1.9125706171290153e+39,
1.9046756583126998e+39,
1.895772989321078e+39,
1.8876279105444365e+39,
1.879413696915284e+39,
1.8700930077234953e+39,
1.8600081448485893e+39,
1.8474004342054752e+39,
1.8353660121452672e+39,
1.824516717042895e+39,
1.8130625235485896e+39,
1.8008642572033688e+39,
1.7883809969087224e+39,
1.7758040254004735e+39,
1.7636598660587986e+39,
1.7514420993202384e+39,
1.7393983256292002e+39,
1.7324998306630295e+39,
1.7305767245888945e+39,
1.728468390071467e+39,
1.7305345637356833e+39,
1.7332637567799705e+39,
1.7401815912246982e+39,
1.748832532454392e+39,
1.759306204815736e+39,
1.7702760102419843e+39,
1.7822518654474398e+39,
1.7937271737185944e+39,
1.802334176240571e+39,
1.8091614889720062e+39,
1.8136826054500674e+39,
1.817336645807936e+39,
1.8212010152016585e+39,
1.8285622131795438e+39,
1.834545804237352e+39,
1.840129420501643e+39,
1.846695121866192e+39,
1.8522287611219997e+39,
1.8594063982333973e+39,
1.8647244492420436e+39,
1.8725709440302588e+39,
1.881950208073876e+39,
1.8894074633367793e+39,
1.896744168355164e+39,
1.9047569375638524e+39,
1.9148851394922413e+39,
1.9223635837861798e+39,
1.927664396474561e+39,
1.9327008766725322e+39,
1.936724994619255e+39,
1.9392374769536484e+39,
1.941668157722231e+39,
1.9443245301820414e+39,
1.9439130600450462e+39,
1.9443425716125752e+39,
1.942117034001113e+39,
1.9414315443551712e+39,
1.940750885150786e+39,
1.9370655765134025e+39,
1.9346953566805887e+39,
1.9314818817580474e+39,
1.9276742514349007e+39,
1.9244814395897864e+39,
1.92159156454462e+39,
1.9218967514819196e+39,
1.9223311724477376e+39,
1.9216408633317622e+39,
1.922064133574256e+39,
1.921360765027713e+39,
1.9241545006794094e+39,
1.927964147482814e+39,
1.9330269959183776e+39,
1.949024507971886e+39,
1.9658619669120744e+39,
1.9792771779841848e+39,
1.996747783487765e+39,
2.0104184509263398e+39,
2.0252284823116307e+39,
2.0423228889697797e+39,
2.059123930564309e+39,
2.0723231771882516e+39,
2.086074607542192e+39,
2.1209374208124095e+39,
2.158697496319644e+39,
2.2020685800826524e+39,
2.2454163964192908e+39,
2.28625193979113e+39,
2.323833508671949e+39,
2.356644199812307e+39,
2.3857556375897993e+39,
2.4107016809140825e+39,
2.4329949608944618e+39,
2.4518044985795454e+39,
2.4686100957758042e+39,
2.481948517470677e+39,
2.4935523317367822e+39,
2.5037845060706928e+39,
2.509120941938192e+39,
2.5078252514718312e+39,
2.50410589800521e+39,
2.5002778912991128e+39,
2.4960634728196075e+39,
2.4886631309357985e+39,
2.4807951224796244e+39,
2.473343694410625e+39,
2.4651064808658328e+39,
2.454395575519697e+39,
2.4428482748526283e+39,
2.430364769336955e+39,
2.4174550482886453e+39,
2.3974187852927207e+39,
2.377583627590273e+39,
2.3547065808932108e+39,
2.332232633989394e+39,
2.3096221208066607e+39,
2.289466835526296e+39,
2.268968420611919e+39,
2.24555529923839e+39,
2.2204854598638312e+39,
2.1930654082591607e+39,
2.1670741417581796e+39,
2.1388542774317895e+39,
2.110437816718734e+39,
2.0830378187849837e+39,
2.0562975572188493e+39,
2.032059811847835e+39,
2.0047874862928047e+39,
1.9798621037084598e+39,
1.9549092383101102e+39,
1.9290498926293978e+39,
1.9038655999330393e+39,
1.877449761123783e+39,
1.853082390418719e+39,
1.8262078016227882e+39,
1.8039587554040926e+39,
1.8006173407157312e+39,
1.79552663982216e+39,
1.7961020414142566e+39,
1.795925031839584e+39,
1.7931765856830866e+39,
1.7915870006934384e+39,
1.785426523160253e+39,
1.778898078693253e+39,
1.767733515225142e+39,
1.75323392331726e+39,
1.7352190455166363e+39,
1.7238135249350527e+39,
1.7263333183296378e+39,
1.7320463658552114e+39,
1.746200793277048e+39,
1.7602093245269798e+39,
1.7735455458848925e+39,
1.7879596402350903e+39,
1.802914829392354e+39,
1.8180876082057052e+39,
1.829805211122306e+39,
1.840411713712967e+39,
1.8442915083694412e+39,
1.8463624190244585e+39,
1.844031998011609e+39,
1.8397199136038267e+39,
1.8367546637321247e+39,
1.8290115920097163e+39,
1.8187722327554485e+39,
1.8072397144999346e+39,
1.794007193770632e+39,
1.777755770334322e+39,
1.7600530938641943e+39,
1.7399530046039523e+39,
1.7190675817564255e+39,
1.6972056130457402e+39,
1.683923592455416e+39,
1.6812137975328325e+39,
1.6827730868835033e+39,
1.6969779265882377e+39,
1.7124581957395348e+39,
1.7369904316926833e+39,
1.7637243784190334e+39,
1.7903321347373716e+39,
1.8175468870036747e+39,
1.8427012384920305e+39,
1.8657239242612362e+39,
1.8874858041472796e+39,
1.9077374663373582e+39,
1.9277017410259953e+39,
1.942791609547767e+39,
1.9592048197567722e+39,
1.9697787203406508e+39,
1.9803903128342708e+39,
1.9862067353778143e+39,
1.993155804959761e+39,
1.9993643193595143e+39,
2.0137528194468812e+39,
2.0287399896482706e+39,
2.0467352848116543e+39,
2.067345326361299e+39,
2.0933145122144717e+39,
2.1231775638603493e+39,
2.1550150222049532e+39,
2.187666367208022e+39,
2.2212678575172065e+39,
2.2540720475997418e+39,
2.2877895067856533e+39,
2.3189312901582403e+39,
2.3499530295494286e+39,
2.3791682078968582e+39,
2.408454791716929e+39,
2.43438378100989e+39,
2.459271276155271e+39,
2.4812479962226825e+39,
2.5015494018730016e+39,
2.520025232641186e+39,
2.5370623356426868e+39,
2.5525062397057254e+39,
2.5654446547870096e+39,
2.577458849261555e+39,
2.586972065903986e+39,
2.5959850315952427e+39,
2.6088470378378675e+39,
2.6216570221189237e+39,
2.6318290364778003e+39,
2.643310254195485e+39,
2.653596647728786e+39,
2.662216657925814e+39,
2.6698199417729833e+39,
2.6773616743521198e+39,
2.6851060729262016e+39,
2.6917654105758556e+39,
2.698178528794731e+39,
2.703894390515264e+39,
2.7118505828479906e+39,
2.7191330750423396e+39,
2.725519619768522e+39,
2.731944342689923e+39,
2.736767583409493e+39,
2.739965835063303e+39,
2.741910036760511e+39,
2.743723331115378e+39,
2.746072390708894e+39,
2.7479026698615124e+39,
2.7490357567825086e+39,
2.7494633702863e+39,
2.7495133705643726e+39,
2.74939846969894e+39,
2.748788156484403e+39,
2.747597498489358e+39,
2.746328692971234e+39,
2.746768024667584e+39,
2.747541185717964e+39,
2.748939975989655e+39,
2.750657701990521e+39,
2.752616656047606e+39,
2.7552124825164595e+39,
2.757456101948466e+39,
2.7600889881949015e+39,
2.762845946520776e+39,
2.7653457438111675e+39,
2.768110669252639e+39,
2.7708548213613656e+39,
2.772872759026854e+39,
2.774473417380739e+39,
2.775692383174237e+39,
2.7773061368053714e+39,
2.7786110425134356e+39,
2.77992702377298e+39,
2.7804825117687245e+39,
2.781029030724746e+39,
2.7843813000877305e+39,
2.787789043182592e+39,
2.7908016321507424e+39,
2.793633277799813e+39,
2.79642147648032e+39,
2.7988335566523416e+39,
2.8014076467456004e+39,
2.803970278771479e+39,
2.806818568678441e+39,
2.810628714387613e+39,
2.8160757641029964e+39,
2.821641721143263e+39,
2.8278755287387727e+39,
2.8350340179202226e+39,
2.842845520446129e+39,
2.851402530360259e+39,
2.859925336781116e+39,
2.8676984307593617e+39,
2.8749223264817284e+39,
2.881422175410734e+39,
2.887511500683558e+39,
2.8933713279859726e+39,
2.8995806791230246e+39,
2.905948016822435e+39,
2.91152685065112e+39,
2.916311805414284e+39,
2.920279150839723e+39,
2.923916747705623e+39,
2.928406417295394e+39,
2.932661017926442e+39,
2.9368016337342587e+39,
2.940889741187819e+39,
2.945070704844766e+39,
2.9494167865023665e+39,
2.9541961033814406e+39,
2.95845422966724e+39,
2.9623218473695054e+39,
2.9660522304862847e+39,
2.9694596548390953e+39,
2.972606840855118e+39,
2.975202649052814e+39,
2.977742754032412e+39,
2.9800125986565206e+39,
2.982462005332424e+39,
2.985412362192655e+39,
2.9885275982476733e+39,
2.9917417660416804e+39,
2.994896773504587e+39,
2.9978021198873977e+39,
3.0003429597820625e+39,
3.0025278237608336e+39,
3.006019243553923e+39,
3.010167072449626e+39,
3.014504253044132e+39,
3.018826534343758e+39,
3.022748721253303e+39,
3.0261162980255676e+39,
3.0298742405073467e+39,
3.0344523849866314e+39,
3.039393752654506e+39,
3.0442382031949324e+39,
3.048609296832633e+39,
3.0528598939314066e+39,
3.057404561349304e+39,
3.0621566014781094e+39,
3.066624271186339e+39,
3.070745401871596e+39,
3.0745555220496654e+39,
3.077809710045603e+39,
3.0807161207929614e+39,
3.083155199315297e+39,
3.085443563971868e+39,
3.087707310894165e+39,
3.089901314964151e+39,
3.092179070749775e+39,
3.09402526759574e+39,
3.095476511636881e+39,
3.096783264041559e+39,
3.09801131101962e+39,
3.0990859754061175e+39,
3.099861079961801e+39,
3.1005577885066717e+39,
3.1013389961883115e+39,
3.1020772982739003e+39,
3.1028606484551964e+39,
3.10354198908169e+39,
3.1042219075651726e+39,
3.1044497421246043e+39,
3.104391197488186e+39,
3.104276229207748e+39,
3.1038595625473766e+39,
3.103774443805507e+39,
3.1036396381473093e+39,
3.103482640217446e+39,
3.10290253421271e+39,
3.1020510422615006e+39,
3.100665664633221e+39,
3.099504749522534e+39,
3.09852885919794e+39,
3.097869600701654e+39,
3.0971465919329976e+39,
3.0969614896043436e+39,
3.097077897388196e+39,
3.0973352993358243e+39,
3.097449897820409e+39,
3.0973883008352625e+39,
3.0979592793758073e+39,
3.0988300172282323e+39,
3.0998893935800316e+39,
3.101303798517164e+39,
3.103145645782019e+39,
3.1056655574864036e+39,
3.1088683875553496e+39,
3.1122217099479796e+39,
3.115180510313093e+39,
3.118078738568478e+39,
3.1212720908081646e+39,
3.124783697826175e+39,
3.128060610167382e+39,
3.130936366281855e+39,
3.1344093166016183e+39,
3.138984060931748e+39,
3.143234521072042e+39,
3.146426713091435e+39,
3.1506795638777877e+39,
3.15530427891331e+39,
3.1595800255458203e+39,
3.1634240676046684e+39,
3.167013077968039e+39,
3.1701143910350905e+39,
3.172765052658565e+39,
3.1753114313885906e+39,
3.177503906265487e+39,
3.180081942479434e+39,
3.182717619322786e+39,
3.185626796716052e+39,
3.1889211287720497e+39,
3.191662829350421e+39,
3.1937125994098403e+39,
3.194762506587131e+39,
3.1959030289919823e+39,
3.1975572268749746e+39,
3.198226675479614e+39,
3.1997381312490056e+39,
3.2001814904530083e+39,
3.2011020643146064e+39,
3.201614147510326e+39,
3.202235962981124e+39,
3.203857992443123e+39,
3.205045415831967e+39,
3.207671361499182e+39,
3.208894655795935e+39,
3.2097833630251206e+39,
3.2097191314638785e+39,
3.208315420923905e+39,
3.20442930407585e+39,
3.201329704139693e+39,
3.196125792077373e+39,
3.1925530778211975e+39,
3.189557082922645e+39,
3.184804818729952e+39,
3.181224379195718e+39,
3.1795828663917974e+39,
3.1780769898338e+39,
3.177102624747847e+39,
3.173596229429108e+39,
3.1702312578314854e+39,
3.167804260579524e+39,
3.1650723346089885e+39,
3.1660920763944114e+39,
3.165155347724051e+39,
3.165687303603586e+39,
3.1686332848073893e+39,
3.1748271564015257e+39,
3.184408238146354e+39,
3.1942197813798615e+39,
3.2050049137243924e+39,
3.2153783231791055e+39,
3.227982526619445e+39,
3.238941258088191e+39,
3.248926105589208e+39,
3.259525645185505e+39,
3.269294451606375e+39,
3.2780032480853903e+39,
3.2867841620157393e+39,
3.3026246041632945e+39,
3.318460856130577e+39,
3.334121162023021e+39,
3.3487791760255086e+39,
3.36460308785786e+39,
3.378835996913356e+39,
3.3903186909811505e+39,
3.401834783904022e+39,
3.411600342032829e+39,
3.4191136868182713e+39,
3.4258526364911666e+39,
3.432480309652803e+39,
3.4375134614416615e+39,
3.4405959569147194e+39,
3.4392838848280735e+39,
3.4349394678866094e+39,
3.444411155101834e+39,
3.45241211981211e+39,
3.456260898913082e+39,
3.455666722137241e+39,
3.4544788728291387e+39,
3.4451904041925723e+39,
3.4326571568200895e+39,
3.416451769771003e+39,
3.39643914394535e+39,
3.3740755002975667e+39,
3.348438454327206e+39,
3.333175968250405e+39,
3.316806067389004e+39,
3.296072028334835e+39,
3.2712264888320584e+39,
3.243510351629575e+39,
3.209726517977796e+39,
3.172499748401515e+39,
3.136710128376659e+39,
3.093706525308706e+39,
3.051131399505066e+39,
3.005799016398137e+39,
2.957567692264556e+39,
2.9085454939739833e+39,
2.8567280142047464e+39,
2.804000307864831e+39,
2.750487248542492e+39,
2.6941577594687192e+39,
2.6356290255809713e+39,
2.5754465875327764e+39,
2.5129464544112572e+39,
2.451809061334308e+39,
2.3884202963998136e+39,
2.3237954293535017e+39,
2.25780141390617e+39,
2.190949898069456e+39,
2.1231320855364607e+39,
2.054893861028226e+39,
1.9860885888135922e+39,
1.9168505658395567e+39,
1.850781947315816e+39,
1.7840181298480928e+39,
1.717972341153288e+39,
1.6531132014911257e+39,
1.5915449841983178e+39,
1.5431340286065577e+39,
1.4982066375419003e+39,
1.466515214293581e+39,
1.4415069791967353e+39,
1.4230482495366737e+39,
1.412230094932972e+39,
1.4081487264249326e+39,
1.4089637740055455e+39,
1.4177960827996928e+39,
1.428819298855127e+39,
1.4477055950084043e+39,
1.471828948797815e+39,
1.4992471388133083e+39,
1.5329537191665983e+39,
1.5710709655797533e+39,
1.6130774077256335e+39,
1.6596813099369023e+39,
1.7104002393630837e+39,
1.7669187197666156e+39,
1.8257091996931887e+39,
1.888383853410528e+39,
1.954674356636922e+39,
2.0235902049248083e+39,
2.0944164460311196e+39,
2.1678230111763725e+39,
2.2421211008830276e+39,
2.318066392622565e+39,
2.3930966176180128e+39,
2.4682592264805012e+39,
2.543185466623833e+39,
2.6144400845363797e+39,
2.6848514152899888e+39,
2.75449417533758e+39,
2.817962571512445e+39,
2.8818381052472e+39,
2.9439990761646654e+39,
2.998007245065342e+39,
3.0512216523138274e+39,
3.102331702339956e+39,
3.1500766458543415e+39,
3.1958910324805586e+39,
3.236366106698865e+39,
3.274586612159157e+39,
3.306540899235008e+39,
3.3306457771534836e+39,
3.352998275060655e+39,
3.375973239005603e+39,
3.3943388466472376e+39,
3.4087933865930745e+39,
3.4243393033265716e+39,
3.436770149689769e+39,
3.4470257894900314e+39,
3.456689418407504e+39,
3.465811470928336e+39,
3.472470498444908e+39,
3.4775754932027003e+39,
3.479527412764719e+39,
3.4848137031317395e+39,
3.48652206309653e+39,
3.4855663330891414e+39,
3.485174634744592e+39,
3.4842320568169775e+39,
3.4808930858846185e+39,
3.478937376108002e+39,
3.4777569691700325e+39,
3.476043414968356e+39,
3.4763880402807467e+39,
3.473376436673053e+39,
3.471498123094837e+39,
3.4715304262073693e+39,
3.4723591589877523e+39,
3.472761756474578e+39,
3.474045768709668e+39,
3.475587288993923e+39,
3.475534771802379e+39,
3.477476650508173e+39,
3.4799671434443357e+39,
3.4811454638713095e+39,
3.485120772248788e+39,
3.486812230538513e+39,
3.49146274271715e+39,
3.4946171534547095e+39,
3.497686152948475e+39,
3.50323835866144e+39,
3.506819207399121e+39,
3.512258935611829e+39,
3.517914743231576e+39,
3.5229710970943937e+39,
3.5291937758692266e+39,
3.537006447829908e+39,
3.544580158979485e+39,
3.55002645678766e+39,
3.558576470878554e+39,
3.5751357690763266e+39,
3.612420855073111e+39,
3.650079951072408e+39,
3.686269981431102e+39,
3.7200204329626675e+39,
3.755460414720099e+39,
3.796225086336954e+39,
3.833722216928386e+39,
3.869804575735454e+39,
3.899199240206974e+39,
3.927800003794501e+39,
3.9510465671297883e+39,
3.9706809425043585e+39,
3.988008885419023e+39,
4.004074557983125e+39,
4.016970204850376e+39,
4.0294831734757164e+39,
4.0404393183707856e+39,
4.049034084950173e+39,
4.0581989042475644e+39,
4.076787069562464e+39,
4.100594317459171e+39,
4.123906604866525e+39,
4.1441678386577187e+39,
4.1616999470939295e+39,
4.178645583343762e+39,
4.1928368362135236e+39,
4.204604625466299e+39,
4.2162860069979096e+39,
4.225242258854792e+39,
4.233297566842576e+39,
4.2416646209413847e+39,
4.2492206032014963e+39,
4.257341043579657e+39,
4.263596572561064e+39,
4.2596947261771906e+39,
4.2487605451207346e+39,
4.239465980705691e+39,
4.2249276416059496e+39,
4.207794458799516e+39,
4.1898229740574933e+39,
4.1695432836559305e+39,
4.147955481388539e+39,
4.124258336315933e+39,
4.098102111337952e+39,
4.068469238861162e+39,
4.0387948940354433e+39,
4.0101844913394464e+39,
3.9789102544124124e+39,
3.946129297184383e+39,
3.911977190933386e+39,
3.874057917715837e+39,
3.838572500968205e+39,
3.798786365821449e+39,
3.761142236540737e+39,
3.7190906552182596e+39,
3.675179498364762e+39,
3.630676722752694e+39,
3.589163733089171e+39,
3.5489676491236235e+39,
3.501431052540771e+39,
3.4543647558784153e+39,
3.4056358251584554e+39,
3.354264855685702e+39,
3.2987507973895434e+39,
3.24332432666556e+39,
3.183586773018334e+39,
3.126709413578511e+39,
3.0673744982546817e+39,
3.0030530707099413e+39,
2.939602177907567e+39,
2.874712388937955e+39,
2.810849629508595e+39,
2.741033596458275e+39,
2.6712555243051874e+39,
2.6007352682137482e+39,
2.528371486054214e+39,
2.4577011506278102e+39,
2.381492877504841e+39,
2.3045869669692163e+39,
2.2278145078131838e+39,
2.149875028579569e+39,
2.0688602756472268e+39,
1.9896688201343978e+39,
1.9072827668033113e+39,
1.8263856415567414e+39,
1.7425565636675573e+39,
1.6675742492409503e+39,
1.5978295014433983e+39,
1.5271977469891897e+39,
1.4708258153307525e+39,
1.4237332397773736e+39,
1.3769994541391478e+39,
1.3386926801921226e+39,
1.3061223971943961e+39,
1.2728988976120814e+39,
1.2518066342512896e+39,
1.2375603028614894e+39,
1.2251010513665078e+39,
1.2183164151309612e+39,
1.2158662751611628e+39,
1.2169247381147403e+39,
1.2164158047866077e+39,
1.2162823475489872e+39,
1.217693410154245e+39,
1.2258305990891014e+39,
1.2377183671591669e+39,
1.2525060221215326e+39,
1.2709860324264247e+39,
1.2934655710947904e+39,
1.3177625949268158e+39,
1.347561396048448e+39,
1.381140611824813e+39,
1.419056050067724e+39,
1.4607533356227977e+39,
1.506976993335199e+39,
1.5577888333190257e+39,
1.611739387232104e+39,
1.6691349684880313e+39,
1.7295881296266397e+39,
1.7924405461873126e+39,
1.8621398985963906e+39,
1.9321454474122126e+39,
2.0081389537323508e+39,
2.0859975068583588e+39,
2.166927343710217e+39,
2.2504461332375157e+39,
2.337064164486134e+39,
2.4287970241065397e+39,
2.518876034408401e+39,
2.6093750766453105e+39,
2.7037908801252257e+39,
2.797237553979999e+39,
2.88945695111316e+39,
2.983863688482008e+39,
3.074820722138836e+39,
3.16554133383088e+39,
3.2564996824911227e+39,
3.3404674920638705e+39,
3.423552717874569e+39,
3.506605322023867e+39,
3.589188292607091e+39,
3.670132290662897e+39,
3.753593800677084e+39,
3.8298964522501523e+39,
3.8959997526730665e+39,
3.957370891318647e+39,
4.0185581417910695e+39,
4.077889794925369e+39,
4.138121301876468e+39,
4.1819354611094457e+39,
4.204797141194327e+39,
4.2292362344852394e+39,
4.252938882731601e+39,
4.2761918260621564e+39,
4.298861526894844e+39,
4.32227917502489e+39,
4.345978684888167e+39,
4.3683650639130584e+39,
4.3915847475277613e+39,
4.415111648850402e+39,
4.4381711738440746e+39,
4.4615709381627344e+39,
4.48317845958595e+39,
4.504531391768947e+39,
4.526552175007134e+39,
4.547216584198105e+39,
4.566839835741684e+39,
4.587994810664205e+39,
4.6091038321732625e+39,
4.6298941071811865e+39,
4.6501967094821415e+39,
4.6702091746709684e+39,
4.691655891760105e+39,
4.7142560519995764e+39,
4.73475671675592e+39,
4.7579083595813057e+39,
4.780189016596872e+39,
4.800775133746358e+39,
4.8220770713287976e+39,
4.842075372688672e+39,
4.860524095611426e+39,
4.8806100727989216e+39,
4.8976542834260937e+39,
4.915521287404475e+39,
4.932561518051024e+39,
4.948730153300256e+39,
4.964989411500322e+39,
4.979669671015087e+39,
4.996423218910799e+39,
5.014146344586623e+39,
5.0294211231527057e+39,
5.045968244857545e+39,
5.060964034939644e+39,
5.0761500480706305e+39,
5.090032501737345e+39,
5.1046947651822115e+39,
5.1149146549825253e+39,
5.1280659298429254e+39,
5.1384358886540746e+39,
5.149868809281203e+39,
5.159395373826696e+39,
5.168127122612721e+39,
5.1767821313284144e+39,
5.185247456633973e+39,
5.19345798172463e+39,
5.201412997689531e+39,
5.208974192069833e+39,
5.21522179032764e+39,
5.222672026691409e+39,
5.227295440066832e+39,
5.2289639368622336e+39,
5.2291050306754e+39,
5.229263160248663e+39,
5.2288383966307834e+39,
5.2276157523356566e+39,
5.2249104561817727e+39,
5.2229699405541834e+39,
5.2200982574623034e+39,
5.217452344977787e+39,
5.214589602235638e+39,
5.214837884440284e+39,
5.212928596935144e+39,
5.212980612429291e+39,
5.210256009693449e+39,
5.2075807989531084e+39,
5.1999146385385466e+39,
5.190263648250792e+39,
5.175965875799179e+39,
5.1571129204798363e+39,
5.1362892869345575e+39,
5.11082385476222e+39,
5.0868338411523445e+39,
5.0627337287928856e+39,
5.03485712281227e+39,
5.0087088202032066e+39,
4.979797583869776e+39,
4.947013621696045e+39,
4.91657720742443e+39,
4.8838613249692674e+39,
4.848664947159991e+39,
4.814722644431482e+39,
4.778881112201946e+39,
4.7401969274279744e+39,
4.6998505092486205e+39,
4.659116323544437e+39,
4.616454968755217e+39,
4.575097321924838e+39,
4.528162034463737e+39,
4.4821808051679026e+39,
4.430840409270127e+39,
4.384342040440595e+39,
4.333910087505683e+39,
4.2827229655232154e+39,
4.229655580134067e+39,
4.17573572375763e+39,
4.119360407000747e+39,
4.0644158207957594e+39,
4.008968625947006e+39,
3.9477081066697e+39,
3.886780262942995e+39,
3.8238138193371524e+39,
3.761502710218582e+39,
3.6972703651013676e+39,
3.632823995487973e+39,
3.566226512864559e+39,
3.50140752950136e+39,
3.433120970928152e+39,
3.3760804242182263e+39,
3.324155055398009e+39,
3.271919589868424e+39,
3.219684951539917e+39,
3.168894551853401e+39,
3.117599982469841e+39,
3.070793539303753e+39,
3.019082966888971e+39,
2.969062790767868e+39,
2.917294333151722e+39,
2.867597337986906e+39,
2.815814929048926e+39,
2.7622911604181845e+39,
2.7097493519761777e+39,
2.6563896625542548e+39,
2.608523577384831e+39,
2.555770179304056e+39,
2.5025848812152295e+39,
2.44723439419743e+39,
2.3968000552032946e+39,
2.342284539943937e+39,
2.2931923589078103e+39,
2.2420688804706527e+39,
2.190437687185608e+39,
2.1391136692932162e+39,
2.0897444119954126e+39,
2.0348167109276e+39,
1.9802046478863385e+39,
1.9345681850291303e+39,
1.8856902567838523e+39,
1.837660902682947e+39,
1.7882725948259562e+39,
1.7403605996860734e+39,
1.6900432744162943e+39,
1.641261223640836e+39,
1.595877715967853e+39,
1.5523172178441848e+39,
1.5049073274367646e+39,
1.466440379781707e+39,
1.4246110727594917e+39,
1.3824269444888442e+39,
1.3397669608514611e+39,
1.2976039487730637e+39,
1.2548055118568648e+39,
1.216732440151403e+39,
1.1850142282795821e+39,
1.1512842374928545e+39,
1.1188364472401563e+39,
1.0902893234754269e+39,
1.0641903076192153e+39,
1.0357277831392112e+39,
1.0156504584751809e+39,
9.951771698633957e+38,
9.757551664726284e+38,
9.581120121271082e+38,
9.455260890372299e+38,
9.328402573285257e+38,
9.194223073341799e+38,
9.087619301228693e+38,
8.99506403196413e+38,
8.889356768704357e+38,
8.807695086718228e+38,
8.752269222902213e+38,
8.687831816333891e+38,
8.612448707462813e+38,
8.594477556486494e+38,
8.556647434321083e+38,
8.526169557291842e+38,
8.51856449254478e+38,
8.520045909900447e+38,
8.545344194815212e+38,
8.567001366158383e+38,
8.605282752375604e+38,
8.673286867095118e+38,
8.736761372409766e+38,
8.837519496770522e+38,
8.948698879645215e+38,
9.072293993605272e+38,
9.136614068812555e+38,
9.040898700732255e+38,
8.998201412583236e+38,
8.956863633726127e+38,
8.937595447751882e+38,
8.952171377171371e+38,
8.968259669297519e+38,
9.029453035002761e+38,
9.096474647115776e+38,
9.233747267530345e+38,
9.420198385137362e+38,
9.620939597431742e+38,
9.901451797130855e+38,
1.0189798244967407e+39,
1.062033184182967e+39,
1.1286990386876428e+39,
1.1981669788552334e+39,
1.2750347412239268e+39,
1.3522451549308066e+39,
1.428508762085325e+39,
1.5114866448052083e+39,
1.593878205376016e+39,
1.6756161335634948e+39,
1.7656679480033824e+39,
1.8541160031631986e+39,
1.9476011250182692e+39,
2.0407957359220132e+39,
2.1387481747273107e+39,
2.233546591534171e+39,
2.3366771190045287e+39,
2.4351219671803474e+39,
2.5345627536943315e+39,
2.639603490003923e+39,
2.744871013126995e+39,
2.8481846768591175e+39,
2.956148638148977e+39,
3.068156566749951e+39,
3.1762069908871494e+39,
3.287465032000006e+39,
3.399168549995162e+39,
3.434498120920755e+39,
3.4322183663612026e+39,
3.4298730550943066e+39,
3.428016151096454e+39,
3.426184468370494e+39,
3.424192279851243e+39,
3.42251064353658e+39,
3.420475319391782e+39,
3.418367002340064e+39,
3.4160951677759166e+39,
3.4135219104649946e+39,
3.4110973902710104e+39,
3.408976101991409e+39,
3.4069184498106053e+39,
3.4051758368775694e+39,
3.403379074802097e+39,
3.401738583339886e+39,
3.400197906253614e+39,
3.3988982205969483e+39,
3.397893068912481e+39,
3.396750058861507e+39,
3.395290079502616e+39,
3.393633702848868e+39,
3.391781042176821e+39,
3.3896299929032504e+39,
3.3870393620650275e+39,
3.384722482410276e+39,
3.3820001975732155e+39,
3.378974414194588e+39,
3.3760234001583056e+39,
3.372937348074106e+39,
3.3699662223365046e+39,
3.3671730719433854e+39,
3.3647328910039493e+39,
3.362474985490404e+39,
3.360404369129261e+39,
3.3582330147968044e+39,
3.356081908582035e+39,
3.3539721172540425e+39,
3.352167738468996e+39,
3.350299226965723e+39,
3.3489837482439365e+39,
3.3474979622992536e+39,
3.3463864151536487e+39,
3.345395098306841e+39,
3.344719773721303e+39,
3.344307980819743e+39,
3.3438338106283206e+39,
3.343232177550496e+39,
3.3424223997785026e+39,
3.3412065750287427e+39,
3.341432490027253e+39,
3.342852949679325e+39,
3.3448701083821296e+39,
3.347091153953501e+39,
3.348763222288037e+39,
3.3501965209306775e+39,
3.3515381720061853e+39,
3.352513942202617e+39,
3.353141480957006e+39,
3.353555446701489e+39,
3.354258364971913e+39,
3.354496978770299e+39,
3.3548518252230313e+39,
3.3554909012613296e+39,
3.3562945725523753e+39,
3.3569543312514805e+39,
3.357491103917835e+39,
3.3577241530103544e+39,
3.3574261421559085e+39,
3.3573449970922775e+39,
3.357050115652815e+39,
3.3569990217293447e+39,
3.356903539465907e+39,
3.3567476188843794e+39,
3.356526708103241e+39,
3.3562048499334246e+39,
3.3559665463672565e+39,
3.3555712982236124e+39,
3.355245828827345e+39,
3.3547210325881174e+39,
3.353962976135104e+39,
3.353070487596146e+39,
3.351880168402739e+39,
3.3507530506050223e+39,
3.349758609970141e+39,
3.348930018815819e+39,
3.348443126208477e+39,
3.347856993895635e+39,
3.3469803429281334e+39,
3.345987939417793e+39,
3.3448701421099486e+39,
3.3436236108279725e+39,
3.342276372141126e+39,
3.340792917146469e+39,
3.3390606556015986e+39,
3.337361071548863e+39,
3.335323820097088e+39,
3.333056854361451e+39,
3.330402437487777e+39,
3.327514956163399e+39,
3.3249141751916055e+39,
3.3226752747191554e+39,
3.3211956684789064e+39,
3.3201240625854526e+39,
3.319817470634322e+39,
3.3196565914150095e+39,
3.3197988545658374e+39,
3.321158396011562e+39,
3.323607609948668e+39,
3.3263113015773456e+39,
3.328804268959343e+39,
3.3304532587039494e+39,
3.331757258050685e+39,
3.332971076661005e+39,
3.334062065536245e+39,
3.3348185774591554e+39,
3.335659952885907e+39,
3.3366446329753685e+39,
3.3372814990532315e+39,
3.3374204852829355e+39,
3.3371823606373015e+39,
3.336733643477406e+39,
3.336023268842912e+39,
3.335145749188434e+39,
3.3341216668696346e+39,
3.332577446739654e+39,
3.3308772065488906e+39,
3.328398353366263e+39,
3.3256300045865806e+39,
3.3227648453723956e+39,
3.319984554206281e+39,
3.3174908032196755e+39,
3.314823090575674e+39,
3.311685326502269e+39,
3.3089365555245884e+39,
3.305560433602989e+39,
3.302254349531264e+39,
3.298746366752637e+39,
3.2955365001613204e+39,
3.293014007455192e+39,
3.290912960617492e+39,
3.288516552266351e+39,
3.286516976397169e+39,
3.2843481727920323e+39,
3.281775810141262e+39,
3.278410536173496e+39,
3.2750065412207893e+39,
3.2713093642572154e+39,
3.2673461899844875e+39,
3.263840180633681e+39,
3.260238405109547e+39,
3.2566927309858065e+39,
3.25297988623999e+39,
3.249731003169603e+39,
3.2465822370045095e+39,
3.243347657318454e+39,
3.240268142549087e+39,
3.2367580165989925e+39,
3.233326751207301e+39,
3.2297597027718857e+39,
3.226247484586283e+39,
3.222430048623817e+39,
3.21880430523827e+39,
3.215141248359322e+39,
3.211521687066135e+39,
3.2080406950168444e+39,
3.2048589938503204e+39,
3.2022884225037184e+39,
3.199543312438146e+39,
3.197044335464539e+39,
3.1941295853171235e+39,
3.1913361513906685e+39,
3.1883171247595645e+39,
3.185020789669882e+39,
3.1821124486085746e+39,
3.179479533991396e+39,
3.176991394310627e+39,
3.1745580000082474e+39,
3.172012951019929e+39,
3.1696666838922146e+39,
3.167516566426896e+39,
3.165222572034214e+39,
3.163131609920235e+39,
3.1609584922445734e+39,
3.1588222286784405e+39,
3.156261323792696e+39,
3.155237568872052e+39,
3.154349889442294e+39,
3.1535793334971624e+39,
3.15301515895048e+39,
3.1522559948809024e+39,
3.151658888560841e+39,
3.151049728395895e+39,
3.150724511539542e+39,
3.152692337785604e+39,
3.154719386460419e+39,
3.1568680070396224e+39,
3.158339746713659e+39,
3.159149253123871e+39,
3.159961552434857e+39,
3.1607991488402597e+39,
3.161235037852877e+39,
3.161255318457799e+39,
3.1614535435352796e+39,
3.1618272749928646e+39,
3.161804695938911e+39,
3.161813863489535e+39,
3.161909618364475e+39,
3.1619917915301635e+39,
3.1614246373452394e+39,
3.160867718639762e+39,
3.1601848000183597e+39,
3.1596564626412146e+39,
3.159029304173028e+39,
3.158580016991987e+39,
3.1580091617202037e+39,
3.157356865391449e+39,
3.1569299541563885e+39,
3.1566791280742985e+39,
3.156405217523052e+39,
3.1559607246889775e+39,
3.155451979947707e+39,
3.1550436933032323e+39,
3.1557412008320884e+39,
3.1571293357073275e+39,
3.158865121385046e+39,
3.160441551729348e+39,
3.161752882354434e+39,
3.1627022603663426e+39,
3.163844169799524e+39,
3.1650940549350084e+39,
3.166205469743085e+39,
3.167085628485891e+39,
3.168168073349736e+39,
3.1688574212482106e+39,
3.1696620174338246e+39,
3.170853456650467e+39,
3.1715869805216114e+39,
3.172251618530747e+39,
3.172775001887468e+39,
3.1732105663125706e+39,
3.1739500165161376e+39,
3.1748917279473645e+39,
3.175957837567126e+39,
3.177138184381624e+39,
3.178254570321596e+39,
3.1795995665444694e+39,
3.181233062512706e+39,
3.182645073481854e+39,
3.185088754605507e+39,
3.187207788079267e+39,
3.188733874347901e+39,
3.1905632203637036e+39,
3.192408800608315e+39,
3.193461516945828e+39,
3.194220877568721e+39,
3.194835837292323e+39,
3.194930979375918e+39,
3.195159630947959e+39,
3.1947776814719746e+39,
3.194571634199556e+39,
3.1939356218490095e+39,
3.1936452803697414e+39,
3.192966191287511e+39,
3.192783125586681e+39,
3.19211978907037e+39,
3.191569507508935e+39,
3.190131961190036e+39,
3.188945953018335e+39,
3.187270277363418e+39,
3.185161341960725e+39,
3.182965090773237e+39,
3.180898601318253e+39,
3.178762662746872e+39,
3.1765702366536e+39,
3.1744782958309414e+39,
3.1722404626916736e+39,
3.169966133196051e+39,
3.16765649784308e+39,
3.165264302785111e+39,
3.1625536966945186e+39,
3.160063152207823e+39,
3.157375785456931e+39,
3.15451617612812e+39,
3.1517473219422453e+39,
3.14916235652183e+39,
3.1465877532026843e+39,
3.1443906270171676e+39,
3.142320566862369e+39,
3.140223060639539e+39,
3.1382519153376413e+39,
3.136372961827977e+39,
3.1347002429813194e+39,
3.132975279151193e+39,
3.130886904001243e+39,
3.128841569070927e+39,
3.126676925825106e+39,
3.124593005637568e+39,
3.120269216919163e+39,
3.1122615166556246e+39,
3.1022560517517516e+39,
3.091474293132354e+39,
3.080041166320635e+39,
3.0687646147919425e+39,
3.057453640521269e+39,
3.045780922031894e+39,
3.034035962604205e+39,
3.0191689821759737e+39,
3.005526020516147e+39,
2.993535652417967e+39,
2.9783728899880675e+39,
2.9636106165964004e+39,
2.9511093065677413e+39,
2.9364278610462205e+39,
2.9212296059373726e+39,
2.905225549339205e+39,
2.8887027553695473e+39,
2.871576856021137e+39,
2.854726447614855e+39,
2.835382184741634e+39,
2.8186548426922225e+39,
2.7997714348589434e+39,
2.785446145576569e+39,
2.768639925995745e+39,
2.7513972593258226e+39,
2.734241518544208e+39,
2.7175193586551713e+39,
2.700401644606522e+39,
2.684393878052391e+39,
2.6681024857050763e+39,
2.652172599548386e+39,
2.6332538979654612e+39,
2.615751318656312e+39,
2.6015808957376358e+39,
2.5840125404484786e+39,
2.567501548375725e+39,
2.552458704605226e+39,
2.5344683047423e+39,
2.5193378370123866e+39,
2.5012189240267617e+39,
2.4866414685338312e+39,
2.4699922589679567e+39,
2.4544122181159127e+39,
2.4388183961728913e+39,
2.422033404979362e+39,
2.4078604674633616e+39,
2.3918928055644616e+39,
2.3768758111924726e+39,
2.3615909807866318e+39,
2.345640314240633e+39,
2.3298985076047505e+39,
2.3155560458052125e+39,
2.3020045301149543e+39,
2.28729867117946e+39,
2.27366188382162e+39,
2.2610160185910596e+39,
2.247365522792904e+39,
2.2354458456577695e+39,
2.2218248585416085e+39,
2.211084359499915e+39,
2.1996674830020602e+39,
2.1875783017493964e+39,
2.1770411878930308e+39,
2.16524537913626e+39,
2.1543764491511555e+39,
2.143066434299284e+39,
2.1317576770259042e+39,
2.1213571261923313e+39,
2.1085574712970643e+39,
2.0962247937625658e+39,
2.1022760087748734e+39,
2.1126486350260656e+39,
2.1226772815856744e+39,
2.1332777629074285e+39,
2.1498519383864384e+39,
2.166699260670471e+39,
2.185193970093933e+39,
2.205073706786098e+39,
2.2252488026899122e+39,
2.2449332277745127e+39,
2.26433243476925e+39,
2.286088396331961e+39,
2.305600875628954e+39,
2.3228076978144128e+39,
2.3412227921096082e+39,
2.3585551003207118e+39,
2.374675941717119e+39,
2.3936871056586267e+39,
2.4177718074091708e+39,
2.440922813824041e+39,
2.465451983924531e+39,
2.4883329764087655e+39,
2.5090013649711048e+39,
2.5311298500818064e+39,
2.5506172318898135e+39,
2.5675806560851016e+39,
2.5805046524995378e+39,
2.595382729669874e+39,
2.60880958011794e+39,
2.618762364281503e+39,
2.6274990579237982e+39,
2.636797340858762e+39,
2.6450610851210833e+39,
2.6530593356989012e+39,
2.6580853737408596e+39,
2.6639904519809687e+39,
2.6699219130690557e+39,
2.674950753028662e+39,
2.6793083122585486e+39,
2.6833701130896547e+39,
2.6861834376890587e+39,
2.690241359491984e+39,
2.691617235358939e+39,
2.6933210642539905e+39,
2.6951629126438427e+39,
2.6970254872804566e+39,
2.697148842731912e+39,
2.6986430153706537e+39,
2.6991462038323402e+39,
2.6995659003831316e+39,
2.698384491671977e+39,
2.6983455172456708e+39,
2.697534441299961e+39,
2.6968712528641856e+39,
2.695076099617073e+39,
2.6941183331117857e+39,
2.69310050002818e+39,
2.6912818627879922e+39,
2.689378093942444e+39,
2.688639753098232e+39,
2.6868619480658494e+39,
2.6852734438025945e+39,
2.683801593307191e+39,
2.682005260508885e+39,
2.6801960504285897e+39,
2.6787805479766627e+39,
2.6768348816699928e+39,
2.67458134437704e+39,
2.6729652209005976e+39,
2.6711091125929817e+39,
2.6700596778237122e+39,
2.6720298439159818e+39,
2.680643004625627e+39,
2.689873659949764e+39,
2.7019995104407784e+39,
2.713877022332222e+39,
2.7242093838035947e+39,
2.7348821740006885e+39,
2.74367611348099e+39,
2.752425556427662e+39,
2.759554940972064e+39,
2.766680221663804e+39,
2.773005134978574e+39,
2.7792877020836e+39,
2.7838602735730334e+39,
2.788604926094667e+39,
2.793055372500977e+39,
2.7975076490153826e+39,
2.801253845718995e+39,
2.80470855157743e+39,
2.808000411895262e+39,
2.81107302877586e+39,
2.813582041707672e+39,
2.8156533042519773e+39,
2.8174587650032746e+39,
2.818637117527085e+39,
2.819317815182422e+39,
2.8194309385741504e+39,
2.819322497952113e+39,
2.819037278774999e+39,
2.8188780258228084e+39,
2.818637253429047e+39,
2.8185724175165084e+39,
2.818562737409087e+39,
2.818807800206427e+39,
2.8189359151925165e+39,
2.819147515460024e+39,
2.8190065736770265e+39,
2.818903760577502e+39,
2.818458271863446e+39,
2.817944722619949e+39,
2.8174882507557685e+39,
2.817053970361889e+39,
2.816750021134134e+39,
2.8163549094499374e+39,
2.816081532613485e+39,
2.8159443528013944e+39,
2.815815317902308e+39,
2.815679165244376e+39,
2.81559766147056e+39,
2.8154493372908e+39,
2.815437026111795e+39,
2.815580633712848e+39,
2.815719222429159e+39,
2.8161734344007154e+39,
2.816649075343474e+39,
2.817190392589585e+39,
2.817633785086823e+39,
2.817931589423383e+39,
2.818017873502077e+39,
2.8182481469042794e+39,
2.818640503451141e+39,
2.8191893089348494e+39,
2.8200213675755884e+39,
2.8208673082724735e+39,
2.8215296516675224e+39,
2.822794821941893e+39,
2.824069899714783e+39,
2.8254159008299874e+39,
2.826805989897963e+39,
2.828543703501373e+39,
2.83009352825652e+39,
2.8315832568897506e+39,
2.833042736564789e+39,
2.8341452599535006e+39,
2.8352216546104165e+39,
2.836218687757637e+39,
2.837357561411238e+39,
2.838178387065865e+39,
2.8392718741462295e+39,
2.8402954727814806e+39,
2.8410693463910286e+39,
2.8419719324035104e+39,
2.842758046421765e+39,
2.8438568711745663e+39,
2.8446387421324456e+39,
2.8459513138561366e+39,
2.8468519844987464e+39,
2.8479212877271345e+39,
2.848643561405062e+39,
2.849324662341652e+39,
2.849495108990532e+39,
2.84955045652809e+39,
2.849476565005583e+39,
2.849564857683472e+39,
2.8492581233646563e+39,
2.8490625929349757e+39,
2.8485929432327027e+39,
2.848186282910185e+39,
2.8474933570382376e+39,
2.8467860395385053e+39,
2.846356694467157e+39,
2.845595541637732e+39,
2.844668316892112e+39,
2.843797775569927e+39,
2.8428047504875626e+39,
2.842269058334543e+39,
2.841755668343714e+39,
2.840692458484133e+39,
2.8392990177448557e+39,
2.837940031379693e+39,
2.836984451722126e+39,
2.836399558171488e+39,
2.835378535920475e+39,
2.834431482400451e+39,
2.8335568239093443e+39,
2.833009280868999e+39,
2.832170170181689e+39,
2.831654456169604e+39,
2.830946233981425e+39,
2.8300564122875507e+39,
2.829567216537118e+39,
2.828956941718276e+39,
2.8286242721163465e+39,
2.827727845735644e+39,
2.8270535707997616e+39,
2.826437748940871e+39,
2.8256282727466065e+39,
2.8252150033971516e+39,
2.8240517958671306e+39,
2.8201909773188015e+39,
2.815329151719997e+39,
2.809982800015852e+39,
2.8032570588711136e+39,
2.797106524353396e+39,
2.7901539656238814e+39,
2.782734663538217e+39,
2.775096107546597e+39,
2.766900897642325e+39,
2.7578418375789164e+39,
2.748965607597168e+39,
2.7381113821855995e+39,
2.72817178776877e+39,
2.71870250652311e+39,
2.7077762341278368e+39,
2.6986260261132996e+39,
2.6871669480506363e+39,
2.678324874662517e+39,
2.6671363774535546e+39,
2.6579740850554586e+39,
2.6496544612459165e+39,
2.6402999357725642e+39,
2.6309192944730438e+39,
2.622062085579601e+39,
2.6125032211771235e+39,
2.6030836812370763e+39,
2.5927505618377827e+39,
2.582310926105925e+39,
2.57281579932874e+39,
2.561187631279291e+39,
2.551963386514654e+39,
2.5402114032333138e+39,
2.5293688890966587e+39,
2.519396570143422e+39,
2.5095697694200852e+39,
2.4992005966966757e+39,
2.4890776222834786e+39,
2.4793795732249803e+39,
2.4679830662866704e+39,
2.458104274572123e+39,
2.4484755764365488e+39,
2.4368705838909978e+39,
2.4243459786708152e+39,
2.410762849090116e+39,
2.3980685932224306e+39,
2.382648207217683e+39,
2.3647209647577688e+39,
2.348260237946663e+39,
2.3307805740184734e+39,
2.3120415292322477e+39,
2.293673056440277e+39,
2.2753155492589145e+39,
2.2571451363465794e+39,
2.2370314848976624e+39,
2.2183281767631446e+39,
2.1986829001255424e+39,
2.178909744395751e+39,
2.159947904387263e+39,
2.1388025877820728e+39,
2.116709054010347e+39,
2.0983110960128592e+39,
2.0766780092627922e+39,
2.0556733200908607e+39,
2.0341179626348453e+39,
2.0132217995496604e+39,
1.991538826479148e+39,
1.970200127640488e+39,
1.9479917389166592e+39,
1.9249405467822795e+39,
1.9022288091193506e+39,
1.8817369469306718e+39,
1.8590562599407195e+39,
1.8373197877252303e+39,
1.8137332234447736e+39,
1.792183257054282e+39,
1.7689526320664978e+39,
1.7453150269686335e+39,
1.722189127467031e+39,
1.7005142771199107e+39,
1.6867165035626274e+39,
1.6787595741530237e+39,
1.6708008327801775e+39,
1.664979009195099e+39,
1.6584136094892204e+39,
1.6586416919481244e+39,
1.6578964462647202e+39,
1.6567387393196205e+39,
1.6571018604402878e+39,
1.657151864380978e+39,
1.6578751477189137e+39,
1.6579567881083418e+39,
1.6552180693885247e+39,
1.6554581603016532e+39,
1.651425732072694e+39,
1.6468591607111508e+39,
1.6408326646324985e+39,
1.6359085812593883e+39,
1.6295618195005908e+39,
1.619662100706066e+39,
1.6087337405647268e+39,
1.597331695114707e+39,
1.5854862320145228e+39,
1.5730368358561886e+39,
1.556705062079124e+39,
1.5392644695748323e+39,
1.5226610221718782e+39,
1.505098504158159e+39,
1.4845777130044632e+39,
1.46137398361677e+39,
1.4389443486169716e+39,
1.41670034488129e+39,
1.3910702411329817e+39,
1.36595442884888e+39,
1.3392243484476919e+39,
1.3125759894210908e+39,
1.2847951437148319e+39,
1.2565438811576051e+39,
1.2275161324519517e+39,
1.197739751610464e+39,
1.1681324101012485e+39,
1.1386958248002696e+39,
1.1079090814923943e+39,
1.0880317717262878e+39,
1.0736811140538865e+39,
1.0596197137540971e+39,
1.0442545906996802e+39,
1.0300024117256626e+39,
1.0192459493954522e+39,
1.008209962603338e+39,
9.965787396962666e+38,
9.8560464545522e+38,
9.763557760231312e+38,
9.683464484237136e+38,
9.595338020772766e+38,
9.515935501126817e+38,
9.438869479964416e+38,
9.366481763908234e+38,
9.304147634495604e+38,
9.236470630911937e+38,
9.170818697059979e+38,
9.120320726548828e+38,
9.08951174122531e+38,
9.057648543798707e+38,
9.01542493266326e+38,
8.980999779710989e+38,
8.95815087898043e+38,
8.943092498950676e+38,
8.929368670000606e+38,
8.915895072786121e+38,
8.898226291549166e+38,
8.906627100012761e+38,
8.904086894134066e+38,
8.894898038897218e+38,
8.903502005209576e+38,
8.909956283265197e+38,
8.934178890184839e+38,
8.955151268592933e+38,
8.969628267487077e+38,
8.997724470958167e+38,
9.023020966900006e+38,
9.039336781347889e+38,
9.052216634506553e+38,
9.070712328210551e+38,
9.090561724473107e+38,
9.099579650825285e+38,
9.11478257446276e+38,
9.124927812922562e+38,
9.144654690660009e+38,
9.141333548328542e+38,
9.136847711780862e+38,
9.13438921354279e+38,
9.132189877174858e+38,
9.135580101112278e+38,
9.08843502016569e+38,
9.041733315187799e+38,
8.991153926852095e+38,
8.951048881879006e+38,
8.88718337541402e+38,
8.801991266771921e+38,
8.722235014781789e+38,
8.64575040820122e+38,
8.579740544444819e+38,
8.477835146184489e+38,
8.360354726695308e+38,
8.247426132247104e+38,
8.138866537120578e+38,
8.058515390788406e+38,
7.944179761121142e+38,
7.825560097131088e+38,
7.70765814046576e+38,
7.598458410087901e+38,
7.508871303100983e+38,
7.400293653357059e+38,
7.294657661291194e+38,
7.193695738544212e+38,
7.100130840990874e+38,
7.013710969738582e+38,
6.918894598591208e+38,
6.824114808055377e+38,
6.730079393689645e+38,
6.6514213032575095e+38,
6.5806827279508415e+38,
6.507726688422513e+38,
6.436977292308609e+38,
6.369053634837862e+38,
6.318326637762369e+38,
6.26897533963351e+38,
6.219886758085816e+38,
6.176548144231605e+38,
6.134305843105345e+38,
6.1078705374006916e+38,
6.071082855816175e+38,
6.032715869496518e+38,
5.999940317068609e+38,
5.973741086099406e+38,
5.957779157675973e+38,
5.9434745182536595e+38,
5.932649161883133e+38,
5.927773864393944e+38,
5.929131175342392e+38,
5.940619802181817e+38,
5.9577681963974785e+38,
5.978806303426553e+38,
6.006185953507828e+38,
6.038196208740996e+38,
6.075909399411575e+38,
6.119850380014347e+38,
6.1728314195907234e+38,
6.232761500082328e+38,
6.293009828612302e+38,
6.3573918470003775e+38,
6.425779922654734e+38,
6.503489689183215e+38,
6.591165064263888e+38,
6.686434095997173e+38,
6.787213773128264e+38,
6.896472088783477e+38,
7.022181774728527e+38,
7.149691878033808e+38,
7.292391635980883e+38,
7.442605287730421e+38,
7.598879071150734e+38,
7.768157168236703e+38,
7.937839437177174e+38,
8.117708024181444e+38,
8.304063167586574e+38,
8.501139962059981e+38,
8.714953315932456e+38,
8.935169753829795e+38,
9.155803995455894e+38,
9.38637767266087e+38,
9.622924034345099e+38,
9.862949092170014e+38,
1.0100095157853424e+39,
1.034288415487624e+39,
1.0595515088239377e+39,
1.0844310327148297e+39,
1.109804206256462e+39,
1.1344701621219556e+39,
1.1572417907364819e+39,
1.1825080584027895e+39,
1.2053957663735859e+39,
1.2292226615048038e+39,
1.2534336138820643e+39,
1.2762784365629236e+39,
1.2988058785239775e+39,
1.3209029950083111e+39,
1.3422855801555488e+39,
1.364457049653983e+39,
1.3852760394500174e+39,
1.406129317074325e+39,
1.426028481951214e+39,
1.445212929912091e+39,
1.46312090177822e+39,
1.4810484822781696e+39,
1.4951372517754466e+39,
1.5104874114453083e+39,
1.5239155274979723e+39,
1.5381089999842642e+39,
1.5488184116996042e+39,
1.5598562507256188e+39,
1.5692588804846748e+39,
1.5788503131627175e+39,
1.5896451456630094e+39,
1.5973072915209936e+39,
1.6043406602096275e+39,
1.61093103809545e+39,
1.617822943475279e+39,
1.6224432789516577e+39,
1.6268095617038323e+39,
1.6302294552484996e+39,
1.631511163467572e+39,
1.636292425166531e+39,
1.637260588282476e+39,
1.640742682612607e+39,
1.6409267128976995e+39,
1.644067787012135e+39,
1.64748003787544e+39,
1.650235538818069e+39,
1.6528644781919722e+39,
1.6551707663041337e+39,
1.6586979497509087e+39,
1.6623242378260776e+39,
1.6654744593567938e+39,
1.6682022613719705e+39,
1.6686624211905643e+39,
1.670489177286789e+39,
1.669612073556195e+39,
1.668717863356731e+39,
1.6675603731641557e+39,
1.6667115591693723e+39,
1.6646655074978615e+39,
1.6626317687335842e+39,
1.659552451645983e+39,
1.655239467912905e+39,
1.6527027449723062e+39,
1.648003443061278e+39,
1.6438673544612357e+39,
1.638225967110078e+39,
1.632271974165655e+39,
1.625116598277625e+39,
1.6201992859584564e+39,
1.613322013607278e+39,
1.6075302215535358e+39,
1.601932106219489e+39,
1.595662092246389e+39,
1.5916180486507225e+39,
1.5858267425225504e+39,
1.5793997564779437e+39,
1.575557494969811e+39,
1.570145691268396e+39,
1.5639739460715695e+39,
1.5590797985335768e+39,
1.5546450330721415e+39,
1.5494697870350527e+39,
1.5437534025133176e+39,
1.5399122321060962e+39,
1.5345745107064747e+39,
1.5297835708620007e+39,
1.5256670192508522e+39,
1.522221284546695e+39,
1.5182366905163244e+39,
1.514691145664134e+39,
1.511065191091619e+39,
1.5190064612821334e+39,
1.5311298789244613e+39,
1.5437544467000522e+39,
1.5565062998301986e+39,
1.5693477193561804e+39,
1.5846034632211716e+39,
1.5999888912139896e+39,
1.6154078323392972e+39,
1.6309449968637146e+39,
1.6466150262680342e+39,
1.6623636185373493e+39,
1.6766460420600545e+39,
1.6924863903708244e+39,
1.708226222489353e+39,
1.7240016166778932e+39,
1.737671123371912e+39,
1.7501515715752867e+39,
1.7622864877276156e+39,
1.774836139527079e+39,
1.7869996884733947e+39,
1.7979371810585422e+39,
1.8085712552458904e+39,
1.8185741324932404e+39,
1.8287442875488703e+39,
1.8385272878902806e+39,
1.8465579085779846e+39,
1.853752203750733e+39,
1.8608549557757018e+39,
1.8680475048081032e+39,
1.874662118825208e+39,
1.8796069725420648e+39,
1.8838222540070362e+39,
1.887898662136199e+39,
1.8920476344823805e+39,
1.896010602891545e+39,
1.899052180862574e+39,
1.9017254753637425e+39,
1.9044030574754488e+39,
1.9072200413999443e+39,
1.909704967948851e+39,
1.91165036534213e+39,
1.9132866258673962e+39,
1.9148162184413066e+39,
1.9163843375978023e+39,
1.9178306472617157e+39,
1.9189292697797688e+39,
1.919860439711193e+39,
1.9207012293121566e+39,
1.921514422204407e+39,
1.9221294224070015e+39,
1.9222772134148023e+39,
1.9220383440125098e+39,
1.9217686764685667e+39,
1.9213865727780468e+39,
1.9208486265340208e+39,
1.920186945492927e+39,
1.9196135287124323e+39,
1.9190632738899342e+39,
1.9186994159904353e+39,
1.9184366794759367e+39,
1.9180212562866786e+39,
1.9176842012944046e+39,
1.9173738484824756e+39,
1.917106430509004e+39,
1.9168265337542596e+39,
1.9165162498203977e+39,
1.9162540520319273e+39,
1.915934228718273e+39,
1.9156948211500033e+39,
1.9154518582417912e+39,
1.9150901118453417e+39,
1.9145249173770616e+39,
1.9140549137015332e+39,
1.9135943563546994e+39,
1.9132719493097357e+39,
1.912919368536796e+39,
1.9126817338790015e+39,
1.912735974390989e+39,
1.9127831620474244e+39,
1.9128545075566163e+39,
1.9128242536993472e+39,
1.9128477981578384e+39,
1.9127822638118838e+39,
1.9126325500251368e+39,
1.9126699925341303e+39,
1.9125406660414123e+39,
1.9122333989154158e+39,
1.912193959202384e+39,
1.9119840465735093e+39,
1.911703677886678e+39,
1.911414350058904e+39,
1.9110823747729097e+39,
1.910706603601792e+39,
1.9103775934627078e+39,
1.9100243742952333e+39,
1.9096065533223495e+39,
1.9092739843888914e+39,
1.9089329833786406e+39,
1.908499466117186e+39,
1.9079463038125813e+39,
1.9075825630048596e+39,
1.9069527496056017e+39,
1.9065269545893652e+39,
1.905939715932925e+39,
1.9054166268263978e+39,
1.9050689208370528e+39,
1.9046467966432878e+39,
1.90458967185518e+39,
1.9045410213765614e+39,
1.904674052781417e+39,
1.9048016321860612e+39,
1.9052753666619567e+39,
1.905757007822261e+39,
1.9064169262447518e+39,
1.9072035207332968e+39,
1.908180038136501e+39,
1.9093302708930568e+39,
1.9105208143509133e+39,
1.9116463586929654e+39,
1.9130532492284162e+39,
1.9141778322731583e+39,
1.9152725203070527e+39,
1.916034028472868e+39,
1.9171159830184612e+39,
1.917836852487763e+39,
1.9184118760995418e+39,
1.9187828212618528e+39,
1.919348792905114e+39,
1.9199838077247053e+39,
1.920674962027922e+39,
1.9215344711679316e+39,
1.9225432815534993e+39,
1.923168787529929e+39,
1.9243543453626217e+39,
1.9249365445117808e+39,
1.9256597481140063e+39,
1.926776079134359e+39,
1.9280725705278795e+39,
1.9289935224697432e+39,
1.930341420841694e+39,
1.931646127009448e+39,
1.9329430179196974e+39,
1.934788080407223e+39,
1.9364780404488398e+39,
1.9384800536148865e+39,
1.9400131249693045e+39,
1.9419626399805756e+39,
1.943650845839027e+39,
1.9452822967764174e+39,
1.946942068554522e+39,
1.948371351192181e+39,
1.9497202026011053e+39,
1.951435417447293e+39,
1.9532193053737697e+39,
1.9547732482490378e+39,
1.9562683846794117e+39,
1.9580155436476236e+39,
1.9596451197870572e+39,
1.960658109558845e+39,
1.962102145219996e+39,
1.9632897198375866e+39,
1.9647141902342634e+39,
1.965804705898337e+39,
1.9667322456826402e+39,
1.9685306935118543e+39,
1.970355514263886e+39,
1.9715890978578937e+39,
1.97318019057147e+39,
1.9746759998930512e+39,
1.976192799500908e+39,
1.9774745664016625e+39,
1.9787746708076604e+39,
1.9801842700861288e+39,
1.981671783969145e+39,
1.9820655354664362e+39,
1.9826812010032667e+39,
1.9835322465205755e+39,
1.9844455949550362e+39,
1.9844075197845192e+39,
1.9852605704066665e+39,
1.986247731604198e+39,
1.9863387560912476e+39,
1.986932135886274e+39,
1.987237464568494e+39,
1.988198206332442e+39,
1.9884396543011692e+39,
1.989228707019055e+39,
1.9909167431685448e+39,
1.9916642473933598e+39,
1.9928479663255664e+39,
1.993959007038888e+39,
1.9945517291590128e+39,
1.995786911992971e+39,
1.997117342514388e+39,
1.998334251442029e+39,
1.9992584152922367e+39,
2.0005627115856168e+39,
2.0019665466114383e+39,
2.0027443724829786e+39,
2.0036878075596227e+39,
2.0035982024691646e+39,
2.0027085727998077e+39,
2.002926310731847e+39,
2.0027417062845918e+39,
2.002696885467947e+39,
2.0027286726240325e+39,
2.002742573671743e+39,
2.0035006039138354e+39,
2.0035542779852797e+39,
2.004646339938393e+39,
2.0054048835993642e+39,
2.00631914930562e+39,
2.007327125264218e+39,
2.008523147389085e+39,
2.0090702959370523e+39,
2.0099191808970485e+39,
2.011165257064777e+39,
2.0129056804258554e+39,
2.013810080123685e+39,
2.015850257683581e+39,
2.0163340069351897e+39,
2.018873612678712e+39,
2.0196392474959288e+39,
2.0203852666324507e+39,
2.022648331055454e+39,
2.023923859446858e+39,
2.0251457559060207e+39,
2.025334207913242e+39,
2.0257768670165843e+39,
2.0256663264973233e+39,
2.026739616374635e+39,
2.02671989230857e+39,
2.0269906267020307e+39,
2.0274509496990326e+39,
2.0282445019690158e+39,
2.029104967245915e+39,
2.0303239198096503e+39,
2.0308201608511162e+39,
2.0318701091660634e+39,
2.0331027277546843e+39,
2.035416212007956e+39,
2.036915684681506e+39,
2.0399224689032263e+39,
2.0421149669368356e+39,
2.0456152351006773e+39,
2.049100703754111e+39,
2.0526933680694163e+39,
2.0564039250357348e+39,
2.0601658330515392e+39,
2.0637490283962167e+39,
2.0678372246704382e+39,
2.0715655660594674e+39,
2.076181771042112e+39,
2.0795247014003485e+39,
2.0840264999122002e+39,
2.0887679873034164e+39,
2.0927537110893407e+39,
2.097455718785358e+39,
2.1012196302200766e+39,
2.1055356707153673e+39,
2.1099104901891234e+39,
2.1137889135422658e+39,
2.1179802158631957e+39,
2.122116020786265e+39,
2.126271186883619e+39,
2.1316970796580847e+39,
2.135387988171304e+39,
2.137348878959767e+39,
2.13898369111279e+39,
2.139254990002012e+39,
2.1417485368785207e+39,
2.139931803092745e+39,
2.1399341365109606e+39,
2.138537136784688e+39,
2.1379847269227078e+39,
2.1358465345199698e+39,
2.1345749094438915e+39,
2.1317067440576807e+39,
2.1272632250060865e+39,
2.126234576723951e+39,
2.1220251764096323e+39,
2.1176539016335383e+39,
2.1143404585762217e+39,
2.1095518208031004e+39,
2.1056471635297055e+39,
2.0999734727233522e+39,
2.0931315338761664e+39,
2.08948672465237e+39,
2.0829601161427272e+39,
2.0769658934880628e+39,
2.0706218192031698e+39,
2.0635858550491297e+39,
2.0562140308698585e+39,
2.05089778272452e+39,
2.048063527707605e+39,
2.046903236722098e+39,
2.0470737450280584e+39,
2.0484025302776484e+39,
2.0471456208352104e+39,
2.0484382467740007e+39,
2.050503627211371e+39,
2.0525640648961052e+39,
2.0508108507693554e+39,
2.053535232469038e+39,
2.0530896243169973e+39,
2.0529522087147596e+39,
2.0530644206475856e+39,
2.0525747163648794e+39,
2.050995279664131e+39,
2.0480275864528164e+39,
2.0460247599649488e+39,
2.0442156840274593e+39,
2.0390326815744718e+39,
2.0348353987182118e+39,
2.0297978697782645e+39,
2.0228089118883192e+39,
2.0185620978225627e+39,
2.013269274805856e+39,
2.0088063860443117e+39,
2.0018826160056572e+39,
1.996053186942052e+39,
1.9870552679139244e+39,
1.9810366558650687e+39,
1.973110805594338e+39,
1.9638484867190513e+39,
1.9539906079065407e+39,
1.9433033842052752e+39,
1.9347031096265064e+39,
1.9233500697608435e+39,
1.910521429794412e+39,
1.8982859605928763e+39,
1.886493499485639e+39,
1.8726334708199775e+39,
1.85817892032809e+39,
1.846189451436059e+39,
1.8288166693296056e+39,
1.8125322227151738e+39,
1.7965113603265395e+39,
1.782695511096116e+39,
1.7650760378374108e+39,
1.747866301423651e+39,
1.731067446206721e+39,
1.7139851588422037e+39,
1.6952733367827342e+39,
1.6775524773608633e+39,
1.657769387335168e+39,
1.640528130380009e+39,
1.6203197887540222e+39,
1.601546147214565e+39,
1.581031789180305e+39,
1.5617247969837668e+39,
1.540966764026262e+39,
1.5204219585483132e+39,
1.4984648432595815e+39,
1.4774440138900893e+39,
1.4557030484220893e+39,
1.43379504582897e+39,
1.4114058971081953e+39,
1.388986180410655e+39,
1.365422451702744e+39,
1.3417385438371597e+39,
1.3155697299668729e+39,
1.2846056512122818e+39,
1.2536282136794904e+39,
1.222943673124789e+39,
1.1903219295263628e+39,
1.1582420849294345e+39,
1.1279205305745624e+39,
1.096809755413042e+39,
1.0667781948754688e+39,
1.0348754137547155e+39,
1.0030498913873567e+39,
9.732299967598066e+38,
9.463737121057626e+38,
9.195572326016652e+38,
8.929410343199685e+38,
8.647133069712005e+38,
8.379203097305513e+38,
8.14013258470579e+38,
7.900098330569318e+38,
7.664359244976823e+38,
7.41999619377593e+38,
7.183130545551165e+38,
6.967183735400546e+38,
6.792229736870755e+38,
6.610103964206408e+38,
6.4316420273824894e+38,
6.242187515992326e+38,
6.070072983167906e+38,
5.925820637717085e+38,
5.7744296476682e+38,
5.633744496257666e+38,
5.487750979623278e+38,
5.3435508767989925e+38,
5.20707114947387e+38,
5.0951761827188236e+38,
4.979092767740222e+38,
4.873933675256392e+38,
4.757170846724811e+38,
4.635574290860161e+38,
4.563984179249194e+38,
4.4809511697724215e+38,
4.410124825003599e+38,
4.337461345635985e+38,
4.268698755850052e+38,
4.204691599588216e+38,
4.161390149149182e+38,
4.1122185912450074e+38,
4.069829396791155e+38,
4.0263087005991e+38,
3.984565735764843e+38,
3.957342644745003e+38,
3.9361419259200246e+38,
3.918804598446277e+38,
3.899945654223441e+38,
3.889919121751796e+38,
3.8773323826666275e+38,
3.877795325065477e+38,
3.887009766944034e+38,
3.894782425828703e+38,
3.907341028427692e+38,
3.921749782394793e+38,
3.9347862444147445e+38,
3.963253168928403e+38,
3.986456970212506e+38,
4.011878955355446e+38,
4.0384173700850606e+38,
4.063211432480519e+38,
4.101589365014479e+38,
4.136255653925056e+38,
4.167781548113816e+38,
4.2042217226887434e+38,
4.2406947194845546e+38,
4.292317030883772e+38,
4.3575244443275704e+38,
4.429499843006443e+38,
4.498701401191186e+38,
4.571191089655403e+38,
4.645029435646567e+38,
4.729374670374375e+38,
4.82066770690062e+38,
4.91564189657604e+38,
5.0168961831568526e+38,
5.120607973013306e+38,
5.227367402564265e+38,
5.314782579585613e+38,
5.413480452003247e+38,
5.50676021345239e+38,
5.6124695189628395e+38,
5.711970168743928e+38,
5.821785762279693e+38,
5.9330050699876575e+38,
6.049069532464153e+38,
6.174371677497976e+38,
6.296326150160507e+38,
6.421780389160708e+38,
6.5489955279158246e+38,
6.683769231878704e+38,
6.813804800034972e+38,
6.944916338785119e+38,
7.082815348781553e+38,
7.215271414579491e+38,
7.361876415467061e+38,
7.513681660005301e+38,
7.666538836345512e+38,
7.821020288159305e+38,
7.979034454123757e+38,
8.137400317143121e+38,
8.290463096674944e+38,
8.447440147975273e+38,
8.611717712301626e+38,
8.769424826102163e+38,
8.931616429147441e+38,
9.093123015391189e+38,
9.264469700053205e+38,
9.427180800144826e+38,
9.59692266639369e+38,
9.768304388109582e+38,
9.94478440150672e+38,
1.0125513154439982e+39,
1.0305282581435732e+39,
1.0488037186155303e+39,
1.0667829068272651e+39,
1.0846961449889421e+39,
1.1002309665141355e+39,
1.1158839644944707e+39,
1.1315177398202623e+39,
1.1472994178657061e+39,
1.1630867915347904e+39,
1.1785361851261351e+39,
1.195254729328964e+39,
1.2107687255376041e+39,
1.2276856027523996e+39,
1.2438136470681676e+39,
1.2604837992518901e+39,
1.2766664290704626e+39,
1.2922031869602566e+39,
1.3072201820241636e+39,
1.3229361864673163e+39,
1.3376113781637507e+39,
1.3529388647570979e+39,
1.3676131226557718e+39,
1.3825493411860108e+39,
1.397712157616268e+39,
1.4125824247146197e+39,
1.4276625932438865e+39,
1.4425653678620286e+39,
1.457417738799412e+39,
1.4720191938938063e+39,
1.486508696163704e+39,
1.5005844450063e+39,
1.5146146034612495e+39,
1.5279609878111043e+39,
1.5407806643428405e+39,
1.5532507132188685e+39,
1.5655107893012738e+39,
1.5775907702968438e+39,
1.5892504378924615e+39,
1.5996183448581645e+39,
1.6105637533307655e+39,
1.6210401508821694e+39,
1.6309476389079648e+39,
1.640795960946676e+39,
1.6503257237160277e+39,
1.65906253841043e+39,
1.667712997632526e+39,
1.6762027227285385e+39,
1.68379218846736e+39,
1.6912092713487172e+39,
1.6983550846015488e+39,
1.7050396024735752e+39,
1.7115241917161666e+39,
1.7178968993365378e+39,
1.7239633593821032e+39,
1.7302785559832483e+39,
1.7357422197546728e+39,
1.7415303713089972e+39,
1.7468854891449112e+39,
1.7522648600818397e+39,
1.7571737822506362e+39,
1.761976723596772e+39,
1.7665460044723367e+39,
1.770525633830217e+39,
1.7740749343866327e+39,
1.7775017887580262e+39,
1.7794292663135743e+39,
1.780374992238517e+39,
1.7798037878195056e+39,
1.7791352892330103e+39,
1.777609277883897e+39,
1.775087886042484e+39,
1.771243841004455e+39,
1.7682011187894396e+39,
1.76487091522915e+39,
1.76100326651177e+39,
1.7573965270909557e+39,
1.753765028781776e+39,
1.7492525546492858e+39,
1.7446017800084447e+39,
1.7404118348418956e+39,
1.7363330561626365e+39,
1.7315502682525017e+39,
1.7272133648790876e+39,
1.721858308329598e+39,
1.717957441971787e+39,
1.7125246402324445e+39,
1.7079393048778554e+39,
1.7022157208074805e+39,
1.6982281175173105e+39,
1.6918817954503212e+39,
1.6876691993317537e+39,
1.6809258052825554e+39,
1.675780509434049e+39,
1.66836197862143e+39,
1.6631318254759247e+39,
1.6559958769485844e+39,
1.6493956944773686e+39,
1.642271036028445e+39,
1.6361212711611925e+39,
1.6285751410625257e+39,
1.621393023656027e+39,
1.6140485303713408e+39,
1.6065802388584253e+39,
1.5988294894428474e+39,
1.5911458186532902e+39,
1.583540099611174e+39,
1.5755362080672874e+39,
1.5667556610437265e+39,
1.5588711668941188e+39,
1.550781885735313e+39,
1.543263435296559e+39,
1.5366538227072462e+39,
1.530066105046159e+39,
1.5220859536695652e+39,
1.5139652919636695e+39,
1.50730010100096e+39,
1.4988609273282848e+39,
1.490859344198525e+39,
1.4852996360142698e+39,
1.4779765390113034e+39,
1.472278608541917e+39,
1.4654677600995465e+39,
1.4591612670318634e+39,
1.4533580635579126e+39,
1.4462047120502285e+39,
1.441432073917075e+39,
1.43462158160521e+39,
1.428852647255851e+39,
1.421624012589022e+39,
1.415354510553021e+39,
1.408172757218602e+39,
1.401656452298493e+39,
1.3942390042673912e+39,
1.3880851365479762e+39,
1.3802562481146912e+39,
1.3734745347864728e+39,
1.3652997604492085e+39,
1.3577519894908176e+39,
1.3494774193297159e+39,
1.3412193563827634e+39,
1.3340564889510561e+39,
1.3248712740515563e+39,
1.3167977948591705e+39,
1.3072246976828908e+39,
1.2976931418710928e+39,
1.289098174348014e+39,
1.279347848870826e+39,
1.2703004520159118e+39,
1.260417348411534e+39,
1.2501464237374348e+39,
1.2401846283421038e+39,
1.2304444765493874e+39,
1.2202237740604066e+39,
1.2095501861374906e+39,
1.1997823638141467e+39,
1.1891828628401434e+39,
1.1783868318377737e+39,
1.1663069177405336e+39,
1.1559432140051806e+39,
1.1441366699683937e+39,
1.1327928426910456e+39,
1.1209997979905152e+39,
1.1099036586982474e+39,
1.0980690263995816e+39,
1.0851230493121183e+39,
1.0724247184050583e+39,
1.0596257677884995e+39,
1.047020833098706e+39,
1.034828585014943e+39,
1.0218697959186811e+39,
1.0088819039691287e+39,
9.950127747695358e+38,
9.807309997866958e+38,
9.659075691035686e+38,
9.507126625077861e+38,
9.36512895828419e+38,
9.216023317484302e+38,
9.06425710558737e+38,
8.899353661428973e+38,
8.756504434991282e+38,
8.600732351169722e+38,
8.445609664588358e+38,
8.292424020456188e+38,
8.132117514435805e+38,
7.970873339629982e+38,
7.812346935651731e+38,
7.655983801929128e+38,
7.490911814016521e+38,
7.335306910618867e+38,
7.163566850879393e+38,
7.019393842453904e+38,
6.887540973841155e+38,
6.7465642733262506e+38,
6.6114494950553924e+38,
6.473626774067956e+38,
6.331703640333739e+38,
6.1956878321414405e+38,
6.06576496000908e+38,
5.931179189519972e+38,
5.798830718739867e+38,
5.665056536772442e+38,
5.5183837179241294e+38,
5.396334665698575e+38,
5.2790766929675784e+38,
5.162546314841835e+38,
5.042651699712101e+38,
4.91711494804426e+38,
4.790674212322971e+38,
4.686618871980605e+38,
4.593600188542914e+38,
4.495379244059243e+38,
4.403011718510408e+38,
4.301533382564504e+38,
4.20285949865095e+38,
4.121149742306705e+38,
4.02930147273544e+38,
3.9456409074643515e+38,
3.85692524738761e+38,
3.7735715412118196e+38,
3.684636568910033e+38,
3.610899142328368e+38,
3.5391217013424175e+38,
3.4658279773006794e+38,
3.396225685745009e+38,
3.325137185045166e+38,
3.256636415636653e+38,
3.191240724609936e+38,
3.136251093183258e+38,
3.0735404637541743e+38,
3.013718470580669e+38,
2.9611076767624793e+38,
2.895679388081085e+38,
2.8557046402895684e+38,
2.8302756200250446e+38,
2.797739176088757e+38,
2.7705942123888693e+38,
2.744409749535857e+38,
2.713352403782591e+38,
2.692668353714822e+38,
2.679927180347356e+38,
2.666423262205166e+38,
2.657478178009403e+38,
2.637997485928535e+38,
2.624551966675646e+38,
2.6240135413227396e+38,
2.61379247710528e+38,
2.600693793044945e+38,
2.6002997617120064e+38,
2.5980371862839258e+38,
2.5906496181958506e+38,
2.5859381746046854e+38,
2.576815470910006e+38,
2.570959520159279e+38,
2.563628825331509e+38,
2.5586639427072022e+38,
2.5497114595860795e+38,
2.550166988025438e+38,
2.5521168474790606e+38,
2.5516215176725567e+38,
2.558943532796296e+38,
2.56291635335935e+38,
2.5768277421614794e+38,
2.581218909280822e+38,
2.5786879982520577e+38,
2.588672668977687e+38,
2.594140220066579e+38,
2.6101504292069468e+38,
2.6219827951920516e+38,
2.6411741669646335e+38,
2.6582568084618337e+38,
2.6745190678113273e+38,
2.6888967713377647e+38,
2.71937480467328e+38,
2.7365512806176904e+38,
2.7639082051534594e+38,
2.796184669902013e+38,
2.8259284328258522e+38,
2.8635844783389626e+38,
2.890156260557374e+38,
2.9231207324614077e+38,
2.956500097083928e+38,
2.9742238962424645e+38,
2.940068006430878e+38,
2.9139518202533385e+38,
2.8972441489497536e+38,
2.8882844419055375e+38,
2.87603255810905e+38,
2.87181950806682e+38,
2.8657763615695725e+38,
2.8555761158902923e+38,
2.856629826909497e+38,
2.8616004558290002e+38,
2.866570356024301e+38,
2.865045566150315e+38,
2.8688688209367254e+38,
2.875993313779731e+38,
2.8872549931008522e+38,
2.919293790353932e+38,
2.9428955931186402e+38,
2.9699240729042957e+38,
2.998992584735704e+38,
3.02713281414049e+38,
3.0617947089158266e+38,
3.0960904505439006e+38,
3.12951236813086e+38,
3.164824536780713e+38,
3.1947570218810418e+38,
3.2314551763254712e+38,
3.272509768020836e+38,
3.3088936078239007e+38,
3.34228630085654e+38,
3.3827769462474536e+38,
3.4111853138899354e+38,
3.44682946938176e+38,
3.487695991007914e+38,
3.521117873971148e+38,
3.556486922362313e+38,
3.584882193287907e+38,
3.621766077346516e+38,
3.651597526285933e+38,
3.687224711176464e+38,
3.7148889445021325e+38,
3.762728858241374e+38,
3.805364210811408e+38,
3.843797819545758e+38,
3.892548787468123e+38,
3.936868484667969e+38,
3.984355903634438e+38,
4.027263313876978e+38,
4.07000886196442e+38,
4.109961946414678e+38,
4.153232081361045e+38,
4.1954428508412255e+38,
4.238958960899229e+38,
4.291232427870543e+38,
4.353675081049706e+38,
4.415910185383843e+38,
4.481151079251923e+38,
4.538099581718249e+38,
4.604525851038417e+38,
4.671356783800451e+38,
4.743132951794816e+38,
4.825729549963873e+38,
4.905236993637035e+38,
4.983580731482434e+38,
5.0612897169190245e+38,
5.1444733338625584e+38,
5.187751483764296e+38,
5.241527985977564e+38,
5.289836386841664e+38,
5.344546355126335e+38,
5.396014748144558e+38,
5.451150229361009e+38,
5.535970671651945e+38,
5.608894512057462e+38,
5.687690763760654e+38,
5.7693950278639115e+38,
5.848415898682266e+38,
5.933356639034301e+38,
6.0011056048567594e+38,
6.068434252256397e+38,
6.130930172906392e+38,
6.187910245380741e+38,
6.2397402640489864e+38,
6.29889034491875e+38,
6.353038501327047e+38,
6.406051612577791e+38,
6.458855633290909e+38,
6.516386088507669e+38,
6.5690124283528555e+38,
6.618667011318632e+38,
6.674572513937844e+38,
6.732969420333739e+38,
6.790493594929596e+38,
6.838275181529277e+38,
6.896360838184455e+38,
6.957992514592282e+38,
7.007800833376283e+38,
7.070934231744959e+38,
7.131986296262272e+38,
7.195361988683926e+38,
7.263150277534774e+38,
7.31568171813489e+38,
7.386616103974942e+38,
7.45184601345929e+38,
7.508093200904123e+38,
7.569497987721833e+38,
7.638084919940935e+38,
7.698762296053707e+38,
7.75687515787549e+38,
7.817760779645913e+38,
7.891034138881733e+38,
7.964389263193834e+38,
8.03061775977184e+38,
8.102480436565513e+38,
8.170235629703685e+38,
8.244310113010932e+38,
8.319196510256312e+38,
8.391370281688306e+38,
8.46415689133745e+38,
8.535388101812542e+38,
8.613528036388043e+38,
8.691849717466152e+38,
8.749979484308045e+38,
8.785500134255173e+38,
8.81960146011125e+38,
8.864587249941707e+38,
8.897956772748933e+38,
8.936009416077845e+38,
8.974073725916386e+38,
9.01251427506779e+38,
9.067542261417541e+38,
9.097013897138378e+38,
9.136197801317933e+38,
9.176357086952724e+38,
9.222399408711403e+38,
9.255196681104488e+38,
9.297875518666694e+38,
9.34733968912851e+38,
9.383620958216111e+38,
9.430522574611166e+38,
9.470216807074731e+38,
9.508342591697924e+38,
9.548749609604886e+38,
9.58724739715402e+38,
9.626205623996354e+38,
9.663406602876383e+38,
9.704495959377145e+38,
9.74400267100344e+38,
9.779239370550422e+38,
9.817606693027385e+38,
9.841054723765885e+38,
9.874355496493569e+38,
9.898542415204617e+38,
9.934732840484072e+38,
9.963185126007034e+38,
9.994264345767071e+38,
1.0025199440352588e+39,
1.0045368573465864e+39,
1.0086495022475777e+39,
1.0103937989365645e+39,
1.0129133077730664e+39,
1.015971297465183e+39,
1.01781291905392e+39,
1.0187629133218308e+39,
1.020387609341075e+39,
1.0212451168795436e+39,
1.0223026919386618e+39,
1.0235232639554304e+39,
1.0232004876052394e+39,
1.0238384715969734e+39,
1.0229060146696964e+39,
1.0223178157888858e+39,
1.0228660391350927e+39,
1.021938956884966e+39,
1.0204746564739922e+39,
1.0201448926072312e+39,
1.0181143175120917e+39,
1.0161261983892507e+39,
1.0145477038080514e+39,
1.0128012061292899e+39,
1.0108642529920407e+39,
1.007426694839884e+39,
1.0056170023181784e+39,
1.001918690990005e+39,
9.998504940427338e+38,
9.961538667453469e+38,
9.926591028368858e+38,
9.87466444886462e+38,
9.834942127402815e+38,
9.787879334041709e+38,
9.734526422301702e+38,
9.682429759054994e+38,
9.617731419483759e+38,
9.560846259086773e+38,
9.496359769713274e+38,
9.414060092211331e+38,
9.347681385619414e+38,
9.277994308944012e+38,
9.188198693315405e+38,
9.107807314901554e+38,
9.006012924583408e+38,
8.921658129392621e+38,
8.815056169841217e+38,
8.721311703026413e+38,
8.627039352756209e+38,
8.51815686721614e+38,
8.414478195928526e+38,
8.295951358994519e+38,
8.191349531951692e+38,
8.073648081879534e+38,
7.960481881404172e+38,
7.867854657802816e+38,
7.774388843069537e+38,
7.676023590900833e+38,
7.570174595872245e+38,
7.470595248540663e+38,
7.368256325945955e+38,
7.262800098021793e+38,
7.160181214804023e+38,
7.060619342990081e+38,
6.949821253790604e+38,
6.837192646140944e+38,
6.729153012421995e+38,
6.610699374619884e+38,
6.491762420910264e+38,
6.376665191464926e+38,
6.2556675678391296e+38,
6.136738877993239e+38,
6.0158090395247016e+38,
5.8890189548523475e+38,
5.7865710135355336e+38,
5.6994349467526995e+38,
5.611603448970675e+38,
5.525805784079948e+38,
5.435540849867693e+38,
5.347405197896019e+38,
5.251884743955181e+38,
5.161701793893459e+38,
5.0703458269828224e+38,
4.982213556235e+38,
4.879817332842294e+38,
4.789407696483169e+38,
4.691536718660116e+38,
4.608345618229668e+38,
4.527900419719996e+38,
4.455503178668996e+38,
4.381864601528917e+38,
4.30427137460007e+38,
4.2225858885241536e+38,
4.144192204809891e+38,
4.0835171510329394e+38,
4.020809041037488e+38,
3.9586982213917974e+38,
3.9016229703686e+38,
3.850172324086835e+38,
3.785968679576817e+38,
3.7386718320283075e+38,
3.696953970418428e+38,
3.64439992042397e+38,
3.6062243852098024e+38,
3.5586834518687364e+38,
3.518122188429683e+38,
3.4687554695756726e+38,
3.4339788975412206e+38,
3.3998514353890065e+38,
3.35877128277792e+38,
3.3225932323355053e+38,
3.289424249458614e+38,
3.256554903451273e+38,
3.21766676728311e+38,
3.2002900908311006e+38,
3.1663220418594798e+38,
3.1491885852784806e+38,
3.114052968450554e+38,
3.0890366977594603e+38,
3.05979170777603e+38,
3.0463692128697653e+38,
3.032780424768142e+38,
3.0231579293634828e+38,
3.0061972186559214e+38,
2.9994030581203893e+38,
2.979262788540221e+38,
2.9694677499810052e+38,
2.9735419185078896e+38,
2.977890997562361e+38,
2.972028741862018e+38,
2.9745383346383458e+38,
2.9789445892988883e+38,
2.9715553567477415e+38,
2.9766186396209902e+38,
2.982331780921915e+38,
2.9790621085184938e+38,
2.9893335213520687e+38,
2.9932634004620388e+38,
2.994361127781316e+38,
3.0011946095461016e+38,
3.005577874031306e+38,
3.0113071341687317e+38,
3.016944639719792e+38,
3.0343852795063777e+38,
3.050577370009717e+38,
3.0694934634671333e+38,
3.074721969117285e+38,
3.093687188236647e+38,
3.112368279061861e+38,
3.131299581242636e+38,
3.146180007578539e+38,
3.171539461567956e+38,
3.181523410595799e+38,
3.2043309958501773e+38,
3.2009459156664044e+38,
3.2088857257586417e+38,
3.2103481311450412e+38,
3.2183087640030863e+38,
3.227366016774741e+38,
3.249020813798458e+38,
3.2659089526327925e+38,
3.280849573407067e+38,
3.3012369409560096e+38,
3.3228792247808283e+38,
3.33001593632829e+38,
3.3165447750120905e+38,
3.3304672590750105e+38,
3.329551905609858e+38,
3.332683952597807e+38,
3.3366044187891577e+38,
3.3383391996164505e+38,
3.348031223349938e+38,
3.3544646587525276e+38,
3.3614902397943716e+38,
3.3861544678916455e+38,
3.404763793088893e+38,
3.422781823261136e+38,
3.43835646491464e+38,
3.4608045754876255e+38,
3.47807965341931e+38,
3.485054363637912e+38,
3.494168867444622e+38,
3.505013578963577e+38,
3.5122687065317326e+38,
3.523182369775866e+38,
3.528006852072413e+38,
3.538040067203635e+38,
3.552610048188766e+38,
3.562348078903323e+38,
3.582488719114859e+38,
3.588939595656954e+38,
3.6107123476850005e+38,
3.626987219716206e+38,
3.636010350511531e+38,
3.6545332464260025e+38,
3.667732586256899e+38,
3.6891099557504144e+38,
3.703990212823571e+38,
3.719554049518591e+38,
3.7259072373035536e+38,
3.750104654834025e+38,
3.760620135878574e+38,
3.7686879782530304e+38,
3.7753295755663155e+38,
3.797993910618769e+38,
3.82161576953309e+38,
3.8388215095109345e+38,
3.8614863227734824e+38,
3.885043279636152e+38,
3.9010877701353524e+38,
3.922280570632967e+38,
3.943643474479014e+38,
3.899710937297341e+38,
3.845724602200491e+38,
3.787388010442243e+38,
3.741682476855865e+38,
3.696355363491327e+38,
3.649360715846554e+38,
3.606243942427543e+38,
3.561010306070812e+38,
3.5166730557504e+38,
3.465526366189993e+38,
3.428662420913782e+38,
3.394424262225108e+38,
3.3620828327875114e+38,
3.3279399547700158e+38,
3.2957427647677082e+38,
3.2621049190130193e+38,
3.2272016450876485e+38,
3.196305421960452e+38,
3.150499335839621e+38,
3.1218462835994798e+38,
3.086447467593073e+38,
3.045826569576329e+38,
3.010308677771006e+38,
2.9859199930958694e+38,
2.9404745964015133e+38,
2.9063789098292302e+38,
2.8747879663508847e+38,
2.844639747394854e+38,
2.7993389231825157e+38,
2.7640320185385157e+38,
2.734403126760264e+38,
2.7003069799077e+38,
2.670538452910566e+38,
2.642786743500034e+38,
2.6087670600690378e+38,
2.5766406419502e+38,
2.5491579562123483e+38,
2.5293859848511323e+38,
2.5168770926697677e+38,
2.4998196549030496e+38,
2.4922611194974777e+38,
2.4906124011755427e+38,
2.4657830215435382e+38,
2.456923581019569e+38,
2.4517093852035168e+38,
2.4481300670652737e+38,
2.4467080226496792e+38,
2.4507852376821546e+38,
2.4460275914515968e+38,
2.4479269840996575e+38,
2.4478696886536005e+38,
2.4499860391787336e+38,
2.4330355834195536e+38,
2.4238435774946685e+38,
2.4219577005295898e+38,
2.4139336426878874e+38,
2.41513648616499e+38,
2.407295159829985e+38,
2.409468263163977e+38,
2.419398810976333e+38,
2.4212791938004314e+38,
2.425032524076743e+38,
2.436678586446155e+38,
2.4391076506543165e+38,
2.4382789639957202e+38,
2.4432501243816875e+38,
2.4389695739755365e+38,
2.4324951308236928e+38,
2.4251607616930985e+38,
2.43550117998549e+38,
2.423099414941433e+38,
2.4243556992559755e+38,
2.4397806054997e+38,
2.447138037902696e+38,
2.4614079684764274e+38,
2.4871126425676867e+38,
2.490861158269386e+38,
2.5072653034177054e+38,
2.51505334485247e+38,
2.518704716413152e+38,
2.5278834358544837e+38,
2.5347325489950743e+38,
2.5394856504312047e+38,
2.546716069794407e+38,
2.549621110244379e+38,
2.5821333819494045e+38,
2.594115565344989e+38,
2.6165351193841674e+38,
2.626554242811794e+38,
2.6301812305629282e+38,
2.644807098921579e+38,
2.6656766896640662e+38,
2.686837772113818e+38,
2.7007036664170674e+38,
2.723817955951085e+38,
2.7436857707180164e+38,
2.759617102718938e+38,
2.7811686752767388e+38,
2.8054962255440054e+38,
2.8385334394084318e+38,
2.8292474266283457e+38,
2.8464994329357025e+38,
2.8741666464108726e+38,
2.8945011337450253e+38,
2.9183713214275705e+38,
2.928861986109265e+38,
2.9450260731495013e+38,
2.970445248190712e+38,
2.9974555206081414e+38,
3.0076425668321615e+38,
3.033477113622867e+38,
3.0537482851526085e+38,
3.0705418164093857e+38,
3.096035361281655e+38,
3.1137769003974686e+38,
3.132733699644806e+38,
3.1528350783677216e+38,
3.190249545734676e+38,
3.1968365033629753e+38,
3.2158213015581724e+38,
3.2310662466128524e+38,
3.2554019745473803e+38,
3.286860787390227e+38,
3.2944994715238166e+38,
3.3221810489500845e+38,
3.3203714401581576e+38,
3.343628994816268e+38,
3.347521249764594e+38,
3.3553274268193957e+38,
3.3761300569042284e+38,
3.3846643024953348e+38,
3.4152339794011265e+38,
3.431536466762697e+38,
3.4652443519142765e+38,
3.482067427894328e+38,
3.505175815119527e+38,
3.5417913937876795e+38,
3.5526348493884666e+38,
3.576876397191338e+38,
3.605746511061108e+38,
3.617465937359312e+38,
3.6363602635495164e+38,
3.6580553525125505e+38,
3.689267489233335e+38,
3.703578688687488e+38,
3.718784430333785e+38,
3.73454984033261e+38,
3.758878017961992e+38,
3.790302534599789e+38,
3.8013652868687844e+38,
3.800993118413191e+38,
3.805556470219726e+38,
3.813255766493493e+38,
3.816564134309156e+38,
3.8239650269745725e+38,
3.824380430383989e+38,
3.8320783466249066e+38,
3.834881105356802e+38,
3.8394596511591255e+38,
3.845708855840179e+38,
3.8497765122760225e+38,
3.857517599046229e+38,
3.864134122125322e+38,
3.879397105909697e+38,
3.8852906153155316e+38,
3.8903996387787965e+38,
3.908347229404054e+38,
3.9116969304849164e+38,
3.921831104465951e+38,
3.9115357720927095e+38,
3.917125302656765e+38,
3.919139235004182e+38,
3.93903096396495e+38,
3.944751778206741e+38,
3.937989739075565e+38,
3.951110577571008e+38,
3.970393815764701e+38,
3.964796218545287e+38,
3.979026493448064e+38,
3.997475381280735e+38,
3.9961701300135456e+38,
4.013459079008486e+38,
4.0126210576937845e+38,
4.025186366973632e+38,
4.036901666944954e+38,
4.035435236298407e+38,
4.049394540193863e+38,
4.046206955163352e+38,
4.0653297746022646e+38,
4.066681893144254e+38,
4.056433650159942e+38,
4.068838468220024e+38,
4.061369665306096e+38,
4.064141222098549e+38,
4.076159751222818e+38,
4.068263252877244e+38,
4.06560947188388e+38,
4.077631206605169e+38,
4.080168400391158e+38,
4.07056517786751e+38,
4.070322162247426e+38,
4.077217097794822e+38,
4.078626744558163e+38,
4.076993564448274e+38,
4.074915753180718e+38,
4.07184934832899e+38,
4.0613115355649406e+38,
4.0593612405972095e+38,
4.054571064941902e+38,
4.051961666695999e+38,
4.0464016975286995e+38,
4.0202444973006615e+38,
3.995451502661407e+38,
3.96582734994751e+38,
3.945133651383544e+38,
3.9201951198843914e+38,
3.878102438033528e+38,
3.856374501099684e+38,
3.833429781163171e+38,
3.804407422904038e+38,
3.763447339948085e+38,
3.740314722061341e+38,
3.713113215244595e+38,
3.678909160419252e+38,
3.649704307831107e+38,
3.606827962924576e+38,
3.578806290817816e+38,
3.5290187178556855e+38,
3.485598801903716e+38,
3.43501504530079e+38,
3.3775515713857127e+38,
3.332479242701997e+38,
3.281741045002161e+38,
3.2213768692689463e+38,
3.1844039797080695e+38,
3.1351914237608234e+38,
3.0848158424901347e+38,
3.0372601106452676e+38,
2.984223436136477e+38,
2.933702029603525e+38,
2.8835232032846704e+38,
2.8392748937869776e+38,
2.7991720164519207e+38,
2.754695059040059e+38,
2.7098430862137476e+38,
2.6699596876256893e+38,
2.6153516075583473e+38,
2.5781260368656876e+38,
2.543023346690248e+38,
2.5034710619814483e+38,
2.4730423310048203e+38,
2.4413992978604875e+38,
2.4046928276661473e+38,
2.369576051457084e+38,
2.3379440573039058e+38,
2.306093513625998e+38,
2.2755765345419482e+38,
2.239870507268873e+38,
2.217912814587576e+38,
2.1898911933961503e+38,
2.1578246565985656e+38,
2.128529663734773e+38,
2.1065333537909407e+38,
2.077788213439317e+38,
2.0513568460863487e+38,
2.0295213930812478e+38,
2.0072161905018036e+38,
1.988051902555742e+38,
1.963151543981295e+38,
1.942755666804428e+38,
1.9156596640615596e+38,
1.886419076890386e+38,
1.8573107788736547e+38,
1.831181526380178e+38,
1.8050062777251606e+38,
1.779768764683912e+38,
1.755633151471469e+38,
1.7279386276930306e+38,
1.7132787343440567e+38,
1.6873936745316573e+38,
1.662390541905677e+38,
1.6410725496816525e+38,
1.6221225880219233e+38,
1.603722318302688e+38,
1.584568167895375e+38,
1.5573649142034161e+38,
1.5308112989266096e+38,
1.5153027520103771e+38,
1.4924492231782706e+38,
1.4811778051380608e+38,
1.465314514377465e+38,
1.4498421861165255e+38,
1.4352177688611723e+38,
1.4217379274814284e+38,
1.4085491816342378e+38,
1.3914622244490616e+38,
1.374883486630643e+38,
1.3581738916870632e+38,
1.341024929832434e+38,
1.3229877673688541e+38,
1.3094417329027251e+38,
1.2864002068113214e+38,
1.2748338012765812e+38,
1.2623850817175877e+38,
1.2501467045282073e+38,
1.2370792460646844e+38,
1.2145021860564409e+38,
1.1914187040184084e+38,
1.1707373166105047e+38,
1.1418833605840042e+38,
1.143130933723325e+38,
1.1433806121579862e+38,
1.1437766462316778e+38,
1.1443319218589189e+38,
1.1425467640679966e+38,
1.1438139000880562e+38,
1.1419805108045004e+38,
1.1428165228447711e+38,
1.1433596743804893e+38,
1.1439209950571548e+38,
1.1499568282009666e+38,
1.1541181830275987e+38,
1.1578324829619985e+38,
1.1621249906298123e+38,
1.166322880497911e+38,
1.1700272777080412e+38,
1.174648462221632e+38,
1.1822414834152889e+38,
1.1888813632154017e+38,
1.1945871415952327e+38,
1.2033697074614078e+38,
1.2040228302528118e+38,
1.205071888473277e+38,
1.206415321449934e+38,
1.2069291163729108e+38,
1.2091286236675296e+38,
1.2080663469855882e+38,
1.212918307290922e+38,
1.2169078141910659e+38,
1.2228339943863182e+38,
1.2289099932307714e+38,
1.2338223178917712e+38,
1.2387273027616024e+38,
1.2456235037243283e+38,
1.2489766852096513e+38,
1.2481819726817275e+38,
1.2480128467444956e+38,
1.2499862790543857e+38,
1.2523564583928813e+38,
1.257291400028384e+38,
1.2640507629470472e+38,
1.2686018485589356e+38,
1.2775784761558995e+38,
1.2817043607914565e+38,
1.2888346651042229e+38,
1.2936773323870437e+38,
1.3035622749782703e+38,
1.3126195007762533e+38,
1.3216743589518987e+38,
1.3308341798934513e+38,
1.3360205858553103e+38,
1.3371124295119848e+38,
1.3411474030317306e+38,
1.3458287349379756e+38,
1.3518737954900006e+38,
1.3587251533517538e+38,
1.3646459957293642e+38,
1.3729588885331087e+38,
1.3785296513646278e+38,
1.3848961954227067e+38,
1.3928431437635391e+38,
1.3997522187927634e+38,
1.3867158154558864e+38,
1.3682004851969317e+38,
1.348540603561777e+38,
1.3287354411079491e+38,
1.3091824328904619e+38,
1.291480412867919e+38,
1.2726990243949026e+38,
1.2545324181443123e+38,
1.2446020157291008e+38,
1.2349152194083955e+38,
1.224078344341712e+38,
1.2144917769633256e+38,
1.2047698691250009e+38,
1.1945304141796339e+38,
1.1840512402190984e+38,
1.1720503827934546e+38,
1.1609127345139796e+38,
1.1481801619092637e+38,
1.1368105883134729e+38,
1.1260245437006712e+38,
1.116033267680122e+38,
1.1042190559672834e+38,
1.0944908539012253e+38,
1.0853539873232265e+38,
1.0748624715961952e+38,
1.0666799963224226e+38,
1.057423747642517e+38,
1.047573193523439e+38,
1.0383928567645732e+38,
1.0251219593532768e+38,
1.0173474042572792e+38,
1.0072956381218909e+38,
9.982493742815811e+37,
9.888924469639406e+37,
9.803054450318713e+37,
9.735337428535805e+37,
9.644226321318174e+37,
9.604993448069457e+37,
9.601837305032838e+37,
9.592944706481244e+37,
9.579919445464048e+37,
9.582985872592892e+37,
9.581454906715176e+37,
9.585070040015895e+37,
9.594794127551135e+37,
9.577167394725194e+37,
9.566962055860656e+37,
9.556157736117937e+37,
9.543120503965521e+37,
9.536544251813284e+37,
9.520600354003604e+37,
9.496413405157222e+37,
9.490535546072735e+37,
9.490936606497797e+37,
9.493713774111004e+37,
9.517812349838962e+37,
9.48934800823643e+37,
9.490910226906189e+37,
9.487319698107645e+37,
9.4740271876681e+37,
9.474889472931533e+37,
9.473200403661444e+37,
9.496427262383777e+37,
9.494361325750484e+37,
9.498407208498226e+37,
9.49354822654445e+37,
9.50679621710074e+37,
9.543516438744582e+37,
9.54715693254874e+37,
9.56330870679113e+37,
9.584251358048214e+37,
9.607862414485325e+37,
9.625905574885969e+37,
9.643506528494073e+37,
9.670820052391117e+37,
9.68270645795523e+37,
9.674579111839756e+37,
9.708061175466302e+37,
9.716177065619217e+37,
9.712291382864746e+37,
9.73887871587911e+37,
9.728621521004071e+37,
9.749057544223023e+37,
9.72959213007092e+37,
9.72000411017742e+37,
9.7175502747644e+37,
9.705210227982375e+37,
9.717561135890575e+37,
9.698057496085629e+37,
9.702125792194194e+37,
9.700174989776687e+37,
9.713980923215476e+37,
9.712759341061593e+37,
9.736852908237174e+37,
9.74174064721653e+37,
9.756659358128255e+37,
9.779777292934702e+37,
9.783009542390702e+37,
9.81641727150239e+37,
9.83134493486118e+37,
9.817754888256164e+37,
9.834149605983282e+37,
9.867233057416208e+37,
9.866985185333253e+37,
9.874768483188215e+37,
9.892948912570063e+37,
9.888072805002187e+37,
9.90227709673268e+37,
9.919483929307873e+37,
9.942173008768551e+37,
9.919347385528777e+37,
9.947541477962274e+37,
9.9731829776338e+37,
9.998651124292047e+37,
1.0036325105939798e+38,
1.002510923082295e+38,
1.004697411291699e+38,
1.0071088049390858e+38,
1.0102743207856589e+38,
1.01203099140512e+38,
1.0129817885118864e+38,
1.0141263375032444e+38,
1.0149177608104824e+38,
1.0149711247445345e+38,
1.0142528201828206e+38,
1.0150664091422463e+38,
1.0140431092203066e+38,
1.0160034098212128e+38,
1.0152789644676905e+38,
1.016458615426752e+38,
1.0161696933528931e+38,
1.0170547965072333e+38,
1.0176807352022618e+38,
1.0167229789589152e+38,
1.0177964143857541e+38,
1.0196029921445236e+38,
1.0217651922918488e+38,
1.0207573179991503e+38,
1.0202378275119317e+38,
1.0189904141288819e+38,
1.0193684318773228e+38,
1.0227870321388922e+38,
1.020938347250432e+38,
1.0227509273653997e+38,
1.0257380465187372e+38,
1.0259325551319082e+38,
1.0262954752629032e+38,
1.0311868851901832e+38,
1.0314781819233338e+38,
1.0305391344083002e+38,
1.034327683282393e+38,
1.0331965213696796e+38,
1.0398322211759545e+38,
1.0395712351304622e+38,
1.0408938977371227e+38,
1.0477882184346406e+38,
1.0492628273450073e+38,
1.0565543993979811e+38,
1.0627001557262877e+38,
1.0659842118978322e+38,
1.0715302392707209e+38,
1.0736702650577954e+38,
1.0792449146803111e+38,
1.0834568386201887e+38,
1.0841308944381442e+38,
1.0899581734679852e+38,
1.0950225673792101e+38,
1.0948825180649126e+38,
1.0996382516173846e+38,
1.1039076092743126e+38,
1.1091494210426964e+38,
1.1113045340207806e+38,
1.1109539189487129e+38,
1.1143578532006763e+38,
1.1162319958547614e+38,
1.119640674888395e+38,
1.1212575794737293e+38,
1.1226547136844563e+38,
1.1268601281884524e+38,
1.129302925463352e+38,
1.1299792747811462e+38,
1.1320150070280954e+38,
1.1339433255741224e+38,
1.1355388554732777e+38,
1.1380189768549776e+38,
1.1404849359326293e+38,
1.1465188495182207e+38,
1.1518138952007518e+38,
1.1526081096054616e+38,
1.1571078526077973e+38,
1.1621646689874482e+38,
1.163998334079099e+38,
1.1664115805192403e+38,
1.1726777399495068e+38,
1.1758440406614344e+38,
1.1765122628942261e+38,
1.1813055156406595e+38,
1.1791621886860564e+38,
1.1834655994171846e+38,
1.1867076134431315e+38,
1.1878076625330802e+38,
1.1897194806226874e+38,
1.1892709516746406e+38,
1.193108935196743e+38,
1.1961564055328645e+38,
1.198787866174601e+38,
1.1986960056909983e+38,
1.2002094420934707e+38,
1.2041138636183307e+38,
1.2070299431854532e+38,
1.2109532632611324e+38,
1.2135432468369397e+38,
1.2124597612945566e+38,
1.2161816684574687e+38,
1.2180665212173236e+38,
1.2193655213622818e+38,
1.2199060331585046e+38,
1.2255139037311774e+38,
1.2241013466375751e+38,
1.2244141137985546e+38,
1.2274018086738308e+38,
1.2261143971825368e+38,
1.2314319880587302e+38,
1.230236259642069e+38,
1.2313349229684682e+38,
1.2305768026380226e+38,
1.2309132623770392e+38,
1.2332189011502334e+38,
1.2313346267181182e+38,
1.2325103859948793e+38,
1.2338913279740334e+38,
1.2363240786894268e+38,
1.2410869483343155e+38,
1.2451431564460217e+38,
1.2528462445560893e+38,
1.2552227778040464e+38,
1.2579388181150124e+38,
1.2664209865417434e+38,
1.2686557853518394e+38,
1.2753997526382706e+38,
1.279096599682354e+38,
1.2858504123468589e+38,
1.291680799921831e+38,
1.2968377316826652e+38,
1.3019485952629924e+38,
1.3099475049879229e+38,
1.3153931658029009e+38,
1.3245769774609383e+38,
1.328339135077299e+38,
1.3375135549836687e+38,
1.3421295841122155e+38,
1.3493245969890426e+38,
1.3523412998298007e+38,
1.3595633877627212e+38,
1.3656542590587598e+38,
1.3683987969222677e+38,
1.3771076860896247e+38,
1.3837938815241038e+38,
1.3890097237939308e+38,
1.392894699889815e+38,
1.3967111731790128e+38,
1.400418684404839e+38,
1.4054290946904238e+38,
1.408915805320293e+38,
1.4151214634723853e+38,
1.4193815816813049e+38,
1.4220511722678953e+38,
1.4250152003773925e+38,
1.432725634256158e+38,
1.4346294366875073e+38,
1.4366991722693965e+38,
1.4399389298485084e+38,
1.4437350644080286e+38,
1.4475954069722659e+38,
1.4497196843694075e+38,
1.455338423893117e+38,
1.4588377434140825e+38,
1.4631706173341e+38,
1.4612547096199622e+38,
1.438799038677287e+38,
1.4190346034593277e+38,
1.4017690246890793e+38,
1.3823462487221118e+38,
1.3631292618430512e+38,
1.3477881924578378e+38,
1.3292909472122037e+38,
1.3134882532240786e+38,
1.2976440107140337e+38,
1.2869142409785998e+38,
1.2734279314057125e+38,
1.2602131180248778e+38,
1.2497888066451136e+38,
1.2361346329591959e+38,
1.2248120898573192e+38,
1.212669756885174e+38,
1.2015311568612664e+38,
1.196140011259188e+38,
1.1881130052072078e+38,
1.1821174311645563e+38,
1.178215164493551e+38,
1.170594428599606e+38,
1.1650745260386315e+38,
1.1563830363953046e+38,
1.1503296162950732e+38,
1.1477233807554918e+38,
1.1431229438630043e+38,
1.1411910393066369e+38,
1.1355577307880053e+38,
1.1305919765482873e+38,
1.1213847265046847e+38,
1.1142228984878688e+38,
1.1084189357662211e+38,
1.105152972353769e+38,
1.0997848867653532e+38,
1.0940027942801196e+38,
1.0887729070546366e+38,
1.0828961650473285e+38,
1.0781316714679063e+38,
1.0735837255613211e+38,
1.0691725787888344e+38,
1.0597251518175064e+38,
1.0552626865412092e+38,
1.0474106551873295e+38,
1.0411181167237162e+38,
1.0353428808883485e+38,
1.0284237519314737e+38,
1.0222518323144967e+38,
1.0180193488997764e+38,
1.0118776667439354e+38,
1.0094547449320392e+38,
1.003797754681263e+38,
9.965869828528546e+37,
9.940156881436313e+37,
9.881378269168544e+37,
9.853889426747315e+37,
9.817961999114401e+37,
9.785448786674335e+37,
9.75761837629119e+37,
9.710454489325752e+37,
9.680889495926972e+37,
9.653519856843824e+37,
9.656268325803645e+37,
9.636053014210508e+37,
9.667155812222116e+37,
9.62976961895767e+37,
9.618390929985637e+37,
9.602430395510413e+37,
9.594266794888816e+37,
9.552879304672637e+37,
9.51628920883498e+37,
9.523204724140087e+37,
9.500871710868692e+37,
9.518612893510895e+37,
9.491197081794063e+37,
9.523654941115004e+37,
9.522543196229973e+37,
9.536288436717983e+37,
9.524473088388116e+37,
9.537540993966526e+37,
9.554455345585578e+37,
9.554236127048421e+37,
9.547746399589782e+37,
9.548254172566163e+37,
9.573225579618384e+37,
9.547156512302693e+37,
9.565948995080616e+37,
9.561824893906911e+37,
9.551150909645267e+37,
9.547790644320482e+37,
9.571176395037105e+37,
9.501668133880327e+37,
9.438756887287944e+37,
9.36072366161125e+37,
9.311821230192098e+37,
9.244329183571108e+37,
9.16784616112047e+37,
9.151714236113276e+37,
9.153788905730827e+37,
9.155111466556625e+37,
9.123318326129484e+37,
9.101288315102373e+37,
9.078185707301662e+37,
9.079689670712402e+37,
9.044097009465676e+37,
9.009651427978883e+37,
8.947197523087921e+37,
8.8800972852669e+37,
8.834585808427437e+37,
8.778659244910776e+37,
8.755381722870147e+37,
8.729759308641809e+37,
8.688151988250966e+37,
8.671335602715543e+37,
8.650657800996672e+37,
8.628193092804154e+37,
8.620208054053574e+37,
8.550135230237605e+37,
8.52960918647787e+37,
8.494225642300412e+37,
8.463632942624836e+37,
8.415429291587797e+37,
8.364717384942049e+37,
8.327379979815352e+37,
8.271567363521855e+37,
8.236965326493218e+37,
8.207797574725718e+37,
8.193406674896819e+37,
8.150857563907193e+37,
8.102378119103732e+37,
8.073763010007073e+37,
8.030810844392901e+37,
8.000490368212344e+37,
7.950747155171972e+37,
7.921460347029399e+37,
7.8735451396135565e+37,
7.83387241440985e+37,
7.796668368126564e+37,
7.7608580363264e+37,
7.726557203923744e+37,
7.690093617394051e+37,
7.588649517904119e+37,
7.483035672594219e+37,
7.407389444482115e+37,
7.304512591601921e+37,
7.185229578320491e+37,
7.089942004121089e+37,
6.962915195055348e+37,
6.873571119851401e+37,
6.8382932663628525e+37,
6.804488124398657e+37,
6.778449086392836e+37,
6.743864197916663e+37,
6.723229975031647e+37,
6.68082264966299e+37,
6.652422271285626e+37,
6.630308512971237e+37,
6.608714803779259e+37,
6.581278318263969e+37,
6.563638025338212e+37,
6.555215656143087e+37,
6.535805500439828e+37,
6.517392759663501e+37,
6.505913698523418e+37,
6.495122021679504e+37,
6.462942135510399e+37,
6.441573256577004e+37,
6.396736517337924e+37,
6.365526203025406e+37,
6.3359548898020815e+37,
6.312247710441001e+37,
6.29354292664657e+37,
6.258544870047549e+37,
6.2513331272303445e+37,
6.250335021563547e+37,
6.255569756123833e+37,
6.252817600316373e+37,
6.263486290132677e+37,
6.265437975497747e+37,
6.2745564351728875e+37,
6.279897660515559e+37,
6.254799197533083e+37,
6.2116783197807375e+37,
6.178513829487245e+37,
6.136821418797125e+37,
6.109170865084769e+37,
6.064720625153325e+37,
6.0241641169431085e+37,
5.988582238857342e+37,
5.965912678781079e+37,
5.956558917623955e+37,
5.9629773110951105e+37,
5.9623899235958705e+37,
5.961747656823984e+37,
5.9575648346274e+37,
5.950891086037166e+37,
5.942672907038163e+37,
5.930100136980343e+37,
5.914189748793878e+37,
5.919701365771131e+37,
5.894333657932963e+37,
5.873329346064401e+37,
5.860713249737146e+37,
5.866664036913363e+37,
5.854256321944645e+37,
5.826052777252295e+37,
5.832435427599391e+37,
5.838105896568114e+37,
5.8648191607757115e+37,
5.885899958258576e+37,
5.896999399764253e+37,
5.90833953141592e+37,
5.940863770835749e+37,
5.951731942730181e+37,
5.964365147267247e+37,
5.976005387168149e+37,
5.966515350963796e+37,
5.972245537385665e+37,
5.983414966852874e+37,
5.989210234722294e+37,
5.995322001642163e+37,
6.003101460744236e+37,
6.005670018728031e+37,
6.023733460039758e+37,
6.032572649604817e+37,
6.022690770354582e+37,
6.005507481312392e+37,
5.952953219936146e+37,
5.9192370693359195e+37,
5.885128938080008e+37,
5.852505447478652e+37,
5.815194102793165e+37,
5.7867040804405e+37,
5.731348148696483e+37,
5.770893023529542e+37,
5.805702398910674e+37,
5.834917876263337e+37,
5.849237641767203e+37,
5.882867389044719e+37,
5.8988397900946725e+37,
5.936521641531303e+37,
5.973550193288895e+37,
5.969696648222878e+37,
5.967294625317919e+37,
5.950249902790044e+37,
5.9527476264943945e+37,
5.946395703135494e+37,
5.939776954914621e+37,
5.934533507639391e+37,
5.932271049234614e+37,
5.919588360382223e+37,
5.910680967805057e+37,
5.905819467162043e+37,
5.901445689453853e+37,
5.896278609045319e+37,
5.901882347438311e+37,
5.905810546234684e+37,
5.891041018608989e+37,
5.887759807709548e+37,
5.9167739646731555e+37,
5.934937356717638e+37,
5.9613967856153085e+37,
5.977377205819393e+37,
5.999645715115594e+37,
6.0307569492181e+37,
6.048822508463051e+37,
6.062592454013743e+37,
6.074216795968309e+37,
6.082683093541397e+37,
6.093349660159813e+37,
6.105644659449953e+37,
6.108526512346426e+37,
6.129470531399971e+37,
6.121576571346479e+37,
6.146252548289106e+37,
6.088734601925157e+37,
6.036214290662438e+37,
5.994944040377429e+37,
5.93169681594553e+37,
5.892891790632212e+37,
5.841497142772211e+37,
5.778144688368901e+37,
5.713527101812413e+37,
5.688621644830919e+37,
5.670322955997014e+37,
5.646795742325304e+37,
5.647443507067078e+37,
5.640922644107498e+37,
5.615735873944004e+37,
5.611208332357199e+37,
5.614248162319485e+37,
5.60290042565992e+37,
5.590867076776016e+37,
5.584281175663846e+37,
5.571756092692699e+37,
5.558191506420079e+37,
5.548824246344741e+37,
5.536999506012945e+37,
5.523224633602263e+37,
5.531233169519692e+37,
5.529777474490558e+37,
5.522452069304233e+37,
5.51500090324444e+37,
5.51101976272325e+37,
5.514477845738833e+37,
5.515471382738834e+37,
5.511771767299319e+37,
5.527867306404278e+37,
5.513151398084463e+37,
5.525848935050521e+37,
5.517820238369753e+37,
5.528120286411743e+37,
5.507149816586759e+37,
5.507003186250362e+37,
5.515745364373117e+37,
5.50539565787655e+37,
5.505796251421625e+37,
5.517559536691142e+37,
5.549947462667483e+37,
5.546327490975862e+37,
5.553214678850236e+37,
5.569510859188861e+37,
5.566175485042812e+37,
5.580739532606848e+37,
5.577458239549279e+37,
5.592994881393e+37,
5.599260295558712e+37,
5.61668232245571e+37,
5.629428315958231e+37,
5.628657987472064e+37,
5.640087528467716e+37,
5.648440005526033e+37,
5.659531465948251e+37,
5.670388140681429e+37,
5.687948715981611e+37,
5.68684561719011e+37,
5.6953914194683575e+37,
5.698214375866617e+37,
5.717358438865966e+37,
5.725906694734197e+37,
5.725324875508189e+37,
5.734370400906706e+37,
5.714628002086461e+37,
5.715471678591684e+37,
5.721015228193711e+37,
5.720827675076975e+37,
5.722436046009495e+37,
5.714457573754735e+37,
5.711472119229583e+37,
5.71991797358569e+37,
5.709370163095794e+37,
5.710845110208766e+37,
5.706132834140033e+37,
5.7255005328348165e+37,
5.70088609413997e+37,
5.699972866834416e+37,
5.702441947098293e+37,
5.708300510329904e+37,
5.709620592816097e+37,
5.642439545202617e+37,
5.575568206214629e+37,
5.540202614592673e+37,
5.479310781623003e+37,
5.393751783253123e+37,
5.346289886690104e+37,
5.298613250775335e+37,
5.256630157590493e+37,
5.223220428225119e+37,
5.163476387739551e+37,
5.117365621554691e+37,
5.068063728084528e+37,
5.01764684729217e+37,
4.976993695739207e+37,
4.957379517634722e+37,
4.94899755555847e+37,
4.927738707225871e+37,
4.914228156995955e+37,
4.890890119285768e+37,
4.876381234207941e+37,
4.863470068109792e+37,
4.835929244706707e+37,
4.802984291461513e+37,
4.773594916373217e+37,
4.720256873267362e+37,
4.683030561982281e+37,
4.62052168831287e+37,
4.5827394392445495e+37,
4.5373775407377075e+37,
4.503236291288769e+37,
4.458756391524256e+37,
4.431485497808285e+37,
4.400807472413029e+37,
4.404836655819831e+37,
4.371947785312359e+37,
4.350731116705839e+37,
4.34406899945838e+37,
4.326428964191732e+37,
4.307504036505376e+37,
4.276927923740743e+37,
4.2489451439619977e+37,
4.243614301483723e+37,
4.2021725921191348e+37,
4.1780748874907e+37,
4.157437880515394e+37,
4.1285141296091084e+37,
4.104049373399455e+37,
4.091075813340464e+37,
4.089461109403827e+37,
4.0671411257225594e+37,
4.0581868487819387e+37,
4.06455078228914e+37,
4.0655269629887366e+37,
4.0701556706844354e+37,
4.0567806937954073e+37,
4.0640540165703345e+37,
4.0714609117025e+37,
4.0623665029286636e+37,
4.052440075753596e+37,
4.057750312042006e+37,
4.0388413462754124e+37,
4.0348826424796172e+37,
4.0331456569286886e+37,
4.036284595163358e+37,
4.0361189240945443e+37,
4.0363660824123895e+37,
4.046768087204072e+37,
4.0556820677402716e+37,
4.0670239953869044e+37,
4.050114111965148e+37,
4.0631378683027803e+37,
4.0782182383365257e+37,
4.0863432853573394e+37,
4.098941268382346e+37,
4.078687420776536e+37,
4.0812341951900314e+37,
4.0730079191827828e+37,
4.073397966513474e+37,
4.060139033309251e+37,
4.0597437512503676e+37,
4.0548997115499447e+37,
4.0567164652516663e+37,
4.03186925681897e+37,
4.0488052864226726e+37,
4.0363705697261257e+37,
4.047715904212219e+37,
4.023424357977455e+37,
4.0313187070091623e+37,
4.026847509617143e+37,
4.0068911937626896e+37,
4.0123635656637325e+37,
4.012863035316387e+37,
4.018787999680178e+37,
4.0341481915058843e+37,
4.021157513567516e+37,
4.0409659143683224e+37,
4.047825376282008e+37,
4.06556121215539e+37,
4.072352309408909e+37,
4.078803768461415e+37,
4.0661798753986837e+37,
4.06644881100333e+37,
4.0393959063355393e+37,
4.05577322472685e+37,
4.047685894272488e+37,
4.060152936947159e+37,
4.0659000589768094e+37,
4.0601811981368594e+37,
4.1134574879692008e+37,
4.1133694468787514e+37,
4.156158260327477e+37,
4.1736497371921844e+37,
4.187993188716825e+37,
4.2180542211701035e+37,
4.2272767326142043e+37,
4.2793719485363025e+37,
4.28790449377634e+37,
4.294283288711733e+37,
4.323422424094386e+37,
4.33362930932065e+37,
4.339504924193941e+37,
4.345457094043849e+37,
4.3546937035653305e+37,
4.355674539438429e+37,
4.36445313701289e+37,
4.369060320874566e+37,
4.366340062593999e+37,
4.3893467769319075e+37,
4.408308183188026e+37,
4.409811479095833e+37,
4.411356476448386e+37,
4.4194296055866275e+37,
4.445360777576648e+37,
4.441749970522277e+37,
4.444391387997587e+37,
4.438703541624083e+37,
4.41673488740469e+37,
4.431910317461853e+37,
4.4635703266819525e+37,
4.480832364195252e+37,
4.498543289171212e+37,
4.519526885043285e+37,
4.545452342424486e+37,
4.561072532852818e+37,
4.598452303113495e+37,
4.627149154940104e+37,
4.627513836896537e+37,
4.649643947971012e+37,
4.67109219060181e+37,
4.684771325520929e+37,
4.703491616282392e+37,
4.692776915654164e+37,
4.714115596905836e+37,
4.739716165831754e+37,
4.74451260553827e+37,
4.744510351536841e+37,
4.782230146380938e+37,
4.79181563486108e+37,
4.833899240599365e+37,
4.845987329000547e+37,
4.866064929758724e+37,
4.878419456762504e+37,
4.899617637244483e+37,
4.923306166106845e+37,
4.929323655292293e+37,
4.957141181825878e+37,
4.9712116286390725e+37,
4.973267618154682e+37,
4.986265267698615e+37,
4.989892669215128e+37,
5.017145674714001e+37,
5.021232588267084e+37,
4.9902362389509645e+37,
4.906422321160682e+37,
4.829094501202263e+37,
4.766503833907639e+37,
4.6870812132345195e+37,
4.618712445710917e+37,
4.55661640968805e+37,
4.527930767519969e+37,
4.507769324046585e+37,
4.492933143120787e+37,
4.480739732878267e+37,
4.441010459087328e+37,
4.419214089246813e+37,
4.4100545949563485e+37,
4.388083693809348e+37,
4.393351094759339e+37,
4.397987066399736e+37,
4.408613057211887e+37,
4.41193912395819e+37,
4.4355559155843205e+37,
4.450025986027855e+37,
4.458013731419165e+37,
4.475279777241011e+37,
4.493979783768096e+37,
4.487685678820174e+37,
4.487543059961909e+37,
4.472591804662393e+37,
4.482404473941873e+37,
4.460443902437252e+37,
4.460330612736851e+37,
4.459334255952236e+37,
4.4333771765568e+37,
4.440279818360428e+37,
4.430122462667146e+37,
4.403059914186411e+37,
4.367500716051534e+37,
4.319700761686961e+37,
4.26749399511244e+37,
4.226637898390041e+37,
4.1985482475388606e+37,
4.168928144226643e+37,
4.151307051521433e+37,
4.134938848188e+37,
4.1111811709075756e+37,
4.0855841055671656e+37,
4.0643112547018456e+37,
4.046526927643458e+37,
4.018154855139195e+37,
4.02966940785235e+37,
4.0450505685782863e+37,
4.046738387171087e+37,
4.0651216951305383e+37,
4.063698451577672e+37,
4.0742590207410874e+37,
4.0820477842773153e+37,
4.0955197163869995e+37,
4.1018844500463425e+37,
4.1075809980915507e+37,
4.1031151765960226e+37,
4.1008376695790026e+37,
4.1070048760346793e+37,
4.09422408333903e+37,
4.0989763988935336e+37,
4.091155468515114e+37,
4.09262608770803e+37,
4.0734088935669766e+37,
4.044025465304674e+37,
4.0096757734060657e+37,
3.967005978030434e+37,
3.92631518939634e+37,
3.8866784980075604e+37,
3.859486714337304e+37,
3.825467967267623e+37,
3.785960621705241e+37,
3.760015088164268e+37,
3.733961528884978e+37,
3.706402741466914e+37,
3.6771374087637967e+37,
3.6490532990205744e+37,
3.623188301123018e+37,
3.592554897031638e+37,
3.569287193660366e+37,
3.5502906236060585e+37,
3.539258879305522e+37,
3.5317812578723203e+37,
3.510340617105651e+37,
3.50207143987412e+37,
3.4968170512503824e+37,
3.483753306232415e+37,
3.4683889962349324e+37,
3.4517409602408827e+37,
3.432508090741861e+37,
3.4067354673597376e+37,
3.3836698216268114e+37,
3.3552884418466936e+37,
3.3332762029777247e+37,
3.318280153571786e+37,
3.293242703754556e+37,
3.2714283585296914e+37,
3.2451949499472674e+37,
3.226516219971512e+37,
3.2113689987922916e+37,
3.1925067046604236e+37,
3.170487905714007e+37,
3.185531409486841e+37,
3.2053113309972447e+37,
3.231746740348131e+37,
3.2450605148039036e+37,
3.272247460571232e+37,
3.2913829144567093e+37,
3.310140742320757e+37,
3.331893870523386e+37,
3.3564013351674544e+37,
3.370880538236979e+37,
3.393973861747441e+37,
3.4170442081442635e+37,
3.4400980937614474e+37,
3.458787487988143e+37,
3.473514471984582e+37,
3.4936222016552458e+37,
3.512782628645781e+37,
3.532131794914409e+37,
3.5486922236835663e+37,
3.5745407014222056e+37,
3.5840275395224264e+37,
3.572646226720168e+37,
3.5621350760796494e+37,
3.5445121960158314e+37,
3.5355291910783004e+37,
3.5156737405249675e+37,
3.502114604184232e+37,
3.487307705703413e+37,
3.478495507358591e+37,
3.457702462104512e+37,
3.457077615998982e+37,
3.4478485699662747e+37,
3.4338550503599354e+37,
3.4302106561948135e+37,
3.4245523563128323e+37,
3.4156765526945193e+37,
3.411197747158558e+37,
3.413716554824009e+37,
3.4030854531630844e+37,
3.406137263224359e+37,
3.4146953927632723e+37,
3.424185907866389e+37,
3.434666884613226e+37,
3.444512978867418e+37,
3.457024185008795e+37,
3.472596983272059e+37,
3.4904443811397107e+37,
3.488284291980054e+37,
3.490167815535139e+37,
3.4960611688423974e+37,
3.4927405493036876e+37,
3.4867749604174794e+37,
3.479479979981336e+37,
3.486772838172552e+37,
3.482447519635524e+37,
3.4786645909480067e+37,
3.4753574289181526e+37,
3.4725400459849913e+37,
3.483291396177124e+37,
3.4874676571685576e+37,
3.489468377601567e+37,
3.4891619306828013e+37,
3.485643307622655e+37,
3.4910730939744965e+37,
3.495725603768417e+37,
3.4929198685499705e+37,
3.4945262714666654e+37,
3.4983565193383293e+37,
3.4943679524548873e+37,
3.4914633083653698e+37,
3.494917641279827e+37,
3.497619990339471e+37,
3.4911602055142556e+37,
3.4933388447921726e+37,
3.4954574333136002e+37,
3.4755577910175256e+37,
3.4679941420927485e+37,
3.458768610699003e+37,
3.4439229528680957e+37,
3.430450710265121e+37,
3.4197195830920293e+37,
3.4054744905958066e+37,
3.3919949847449787e+37,
3.377118357088717e+37,
3.380281539873865e+37,
3.3863286360942664e+37,
3.388909744575151e+37,
3.393529185791116e+37,
3.3958252779215164e+37,
3.4012466127734144e+37,
3.4097022220877923e+37,
3.406850741840181e+37,
3.4155852594072154e+37,
3.4173225215774056e+37,
3.4183020432594335e+37,
3.4243312283338166e+37,
3.426507236897417e+37,
3.43206490618355e+37,
3.4406010788425244e+37,
3.4433729496605656e+37,
3.447099135578204e+37,
3.453685673535869e+37,
3.4516871761539835e+37,
3.4522012089220143e+37,
3.4539726076883675e+37,
3.454606815247207e+37,
3.4486062537351037e+37,
3.445488947760245e+37,
3.448959431396133e+37,
3.445011237169949e+37,
3.4499046896629296e+37,
3.4668265849990915e+37,
3.472194273839812e+37,
3.487626268484869e+37,
3.502799501375968e+37,
3.515129667064658e+37,
3.5313530466996355e+37,
3.537811624284954e+37,
3.55402699715221e+37,
3.5605086921164343e+37,
3.56846155568542e+37,
3.5698749742362926e+37,
3.564701562701015e+37,
3.5633714991155226e+37,
3.5695319677074087e+37,
3.568670567168222e+37,
3.5645327693703514e+37,
3.571721983457484e+37,
3.567993223018991e+37,
3.574030568249295e+37,
3.5842244773015986e+37,
3.594738297948398e+37,
3.607303603105896e+37,
3.6212154723145154e+37,
3.6292791488075033e+37,
3.6544918163585085e+37,
3.669940772584283e+37,
3.6812873090517616e+37,
3.6936146380768957e+37,
3.7119356386767684e+37,
3.7200934389017935e+37,
3.7284426953886593e+37,
3.7383148168451026e+37,
3.7602414926192227e+37,
3.7664308862250726e+37,
3.7752622434794003e+37,
3.788945791366577e+37,
3.7496635230078795e+37,
3.694353686185476e+37,
3.6471445386162873e+37,
3.595679757513315e+37,
3.548459388447283e+37,
3.498425291263782e+37,
3.453658019703678e+37,
3.422208577765931e+37,
3.3833478106801736e+37,
3.3530783250409827e+37,
3.316304166029646e+37,
3.279703563815101e+37,
3.245513921693366e+37,
3.2166883397118406e+37,
3.1866494436497705e+37,
3.1531731766316322e+37,
3.1245826137895715e+37,
3.1017310666460727e+37,
3.070004761946484e+37,
3.050315961260133e+37,
3.02677604122927e+37,
2.9968201617976643e+37,
2.9616041890631206e+37,
2.934746077219115e+37,
2.9133497408035985e+37,
2.881778682162433e+37,
2.8592528470241513e+37,
2.8289333330407736e+37,
2.797520899673834e+37,
2.7799575331405543e+37,
2.748474061164446e+37,
2.723219360712514e+37,
2.7011709586163865e+37,
2.661523687301136e+37,
2.637339267786079e+37,
2.60400718732209e+37,
2.5778559959328996e+37,
2.546836132472676e+37,
2.5229490295617443e+37,
2.490607161245592e+37,
2.4624247992912806e+37,
2.43242661890658e+37,
2.416289993171898e+37,
2.3920002566795333e+37,
2.386042533230324e+37,
2.366808541309865e+37,
2.3558439745392686e+37,
2.333721120509647e+37,
2.3280128437565236e+37,
2.3075001924622513e+37,
2.3046200629564955e+37,
2.281864766179355e+37,
2.2737739483273886e+37,
2.250528759998576e+37,
2.2394682688056096e+37,
2.2231564928554933e+37,
2.2214159352614943e+37,
2.2073852056134256e+37,
2.186829512297261e+37,
2.1822703006543356e+37,
2.157264215733817e+37,
2.1584217802861246e+37,
2.154655902535312e+37,
2.1386757968189594e+37,
2.134086255462737e+37,
2.129437986178066e+37,
2.1141458828789683e+37,
2.111172006113966e+37,
2.110822591644897e+37,
2.0889447535297064e+37,
2.0848250176778853e+37,
2.0847058520759757e+37,
2.0746351713578272e+37,
2.058494039369577e+37,
2.0600193149661282e+37,
2.0401946323009882e+37,
2.0365260584806347e+37,
2.0339599795147067e+37,
2.0293199838980051e+37,
2.0220196503805745e+37,
2.029606980123047e+37,
2.0331255447892386e+37,
2.0304878335046056e+37,
2.0271805148395113e+37,
2.0236245273323296e+37,
2.0327755342797535e+37,
2.0169088874299559e+37,
2.0145305180973883e+37,
2.0180011236235072e+37,
2.0112375248112355e+37,
2.011307663618304e+37,
2.006109655146894e+37,
2.0073855481059288e+37,
2.0005960424924767e+37,
1.9971445500677792e+37,
1.9908485318267734e+37,
1.9888432248655134e+37,
1.985722452542282e+37,
1.9725637765734612e+37,
1.975002634309401e+37,
1.956248244182111e+37,
1.9452543595876024e+37,
1.9458793775774373e+37,
1.9311634791017607e+37,
1.9201039985312712e+37,
1.9177469797861347e+37,
1.905381489376713e+37,
1.912412982957647e+37,
1.9103011097845335e+37,
1.9003889309509495e+37,
1.9001354674217062e+37,
1.8929300111734256e+37,
1.8890840106489512e+37,
1.8860601004016139e+37,
1.880108344433191e+37,
1.8764020944910908e+37,
1.8742336802598038e+37,
1.8636935453549824e+37,
1.862579935614151e+37,
1.8631459774969678e+37,
1.8579036049353732e+37,
1.858458888084625e+37,
1.8495519081069213e+37,
1.8474162215238634e+37,
1.8489771165964918e+37,
1.8456667945730646e+37,
1.8365563044353777e+37,
1.8283915060507896e+37,
1.8274596071366846e+37,
1.8203331140427666e+37,
1.8167677217141278e+37,
1.8087892019352736e+37,
1.798403482727426e+37,
1.7945932312430746e+37,
1.7893579875389823e+37,
1.7794574502922682e+37,
1.7911921614834503e+37,
1.7956769913473835e+37,
1.7902268712037378e+37,
1.792463824681486e+37,
1.7878818142597953e+37,
1.78870714556919e+37,
1.8008885873146722e+37,
1.8165326740035947e+37,
1.8144101272961684e+37,
1.8205783392824288e+37,
1.8221168318799477e+37,
1.817814793377326e+37,
1.8369959026278969e+37,
1.8357987405277268e+37,
1.8507124460078134e+37,
1.8540844730761018e+37,
1.852261553594219e+37,
1.8827074236647827e+37,
1.8777577861786448e+37,
1.8925879103620597e+37,
1.9128710998743503e+37,
1.9222707898471655e+37,
1.92528467230318e+37,
1.9433289026646041e+37,
1.9675155470120504e+37,
1.9696990066779897e+37,
1.9841841036058992e+37,
1.9927648755739507e+37,
2.0026107863762848e+37,
2.0046110431694633e+37,
2.010419989818283e+37,
2.0191658859587825e+37,
2.0157779286759812e+37,
2.0208679311562045e+37,
2.0340898931294755e+37,
2.0302614470577152e+37,
2.039514331988861e+37,
2.063429393600932e+37,
2.0627038379633317e+37,
2.084781366617964e+37,
2.0925460368595511e+37,
2.1009681294191857e+37,
2.1140150994996888e+37,
2.128207401045671e+37,
2.1350978016936424e+37,
2.1602151229101875e+37,
2.1586062152707957e+37,
2.169427300467357e+37,
2.1740814071710875e+37,
2.1732468016845694e+37,
2.16212129643197e+37,
2.148894799922871e+37,
2.1515122573053273e+37,
2.1563648710737408e+37,
2.1550715677207774e+37,
2.1596985770049253e+37,
2.1654987421424075e+37,
2.1736998955780007e+37,
2.171317959208067e+37,
2.1745687310701547e+37,
2.17555326927456e+37,
2.186325072794238e+37,
2.1936983768895353e+37,
2.1943290682094856e+37,
2.1886255196429267e+37,
2.205272070008392e+37,
2.212277247281725e+37,
2.2097866053962287e+37,
2.204245852374552e+37,
2.227347147518823e+37,
2.2236548426119984e+37,
2.235553657848103e+37,
2.2288373143115765e+37,
2.2226256067016566e+37,
2.227825422476702e+37,
2.2250469421861303e+37,
2.2196058234110545e+37,
2.22161477593394e+37,
2.220240880023724e+37,
2.2221372590853557e+37,
2.2160528547206117e+37,
2.2204741998124055e+37,
2.1721767441861644e+37,
2.138938007501691e+37,
2.110086760886093e+37,
2.0928319871641851e+37,
2.0570343577200844e+37,
2.0340990968459373e+37,
2.026078974718588e+37,
1.9997112438472703e+37,
1.9846886815855603e+37,
1.9567788986429415e+37,
1.9409308012629634e+37,
1.9098723379299653e+37,
1.892540253933201e+37,
1.8692622431212275e+37,
1.8513529900556904e+37,
1.8337930676231013e+37,
1.8144150722897092e+37,
1.8002055178399221e+37,
1.784740729851662e+37,
1.7618550948655836e+37,
1.740875375895821e+37,
1.7218624038972982e+37,
1.7198315268545355e+37,
1.7177364974673487e+37,
1.7178480431205964e+37,
1.7152945641734467e+37,
1.7111295850973324e+37,
1.7137546398335634e+37,
1.7042557679294317e+37,
1.7021456053324294e+37,
1.7063147147673898e+37,
1.705713476150644e+37,
1.7140460195488846e+37,
1.7224801934641944e+37,
1.726065430699277e+37,
1.7339177431502059e+37,
1.738533360249175e+37,
1.7382524010663253e+37,
1.7515029526456024e+37,
1.7526675139252625e+37,
1.7518797574368677e+37,
1.732282387996899e+37,
1.7341679365629017e+37,
1.7251211399007254e+37,
1.7186558127133107e+37,
1.7179050469042435e+37,
1.7055826932759173e+37,
1.700632405625604e+37,
1.6844467967178094e+37,
1.6750239152748825e+37,
1.6817438348236097e+37,
1.66933046700582e+37,
1.6806875937003437e+37,
1.6602976982185288e+37,
1.6702840922642713e+37,
1.6691831785390003e+37,
1.6641359162246239e+37,
1.6740142853465467e+37,
1.657853968079626e+37,
1.665856600665869e+37,
1.6722694292152944e+37,
1.6637822905006657e+37,
1.668328980320836e+37,
1.660637863372706e+37,
1.6660820044993123e+37,
1.6763727609704632e+37,
1.6645670986161515e+37,
1.65886160269322e+37,
1.663833613654404e+37,
1.6502368605778495e+37,
1.6372645483055609e+37,
1.6376791929547485e+37,
1.6231533015570226e+37,
1.6249548652705747e+37,
1.6021201474578158e+37,
1.6057041800480355e+37,
1.596702996538032e+37,
1.5948446321748267e+37,
1.5770523635067013e+37,
1.575594759875777e+37,
1.570399434758566e+37,
1.5693645862432318e+37,
1.5506115232140159e+37,
1.550246877431715e+37,
1.5559821513191633e+37,
1.5491559001759493e+37,
1.5499906735527812e+37,
1.5479212610426977e+37,
1.54231726210976e+37,
1.5508488762222259e+37,
1.5469198984581677e+37,
1.5388934594576049e+37,
1.5438858289863482e+37,
1.5374529260836488e+37,
1.539512080809025e+37,
1.5376966309355147e+37,
1.5309408304783146e+37,
1.5360905637023565e+37,
1.5357590153390184e+37,
1.5384309429436094e+37,
1.5361547697616503e+37,
1.5368366146034498e+37,
1.5472021451324525e+37,
1.5505868678415243e+37,
1.548950870055262e+37,
1.545035046248238e+37,
1.5475559844894425e+37,
1.5253068766586938e+37,
1.4976282916674853e+37,
1.4780648739642986e+37,
1.4471635561443369e+37,
1.4176716157987857e+37,
1.3947485421544005e+37,
1.3623741909980243e+37,
1.3334776968979137e+37,
1.3422560494288122e+37,
1.3342090000569083e+37,
1.3377252362468663e+37,
1.3428240842017435e+37,
1.3452452151313192e+37,
1.338170372252962e+37,
1.3397778345339368e+37,
1.3448957080178157e+37,
1.3434053099449783e+37,
1.348039545315494e+37,
1.3548437639832369e+37,
1.3569491124566695e+37,
1.36109075172371e+37,
1.3631477153439845e+37,
1.368708285828707e+37,
1.3714435588896098e+37,
1.370771884748171e+37,
1.3660694955660685e+37,
1.3631035742837754e+37,
1.361987702221655e+37,
1.3613610855542442e+37,
1.3639916090920341e+37,
1.3645368454457055e+37,
1.3603467154061529e+37,
1.3554764106917318e+37,
1.357751739828761e+37,
1.3530319667075979e+37,
1.3530204459129973e+37,
1.354689431247434e+37,
1.3558364488781548e+37,
1.351250586310106e+37,
1.351984927329337e+37,
1.3540505820419692e+37,
1.3516073721361608e+37,
1.3482892157863245e+37,
1.3471695221002596e+37,
1.3439365790778576e+37,
1.3372331524258885e+37,
1.3309176928458984e+37,
1.3305102595732718e+37,
1.3237263645775429e+37,
1.3256133199626563e+37,
1.3212342034484896e+37,
1.3075202382663653e+37,
1.2853546230264463e+37,
1.2571946560929675e+37,
1.2333604997721443e+37,
1.2069637262555046e+37,
1.1961552235752604e+37,
1.1889677882872156e+37,
1.185565439696518e+37,
1.190253919349525e+37,
1.1957012722920252e+37,
1.2102680605283469e+37,
1.2121844875464905e+37,
1.2117542809746442e+37,
1.223969736388916e+37,
1.2234014963608522e+37,
1.2296745523081901e+37,
1.2358569814807907e+37,
1.2479232674288596e+37,
1.2496142888742228e+37,
1.2538076260318737e+37,
1.2594893880400704e+37,
1.2664073363135703e+37,
1.2675112165701293e+37,
1.261961780494925e+37,
1.2622984605419032e+37,
1.2515279679239046e+37,
1.2477122266846826e+37,
1.238481586889721e+37,
1.2380050496844042e+37,
1.2261753035160284e+37,
1.2216973989552368e+37,
1.2196666475303931e+37,
1.2085814101399212e+37,
1.2105790681857788e+37,
1.2062792187567155e+37,
1.1996075347016968e+37,
1.1984510776177219e+37,
1.1933206041106358e+37,
1.1940416972020638e+37,
1.1900557525053606e+37,
1.1927335148602474e+37,
1.1877645422433254e+37,
1.1947546094825484e+37,
1.1971110730334796e+37,
1.194594850355336e+37,
1.2007007172769153e+37,
1.2079669970626233e+37,
1.206236250317895e+37,
1.209038431878987e+37,
1.213861896803659e+37,
1.214258467931417e+37,
1.2196028629992424e+37,
1.222403302690118e+37,
1.2297201802238924e+37,
1.226996950797641e+37,
1.230464772063056e+37,
1.2357548114796875e+37,
1.2364329561404077e+37,
1.2359015545090444e+37,
1.2329359134843863e+37,
1.2314356781538158e+37,
1.2318594704032467e+37,
1.2275472342734903e+37,
1.2240061475219603e+37,
1.220123581275721e+37,
1.221666852238691e+37,
1.2224429922626964e+37,
1.2224831756137185e+37,
1.2286676964166755e+37,
1.234098881518365e+37,
1.24371561387047e+37,
1.2487096280331723e+37,
1.257173249766922e+37,
1.2628591137980789e+37,
1.266083136631766e+37,
1.2751503592440805e+37,
1.2815802972353659e+37,
1.2701021094297646e+37,
1.2627084605053005e+37,
1.2525948894678357e+37,
1.2421600830088762e+37,
1.232245188902419e+37,
1.225867106620278e+37,
1.2145774489357252e+37,
1.2020330714046855e+37,
1.1951827697574853e+37,
1.180906208369238e+37,
1.192530665407966e+37,
1.190904579862893e+37,
1.1987055064725134e+37,
1.1981965816946974e+37,
1.1979617928199392e+37,
1.2003834952433085e+37,
1.1990017316474534e+37,
1.1979981833146975e+37,
1.1952656721707007e+37,
1.19642796573859e+37,
1.1931130375703791e+37,
1.1914016720908292e+37,
1.1982614060437053e+37,
1.1959881158331382e+37,
1.2046626180738021e+37,
1.2066535051868203e+37,
1.2142783012002288e+37,
1.217924457731139e+37,
1.2241906106708252e+37,
1.2212352396386228e+37,
1.2241305576144197e+37,
1.2257655822396677e+37,
1.217276686204889e+37,
1.2129578313225656e+37,
1.2045888370986616e+37,
1.1955530937917803e+37,
1.1884796220643004e+37,
1.1833750366722317e+37,
1.1767986295267293e+37,
1.1669086519975348e+37,
1.167867694164287e+37,
1.1600985664490627e+37,
1.1591574459942939e+37,
1.1558605956891052e+37,
1.1533467425659526e+37,
1.150923243896698e+37,
1.1492777406644527e+37,
1.142784839389611e+37,
1.1386976957867628e+37,
1.1343273058070757e+37,
1.124529151369302e+37,
1.1222845417310244e+37,
1.1271519939167637e+37,
1.1239227442574494e+37,
1.1295679739591406e+37,
1.1393843212464225e+37,
1.1404738869355984e+37,
1.1422618658483628e+37,
1.1481706165785296e+37,
1.1558041671860613e+37,
1.158439007035898e+37,
1.1577134609473816e+37,
1.1632500432399748e+37,
1.1666403223846783e+37,
1.1708649494966193e+37,
1.171131309434926e+37,
1.1731664320154866e+37,
1.1801570548193718e+37,
1.1825647897418325e+37,
1.1821426032547175e+37,
1.182102895825791e+37,
1.182309217986817e+37,
1.1835238630666107e+37,
1.1856213331983698e+37,
1.1844647517784647e+37,
1.186918664148184e+37,
1.1856894324935537e+37,
1.1871663083129599e+37,
1.191385967804326e+37,
1.1871700318773931e+37,
1.1914037035065247e+37,
1.1975010658882933e+37,
1.2018389604556664e+37,
1.2067362669511987e+37,
1.2068395959492467e+37,
1.2109272346684845e+37,
1.217072824670398e+37,
1.2154088724363194e+37,
1.2225398756809443e+37,
1.2236965001797253e+37,
1.230452991094793e+37,
1.226434043550891e+37,
1.2170568264675075e+37,
1.211964711547472e+37,
1.2060451119764107e+37,
1.1994195391846294e+37,
1.1968007201696566e+37,
1.1974307842453308e+37,
1.1947229279064064e+37,
1.1949978458049125e+37,
1.191924355914477e+37,
1.193204772562063e+37,
1.1919464902969809e+37,
1.1943549101360936e+37,
1.1896474188126912e+37,
1.189253126288919e+37,
1.1880253492431146e+37,
1.1888898516152422e+37,
1.188272967811919e+37,
1.1915473558696704e+37,
1.186397008157841e+37,
1.1852456904347106e+37,
1.1923086935552398e+37,
1.188977888386558e+37,
1.1930027570212536e+37,
1.1921090412796402e+37,
1.1923554996082586e+37,
1.1889057313090966e+37,
1.1958069145575648e+37,
1.199007086665023e+37,
1.2097348112984304e+37,
1.2032370740224312e+37,
1.2096031252725482e+37,
1.2118116308381023e+37,
1.2170332216244647e+37,
1.2157629388469845e+37,
1.2196673613055901e+37,
1.218694271743407e+37,
1.2242608147867392e+37,
1.2239576354438505e+37,
1.2203668552432675e+37,
1.2236485152184112e+37,
1.2270425880830778e+37,
1.2302431118512463e+37,
1.2284705675462474e+37,
1.2364488416976772e+37,
1.2419803417831762e+37,
1.2411616344658966e+37,
1.2453623928452865e+37,
1.246751307062132e+37,
1.2589075695888363e+37,
1.2642985407483573e+37,
1.261419266693246e+37,
1.2660717658192008e+37,
1.2604726341893003e+37,
1.2585736895839232e+37,
1.2445244151217318e+37,
1.2462721100118312e+37,
1.2378162362218875e+37,
1.2415839944215027e+37,
1.2381629577866273e+37,
1.233908204839894e+37,
1.2294454637886262e+37,
1.2267376531009604e+37,
1.2268526517630722e+37,
1.2204399928484823e+37,
1.218575602653991e+37,
1.2161896241933566e+37,
1.2172994916207373e+37,
1.2243504352822952e+37,
1.2258303716547693e+37,
1.231356111127418e+37,
1.2307472280814932e+37,
1.2297272097890508e+37,
1.2381650877999656e+37,
1.2396078521005071e+37,
1.2442888249329614e+37,
1.2453098565704718e+37,
1.2419057088454114e+37,
1.2531670489557908e+37,
1.2497731525960964e+37,
1.2581719938667647e+37,
1.2591183478033484e+37,
1.267634821517096e+37,
1.270048956817256e+37,
1.2725553419903173e+37,
1.2737889469379888e+37,
1.2843814227988413e+37,
1.2853996034082713e+37,
1.2814069636555372e+37,
1.2907004325568564e+37,
1.292931587485002e+37,
1.289397989434252e+37,
1.2971164940091912e+37,
1.2965876962120123e+37,
1.2987367518907198e+37,
1.3027313206318582e+37,
1.3007717592124445e+37,
1.297911901341099e+37,
1.299201161026468e+37,
1.2957149013971213e+37,
1.2976008387615263e+37,
1.293348300945196e+37,
1.2934999232285033e+37,
1.2933531403864731e+37,
1.2950694211801374e+37,
1.2981389022288275e+37,
1.2941814633746595e+37,
1.2965518910237883e+37,
1.2908083062907609e+37,
1.2931946479118158e+37,
1.2833559471816691e+37,
1.2855440075322625e+37,
1.2787813210167208e+37,
1.272248469461285e+37,
1.2707229432285683e+37,
1.268156679264478e+37,
1.2659261828021695e+37,
1.263818159128793e+37,
1.2706758197674992e+37,
1.2746786127390764e+37,
1.275223808802159e+37,
1.2750346519533858e+37,
1.2754187390884074e+37,
1.2753075496245143e+37,
1.2831474373081256e+37,
1.2804876869763199e+37,
1.2800843513179099e+37,
1.2835270874351782e+37,
1.2889999250638083e+37,
1.2891066258744079e+37,
1.2887452369474486e+37,
1.2979746794246347e+37,
1.2992907740585925e+37,
1.3133015396729072e+37,
1.3190221719743912e+37,
1.3176627322206241e+37,
1.3321512347861284e+37,
1.3389159842953743e+37,
1.3391887817092456e+37,
1.3462648247312382e+37,
1.3587730163850823e+37,
1.3609941518187064e+37,
1.3658113484815005e+37,
1.3743540139064814e+37,
1.3724240608511505e+37,
1.3870504021972997e+37,
1.3907108342053648e+37,
1.4003368811473824e+37,
1.3999849375249782e+37,
1.4089895334282997e+37,
1.4125711733108626e+37,
1.41339855315366e+37,
1.416405076912772e+37,
1.4152871074834148e+37,
1.4111271581962262e+37,
1.4131315392909983e+37,
1.418762304330441e+37,
1.414016624068965e+37,
1.412658423996554e+37,
1.410083833237124e+37,
1.4032254195241677e+37,
1.401606255950595e+37,
1.400644535466157e+37,
1.395596110893198e+37,
1.3941977409495152e+37,
1.3936044229467602e+37,
1.3860299396023538e+37,
1.3885643762519837e+37,
1.3861916286355775e+37,
1.3847930878040897e+37,
1.381439265071206e+37,
1.3758477058677852e+37,
1.3689775228610395e+37,
1.3573667303626171e+37,
1.3394494170504283e+37,
1.3223847134343367e+37,
1.30211874515937e+37,
1.282092170535727e+37,
1.2683034732620914e+37,
1.2483239800832508e+37,
1.2239567105784078e+37,
1.2114516605292082e+37,
1.1963397844983834e+37,
1.1847009050144053e+37,
1.1734502654472318e+37,
1.1650284939183893e+37,
1.1562197747215338e+37,
1.1481054194573744e+37,
1.1446379128525415e+37,
1.1314045576917686e+37,
1.1255810527994573e+37,
1.1259958969749906e+37,
1.1149399742824958e+37,
1.1089540665235675e+37,
1.1078092062386833e+37,
1.111190273259422e+37,
1.109538064535577e+37,
1.1029456335331647e+37,
1.0986506347250178e+37,
1.0989625739696723e+37,
1.0950645874118293e+37,
1.0957278280667194e+37,
1.0966217270458032e+37,
1.0875965960683556e+37,
1.0826825063708915e+37,
1.0676026811742973e+37,
1.0624673185454014e+37,
1.0522860427484235e+37,
1.0525809123554898e+37,
1.0403018573793713e+37,
1.0393490168802876e+37,
1.0248242147582272e+37,
1.0145468172739262e+37,
1.0118661015147675e+37,
1.0028214251452867e+37,
9.955690207837787e+36,
9.905389912582603e+36,
9.775576390376537e+36,
9.717958060302509e+36,
9.707521696657475e+36,
9.667965674590983e+36,
9.580984732279027e+36,
9.516318441238343e+36,
9.475620721716217e+36,
9.42138197854542e+36,
9.367506107294832e+36,
9.280927291459623e+36,
9.173793255409274e+36,
9.059711635305976e+36,
8.971255402573914e+36,
8.838707533996729e+36,
8.792159660633166e+36,
8.666293716243655e+36,
8.577252457518967e+36,
8.538886896161836e+36,
8.417772348907756e+36,
8.338024392726514e+36,
8.298538121133815e+36,
8.258206961540678e+36,
8.200528571843229e+36,
8.147076390236547e+36,
8.14062904785127e+36,
8.095072918194274e+36,
8.024732201115413e+36,
7.942388950201225e+36,
7.919347517200097e+36,
7.90873833559179e+36,
7.76946975533049e+36,
7.551336577504554e+36,
7.34058215988111e+36,
7.225863310570391e+36,
7.024495547458402e+36,
6.863638144074835e+36,
6.652072694092856e+36,
6.505411373866476e+36,
6.406108010016063e+36,
6.17786247884778e+36,
6.133076692588812e+36,
6.183042576061691e+36,
6.190709713795146e+36,
6.205737166904701e+36,
6.213059202030048e+36,
6.221012296823447e+36,
6.20342873043744e+36,
6.235079513396614e+36,
6.259407958126881e+36,
6.212155142189585e+36,
6.217761619096335e+36,
6.227618793981089e+36,
6.268299937550853e+36,
6.242302830723212e+36,
6.178171262355979e+36,
6.168564963386769e+36,
6.138561097935522e+36,
6.090224753057216e+36,
6.076226254538625e+36,
6.044640462790811e+36,
6.048412131241708e+36,
5.973330909106474e+36,
5.958606113856835e+36,
5.93306577770178e+36,
5.893281221939111e+36,
5.882804155780069e+36,
5.852369270456694e+36,
5.799167587249978e+36,
5.780088009189681e+36,
5.724813738773003e+36,
5.707315124787808e+36,
5.714998362412707e+36,
5.646059248529425e+36,
5.6777254116637e+36,
5.608664688608829e+36,
5.620091043907967e+36,
5.624754492525637e+36,
5.599145374444121e+36,
5.626788483846089e+36,
5.56889358068623e+36,
5.586921320183123e+36,
5.549067057710106e+36,
5.587453999661786e+36,
5.505381403827925e+36,
5.503866109610461e+36,
5.504903481021068e+36,
5.521790651882151e+36,
5.521260678034372e+36,
5.55375033627335e+36,
5.549970587319857e+36,
5.632855492711909e+36,
5.576209253073138e+36,
5.611300599977178e+36,
5.613705983015402e+36,
5.637901291783403e+36,
5.691676419515418e+36,
5.675913099163005e+36,
5.712313817187052e+36,
5.716043048003166e+36,
5.726577957964776e+36,
5.759889037437779e+36,
5.726494662380525e+36,
5.816262017813499e+36,
5.821488997194065e+36,
5.819191931286934e+36,
5.773706275751301e+36,
5.878348612780189e+36,
5.897114079287227e+36,
5.86236001039756e+36,
5.914027526230716e+36,
5.949358323439773e+36,
5.83832834907095e+36,
5.722488462921013e+36,
5.685255703987623e+36,
5.578840299029417e+36,
5.534956123156873e+36,
5.396306995122074e+36,
5.405374619452758e+36,
5.252827542950861e+36,
5.171139474136974e+36,
5.102008665614465e+36,
5.0523239614318064e+36,
5.062158705133504e+36,
5.161658384875867e+36,
5.163896325277671e+36,
5.1936005846775357e+36,
5.145947169242127e+36,
5.1890446911530534e+36,
5.2342405033611377e+36,
5.190969638891059e+36,
5.2233370325006716e+36,
5.200696165127234e+36,
5.2351862010798287e+36,
5.208981016106979e+36,
5.243949495967675e+36,
5.2448204985774714e+36,
5.285074038578932e+36,
5.266625212246412e+36,
5.319588591879288e+36,
5.306432982837133e+36,
5.358511227483617e+36,
5.3098568754534823e+36,
5.363750205373534e+36,
5.407959060153764e+36,
5.429894376365686e+36,
5.43814450208593e+36,
5.451625648176997e+36,
5.495695471206704e+36,
5.486026574089388e+36,
5.484299480537703e+36,
5.467950019307087e+36,
5.505295267124383e+36,
5.56778627617999e+36,
5.561213296430456e+36,
5.517984782878148e+36,
5.611983003692491e+36,
5.591534940260643e+36,
5.592787406338567e+36,
5.614321224431116e+36,
5.687196412655481e+36,
5.658208267657524e+36,
5.66814835871995e+36,
5.669668685161401e+36,
5.676720706162975e+36,
5.656484866754708e+36,
5.687584903398358e+36,
5.709395148257286e+36,
5.676672613289181e+36,
5.703955399176618e+36,
5.730934384560454e+36,
5.754321483162744e+36,
5.737285895623965e+36,
5.772441273290078e+36,
5.724700760442114e+36,
5.746219285443723e+36,
5.80037141974924e+36,
5.848003038430226e+36,
5.842382977196126e+36,
5.85300604883148e+36,
5.859753750883994e+36,
5.846472041409267e+36,
5.897041787314445e+36,
5.906301462957365e+36,
5.870193828763826e+36,
5.922433276154461e+36,
5.944542553415606e+36,
5.950795807837062e+36,
6.005219917511312e+36,
6.052605262418022e+36,
6.05240896225667e+36,
6.040010029292463e+36,
6.062101576774792e+36,
6.054340642248884e+36,
6.05808899876151e+36,
6.122732058096737e+36,
6.140452284291294e+36,
6.172753530587264e+36,
6.179696385068396e+36,
6.216153391971215e+36,
6.214507376936883e+36,
6.239028998298598e+36,
6.256583153604207e+36,
6.231663063203178e+36,
6.225773830866724e+36,
6.276693283446698e+36,
6.2966791711389e+36,
6.320135674002563e+36,
6.305202107939688e+36,
6.29648620209178e+36,
6.306611288150467e+36,
6.331261496552455e+36,
6.357167585159495e+36,
6.36213384501561e+36,
6.406921924061442e+36,
6.365896856057917e+36,
6.406849918548351e+36,
6.461712925484037e+36,
6.422383597189338e+36,
6.434830495532287e+36,
6.459842916230806e+36,
6.530517490859628e+36,
6.576205790580523e+36,
6.557115884430452e+36,
6.602572651248702e+36,
6.597263108269349e+36,
6.641645549313482e+36,
6.62240178815634e+36,
6.699300593411045e+36,
6.655710837930382e+36,
6.667798391250013e+36,
6.705556512790242e+36,
6.711701513389753e+36,
6.759672029764214e+36,
6.758068357659437e+36,
6.765432049388598e+36,
6.761642327172955e+36,
6.70062681909164e+36,
6.658359260302285e+36,
6.680816500698049e+36,
6.617958792457891e+36,
6.605109968444993e+36,
6.539451955309323e+36,
6.535707297166177e+36,
6.504173597885515e+36,
6.465909714775841e+36,
6.429001680590772e+36,
6.431727443249237e+36,
6.370200728475571e+36,
6.350079816911193e+36,
6.253354932786877e+36,
6.253543138828227e+36,
6.233720241148137e+36,
6.217328740011744e+36,
6.180813770483336e+36,
6.23237908990825e+36,
6.231447423085401e+36,
6.160633741918739e+36,
6.151371222077344e+36,
6.116324240186823e+36,
6.087736656376594e+36,
6.040676886980434e+36,
6.00995964913446e+36,
5.967029758862061e+36,
5.877107523707485e+36,
5.83189334307096e+36,
5.753832116628881e+36,
5.649093315508124e+36,
5.661114963936308e+36,
5.581750939330412e+36,
5.563200991017379e+36,
5.499123710285138e+36,
5.495863374917481e+36,
5.432766410914107e+36,
5.414001279886371e+36,
5.315865294706388e+36,
5.220629195205838e+36,
5.1242851849970106e+36,
5.0493207477916334e+36,
4.8798611403440965e+36,
4.746813396696746e+36,
4.5808512112089744e+36,
4.4474665871240824e+36,
4.2925644517335315e+36,
4.142077295411051e+36,
4.039927910911666e+36,
4.0747217650539435e+36,
4.088151328759345e+36,
4.1023986992873544e+36,
4.1296413317199724e+36,
4.123441828206419e+36,
4.153661469191373e+36,
4.1463850687566305e+36,
4.1829525051442837e+36,
4.206499310129704e+36,
4.2364301412520485e+36,
4.209171584655566e+36,
4.182956319452655e+36,
4.1228743290920963e+36,
4.0608701771228083e+36,
4.009283345860942e+36,
3.9530640593459583e+36,
3.9135802161688927e+36,
3.8713666601731044e+36,
3.7980539816085986e+36,
3.753313475036993e+36,
3.773499849953296e+36,
3.7630783772797806e+36,
3.778276588763313e+36,
3.779718132314289e+36,
3.774920756473159e+36,
3.792627728127381e+36,
3.789760285436961e+36,
3.810834755196266e+36,
3.8132145783663835e+36,
3.799334470088967e+36,
3.7446073303525513e+36,
3.7000020746286056e+36,
3.616585973232857e+36,
3.555709030438099e+36,
3.478277539144627e+36,
3.408644117864263e+36,
3.3371473346740234e+36,
3.288654990350845e+36,
3.236144295854089e+36,
3.1626076237605133e+36,
3.1179395269520696e+36,
2.973245166861208e+36,
2.848458516885341e+36,
2.7117976836335145e+36,
2.5761407477664562e+36,
2.445810262747405e+36,
2.300647101940661e+36,
2.1841045234675523e+36,
2.0423353778505353e+36,
1.9201423364528852e+36,
1.7822764727407814e+36,
1.6453007779132323e+36,
1.647890971513897e+36,
1.6632363692960534e+36,
1.6615410542406145e+36,
1.6912352461010605e+36,
1.6874587104669728e+36,
1.7208457821277303e+36,
1.7278155868297738e+36,
1.7151114670794858e+36,
1.7454302233210035e+36,
1.748494553387363e+36,
1.7495304160738503e+36,
1.789166466424615e+36,
1.7773410918119497e+36,
1.7707426059483045e+36,
1.7854294849397357e+36,
1.7884330377826833e+36,
1.7877613669908143e+36,
1.762096551972257e+36,
1.7680254913901747e+36,
1.7612091174014155e+36,
1.7662543377442382e+36,
1.7649437220164196e+36,
1.7597451072411463e+36,
1.7427805618490745e+36,
1.7455522063881755e+36,
1.7425800881165905e+36,
1.7276032319627706e+36,
1.7286557562037253e+36,
1.7323345021028816e+36,
1.7247631872899826e+36,
1.7089206022675127e+36,
1.723047105184823e+36,
1.7243409975909509e+36,
1.7230194720103444e+36,
1.729882426761882e+36,
1.736981120197041e+36,
1.801910292860835e+36,
1.8044862448073086e+36,
1.8849942205180778e+36,
1.8807194355173125e+36,
1.8946529365353298e+36,
1.9845552870604668e+36,
1.9851616496850343e+36,
2.047223438212355e+36,
2.129094186884904e+36,
2.1211519054999733e+36,
2.216808802424596e+36,
2.228036406318315e+36,
2.3165827570316895e+36,
2.3301690286842366e+36,
2.423620865203418e+36,
2.4379753094425586e+36,
2.5310645564782788e+36,
2.5299916329702887e+36,
2.6226906675278345e+36,
2.6248137453753705e+36,
2.7155930520947496e+36,
2.8141952398510653e+36,
2.814134735930699e+36,
2.903922487776711e+36,
2.930419178601512e+36,
3.00651987123163e+36,
3.1005865431071577e+36,
3.1183185398483886e+36,
3.193970960797872e+36,
3.199106560510785e+36,
3.2981979045087884e+36,
3.3861400231602307e+36,
3.3986265388543666e+36,
3.483608635392946e+36,
3.5591806516361726e+36,
3.576331485966732e+36,
3.659900794079284e+36,
3.695237048133494e+36,
3.7803502303641067e+36,
3.794701433739838e+36,
3.7868322430982467e+36,
3.78384256086554e+36,
3.816237091784161e+36,
3.89669569087727e+36,
3.9142720985541154e+36,
3.9395810379902214e+36,
3.938777294558297e+36,
3.9682930934381437e+36,
3.984812062657966e+36,
3.9762209341017666e+36,
3.985072972990763e+36,
4.0045759938202734e+36,
4.033167047628122e+36,
4.041422507909211e+36,
4.053116006827021e+36,
4.0639016956549967e+36,
4.071912459914957e+36,
4.0547249075336435e+36,
4.1372197411598254e+36,
4.053925567639261e+36,
4.124512837578453e+36,
4.0412651154137124e+36,
4.035924357248609e+36,
4.0390858891596174e+36,
3.978864915686897e+36,
4.04594459566493e+36,
3.955602119072783e+36,
3.980221510311381e+36,
3.8790254996351824e+36,
3.87562492459312e+36,
3.923331660524648e+36,
3.801378422741442e+36,
3.882240772057451e+36,
3.777688259149828e+36,
3.7673411114900326e+36,
3.8530867418831e+36,
3.806647013887399e+36,
3.893195527011416e+36,
3.9157364082515186e+36,
3.842831192116546e+36,
3.933687995063224e+36,
3.95446822060907e+36,
3.8951404325669105e+36,
3.9830921916990737e+36,
4.037470664745741e+36,
4.017774973968004e+36,
4.071759342019338e+36,
4.072269057812956e+36,
3.958971718132241e+36,
3.972901618395479e+36,
3.9761180727260026e+36,
3.870777300588579e+36,
3.8914518079640236e+36,
3.8871967234910126e+36,
3.843892022480792e+36,
3.765582924639135e+36,
3.776540930658263e+36,
3.796992431226179e+36,
3.799390726689276e+36,
3.760150493482817e+36,
3.828858072899833e+36,
3.842825811753767e+36,
3.863565572645276e+36,
3.787722437105969e+36,
3.8524424414350143e+36,
3.867342510563365e+36,
3.909491060414299e+36,
3.8986552004433573e+36,
3.911428423318195e+36,
3.91458116805239e+36,
3.9010483100127486e+36,
3.9568934083437916e+36,
3.970394728296293e+36,
4.038150838542183e+36,
3.9697233274582293e+36,
3.998063891661217e+36,
4.005826514159409e+36,
4.018606930883411e+36,
4.058083670677218e+36,
4.095052463440716e+36,
4.0745756893177457e+36,
4.073817927661707e+36,
4.052438715685042e+36,
4.1079399825619174e+36,
4.122855726880086e+36,
4.12105541656553e+36,
4.2002266808519834e+36,
4.1970127386356215e+36,
4.196247774969882e+36,
4.2412247830175756e+36,
4.23362765400996e+36,
4.1659376140623355e+36,
4.170371992503916e+36,
4.225974277026482e+36,
4.203281681748863e+36,
4.211673561243833e+36,
4.260468040216622e+36,
4.303823425767466e+36,
4.3057815783624256e+36,
4.338946464763326e+36,
4.343577717020651e+36,
4.3511442198861806e+36,
4.3294131453345867e+36,
4.3702170816005724e+36,
4.344609447820611e+36,
4.3360355317217144e+36,
4.32389747596297e+36,
4.350867096107532e+36,
4.333518341968099e+36,
4.336004727115936e+36,
4.3196992452262616e+36,
4.294707987929394e+36,
4.3348965600400374e+36,
4.349093101029443e+36,
4.415058042766169e+36,
4.42363117521399e+36,
4.4273266009100917e+36,
4.452557598986758e+36,
4.4183008937300246e+36,
4.4259287130419826e+36,
4.422126561953345e+36,
4.410574103027945e+36,
4.429657569758505e+36,
4.453182060360038e+36,
4.452022344042085e+36,
4.51892904000308e+36,
4.52227108726027e+36,
4.5367241468167914e+36,
4.5129350309533947e+36,
4.481506289165417e+36,
4.49040273789308e+36,
4.567560655789469e+36,
4.604773980552238e+36,
4.598006671665138e+36,
4.5872413988874514e+36,
4.576910325715139e+36,
4.608710058654317e+36,
4.584714323100875e+36,
4.5795533907837915e+36,
4.595687087993152e+36,
4.5951034157591637e+36,
4.593052648415331e+36,
4.5802679067982804e+36,
4.5992678977890533e+36,
4.5780130463765794e+36,
4.635053712929376e+36,
4.601164644151287e+36,
4.598685277165198e+36,
4.601547822225817e+36,
4.6670768848675325e+36,
4.638651697435097e+36,
4.634070713896161e+36,
4.701060261937272e+36,
4.7093212590796766e+36,
4.650957576162212e+36,
4.7266770915781006e+36,
4.730274762689247e+36,
4.6855966259187214e+36,
4.735914889156932e+36,
4.707798516392959e+36,
4.655189925412471e+36,
4.690927541947209e+36,
4.6684421895439955e+36,
4.6847665460806937e+36,
4.666209552318874e+36,
4.648489927470085e+36,
4.669826859807818e+36,
4.598452385773361e+36,
4.664438312335772e+36,
4.627952051796999e+36,
4.620628284502058e+36,
4.649636333119741e+36,
4.659406066419048e+36,
4.727368633267363e+36,
4.6889396571811646e+36,
4.714969419623608e+36,
4.670470240839995e+36,
4.743253212593936e+36,
4.7337026434593976e+36,
4.745843667774131e+36,
4.719384066427446e+36,
4.672782522690887e+36,
4.634138487303669e+36,
4.625267526913762e+36,
4.5784503943362247e+36,
4.561736844868765e+36,
4.477836211333272e+36,
4.478578318470425e+36,
4.505077176074519e+36,
4.4228189963929645e+36,
4.4299068746664776e+36,
4.3740462980380886e+36,
4.379448576024396e+36,
4.4293490404475436e+36,
4.3406081151288037e+36,
4.3872844830436414e+36,
4.3947435590021833e+36,
4.3338923579520363e+36,
4.348247378610565e+36,
4.371776354321651e+36,
4.341613449729435e+36,
4.308005035243544e+36,
4.3401863570318684e+36,
4.352749176719193e+36,
4.3540645878625875e+36,
4.3975326238110853e+36,
4.33856741372032e+36,
4.372683436394964e+36,
4.3974384455346197e+36,
4.43427242001946e+36,
4.4613064945172844e+36,
4.416321561987529e+36,
4.445738500635742e+36,
4.477923221690553e+36,
4.482611033745342e+36,
4.5118982867337204e+36,
4.502779923203033e+36,
4.500862053300291e+36,
4.534872889282967e+36,
4.515681932287706e+36,
4.590559982294378e+36,
4.576388062498638e+36,
4.6044737697837765e+36,
4.5421529600336774e+36,
4.5259707759052554e+36,
4.496350468691227e+36,
4.521041211735655e+36,
4.461730456861639e+36,
4.450563086346758e+36,
4.403618097216621e+36,
4.3944094746505235e+36,
4.344930895316226e+36,
4.331342208398534e+36,
4.303299734701837e+36,
4.272861167381694e+36,
4.2807998990089634e+36,
4.261927638315474e+36,
4.307784028631213e+36,
4.286610989404019e+36,
4.32428238921363e+36,
4.315471706638238e+36,
4.307392703671251e+36,
4.3956007798945095e+36,
4.3869955230274727e+36,
4.385792598422166e+36,
4.408988085307356e+36,
4.40071170942421e+36,
4.363398964129929e+36,
4.3902160351049215e+36,
4.4406691119746583e+36,
4.427190537199085e+36,
4.449655922607087e+36,
4.454513914807487e+36,
4.49099530518192e+36,
4.478354033469905e+36,
4.484902061649927e+36,
4.475126258055943e+36,
4.5194978910957175e+36,
4.5150349980376526e+36,
4.536237938602146e+36,
4.580822500805756e+36,
4.546176347261163e+36,
4.5484244636214075e+36,
4.5987656077323924e+36,
4.548842654581664e+36,
4.603595416234501e+36,
4.598099329216866e+36,
4.6001272445897144e+36,
4.576061927528299e+36,
4.560019036428813e+36,
4.6215478137603345e+36,
4.5572251329197194e+36,
4.6024634715731046e+36,
4.6237451067604777e+36,
4.601075107633335e+36,
4.688970840324556e+36,
4.614245836562253e+36,
4.6671865364949244e+36,
4.599163336016805e+36,
4.653968030577251e+36,
4.6397353144199156e+36,
4.643744638170472e+36,
4.616753803476095e+36,
4.63902449674112e+36,
4.604817698965366e+36,
4.547301810918584e+36,
4.5853565516519545e+36,
4.529816312852066e+36,
4.530630446061836e+36,
4.5524188709794093e+36,
4.527010455170835e+36,
4.4708196082061263e+36,
4.4929669766469574e+36,
4.467805533007925e+36,
4.4562628683994075e+36,
4.399087373075965e+36,
4.451611703281206e+36,
4.4092142675101613e+36,
4.397831686729782e+36,
4.3662185135465706e+36,
4.3302201386051605e+36,
4.2991914413369314e+36,
4.408630170380155e+36,
4.401704077335093e+36,
4.380244819112184e+36,
4.3586648369749076e+36,
4.353948373817717e+36,
4.3861124650801483e+36,
4.374391071363935e+36,
4.3820371731267284e+36,
4.369429159462332e+36,
4.3499657564419536e+36,
4.382499836728672e+36,
4.3893325840175603e+36,
4.393333656923462e+36,
4.403695992367386e+36,
4.404084092236455e+36,
4.382965934309448e+36,
4.430605084053584e+36,
4.3614539714343836e+36,
4.4119759017937835e+36,
4.439867605274442e+36,
4.409598669207337e+36,
4.4180161479520713e+36,
4.3953762800927073e+36,
4.434589906343098e+36,
4.416225882035825e+36,
4.443162152354927e+36,
4.436610518880326e+36,
4.459634555601666e+36,
4.426606915486438e+36,
4.433024643739292e+36,
4.432028486888355e+36,
4.4725293382840677e+36,
4.453936405375679e+36,
4.4618515609099384e+36,
4.474357881296995e+36,
4.456521527320397e+36,
4.4606260429544765e+36,
4.4942415450226375e+36,
4.4598064364122394e+36,
4.4760632183762087e+36,
4.4942821491593485e+36,
4.479120957170197e+36,
4.480526382012641e+36,
4.5008221663998465e+36,
4.4815031107669525e+36,
4.48779007500936e+36,
4.504197880207791e+36,
4.514659516916517e+36,
4.5084835033494743e+36,
4.530475653143352e+36,
4.517912849740694e+36,
4.528203653286629e+36,
4.531044639120962e+36,
4.5307096741362405e+36,
4.516057611211257e+36,
4.5360129297196345e+36,
4.573096030892393e+36,
4.5246374266999064e+36,
4.5513327313499206e+36,
4.538446296874477e+36,
4.5622776280777367e+36,
4.5686472880706126e+36,
4.5363585412046923e+36,
4.552280643123735e+36,
4.562747545485997e+36,
4.557054903971599e+36,
4.576014006444234e+36,
4.566388019200115e+36,
4.580068950096174e+36,
4.574085541754407e+36,
4.572944185936008e+36,
4.5794229650969317e+36,
4.598199058784005e+36,
4.58278118705614e+36,
4.5992476659389027e+36,
4.5887900097039686e+36,
4.610906020972095e+36,
4.499123054456109e+36,
4.2897597118047666e+36,
4.1224617979882e+36,
3.9654494849871104e+36,
3.763548627809492e+36,
3.607121102051598e+36,
3.413837415484255e+36,
3.2597118466204924e+36,
3.05856306653909e+36,
2.8775982703926023e+36,
2.7294057852379864e+36,
2.5729564992435442e+36,
2.5749174259714524e+36,
2.577991901779453e+36,
2.5886055706269496e+36,
2.571827280378625e+36,
2.5781814507412978e+36,
2.5901177426464353e+36,
2.58441002358636e+36,
2.5986642680368923e+36,
2.5861797129552643e+36,
2.605606905642533e+36,
2.6138520851036395e+36,
2.620812740448545e+36,
2.5484076251066192e+36,
2.4770393199966327e+36,
2.397022388853935e+36,
2.3282381238949906e+36,
2.2649462960287507e+36,
2.153597850175333e+36,
2.0782920314766105e+36,
1.9970620226539532e+36,
1.8859449925568374e+36,
1.82276210247805e+36,
1.7290972873287286e+36,
1.662615856174464e+36,
1.5750147236977483e+36,
1.4982123965380385e+36,
1.4146394132525983e+36,
1.3660954073985518e+36,
1.284777240045913e+36,
1.1845095744867958e+36,
1.097690829357563e+36,
1.0411953330624515e+36,
9.587881539849296e+35,
8.776299208103695e+35,
7.965283506622579e+35,
7.446437893495456e+35,
7.427520873845541e+35,
7.608141742599014e+35,
7.697832544607978e+35,
7.723983855776903e+35,
7.816108235175399e+35,
8.006983861402535e+35,
7.877085813447057e+35,
7.929515076480362e+35,
7.948650180050888e+35,
7.998953160158112e+35,
8.110160669763421e+35,
7.998900895068318e+35,
7.875884218878562e+35,
7.643995049444577e+35,
7.42425235561349e+35,
7.322401967067594e+35,
7.152226465444003e+35,
7.032911614788789e+35,
6.761893622348551e+35,
6.828413950645205e+35,
6.980585986188465e+35,
7.13915237373294e+35,
6.993003353357823e+35,
7.119534064489792e+35,
7.088409019109925e+35,
7.030917150697037e+35,
7.18628286131349e+35,
7.208038953837441e+35,
7.386956135748425e+35,
7.35512961762013e+35,
7.474587021876692e+35,
7.4051686660729e+35,
7.525880316331299e+35,
7.605195618917864e+35,
7.562140675439336e+35,
7.693269912868556e+35,
7.661923680747331e+35,
7.728722854236751e+35,
7.908007717333255e+35,
7.749127249057556e+35,
7.832777550675906e+35,
7.941090694071819e+35,
8.011908742463978e+35,
8.069773775453048e+35,
8.069482359701346e+35,
8.094599129312944e+35,
8.095209947782235e+35,
7.950603235106053e+35,
7.946182583634767e+35,
7.473895156286289e+35,
6.757710913504201e+35,
6.239102246558111e+35,
6.2533466104426484e+35,
6.216949315622234e+35,
6.265266665318688e+35,
6.2926760944013304e+35,
6.354127602609045e+35,
6.352400905786234e+35,
6.4066614484604724e+35,
6.3532718837085804e+35,
6.480636849505306e+35,
6.46369359084576e+35,
6.43959680582115e+35,
6.439736294590216e+35,
6.384837700756437e+35,
6.315798382881857e+35,
6.327098677007054e+35,
6.311897646510624e+35,
6.3942727717982556e+35,
6.408719411811973e+35,
6.339534487150141e+35,
6.4268453952461114e+35,
6.4253038143671065e+35,
6.51152067510742e+35,
6.5099627633385064e+35,
6.512599269478085e+35,
6.5568725156448446e+35,
6.595818778489189e+35,
6.629334519527505e+35,
6.628790406425946e+35,
6.627400329145525e+35,
6.721142031975809e+35,
6.694222884862378e+35,
6.722388935555125e+35,
6.846006681953095e+35,
6.780545133164798e+35,
6.810325615789643e+35,
6.846029531524663e+35,
6.892836152613872e+35,
6.883622994836774e+35,
6.87737200568792e+35,
6.94095153750071e+35,
7.00094098183011e+35,
6.990964377765745e+35,
8.155573302701096e+35,
8.178166458616282e+35,
9.339969737625252e+35,
9.420299499336038e+35,
1.0566188652774698e+36,
1.0563015687827216e+36,
1.1744837600087656e+36,
1.170044291803351e+36,
1.2901333394838801e+36,
1.2955919807599626e+36,
1.2948368498342822e+36,
1.4123508623237202e+36,
1.4102730433132725e+36,
1.528999363659697e+36,
1.5288931305407775e+36,
1.652090595832572e+36,
1.650545878078925e+36,
1.7729851461180137e+36,
1.765612369804271e+36,
1.8825287621037356e+36,
1.995526147894406e+36,
2.001012589943474e+36,
2.1151851391233114e+36,
2.1135991068581586e+36,
2.2266982900049965e+36,
2.2277221821755547e+36,
2.350353143101126e+36,
2.3429712719402624e+36,
2.4282155995085336e+36,
2.4475160918146636e+36,
2.5504150469124114e+36,
2.5969730776714827e+36,
2.66454880545856e+36,
2.6899038622828346e+36,
2.6657036766035084e+36,
2.746899809486173e+36,
2.667509848815872e+36,
2.744686217881259e+36,
2.8850645117603455e+36,
2.7488888819818996e+36,
2.8851518655237875e+36,
2.7498316146233794e+36,
2.884674249704246e+36,
2.862533304251827e+36,
2.8803891165165126e+36,
2.83630755245442e+36,
2.951964770964647e+36,
2.7980547684225295e+36,
2.9138171810100284e+36,
2.872606706401036e+36,
2.874732889372435e+36,
2.8331375373200544e+36,
2.9490250953141566e+36,
2.7849441739513065e+36,
2.910572195568703e+36,
2.814986981789195e+36,
2.9067569510446584e+36,
2.834675497550609e+36,
2.9981494478159214e+36,
2.8619579380086595e+36,
3.031603848399907e+36,
3.0718617914964954e+36,
2.8834086639855465e+36,
3.090806198981349e+36,
3.021600700710879e+36,
3.082665663763574e+36,
3.119308644246435e+36,
3.219679127591274e+36,
3.249287453418422e+36,
3.1816808450385596e+36,
3.217672954700389e+36,
3.270884345552594e+36,
3.3134465066989424e+36,
3.214577459865957e+36,
3.2690742233150145e+36,
3.3097440672118696e+36,
3.334719644930749e+36,
3.2419990471785787e+36,
3.269785359893887e+36,
3.301462938859014e+36,
3.312283012937408e+36,
3.344894615900762e+36,
3.38128526445242e+36,
3.271187144739342e+36,
3.3272738793384765e+36,
3.4293186392813786e+36,
3.361381143135119e+36,
3.2618202018668053e+36,
3.40594724438644e+36,
3.3120404709736786e+36,
3.382208287749209e+36,
3.502281435531416e+36,
3.4436307202657626e+36,
3.378922425761298e+36,
3.4743600476477653e+36,
3.438211487374881e+36,
3.460165656406645e+36,
3.4866541849676736e+36,
3.60438981352901e+36,
3.5434205408109514e+36,
3.564884839448845e+36,
3.6005852940200636e+36,
3.600674420219401e+36,
3.5655050724087004e+36,
3.5603158065646725e+36,
3.7075487876382854e+36,
3.7034901915787577e+36,
3.656511157072292e+36,
3.668884814180247e+36,
3.831937174053072e+36,
3.808275158408262e+36,
3.8320481584944285e+36,
3.6857385931929746e+36,
3.758087373914901e+36,
3.828131144454732e+36,
3.826775724214259e+36,
3.825862575307008e+36,
3.791360406090319e+36,
3.88714055897556e+36,
3.931007617673459e+36,
3.931335951066901e+36,
3.916825133060437e+36,
3.9488342009371875e+36,
3.9877098767886534e+36,
3.984051966833812e+36,
4.0042781852549116e+36,
4.0489014792566445e+36,
4.0231600513967464e+36,
4.0447083573459124e+36,
4.138714681165837e+36,
4.0975133805619546e+36,
4.088064403680436e+36,
4.077005108555489e+36,
4.0681669216739934e+36,
4.1227511825682455e+36,
4.1018240352461765e+36,
4.2940409496266524e+36,
4.284039050060834e+36,
4.301269097464079e+36,
4.2255130425768333e+36,
4.194052192417652e+36,
4.2301543681102517e+36,
4.2352699201960546e+36,
4.22524197934008e+36,
4.2185694358397264e+36,
4.213218468928086e+36,
4.207735009369129e+36,
4.406168794139258e+36,
4.4026607314523804e+36,
4.4252972110809675e+36,
4.467588094390559e+36,
4.4411518726315956e+36,
4.425074522494769e+36,
4.45479933970285e+36,
4.554540566777317e+36,
4.5510631869991807e+36,
4.5512410973693935e+36,
4.547092596462384e+36,
4.545369824492128e+36,
4.4893606117552893e+36,
4.585828743282833e+36,
4.577317070131898e+36,
4.566530800578782e+36,
4.584007974841915e+36,
4.575620237721235e+36,
4.6704447736706053e+36,
4.649385647165597e+36,
4.6178245177988185e+36,
4.6145664785212176e+36,
4.6873811517452206e+36,
4.706105693884766e+36,
4.770964330715657e+36,
4.767303290225207e+36,
4.767893639484339e+36,
4.7643019012881614e+36,
4.7132201340107176e+36,
4.7073677143059936e+36,
4.8207205325081477e+36,
4.7816093007785766e+36,
4.7852569779528187e+36,
4.947674309190943e+36,
4.9438291773783235e+36,
4.937671692943773e+36,
4.9781724055942467e+36,
4.8816417917171064e+36,
4.850269671306541e+36,
4.942333115113397e+36,
4.997699633271701e+36,
4.986867303285765e+36,
5.0322711962568314e+36,
5.0149870489043646e+36,
4.9141522052732837e+36,
5.0027607631368137e+36,
5.058563325198805e+36,
5.10405424892449e+36,
5.0515154729701664e+36,
4.960253952859058e+36,
5.13840099086885e+36,
5.0864263044495075e+36,
5.145460234266436e+36,
5.139061661179377e+36,
5.204524491673885e+36,
5.148041079818838e+36,
5.205269981459458e+36,
5.1933710554824185e+36,
5.155738777693474e+36,
5.200334028303707e+36,
5.1837104466028193e+36,
5.269029582543388e+36,
5.2332757749126454e+36,
5.235999584283162e+36,
5.2108133715619634e+36,
5.360142515259224e+36,
5.279475762196619e+36,
5.2939786432342666e+36,
5.445017112653854e+36,
5.2697857541100715e+36,
5.35597541297123e+36,
5.405872232351354e+36,
5.351397821980024e+36,
5.33915536161821e+36,
5.444886126337463e+36,
5.283888516471556e+36,
5.43893675738436e+36,
5.380394010433112e+36,
5.383189388432291e+36,
5.396746207503024e+36,
5.454449680054616e+36,
5.444072509726486e+36,
5.45742157480236e+36,
5.345440528406344e+36,
5.418748339955271e+36,
5.527342115916774e+36,
5.443295861120728e+36,
5.501730781583982e+36,
5.478974359180503e+36,
5.491998139908779e+36,
5.640120889418491e+36,
5.475326285904652e+36,
5.643282805409489e+36,
5.570416614754041e+36,
5.596191684248778e+36,
5.551911496831485e+36,
5.686639735276914e+36,
5.53701357138794e+36,
5.606071130677215e+36,
5.6080283659169e+36,
5.589817494816905e+36,
5.609832498906683e+36,
5.652504494806882e+36,
5.663236354004825e+36,
5.663538697568291e+36,
5.643872163743338e+36,
5.653889942242538e+36,
5.72133448403133e+36,
5.633143741770135e+36,
5.702931415640194e+36,
5.69002688164778e+36,
5.791953047952788e+36,
5.751200539298204e+36,
5.708233415618484e+36,
5.759548352461473e+36,
5.725762842489945e+36,
5.804749782525017e+36,
5.866403387853994e+36,
5.85070119092876e+36,
5.832914375481158e+36,
5.851164927655225e+36,
5.811535925391914e+36,
5.934010311426833e+36,
5.833554651659248e+36,
5.840208896542736e+36,
5.825679854690602e+36,
5.890967442094436e+36,
5.912918457663438e+36,
5.92576388493807e+36,
6.011604785536839e+36,
6.000350895014407e+36,
5.975361932869733e+36,
5.941176200110052e+36,
5.984789768096636e+36,
6.01960912069499e+36,
6.002754558344616e+36,
6.037122895882457e+36,
5.97063703694218e+36,
6.03929194410971e+36,
6.02206919546344e+36,
6.025182503524856e+36,
6.047220332439306e+36,
6.112777752901884e+36,
6.066804467926084e+36,
6.071708078586882e+36,
6.11154257519827e+36,
6.122695500700282e+36,
6.098166628661689e+36,
6.162584208640852e+36,
6.089305762120522e+36,
6.077251668895642e+36,
6.157534647223863e+36,
6.033272179313733e+36,
6.099684750266857e+36,
6.106062369104626e+36,
6.168509232619155e+36,
6.252069635842446e+36,
6.185069842525845e+36,
6.166612754598034e+36,
6.326974877598486e+36,
6.280167496364126e+36,
6.184315445039623e+36,
6.232426667274771e+36,
6.305613439448082e+36,
6.221939564218579e+36,
6.249139417449786e+36,
6.308148267543759e+36,
6.386604617379847e+36,
6.322244342217348e+36,
6.275620249890848e+36,
6.250197121875187e+36,
6.329996530368572e+36,
6.350457771452495e+36,
6.386792539192354e+36,
6.345812351182885e+36,
6.335556935044184e+36,
6.442050187216393e+36,
6.393996061315767e+36,
6.429096297220158e+36,
6.534609764502015e+36,
6.414849435612269e+36,
6.431570613711205e+36,
6.533907998524146e+36,
6.417159298350377e+36,
6.435185323347051e+36,
6.55188309833317e+36,
6.468558120472997e+36,
6.568766809525441e+36,
6.5156443225184e+36,
6.488325719299773e+36,
6.530957784262076e+36,
6.505771524199649e+36,
6.534337593589885e+36,
6.634366995956487e+36,
6.545842827935538e+36,
6.644424316173785e+36,
6.569119633407084e+36,
6.686593503367695e+36,
6.613404144557682e+36,
6.620725047989378e+36,
6.66897333755045e+36,
6.539584393431302e+36,
6.706225606525822e+36,
6.67166262510353e+36,
6.656727278531618e+36,
6.620812902237355e+36,
6.638540972522156e+36,
6.697303422847164e+36,
6.565374911506285e+36,
6.60863454098868e+36,
6.635991883454479e+36,
6.580977891083726e+36,
6.636780279293224e+36,
6.639157097890262e+36,
6.667420991228667e+36,
6.698288382297617e+36,
6.66072597867872e+36,
6.694099123653012e+36,
6.63885994473678e+36,
6.673512703118145e+36,
6.731925635362218e+36,
6.739946429731139e+36,
6.657712298881367e+36,
6.681936631365603e+36,
6.685228553599915e+36,
6.708937565778489e+36,
6.727656708615411e+36,
6.755098544557728e+36,
6.736651925509843e+36,
6.762306421138969e+36,
6.785068242851907e+36,
6.762268556610026e+36,
6.783179608398112e+36,
6.77748525946479e+36,
6.833795094708771e+36,
6.795470823144839e+36,
6.838569237626777e+36,
6.850054797813678e+36,
6.816675367154564e+36,
6.807140066847648e+36,
6.829572184991213e+36,
6.873038350010411e+36,
6.825853509575697e+36,
6.888221684826104e+36,
6.868402699507935e+36,
6.948092136330768e+36,
6.92026333107565e+36,
6.903484372512193e+36,
6.928392193584455e+36,
6.918330769768832e+36,
6.924630721039975e+36,
6.973328693344783e+36,
6.96976064263749e+36,
6.951749625801028e+36,
6.930326277107101e+36,
6.943292534457889e+36,
7.009118129011251e+36,
6.996998640534977e+36,
7.040386818057808e+36,
7.009900178107731e+36,
6.992543399648207e+36,
7.026259082839415e+36,
7.024215873566338e+36,
7.046131728569502e+36,
7.052230802265599e+36,
7.06626736393106e+36,
7.0521146056193e+36,
7.095849562162708e+36,
7.075695710811141e+36,
7.093365199260447e+36,
7.102909020056893e+36,
7.080491121805635e+36,
7.119657431153606e+36,
7.144383774297314e+36,
7.057570706817719e+36,
6.837154713493045e+36,
6.638282897825235e+36,
6.410725538000481e+36,
6.173372158429085e+36,
5.948144856121409e+36,
5.705479440300903e+36,
5.485505866512915e+36,
5.2907324913107446e+36,
5.0667749606263526e+36,
4.8375331969851465e+36,
4.591041488235582e+36,
4.3665508283635945e+36,
4.153950832835845e+36,
3.950374881496048e+36,
3.7133597690167846e+36,
3.4735509058393166e+36,
3.2570217242027585e+36,
3.02099870456256e+36,
2.816333826163723e+36,
2.5854953721230975e+36,
2.3659684679912332e+36,
2.1327884139802058e+36,
1.9040288713198143e+36,
1.795846330359366e+36,
1.618945068969695e+36,
1.4233902165182217e+36,
1.2242467847320302e+36,
1.0140542959320413e+36,
8.179682143015055e+35,
7.848227644515024e+35,
7.849355829234944e+35,
7.730557234570308e+35,
7.79746213784045e+35,
7.928770899661167e+35,
7.898074334741373e+35,
7.85185154297747e+35,
7.795992557800231e+35,
7.886920437400834e+35,
7.89998656388705e+35,
7.812302974802152e+35,
7.863189999576835e+35,
7.912941836617063e+35,
7.91376092117998e+35,
7.899751396554594e+35,
7.924184975381162e+35,
7.923162171939821e+35,
7.908157322068886e+35,
7.912319082073985e+35,
7.886256384859981e+35,
7.975832609253902e+35,
7.965844807587909e+35,
7.923947172858047e+35,
7.456664780847021e+35,
7.192655132903243e+35,
7.160829483409842e+35,
7.150398724115836e+35,
7.102157728524023e+35,
6.653234194555167e+35,
6.1747837489793916e+35,
5.6811321912039796e+35,
5.204658250115295e+35,
4.683446672864265e+35,
4.2258152169441394e+35,
3.731246780693314e+35,
3.245187193970274e+35,
2.7599440523387652e+35,
2.2736826410421423e+35,
1.7818344188291763e+35,
1.288782955079797e+35,
1.0496803198919166e+35,
1.0318899588147014e+35,
1.0333759126028814e+35,
1.0389069940078608e+35,
1.0302987221292798e+35,
1.0275739813016291e+35,
1.0339080713551963e+35,
1.02820004435463e+35,
1.0170293067851603e+35,
1.0348281213061447e+35,
1.0220178335034121e+35,
1.0267597545382331e+35,
1.0271849398564988e+35,
1.0237839030050008e+35,
1.0362055768184063e+35,
1.028686276360019e+35,
1.025280099444518e+35,
1.023682350128058e+35,
1.0250116107732384e+35,
1.0367165905740965e+35,
1.0345163789428923e+35,
1.0302434917984691e+35,
1.0271670141859357e+35,
1.0237559786630565e+35,
1.038688439738374e+35,
1.0326718506832073e+35,
1.028250728014244e+35,
1.0323235693135514e+35,
1.0498305199522085e+35,
1.0333643332665718e+35,
1.0407897910300902e+35,
1.0426028614240353e+35,
1.0507678346227402e+35,
1.0416882110734375e+35,
1.04159865839566e+35,
1.042020757498685e+35,
1.040577667678485e+35,
1.0509959678710485e+35,
1.0425317919898238e+35,
1.0638678007600891e+35,
1.0535604872633471e+35,
1.0584130725525644e+35,
1.055105830642597e+35,
1.053132527249521e+35,
1.064957912661242e+35,
1.0605576857412e+35,
1.0553111355513064e+35,
1.0204659113620974e+35,
9.873956403377194e+34,
9.718153723163334e+34,
9.516401557882888e+34,
9.616176615187282e+34,
9.563443753657728e+34,
9.331198172020111e+34,
9.391601599354855e+34,
9.381928603514801e+34,
9.154190737339666e+34,
9.303078744668923e+34,
9.236060781986206e+34,
9.120255345838862e+34,
9.03210791361312e+34,
9.037792187029664e+34,
9.1221020497689e+34,
8.959742247321223e+34,
9.000469841371696e+34,
9.098829011043714e+34,
9.155704105472894e+34,
9.000300892933749e+34,
8.99367841497521e+34,
9.187941776636324e+34,
9.21937580819838e+34,
9.253269274008758e+34,
9.28463600770352e+34,
9.111923833247553e+34,
9.311938593172125e+34,
9.409195063725447e+34,
9.386990807954903e+34,
9.384727114499875e+34,
9.445443429445324e+34,
9.381579086827448e+34,
9.382862417957704e+34,
9.327651975224648e+34,
9.349276202269677e+34,
9.50165428250007e+34,
9.485039504077388e+34,
9.556635794854618e+34,
9.496890350378885e+34,
9.52820624281695e+34,
9.472904413463539e+34,
9.56430701378215e+34,
9.571027152557626e+34,
9.570224756096956e+34,
9.676180300082106e+34,
9.647105777483956e+34,
9.71188854693402e+34,
9.677452937307242e+34,
9.746512507511032e+34,
9.690821529297961e+34,
9.615881388831893e+34,
9.409899199838537e+34,
9.307517867956688e+34,
9.083765213235819e+34,
9.052764769730443e+34,
8.828453879950549e+34,
8.76596590639679e+34,
8.65663201698599e+34,
8.572566421748073e+34,
8.440768864486569e+34,
8.308433204376533e+34,
8.314726727791063e+34,
8.087187312144169e+34,
8.0990469228183605e+34,
7.951586966965199e+34,
7.780782668802486e+34,
7.786128750402913e+34,
7.792519871805197e+34,
7.526393523155682e+34,
7.493597085254839e+34,
7.526810983806921e+34,
7.442932174799143e+34,
7.335222207011394e+34,
7.357032711863289e+34,
7.193900489496938e+34,
7.133416342481326e+34,
7.204599861338002e+34,
7.029600028951924e+34,
7.079716517290747e+34,
6.922816378666281e+34,
6.92451267830179e+34,
6.805369338442322e+34,
6.8495845656436135e+34,
6.704827817710764e+34,
6.795627497954182e+34,
6.657769827027445e+34,
6.723108492255808e+34,
6.6121002953065445e+34,
6.630094069351138e+34,
6.43296014020347e+34,
6.41860112176037e+34,
6.490408833733683e+34,
6.332144689269175e+34,
6.36023778879748e+34,
6.373367519324565e+34,
6.43025331705292e+34,
6.351484109715906e+34,
6.4129824111731355e+34,
6.376134255135517e+34,
6.408935686985843e+34,
6.345204323999065e+34,
6.286061737846377e+34,
6.386248371317056e+34,
6.325148488978572e+34,
6.347152345055006e+34,
6.339085593798545e+34,
6.37467153368193e+34,
6.379349724280882e+34,
6.328043085437905e+34,
6.359080201587121e+34,
6.390991002695004e+34,
6.390670113775178e+34,
6.438302621720349e+34,
6.38735591135688e+34,
6.419793859766654e+34,
6.401902273504239e+34,
6.510353440294684e+34,
6.419391697781054e+34,
6.397654108657206e+34,
6.446737670952788e+34,
6.453914165163006e+34,
6.405308268566157e+34,
6.515407866235367e+34,
6.427161538389528e+34,
6.479941508016011e+34,
6.513191258317274e+34,
6.4937815407969495e+34,
6.546997497657184e+34,
6.495040635430174e+34,
6.521720422081484e+34,
6.5058821745975965e+34,
6.514099896446667e+34,
6.590193086215585e+34,
6.532048350561144e+34,
6.472486037695108e+34,
6.518858765379293e+34,
6.560530795423618e+34,
6.530903944573032e+34,
6.564569539109185e+34,
6.598985541989708e+34,
6.549791713597791e+34,
6.575996080184943e+34,
6.5028829709308565e+34,
6.514300664631007e+34,
6.6045770071720015e+34,
6.508075145114272e+34,
6.5817272123285225e+34,
6.548413866485738e+34,
6.549155733400704e+34,
6.560059693653203e+34,
6.577454727508593e+34,
6.520025036344784e+34,
6.606496332375355e+34,
6.577646328295105e+34,
6.588680850294463e+34,
6.610432946997461e+34,
6.567905211550436e+34,
6.593567843466846e+34,
6.609791302672904e+34,
6.606962759064253e+34,
6.5748721875136e+34,
6.431392033742697e+34,
6.092729684094707e+34,
5.975426213019528e+34,
5.899570360048223e+34,
5.772041604817487e+34,
5.553941467850589e+34,
5.4950380355053335e+34,
5.338262705920526e+34,
5.195477255315529e+34,
5.049343568417096e+34,
4.928676135560463e+34,
4.809485875073648e+34,
4.6571288731009195e+34,
4.523843463114027e+34,
4.423933517239176e+34,
4.412801037031027e+34,
4.405992893940777e+34,
4.417826232469961e+34,
4.40640241633203e+34,
4.420789672003134e+34,
4.443241557353486e+34,
4.4363986403376185e+34,
4.4819243044398115e+34,
4.510161005805558e+34,
4.451119614930097e+34,
4.445080634285168e+34,
4.380820070038624e+34,
4.199933352068343e+34,
4.2392778900741095e+34,
4.22794115428419e+34,
4.237249052733964e+34,
4.261391381974566e+34,
4.244750466131951e+34,
4.282615813050434e+34,
4.28439144403463e+34,
4.271247450737429e+34,
4.282139998281739e+34,
4.318607301634369e+34,
4.296236328740493e+34,
4.281592726418394e+34,
4.266299369192706e+34,
4.216254827784291e+34,
4.223878134023418e+34,
4.18463456283753e+34,
4.155803885901959e+34,
4.1364577817336137e+34,
4.1283317949894875e+34,
4.1015748679557236e+34,
4.0477558990791688e+34,
4.049185313598041e+34,
4.039333946147529e+34,
3.975266218438831e+34,
4.001994954893291e+34,
4.017453687631113e+34,
4.00854180064578e+34,
4.020725928916788e+34,
4.0165844759814523e+34,
3.9674817511236876e+34,
4.010900879760683e+34,
4.023491629914825e+34,
4.01133761040688e+34,
4.000436427453438e+34,
3.9982155373483246e+34,
4.009246500338645e+34,
4.028111475760105e+34,
3.9691198335113303e+34,
3.9864791849330986e+34,
3.9211997667205643e+34,
3.923743287950661e+34,
3.946664044381536e+34,
3.93595360697607e+34,
3.943181200233965e+34,
3.972849656176692e+34,
3.946171359159192e+34,
3.961622676433823e+34,
3.972420214876917e+34,
3.96749820282585e+34,
3.954391245625304e+34,
3.9730260644620566e+34,
3.9471714634887226e+34,
3.986672031752368e+34,
3.963634351432081e+34,
3.9623514878721413e+34,
3.953500368682284e+34,
3.9802215375757685e+34,
3.9332103956491003e+34,
3.953881100299762e+34,
3.9478651193931315e+34,
3.908591754679292e+34,
3.918863915339243e+34,
3.8978344512995535e+34,
3.893515505123902e+34,
3.875493634240285e+34,
3.756836954538431e+34,
3.756809347241892e+34,
3.7645212445045344e+34,
3.7543992340337643e+34,
3.760539105207515e+34,
3.7564769936788277e+34,
3.7569386825633546e+34,
3.7512825300551715e+34,
3.734932057203773e+34,
3.732113950578684e+34,
3.73538125910175e+34,
3.72614245529708e+34,
3.720794777252751e+34,
3.7265472504460393e+34,
3.7292180804307996e+34,
3.6773520231302283e+34,
3.6768258486180996e+34,
3.668947248706928e+34,
3.6146807138401006e+34,
3.600881290962063e+34,
3.5785522413614525e+34,
3.559522256549003e+34,
3.5268264120294145e+34,
3.50889347826983e+34,
3.5119838256354247e+34,
3.5025839750276085e+34,
3.511753368079982e+34,
3.5067439159802733e+34,
3.5069918294151074e+34,
3.5321828405068235e+34,
3.519913711663427e+34,
3.5454311270365463e+34,
3.52318574078287e+34,
3.5597463039837896e+34,
3.5758238948418244e+34,
3.5676463914176247e+34,
3.5847967743888653e+34,
3.59990109358789e+34,
3.597240389517738e+34,
3.5950486250617495e+34,
3.6206388222334163e+34,
3.6403844144683596e+34,
3.617267847602134e+34,
3.5189518274728007e+34,
3.4539439466755827e+34,
3.380444605678698e+34,
3.323264707125811e+34,
3.253592476564867e+34,
3.1799978362960146e+34,
3.0889443465752436e+34,
3.027028889102394e+34,
2.9384360672291936e+34,
2.851767074385883e+34,
2.7996652438290094e+34,
2.7086352755782526e+34,
2.629067937892259e+34,
2.551086887956245e+34,
2.4986796174407973e+34,
2.4962848460389343e+34,
2.493724383762923e+34,
2.494691621298049e+34,
2.4991218210454824e+34,
2.490837090272216e+34,
2.4841163616606576e+34,
2.496228673164173e+34,
2.4938111074845658e+34,
2.4698740057587546e+34,
2.490493732111146e+34,
2.4846702055831452e+34,
2.4839755508868514e+34,
2.47081076641411e+34,
2.4905542523747857e+34,
2.4978724018445495e+34,
2.4835360689076693e+34,
2.46569867148831e+34,
2.495029853583145e+34,
2.4700167473343075e+34,
2.4862304396216554e+34,
2.468270059768526e+34,
2.4717232914844584e+34,
2.498507491743999e+34,
2.505505297587764e+34,
2.501229045798937e+34,
2.4960755513595436e+34,
2.508130817714379e+34,
2.546544975642263e+34,
2.5452784845141313e+34,
2.557327256438978e+34,
2.5603835952652407e+34,
2.542909205344549e+34,
2.5857034559847465e+34,
2.5706190479450875e+34,
2.554928475150777e+34,
2.521848140945016e+34,
3.10609645790936e+34,
3.7386869892256385e+34,
3.718457001105799e+34,
3.698849683502436e+34,
3.679298730413091e+34,
3.66291253868296e+34,
4.241070794572671e+34,
4.221759378077946e+34,
4.852900133097307e+34,
4.862369765261592e+34,
5.461581240514955e+34,
5.472470576219456e+34,
5.457969752682577e+34,
5.476455722106207e+34,
5.488780972885455e+34,
6.082234398378628e+34,
6.722902901547579e+34,
6.719737208864952e+34,
6.732234374733408e+34,
7.339581196637005e+34,
7.344046577354415e+34,
7.346143179140424e+34,
7.335988021480869e+34,
7.950926924426414e+34,
7.96194939170238e+34,
7.957043702039111e+34,
8.620128014573833e+34,
9.229904331896605e+34,
9.222899027334051e+34,
9.241681295687566e+34,
9.253869171275264e+34,
9.85470601012721e+34,
9.86595467547642e+34,
9.871817255874296e+34,
1.0467246869411226e+35,
1.0487134493031657e+35,
1.0491915121237183e+35,
1.0493703622262639e+35,
1.1108633036759236e+35,
1.112700334626772e+35,
1.1133106953201309e+35,
1.1751522432751806e+35,
1.177774647877485e+35,
1.1782678564719623e+35,
1.2386614643124539e+35,
1.2405823210740362e+35,
1.2414420466050426e+35,
1.3021220381192433e+35,
1.3034255502288772e+35,
1.305515539063555e+35,
1.3661720589185852e+35,
1.3676383310634345e+35,
1.3689917941239675e+35,
1.4296057811735626e+35,
1.4306371132052133e+35,
1.4325133342119654e+35,
1.4931146327240828e+35,
1.4944147188129262e+35,
1.555484988332763e+35,
1.5567416751951917e+35,
1.5582613291572919e+35,
1.6190038471871387e+35,
1.620058649061536e+35,
1.6219697348038464e+35,
1.6270625957014903e+35,
1.6279157854396177e+35,
1.6317646175156154e+35,
1.6341067223405222e+35,
1.6347148190339806e+35,
1.6402459802820473e+35,
1.6412340355425038e+35,
1.6457318980635212e+35,
1.6469245317049391e+35,
1.646818914970887e+35,
1.6524053827632209e+35,
1.6542125410770364e+35,
1.7080592592455914e+35,
1.7085004509915863e+35,
1.7130649275859032e+35,
1.714684376353263e+35,
1.7151003755850454e+35,
1.722100030960843e+35,
1.723211143218213e+35,
1.7300672753428425e+35,
1.7341912926452367e+35,
1.737800376670998e+35,
1.6743792447495357e+35,
1.6805783674164635e+35,
1.6817490846208943e+35,
1.6879639892991183e+35,
1.691535655484098e+35,
1.6957742052410713e+35,
1.699298308811739e+35,
1.7030305144524558e+35,
1.7572123458203277e+35,
1.7597717746339916e+35,
1.6485023927723502e+35,
1.6521684253259986e+35,
1.6581720999336176e+35,
1.6587117826065036e+35,
1.663127074972728e+35,
1.7123022293307434e+35,
1.71408288653377e+35,
1.7172500125794896e+35,
1.6024960671838691e+35,
1.6071300781156212e+35,
1.6052716669052355e+35,
1.6587954163383536e+35,
1.6598719356149336e+35,
1.6617096973278546e+35,
1.662619917214934e+35,
1.5494707861153286e+35,
1.6001752909752758e+35,
1.598508569383263e+35,
1.59948727681989e+35,
1.601374295167143e+35,
1.6021821964468015e+35,
1.535208886052297e+35,
1.535888507763039e+35,
1.5409157778448717e+35,
1.5417057751545095e+35,
1.5905978457923313e+35,
1.4754245328159688e+35,
1.4821525701777509e+35,
1.4825602614856719e+35,
1.4833156452592815e+35,
1.5343762720443103e+35,
1.4224312986481624e+35,
1.4246942808703117e+35,
1.4246937666847045e+35,
1.4768359799556566e+35,
1.4764898766053791e+35,
1.3623884430666008e+35,
1.3595076619872127e+35,
1.4175993027202302e+35,
1.4161714323610823e+35,
1.3009415272971229e+35,
1.3568771995704601e+35,
1.3558268273874141e+35,
1.3573849276928534e+35,
1.2472223174974863e+35,
1.2980423300791023e+35,
1.2987627594379565e+35,
1.3023927304342277e+35,
1.238181495653674e+35,
1.2425643563466487e+35,
1.2423727434492824e+35,
1.24255777116292e+35,
1.1816189586531127e+35,
1.1858131623886941e+35,
1.192610886352704e+35,
1.1273179166252725e+35,
1.1306484683110791e+35,
1.1371389479663861e+35,
1.1853593449567651e+35,
1.076036359171654e+35,
1.0777296978251745e+35,
1.133705272526471e+35,
1.0166290186758232e+35,
1.0195054168066773e+35,
1.0749127559631634e+35,
9.608288807548291e+34,
9.648882594528638e+34,
1.0178443102744716e+35,
9.100706859261173e+34,
9.612184786524829e+34,
9.661764281164774e+34,
8.531917845090631e+34,
9.061484571879776e+34,
9.061176957365743e+34,
7.9571460497358765e+34,
8.029713380810832e+34,
8.0481553117298975e+34,
6.911455933875668e+34,
6.922715281584174e+34,
6.892320244085531e+34,
5.728244109947919e+34,
5.652698829209681e+34,
4.482129214118718e+34,
4.426210176821194e+34,
4.408849853431308e+34,
4.382060639805782e+34,
4.321429863261706e+34,
4.2983330560545845e+34,
4.208848073638212e+34,
4.126010633022419e+34,
4.0288358797627e+34,
3.9350652967310915e+34,
3.808373081376455e+34,
3.803122171369009e+34,
3.7790318365264834e+34,
3.8147922636101433e+34,
3.8462980831309446e+34,
3.8107128968923796e+34,
3.8596468731925653e+34,
3.853197262208896e+34,
3.8799635990567707e+34,
3.9416025400271592e+34,
3.936502789682145e+34,
3.946274790588789e+34,
3.9561741116439314e+34,
3.9727966679890437e+34,
4.0446321580650248e+34,
4.084840492502699e+34,
4.059093639092201e+34,
4.109296175850516e+34,
4.16188360417592e+34,
4.186856618126622e+34,
4.224219267619812e+34,
4.180153611576817e+34,
4.212174221405541e+34,
4.281932923271e+34,
4.296404876533948e+34,
4.321878149727421e+34,
4.354790950212501e+34,
4.385003339799047e+34,
4.397712796828771e+34,
4.474693477221318e+34,
4.463432632062537e+34,
4.474096658770632e+34,
4.548767539957904e+34,
4.543032659274523e+34,
4.564275738432485e+34,
4.639771640620403e+34,
4.654343249402581e+34,
4.638006044520216e+34,
4.64846501616851e+34,
4.692593786843606e+34,
4.663858238709889e+34,
4.728495812437528e+34,
4.746286332060078e+34,
4.780612201513868e+34,
4.788231986472577e+34,
4.805081783630927e+34,
4.831298651635915e+34,
4.862680832441848e+34,
4.945650592828588e+34,
4.892133900236046e+34,
5.021680572664488e+34,
4.992284477119602e+34,
5.081999026571223e+34,
5.088229256428496e+34,
5.070708787636805e+34,
5.183747227021471e+34,
5.142751628463741e+34,
5.22801721721516e+34,
5.206223700473269e+34,
5.303706651737966e+34,
5.295000059732995e+34,
5.334640619693412e+34,
5.412173500466531e+34,
5.382738097897064e+34,
5.495361946131625e+34,
5.4679023258344655e+34,
5.559467334200384e+34,
5.543432127875293e+34,
5.628416561916507e+34,
5.625912270836842e+34,
5.690676839610531e+34,
5.684756253897208e+34,
5.65943971495257e+34,
5.741721072371049e+34,
5.7391087155807075e+34,
5.818248016182198e+34,
5.832369858742133e+34,
5.9395903744562e+34,
5.930493586711166e+34,
5.953508051567734e+34,
6.015264331641625e+34,
6.015479522741974e+34,
6.100129804915196e+34,
6.0973030004403785e+34,
6.105955283747056e+34,
6.153824221947028e+34,
6.1474809664098125e+34,
6.168095110397364e+34,
6.256245945711106e+34,
6.211690399278238e+34,
6.215827686750894e+34,
6.302231005455106e+34,
6.301276983564471e+34,
6.296394360769196e+34,
6.295924459861188e+34,
6.383747947819231e+34,
6.413715526765116e+34,
6.435490645552155e+34,
6.482221487608462e+34,
6.555697829921016e+34,
6.57081926686796e+34,
6.590702042328772e+34,
6.604947997054054e+34,
6.63928355704066e+34,
6.73806724757479e+34,
6.753133812611162e+34,
6.776818904663921e+34,
6.829676201314008e+34,
6.821582963980499e+34,
6.878757930816912e+34,
6.917198029049807e+34,
6.994959112658032e+34,
7.047241623617152e+34,
7.064100560066628e+34,
7.101307462565675e+34,
7.124014638105968e+34,
7.155381715913e+34,
7.1676390038109465e+34,
7.176073125446837e+34,
7.251080458385791e+34,
7.270528759437758e+34,
7.330680454748907e+34,
7.363464475971115e+34,
7.384140430662012e+34,
7.414124239315903e+34,
7.482497231584226e+34,
7.506595751763056e+34,
7.514492704491967e+34,
7.541095557948896e+34,
7.54938280306022e+34,
7.572128899851171e+34,
7.616514695435577e+34,
7.63558689005225e+34,
7.711301965573576e+34,
7.726707643887594e+34,
7.734406962064277e+34,
7.81204233569408e+34,
7.743851144499465e+34,
7.77924494220323e+34,
7.856794765940847e+34,
7.898542948489292e+34,
7.934789905156386e+34,
7.964180348617788e+34,
8.0532404265888365e+34,
8.089008846726536e+34,
8.100597909223284e+34,
8.107680636337605e+34,
8.212232989204129e+34,
8.171394799405821e+34,
8.275083800613239e+34,
8.257267479623987e+34,
8.336945132518329e+34,
8.41433037089737e+34,
8.414582072306095e+34,
8.485316132165095e+34,
8.516573197939587e+34,
8.55063720556339e+34,
8.577777345326878e+34,
8.676968328641372e+34,
8.690440996306805e+34,
8.699851256845569e+34,
8.80913743899684e+34,
8.822857410682001e+34,
8.89645549945398e+34,
8.962467990625658e+34,
8.988420905290547e+34,
9.093805605702318e+34,
9.15855401175129e+34,
9.200549971090617e+34,
9.224193404412973e+34,
9.325892392727407e+34,
9.37512402749479e+34,
9.420613328358031e+34,
9.480219352651734e+34,
9.548138982271967e+34,
9.588178767325744e+34,
9.610284273292052e+34,
9.687972380620033e+34,
9.711066782183897e+34,
9.776889340637291e+34,
9.773837637165315e+34,
9.73231732567243e+34,
9.801770196700852e+34,
9.829569832130598e+34,
9.836133480681241e+34,
9.866865706406861e+34,
9.886689690956984e+34,
9.948476924387942e+34,
9.967958968209663e+34,
1.002589509505831e+35,
1.0027106761627155e+35,
1.0017817961425393e+35,
1.005481724443566e+35,
1.005824908339665e+35,
1.0137105875251862e+35,
1.0128181009000743e+35,
1.0188465893646288e+35,
1.0221755996205348e+35,
1.0323547201223172e+35,
1.0330501712640345e+35,
1.0317314465600733e+35,
1.0346840758083297e+35,
1.042520313661233e+35,
1.046080991416058e+35,
1.0508474956099925e+35,
1.0540304990067162e+35,
1.0545628035963625e+35,
1.0580634735471294e+35,
1.0611222722126812e+35,
1.0790154076602365e+35,
1.0812350075025408e+35,
1.0855687213811108e+35,
1.0986044411665896e+35,
1.1027100883463362e+35,
1.1368710281912721e+35,
1.140805837866806e+35,
1.1390516881968166e+35,
1.1549924884535513e+35,
1.1612705887610738e+35,
1.162043986648507e+35,
1.1804502928107592e+35,
1.194746742808414e+35,
1.1966522053439222e+35,
1.202673086466408e+35,
1.2176822256400616e+35,
1.2315933303965452e+35,
1.2381403940385293e+35,
1.2405855948677784e+35,
1.2521476769209888e+35,
1.2703351794564092e+35,
1.2794201189888534e+35,
1.2788970841712713e+35,
1.2903659127755924e+35,
1.2965694112470551e+35,
1.2839751430988092e+35,
1.2819778140989657e+35,
1.2752685883788687e+35,
1.2794974311831564e+35,
1.2597573216075039e+35,
1.2640587704034689e+35,
1.2667163426452171e+35,
1.249046952932849e+35,
1.2551259258263347e+35,
1.2411004491086107e+35,
1.2373045044044005e+35,
1.227919491738659e+35,
1.2349290502798984e+35,
1.242811959064795e+35,
1.2571801036184177e+35,
1.2708393311374485e+35,
1.27660254731586e+35,
1.2930439692929973e+35,
1.2996937840324372e+35,
1.311183862296879e+35,
1.3265886122173261e+35,
1.3444462018987439e+35,
1.3452840754354362e+35,
1.363850566824273e+35,
1.3765533302900563e+35,
1.3984462995879373e+35,
1.3965053783285006e+35,
1.4148485147518214e+35,
1.4165701893540408e+35,
1.436244699771277e+35,
1.4460625988411792e+35,
1.4663354999499265e+35,
1.4786496440106184e+35,
1.4907477152029037e+35,
1.4880695070695956e+35,
1.506621349475527e+35,
1.5292964078217412e+35,
1.5406144675559894e+35,
1.5529208746107218e+35,
1.57085712746597e+35,
1.579738914157594e+35,
1.5867297639147318e+35,
1.6054706989280057e+35,
1.5996149789369018e+35,
1.623105434119746e+35,
1.6320195029891313e+35,
1.6310068351249866e+35,
1.6481943967798444e+35,
1.6520091584428508e+35,
1.664413551243863e+35,
1.6634264581214396e+35,
1.681008660778251e+35,
1.690000816036788e+35,
1.6930239052663597e+35,
1.704072860297044e+35,
1.720532394138756e+35,
1.718949759575892e+35,
1.7358911113717182e+35,
1.7464499315011223e+35,
1.747603769923642e+35,
1.764962520139466e+35,
1.771993202206135e+35,
1.7719659329324836e+35,
1.7783655689288164e+35,
1.7959147093039026e+35,
1.8043889282574158e+35,
1.8035865361961444e+35,
1.815067472606725e+35,
1.8353555131751553e+35,
1.8458240676155043e+35,
1.8458391950409748e+35,
1.8638898111073967e+35,
1.88452935191633e+35,
1.895708950798075e+35,
1.9164837471740942e+35,
1.9196960505997336e+35,
1.9243970416135192e+35,
1.936750490671378e+35,
1.95405768264179e+35,
1.9663395486696762e+35,
1.9788592102227154e+35,
1.9895286076779007e+35,
2.004250778088261e+35,
2.007962446710529e+35,
2.0241742707308607e+35,
2.0309516988094578e+35,
2.0482340065489473e+35,
2.0568553467801535e+35,
2.0704620984450855e+35,
2.074112510007385e+35,
2.088405431213896e+35,
2.1016657315032573e+35,
2.111444967595541e+35,
2.1294286584277617e+35,
2.1371642774483688e+35,
2.14635141647985e+35,
2.1573582021651307e+35,
2.1699315043768415e+35,
2.1745884903232694e+35,
2.1886904529783962e+35,
2.195925527510494e+35,
2.2083745570386258e+35,
2.2222184731642842e+35,
2.240207803165692e+35,
2.2451798754110288e+35,
2.2734646197971015e+35,
2.2838513765168584e+35,
2.297142545982223e+35,
2.305981422706462e+35,
2.316033175293609e+35,
2.3198569123851015e+35,
2.3213510968649856e+35,
2.3356312586714208e+35,
2.331685116116217e+35,
2.3296690490832226e+35,
2.330627472206486e+35,
2.344463424339483e+35,
2.3415681595234368e+35,
2.3337577938324752e+35,
2.3305694955079564e+35,
2.3453125344338388e+35,
2.343610744132141e+35,
2.3381811065835794e+35,
2.3504565505141893e+35,
2.3331612246101085e+35,
2.3029178939660633e+35,
2.292358634379734e+35,
2.263516104865154e+35,
2.249337289868908e+35,
2.229365877522287e+35,
2.1988078245461772e+35,
2.18855690830653e+35,
2.1602359782126766e+35,
2.152407151892733e+35,
2.1262601017871306e+35,
2.112926096048475e+35,
2.084983267459035e+35,
2.0722510198729734e+35,
2.074186734966781e+35,
2.0895190601853375e+35,
2.105698017745072e+35,
2.104335804065631e+35,
2.1226977977931507e+35,
2.134633129343344e+35,
2.1427050190901068e+35,
2.1527948279332285e+35,
2.1659985236194887e+35,
2.166555308542903e+35,
2.1827303017021065e+35,
2.193666811269053e+35,
2.2033629174819804e+35,
2.204334310642298e+35,
2.2166173500846202e+35,
2.2354845082551367e+35,
2.243988409935493e+35,
2.254118939995145e+35,
2.2705349241405416e+35,
2.280446029065367e+35,
2.296666584593875e+35,
2.303299360890643e+35,
2.3177703830701713e+35,
2.3276715835822737e+35,
2.337493543354462e+35,
2.3455037185215718e+35,
2.3578940183616223e+35,
2.3673183020186568e+35,
2.374472161578234e+35,
2.3827480748561485e+35,
2.406366460936848e+35,
2.4131345095459684e+35,
2.419836726113869e+35,
2.4323216059791663e+35,
2.4538051453942606e+35,
2.4653000051581468e+35,
2.4714371208488613e+35,
2.492418679922075e+35,
2.5017820509041686e+35,
2.5256765100917636e+35,
2.5360324435221687e+35,
2.555487368145817e+35,
2.5637751109518934e+35,
2.5846694264650733e+35,
2.6041330735392032e+35,
2.6235465088854363e+35,
2.6332370562082114e+35,
2.6563256567869116e+35,
2.672571706241416e+35,
2.6916396941515788e+35,
2.7104439461027863e+35,
2.7275252989952737e+35,
2.7428458476305164e+35,
2.7586088618757742e+35,
2.7721157044586093e+35,
2.786532631141633e+35,
2.8020174294432372e+35,
2.8233776967702946e+35,
2.8364228301493657e+35,
2.8595490904513678e+35,
2.865852798442214e+35,
2.8854566700999097e+35,
2.8966366900072553e+35,
2.913483842602255e+35,
2.9346625751948454e+35,
2.9505148322346906e+35,
2.9648689644301035e+35,
2.975206175321201e+35,
2.9865022207499558e+35,
3.0002162503520992e+35,
3.019820323595883e+35,
3.0306094958233727e+35,
3.0460621276096873e+35,
3.0587039890114366e+35,
3.0748710580380207e+35,
3.0892956116316728e+35,
3.106556294903343e+35,
3.1284366642108868e+35,
3.137167202449689e+35,
3.154162585223755e+35,
3.175616045290765e+35,
3.1878114962267187e+35,
3.2017306001948618e+35,
3.2197722993883287e+35,
3.2369420318932723e+35,
3.2568141322719655e+35,
3.272925159748418e+35,
3.285677426880696e+35,
3.3046663429286997e+35,
3.3199126252216017e+35,
3.3337992193883486e+35,
3.352345466057188e+35,
3.366840537645303e+35,
3.382965785123617e+35,
3.3980991927849366e+35,
3.415756194896669e+35,
3.392786823125976e+35,
3.361802737111371e+35,
3.326335391768723e+35,
3.2929597792989256e+35,
3.2555590086043193e+35,
3.2228143214160115e+35,
3.1864384464207316e+35,
3.1547579773922886e+35,
3.118666078888971e+35,
3.080900421619919e+35,
3.0488056823268387e+35,
3.0136993415365292e+35,
2.9724983433831675e+35,
2.935476676738359e+35,
2.897019556643361e+35,
2.8610803569712834e+35,
2.8222121481874057e+35,
2.7846693677078203e+35,
2.743937972961127e+35,
2.7025113562052882e+35,
2.6678455353923128e+35,
2.6264439798553735e+35,
2.587546130320624e+35,
2.5481099030245855e+35,
2.5093472459315206e+35,
2.4670854499446115e+35,
2.4305295225318906e+35,
2.3963893444978846e+35,
2.3628142214355284e+35,
2.325800579181696e+35,
2.2933696156757145e+35,
2.2574284545387538e+35,
2.2217188176133763e+35,
2.184938099507863e+35,
2.1516108979804244e+35,
2.1168248386711826e+35,
2.077954721118546e+35,
2.042309941414909e+35,
2.00749638060069e+35,
1.9702670881556022e+35,
1.938625656248616e+35,
1.9084446398988126e+35,
1.8802149077501698e+35,
1.8485342511562842e+35,
1.8207210021198263e+35,
1.7917036654357818e+35,
1.7622454516118627e+35,
1.732173088936388e+35,
1.7034656732591676e+35,
1.67156194509387e+35,
1.6426886658059735e+35,
1.6127134442062424e+35,
1.5820187840834933e+35,
1.5528095075644745e+35,
1.5232232212071327e+35,
1.4985826174292402e+35,
1.4722812663057221e+35,
1.4483679073912115e+35,
1.4229361886624077e+35,
1.3969002639375142e+35,
1.3712935100583067e+35,
1.3466165364019122e+35,
1.3197209878613086e+35,
1.2945482533669679e+35,
1.2675608711203932e+35,
1.2410849540177456e+35,
1.2162810580613706e+35,
1.1890702091397616e+35,
1.1634543583821654e+35,
1.1457798190224852e+35,
1.127568425455205e+35,
1.1089379209967059e+35,
1.091314136269294e+35,
1.0723846909617976e+35,
1.055289349352328e+35,
1.0349900722356645e+35,
1.018108730585295e+35,
9.981526512937591e+34,
9.811194229934972e+34,
9.62543107565509e+34,
9.443742399096167e+34,
9.248207304605466e+34,
9.0673951530257e+34,
8.9088308648285e+34,
8.770690107660141e+34,
8.62167057864675e+34,
8.473977317509604e+34,
8.341648068272159e+34,
8.189923449205163e+34,
8.049599624999674e+34,
7.915011063986368e+34,
7.7597270174289755e+34,
7.610659464108817e+34,
7.470610760157737e+34,
7.319776981216667e+34,
7.175140322039382e+34,
7.027551552216371e+34,
6.905432779187331e+34,
6.790622620011088e+34,
6.687923527357269e+34,
6.582798554419768e+34,
6.4774716789381425e+34,
6.366799003799425e+34,
6.260393763308354e+34,
6.150988461412662e+34,
6.046849512842744e+34,
5.929003160751709e+34,
5.813260555358072e+34,
5.714285356871478e+34,
5.5989484553825e+34,
5.491665384752207e+34,
5.383586270207969e+34,
5.300798008836856e+34,
5.22324429184207e+34,
5.148842699469057e+34,
5.0778266930206165e+34,
4.998200198660331e+34,
4.916524577913913e+34,
4.839893514086746e+34,
4.76171021922984e+34,
4.6818548452543145e+34,
4.602345043876006e+34,
4.5224351132345635e+34,
4.4408203167988535e+34,
4.363944047139168e+34,
4.285298205337127e+34,
4.217146755101108e+34,
4.154474654276566e+34,
4.0960612231426443e+34,
4.0322728554916704e+34,
3.979590330259214e+34,
3.916258335780366e+34,
3.858677306075421e+34,
3.787635412300707e+34,
3.7344607856154528e+34,
3.674063418320456e+34,
3.615663545069465e+34,
3.552149425152337e+34,
3.4907220439740725e+34,
3.429310922310956e+34,
3.369430439872981e+34,
3.3391281687549575e+34,
3.295559464922695e+34,
3.2628144958455775e+34,
3.2230757512960276e+34,
3.1879926320511037e+34,
3.15161865053233e+34,
3.108839871041519e+34,
3.078170995509106e+34,
3.033114960746964e+34,
2.999021566475723e+34,
2.959599430469103e+34,
2.929099895517834e+34,
2.8884421865321854e+34,
2.8508520103477788e+34,
2.817835251660907e+34,
2.799916750220325e+34,
2.7674341286163407e+34,
2.7367417386301083e+34,
2.710519965604856e+34,
2.688758133799258e+34,
2.6587220776092082e+34,
2.631272096470111e+34,
2.6066190478426176e+34,
2.574895898293399e+34,
2.548620032934629e+34,
2.520451339403469e+34,
2.4935563948967442e+34,
2.4644132459943605e+34,
2.43745716087095e+34,
2.4168301166400995e+34,
2.397952781507601e+34,
2.3809693445165417e+34,
2.3582052893736505e+34,
2.335288047847358e+34,
2.318745532692086e+34,
2.2957238760581065e+34,
2.27280486871094e+34,
2.2498365477012256e+34,
2.2331099896820827e+34,
2.2134343163691894e+34,
2.1898424882205214e+34,
2.173632878216687e+34,
2.1458817096827818e+34,
2.131438848242188e+34,
2.1190865887459724e+34,
2.1105515143746704e+34,
2.09261545636374e+34,
2.0843432524135e+34,
2.07216985058564e+34,
2.0610576616832782e+34,
2.045131195661005e+34,
2.040087537882705e+34,
2.0250860070898894e+34,
2.0164454288922722e+34,
2.0048162085344899e+34,
1.9967513018881055e+34,
1.9840550224373953e+34,
1.9743271897142647e+34,
1.974090981225497e+34,
1.9873841811919967e+34,
1.9927746920410777e+34,
2.0028594546696878e+34,
2.0050691023362553e+34,
2.017004435488714e+34,
2.021598442708335e+34,
2.0318918114738256e+34,
2.0394902114404247e+34,
2.0488053925121588e+34,
2.0528504426430632e+34,
2.0616948823542684e+34,
2.0761723902043445e+34,
2.0776701983626144e+34,
2.0853049988273453e+34,
2.0964799425104197e+34,
2.1016131321514637e+34,
2.1106358144625456e+34,
2.119938975488223e+34,
2.1284995526951154e+34,
2.1366661817554495e+34,
2.1473559911902387e+34,
2.158231020207438e+34,
2.1669143802981894e+34,
2.177882437181599e+34,
2.183479547940646e+34,
2.1957330899541906e+34,
2.206985759379399e+34,
2.2160117436312846e+34,
2.2266199919727924e+34,
2.241114106400742e+34,
2.25045931528389e+34,
2.2633937561375355e+34,
2.2768021433862106e+34,
2.2870908981360136e+34,
2.3008629784760437e+34,
2.3174214405908076e+34,
2.3288814531611386e+34,
2.340888840030665e+34,
2.353412358887291e+34,
2.3631716447773287e+34,
2.3808376346771746e+34,
2.3936447948067137e+34,
2.406194694225216e+34,
2.421109163999535e+34,
2.432846010274759e+34,
2.4473251969016027e+34,
2.457896255276186e+34,
2.473451447597893e+34,
2.4846847911788398e+34,
2.4891917103943626e+34,
2.4835342185763534e+34,
2.4850388813714617e+34,
2.487636261306336e+34,
2.489012569048637e+34,
2.4860089657741307e+34,
2.486830830402431e+34,
2.488414380394324e+34,
2.488819440128769e+34,
2.492909818065037e+34,
2.487746946976696e+34,
2.486474671964342e+34,
2.480281946075207e+34,
2.4778197820800164e+34,
2.475294472359413e+34,
2.4762065528967007e+34,
2.4731304865438175e+34,
2.4776810108222264e+34,
2.4750568361204403e+34,
2.4761615280260005e+34,
2.4769605271622447e+34,
2.473766974998343e+34,
2.4765545168776274e+34,
2.4775677493624025e+34,
2.478277093050955e+34,
2.4794133069255176e+34,
2.481647680712275e+34,
2.48110774891895e+34,
2.4745067969796845e+34,
2.455305310961072e+34,
2.444075811088155e+34,
2.430102643927777e+34,
2.415059641679365e+34,
2.4030532312375385e+34,
2.387651722636312e+34,
2.377194722117488e+34,
2.3641789310764844e+34,
2.3504489998017746e+34,
2.334877093376003e+34,
2.3160989217082824e+34,
2.301033388386125e+34,
2.2819729533977036e+34,
2.260341443389947e+34,
2.246251267764856e+34,
2.2271140894508365e+34,
2.2067519102971094e+34,
2.190209098771342e+34,
2.169105969478785e+34,
2.155662395172149e+34,
2.140549122166995e+34,
2.1271023076384576e+34,
2.112350938645138e+34,
2.09844127039222e+34,
2.0695120752742628e+34,
2.0361686858366325e+34,
2.001142555575419e+34,
1.9656857098537166e+34,
1.9318268546367215e+34,
1.8969905293561007e+34,
1.8615505458036877e+34,
1.8259570219553469e+34,
1.7918267106042557e+34,
1.7568425816573455e+34,
1.7284955728421927e+34,
1.7035572360340064e+34,
1.678160356209385e+34,
1.6527404429835042e+34,
1.6244507247952686e+34,
1.5985232826641426e+34,
1.5712169054471978e+34,
1.5465751759558568e+34,
1.5188681336563823e+34,
1.491102060957235e+34,
1.4663949057254375e+34,
1.4387769449757807e+34,
1.4125496937724416e+34,
1.3842152088138882e+34,
1.358359906238843e+34,
1.3366845519079148e+34,
1.3150986757265487e+34,
1.2936337307456861e+34,
1.2724438633469032e+34,
1.2517937815433684e+34,
1.2288714080594899e+34,
1.2060032793282357e+34,
1.185599739069084e+34,
1.162404645593166e+34,
1.14112163303771e+34,
1.119335218343161e+34,
1.09684727977963e+34,
1.0811976235540444e+34,
1.059367525128332e+34,
1.0403718712272392e+34,
1.0231423731395454e+34,
1.0073253307825776e+34,
9.912193609753508e+33,
9.748275901124713e+33,
9.583677328740407e+33,
9.412542292660411e+33,
9.25201148768062e+33,
9.095347025051445e+33,
8.984502299299835e+33,
8.748871681088801e+33,
8.591620919349214e+33,
8.430573023130967e+33,
8.257560833021566e+33,
8.099571309549251e+33,
7.981439847383602e+33,
7.881648058615799e+33,
7.760843134585509e+33,
7.712243509237571e+33,
7.599013425166697e+33,
7.479793647132573e+33,
7.305912509436222e+33,
7.200207754899758e+33,
7.085522824363308e+33,
6.971078696475606e+33,
6.856079906839415e+33,
6.803452956565375e+33,
6.682936204218331e+33,
6.576966697073321e+33,
6.4604500717572e+33,
6.318347741789162e+33,
6.238216422245008e+33,
6.205859079983732e+33,
6.125944114213362e+33,
6.045507796509953e+33,
5.953719183999634e+33,
5.875435956930646e+33,
5.785921380060196e+33,
5.70564318410121e+33,
5.616627621706513e+33,
5.531953400869331e+33,
5.452127867120058e+33,
5.363348069322906e+33,
5.277994322652536e+33,
5.201265695822006e+33,
5.1406338256405283e+33,
5.0919888443852604e+33,
5.032536634716685e+33,
4.971415096881561e+33,
4.979100235621313e+33,
4.8434958646308547e+33,
4.8049729420372376e+33,
4.739621286757223e+33,
4.678420213653589e+33,
4.652269279361319e+33,
4.6269017377932685e+33,
4.5019546901289635e+33,
4.444696168269982e+33,
4.4437653528190264e+33,
4.392869871551829e+33,
4.3537869345220535e+33,
4.2392506404556195e+33,
4.2630410820592667e+33,
4.2207465387006536e+33,
4.172519144176487e+33,
4.0686876598573e+33,
4.0860503475024865e+33,
4.033937883527693e+33,
3.9901325311661977e+33,
3.937085942612631e+33,
3.895551571107067e+33,
3.8385114718973234e+33,
3.7997618353799234e+33,
3.7592203165787555e+33,
3.7268067366694405e+33,
3.6917895253593636e+33,
3.665423770045002e+33,
3.6392257845988886e+33,
3.6018865671205733e+33,
3.573704203134726e+33,
3.5485132710155675e+33,
3.5917302848617883e+33,
3.4966551434450165e+33,
3.472125027716904e+33,
3.4452317509431555e+33,
3.467882377246187e+33,
3.369730548978314e+33,
3.3467388255542324e+33,
3.373614699714906e+33,
3.3527120010330927e+33,
3.274440673705383e+33,
3.3197228670318133e+33,
3.3009496157983566e+33,
3.212353504666276e+33,
3.1912893766385815e+33,
3.2424589428050417e+33,
3.2036530855055195e+33,
3.126381639968846e+33,
3.1665790922851546e+33,
3.1479820682007746e+33,
3.0638323174902005e+33,
3.10566767176279e+33,
3.0944980719845244e+33,
3.0010240662486045e+33,
2.987866992996381e+33,
2.9749517699649513e+33,
2.933117311407133e+33,
2.8713485840662883e+33,
2.867256016072835e+33,
2.85814003350225e+33,
2.787376205069804e+33,
2.76133025351343e+33,
2.758728175081849e+33,
2.676505574998664e+33,
2.652693871560253e+33,
2.6392783838332217e+33,
2.628032574492963e+33,
2.6117464394264593e+33,
2.582585023653332e+33,
2.5794376263538969e+33,
2.5811504181583413e+33,
2.558785026458622e+33,
2.556643278697975e+33,
2.5432311216501756e+33,
2.527519628724016e+33,
2.5217611797516416e+33,
2.5114849873804357e+33,
2.503783409593906e+33,
2.493416177720745e+33,
2.4725505816252115e+33,
2.4777793193610593e+33,
2.462746634024566e+33,
2.449921729182312e+33,
2.437008123526081e+33,
2.4260035123721964e+33,
2.426756055408671e+33,
2.4114559777857452e+33,
2.406953916012369e+33,
2.4072301909502326e+33,
2.4003056580239242e+33,
2.389779587905028e+33,
2.3803581970439177e+33,
2.3744128161310356e+33,
2.3607116760848152e+33,
2.3532405270427498e+33,
2.3380131983685645e+33,
2.3443087691047085e+33,
2.3311705328843103e+33,
2.3362723571562189e+33,
2.3272563019656358e+33,
2.340290045905332e+33,
2.3262285021883427e+33,
2.33122391002379e+33,
2.32946941204918e+33,
2.315898653809213e+33,
2.310665814188788e+33,
2.313755142998444e+33,
2.3043166824214482e+33,
2.3004571260819104e+33,
2.3130711431957933e+33,
2.3047674253909142e+33,
2.313492805848064e+33,
2.288181096643309e+33,
2.276403477156313e+33,
2.272605519237066e+33,
2.2789968392700478e+33,
2.283835369508407e+33,
2.287678564673089e+33,
2.3017394040246623e+33,
2.30180198097574e+33,
2.310161364593811e+33,
2.3159511760510516e+33,
2.3100049153287173e+33,
2.3332495592880682e+33,
2.3426853959236084e+33,
2.332029756522323e+33,
2.34937129035486e+33,
2.3557099249909565e+33,
2.358810856230705e+33,
2.3638765005754293e+33,
2.3766028595724993e+33,
2.3803626522588385e+33,
2.3852368227079352e+33,
2.3903871708069558e+33,
2.4084596605310365e+33,
2.406583237452654e+33,
2.408821922826506e+33,
2.4205708784437397e+33,
2.4222849827458995e+33,
2.4358699512990564e+33,
2.4419470566534397e+33,
2.4469655403510517e+33,
2.4536145695435e+33,
2.4747587965026017e+33,
2.4676092831015616e+33,
2.4792645689209165e+33,
2.490861827233063e+33,
2.4974963584586433e+33,
2.5079740955228822e+33,
2.5236609615780377e+33,
2.5239776827190312e+33,
2.5276113942580063e+33,
2.541916855036456e+33,
2.5410830837358966e+33,
2.559021263637389e+33,
2.564458624827067e+33,
2.568176587958092e+33,
2.587742716211013e+33,
2.596057683011856e+33,
2.5982340518123487e+33,
2.606110785314132e+33,
2.5858295733000006e+33,
2.5935067896511593e+33,
2.5636757690467988e+33,
2.557821888089927e+33,
2.5524849583146386e+33,
2.6056952533341456e+33,
2.5976851889725374e+33,
2.604331563102386e+33,
2.600227219270663e+33,
2.605260940178845e+33,
2.598221553853634e+33,
2.599634144082959e+33,
2.597202193260203e+33,
2.602040432661177e+33,
2.601293814186692e+33,
2.5970511554179573e+33,
2.6487000219691326e+33,
2.6429589610461396e+33,
2.643388963028558e+33,
2.6444771708378645e+33,
2.640679361407435e+33,
2.6314147821273753e+33,
2.6425987527102945e+33,
2.643552705890683e+33,
2.6294963597581576e+33,
2.6699657134156927e+33,
2.680985377763312e+33,
2.6694429215344257e+33,
2.661598461583311e+33,
2.668656226139532e+33,
2.6689946034566086e+33,
2.6533638016808145e+33,
2.660473889573818e+33,
2.703814429166334e+33,
2.681385326736608e+33,
2.6934684105204773e+33,
2.6927502854897905e+33,
2.6754062632056214e+33,
2.668221098148842e+33,
2.6638558878879187e+33,
2.6988712880278186e+33,
2.6862588284756176e+33,
2.6800469665586563e+33,
2.6639964537829186e+33,
2.665922024752417e+33,
2.6477515249006165e+33,
2.694643599122898e+33,
2.6753735908058e+33,
2.683917896026871e+33,
2.6931601154622693e+33,
2.690712879685547e+33,
2.7426896750523557e+33,
2.7347111230469685e+33,
2.73661552593495e+33,
2.7511287341837084e+33,
2.756810304603164e+33,
2.751132638622579e+33,
2.7863403633881965e+33,
2.806153814251264e+33,
2.8097541219059737e+33,
2.7981678845051265e+33,
2.8027010521589176e+33,
2.826805643401788e+33,
2.832536434174176e+33,
2.8318239281844464e+33,
2.827180739221092e+33,
2.868905545198248e+33,
2.8618402179451005e+33,
2.865254900646181e+33,
2.868969553213907e+33,
2.870711301545328e+33,
2.9290344268411635e+33,
2.924165501799148e+33,
2.890225870301548e+33,
2.88179415076576e+33,
2.936388591541657e+33,
2.9380482444618925e+33,
2.9406767124482115e+33,
2.9457151172405496e+33,
3.0069280116540404e+33,
3.02421627847959e+33,
3.0129517990726195e+33,
3.027592411129014e+33,
3.0613424734265903e+33,
3.0695850491856274e+33,
3.0137766788086606e+33,
3.077485596049492e+33,
3.0669566316187726e+33,
3.073578118593148e+33,
3.07822954118212e+33,
3.1308357175534265e+33,
3.141865922138573e+33,
3.1313537246988835e+33,
3.155487788050085e+33,
3.133112462492237e+33,
3.1412061239837125e+33,
3.1239598942418386e+33,
3.1803152846349995e+33,
3.173152329274348e+33,
3.188248535138471e+33,
3.239638810756559e+33,
3.247577346311247e+33,
3.1898251077833066e+33,
3.204852594682232e+33,
3.250662211150806e+33,
3.255219331087386e+33,
3.2587741119022283e+33,
3.306444672008068e+33,
3.3049974766287215e+33,
3.2708084689833243e+33,
3.30909577864636e+33,
3.307661930253157e+33,
3.318506289495114e+33,
3.374750507169813e+33,
3.3865106284489644e+33,
3.343688132659783e+33,
3.3940987250494245e+33,
3.3643492797403395e+33,
3.3762413359306246e+33,
3.427401174544149e+33,
3.390120739301461e+33,
3.4429668169308953e+33,
3.445215035904327e+33,
3.439955342577132e+33,
3.4994134756010817e+33,
3.499753755357313e+33,
3.476469610860392e+33,
3.5249520682827514e+33,
3.537873277285056e+33,
3.527688988474505e+33,
3.599554103967862e+33,
3.552751976147458e+33,
3.62067771070692e+33,
3.629182567695281e+33,
3.6278014737336795e+33,
3.6289831676875183e+33,
3.662030917739422e+33,
3.7170467300791236e+33,
3.713626066785408e+33,
3.6875838334313796e+33,
3.661017554382614e+33,
3.676526686832512e+33,
3.705000866012945e+33,
3.684850630436282e+33,
3.6049836763293385e+33,
3.6355042477421536e+33,
3.6397317514367e+33,
3.658904733659794e+33,
3.5811559512704966e+33,
3.635956201922949e+33,
3.609200905071489e+33,
3.596747498139357e+33,
3.5788894964603493e+33,
3.562216659272888e+33,
3.6068305535525374e+33,
3.595469916678568e+33,
3.5967822802687187e+33,
3.5997408679026907e+33,
3.622679798001549e+33,
3.5607032460139227e+33,
3.5529585750317703e+33,
3.607216118946742e+33,
3.582885585684285e+33,
3.589077180147933e+33,
3.5678544731395564e+33,
3.615671788127734e+33,
3.5469513071104654e+33,
3.597266575380541e+33,
3.593145721274718e+33,
3.647659786643243e+33,
3.5629258464798343e+33,
3.6210678224751817e+33,
3.6346301107513124e+33,
3.657419829028089e+33,
3.6040305889917587e+33,
3.700782158948667e+33,
3.638740496156023e+33,
3.692332484923723e+33,
3.6775254375717444e+33,
3.7104389418474376e+33,
3.673127630235422e+33,
3.757702709920653e+33,
3.652003260997463e+33,
3.732992118643058e+33,
3.727368163144939e+33,
3.716595057844828e+33,
3.714870835779937e+33,
3.800551073897813e+33,
3.696485233981998e+33,
3.771536251292187e+33,
3.7366087285073156e+33,
3.757044181483937e+33,
3.7381173100713885e+33,
3.796275640177577e+33,
3.722791639607703e+33,
3.7732162956438596e+33,
3.783938678860592e+33,
3.7513904480648636e+33,
3.839009351834006e+33,
3.7467067746331116e+33,
3.810184286286259e+33,
3.803804058052264e+33,
3.784555080326398e+33,
3.782889580605042e+33,
3.788538163006255e+33,
3.8490252259336076e+33,
3.840504650625861e+33,
3.837843037775409e+33,
3.832884398339182e+33,
3.814148713887963e+33,
3.813136016248208e+33,
3.866629014479767e+33,
3.8930374194165646e+33,
3.856688213732362e+33,
3.869269959514714e+33,
3.8710191245302546e+33,
3.927448413474576e+33,
3.9584877609177215e+33,
3.9322118606433885e+33,
3.95263137193664e+33,
3.9325700478447187e+33,
3.93161327139028e+33,
3.99796247005703e+33,
3.998044826434931e+33,
4.002383095893343e+33,
4.084451005182736e+33,
3.997457504709487e+33,
4.072108270441982e+33,
3.9865519350772046e+33,
4.0720246520925195e+33,
4.060835471321349e+33,
4.066063661067083e+33,
4.133009423830828e+33,
4.156010510847418e+33,
4.134139896170639e+33,
4.1519376893349817e+33,
4.212166849411208e+33,
4.154776790319944e+33,
4.205798655231278e+33,
4.234376663770788e+33,
4.215688559159834e+33,
4.2371728582316334e+33,
4.2972657780248793e+33,
4.234177282304279e+33,
4.30082779907256e+33,
4.321082761843361e+33,
4.2980161097306263e+33,
4.2961823266921286e+33,
4.3765387321463635e+33,
4.293889077901131e+33,
4.37753491887815e+33,
4.38126468726622e+33,
4.470372429689058e+33,
4.370046569938482e+33,
4.459399483402842e+33,
4.4401144826688984e+33,
4.41701591879331e+33,
4.435369106191561e+33,
4.481212777774422e+33,
4.489643814348447e+33,
4.47619101010453e+33,
4.4865325671127896e+33,
4.5453601041761685e+33,
4.5379112015212483e+33,
4.538471641377495e+33,
4.53168710988976e+33,
4.6119311782080045e+33,
4.5263802102715695e+33,
4.521169616138463e+33,
4.602027698046555e+33,
4.5998051497228904e+33,
4.595215674140258e+33,
4.588018756350213e+33,
4.641010259294082e+33,
4.6588377204628353e+33,
4.721061791427582e+33,
4.630153761338192e+33,
4.647117187811724e+33,
4.708282347506692e+33,
4.720562019781014e+33,
4.706664083289418e+33,
4.696763192357964e+33,
4.716287306402218e+33,
4.7759730712884546e+33,
4.757234507307678e+33,
4.7587945011437363e+33,
4.756415405015137e+33,
4.752696011473191e+33,
4.836974117005919e+33,
4.8308788868478973e+33,
4.8103447135086635e+33,
4.82027169683109e+33,
4.8188997794140046e+33,
4.87912002431959e+33,
4.8931401040422434e+33,
4.958589966493449e+33,
4.8684753224239297e+33,
4.882168060236615e+33,
4.942686620806004e+33,
4.9368841581912215e+33,
4.9562941256884563e+33,
5.0086678586155334e+33,
5.015271981551083e+33,
4.997126613721439e+33,
4.999401921830059e+33,
4.996170945413612e+33,
5.0556521248715183e+33,
5.072888481789043e+33,
5.07336190215693e+33,
5.1361711969851037e+33,
5.050345657355985e+33,
5.063739464536301e+33,
5.1295167339296735e+33,
5.1193516530017823e+33,
5.135427218165447e+33,
5.206270959509205e+33,
5.188024678741837e+33,
5.1828926328183866e+33,
5.279579064079675e+33,
5.272975901066763e+33,
5.188655246711611e+33,
5.1743017662693844e+33,
5.258385232417493e+33,
5.255084630102403e+33,
5.240311968758755e+33,
5.294415389199976e+33,
5.289426693054289e+33,
5.302327006575303e+33,
5.346628031386157e+33,
5.346796925908649e+33,
5.335152914764739e+33,
5.353628258581557e+33,
5.420297255139724e+33,
5.409971881142303e+33,
5.408179025198034e+33,
5.399294894204685e+33,
5.486073522135731e+33,
5.480410496533738e+33,
5.400167672755656e+33,
5.391177660841443e+33,
5.456680757550492e+33,
5.464018483512093e+33,
5.458229793725284e+33,
5.454216750897713e+33,
5.502837543977112e+33,
5.484726018551793e+33,
5.485745646141305e+33,
5.496696983032966e+33,
5.543054084496602e+33,
5.53952154213938e+33,
5.52643395800812e+33,
5.596160841414309e+33,
5.648227110822233e+33,
5.634225822796661e+33,
5.657001492035908e+33,
5.639857641651093e+33,
5.64380346773184e+33,
5.6965999522328e+33,
5.681972699863448e+33,
5.671058195937554e+33,
5.660369607803884e+33,
5.684590377953171e+33,
5.736820281215677e+33,
5.728931446360078e+33,
5.720246097159288e+33,
5.708747304842832e+33,
5.707740556565906e+33,
5.693326664353495e+33,
5.751894393552268e+33,
5.827915116182917e+33,
5.812354191041937e+33,
5.804275368143651e+33,
5.817858976917231e+33,
5.818064247510262e+33,
5.803010818463777e+33,
5.864429003727239e+33,
5.859038180460599e+33,
5.85646586270231e+33,
5.916527218873137e+33,
5.914910333577503e+33,
5.899654624406136e+33,
5.896004213039112e+33,
5.947812342842192e+33,
5.947904651568538e+33,
5.942008059497734e+33,
6.011342739574132e+33,
5.998274602433115e+33,
5.98780629012265e+33,
5.990741602670892e+33,
5.98315521369301e+33,
5.97918849476871e+33,
6.098940403023547e+33,
6.092217215422629e+33,
6.088252885461789e+33,
6.087755415690839e+33,
6.081226674676091e+33,
6.147321629045712e+33,
6.138039758100513e+33,
6.134963444104303e+33,
6.125462229798846e+33,
6.124331118237205e+33,
6.184059432955919e+33,
6.179215088952605e+33,
6.180779109139473e+33,
6.169370364307733e+33,
6.233178169664128e+33,
6.290906423830316e+33,
6.289343201257045e+33,
6.280647395216407e+33,
6.343215285476633e+33,
6.347864224007378e+33,
6.340118240102885e+33,
6.333057263368938e+33,
6.399592092980858e+33,
6.397675757682043e+33,
6.389801751246577e+33,
6.457189107623061e+33,
6.429463083268061e+33,
6.422459684185194e+33,
6.411270740412509e+33,
6.46946397124276e+33,
6.452081188733125e+33,
6.442591775270254e+33,
6.501230903496759e+33,
6.482347876740095e+33,
6.467990348225232e+33,
6.502184486837484e+33,
6.485056025713011e+33,
6.472496440945752e+33,
6.465873647484215e+33,
6.456070321213991e+33,
6.513838567128178e+33,
6.507982149296523e+33,
6.487097071113431e+33,
6.549785361039885e+33,
6.546460446505643e+33,
6.611488342872413e+33,
6.608081050484915e+33,
6.60697364057725e+33,
6.648550815764975e+33,
6.647569627890247e+33,
6.711852760289913e+33,
6.708030326988908e+33,
6.704013423088561e+33,
6.707999760738224e+33,
6.689962442371505e+33,
6.748808804923555e+33,
6.752582864597319e+33,
6.811023530559937e+33,
6.796442217824512e+33,
6.854881901591846e+33,
6.853435913006939e+33,
6.910563130123148e+33,
6.827314639413847e+33,
6.881737434139664e+33,
6.87934715419862e+33,
6.936254929132747e+33,
6.914649383109681e+33,
6.972593639208619e+33,
6.917553961408272e+33,
6.980138800751015e+33,
6.941750338868901e+33,
7.006289591464118e+33,
7.001859464089686e+33,
7.062968358662287e+33,
6.971425291659614e+33,
7.037605467301973e+33,
7.091488865779399e+33,
7.060276773794932e+33,
7.117666595151277e+33,
7.053425327489118e+33,
7.087829630812036e+33,
7.138969819108501e+33,
7.121550896424002e+33,
7.161379200848275e+33,
7.095267478087608e+33,
7.150300329192096e+33,
7.183594582286951e+33,
7.177786925762312e+33,
7.145596190109505e+33,
7.203375182339033e+33,
7.198570491761156e+33,
7.233403625241463e+33,
7.232845577119846e+33,
7.229414729836418e+33,
7.268685741378147e+33,
7.327965179061313e+33,
7.307933312283862e+33,
7.309671324061393e+33,
7.346246297753436e+33,
7.346677241484271e+33,
7.404640786720004e+33,
7.38025538747466e+33,
7.385150965540432e+33,
7.425211050425512e+33,
7.47756057957799e+33,
7.455955791863548e+33,
7.452607755137571e+33,
7.49403817092449e+33,
7.552594312961956e+33,
7.533401124548304e+33,
7.527837665307286e+33,
7.50611359838302e+33,
7.562284103170988e+33,
7.595017340682536e+33,
7.597371379027744e+33,
7.62961971748967e+33,
7.684939969263319e+33,
7.605004388708214e+33,
7.657870525999693e+33,
7.637673647344875e+33,
7.690467344469262e+33,
7.721718889637612e+33,
7.699843915782606e+33,
7.752587184745116e+33,
7.727190565824e+33,
7.77991113600467e+33,
7.805583004042516e+33,
7.80899922409605e+33,
7.840030018114176e+33,
7.822272693078776e+33,
7.865326276040283e+33,
7.843669321664296e+33,
7.87426685274516e+33,
7.873686209769771e+33,
7.8976559502772e+33,
7.877555455080726e+33,
7.923199203154615e+33,
7.899010301555928e+33,
7.929703259247023e+33,
7.932430055363904e+33,
7.957788489853936e+33,
7.993305385753741e+33,
8.054830390363901e+33,
8.034578637214521e+33,
8.061533098708902e+33,
8.044268687147159e+33,
8.088005098231091e+33,
8.134764934446605e+33,
8.111766422190807e+33,
8.141633638697429e+33,
8.136859851557032e+33,
8.234609827500415e+33,
8.209550363553716e+33,
8.221140409833069e+33,
8.192813245173045e+33,
8.256666014059849e+33,
8.282164064394473e+33,
8.258902648508326e+33,
8.304319607734923e+33,
8.328922041962478e+33,
8.305694041574394e+33,
8.418686634526467e+33,
8.375517602282734e+33,
8.415169346757237e+33,
8.439055483688072e+33,
8.413978522435744e+33,
8.456048146265612e+33,
8.414631197091345e+33,
8.499445528582785e+33,
8.473547499266335e+33,
8.516945245780584e+33,
8.518463177093776e+33,
8.557764382365015e+33,
8.599499154242911e+33,
8.551247931693049e+33,
8.634695696146425e+33,
8.611959333574425e+33,
8.626877399811526e+33,
8.655147759421931e+33,
8.664721883334201e+33,
8.673974947753553e+33,
8.695502638680022e+33,
8.699661970065096e+33,
8.657136847253467e+33,
8.673165825741816e+33,
8.75905805528999e+33,
8.770612148577009e+33,
8.800318276397217e+33,
8.802067717450281e+33,
8.77286656487522e+33,
8.790133437721353e+33,
8.803673182650842e+33,
8.875209194984056e+33,
8.873105037126266e+33,
8.885388877096088e+33,
8.908407669992522e+33,
8.923838551552051e+33,
8.989346801664641e+33,
8.982480320921627e+33,
9.004303111060606e+33,
9.015078326724093e+33,
9.00716296548252e+33,
9.063814773304336e+33,
9.07458270145142e+33,
9.059091142902377e+33,
9.065656574222104e+33,
9.124151436339896e+33,
9.111976329165581e+33,
9.167900097344424e+33,
9.152713077394329e+33,
9.200263761372164e+33,
9.188501608553717e+33,
9.239398523974443e+33,
9.226961512175205e+33,
9.232036777381624e+33,
9.25905918827087e+33,
9.292481013147851e+33,
9.319961670777474e+33,
9.31485009649209e+33,
9.328682031145868e+33,
9.315174690439108e+33,
9.340398374511942e+33,
9.365526401214016e+33,
9.426962390991143e+33,
9.451864766662988e+33,
9.417777764971793e+33,
9.435114247521353e+33,
9.49460935500736e+33,
9.456190853248832e+33,
9.501736724639798e+33,
9.512697315960092e+33,
9.512400548297822e+33,
9.549943144910804e+33,
9.598913412150865e+33,
9.59095937827781e+33,
9.620529009545245e+33,
9.639623503628298e+33,
9.627927800983067e+33,
9.683674449789728e+33,
9.670061380196021e+33,
9.711204118474304e+33,
9.720464275729626e+33,
9.744276881231433e+33,
9.735149194389058e+33,
9.792158252890736e+33,
9.779238338878731e+33,
9.827164782101788e+33,
9.817524455869438e+33,
9.857618250810597e+33,
9.876905111417139e+33,
9.870229046508594e+33,
9.93474748705084e+33,
9.914060392915807e+33,
9.93809453059319e+33,
9.969003148667137e+33,
9.981390543557976e+33,
9.998753241010894e+33,
9.994170499878043e+33,
1.0037904621254345e+34,
1.0037792121045738e+34,
1.0035803846541679e+34,
9.846413686862573e+33,
9.67509148013602e+33,
9.489600509407295e+33,
9.311562160252562e+33,
9.127767663423331e+33,
8.938805455738096e+33,
8.757253064884909e+33,
8.577888232650431e+33,
8.398476725546081e+33,
8.212934926901903e+33,
8.08738893906028e+33,
7.952906940475444e+33,
7.826973529586776e+33,
7.693993030327475e+33,
7.533679199866811e+33,
7.404859136610036e+33,
7.278386266756057e+33,
7.121006631251649e+33,
6.993437386463553e+33,
6.869897158079157e+33,
6.713794224721278e+33,
6.59336116265048e+33,
6.4354273501278e+33,
6.31574743784329e+33,
6.163387755133268e+33,
6.045932437188874e+33,
5.900643324889437e+33,
5.751156355146965e+33,
5.606780385533875e+33,
5.487846657936613e+33,
5.350683314089163e+33,
5.204346155252057e+33,
5.066756287366436e+33,
4.9223700255551145e+33,
4.7865189846523765e+33,
4.650038304270985e+33,
4.514797904869705e+33,
4.3605075828718876e+33,
4.222256626338516e+33,
4.09103029359751e+33,
3.9328534883961144e+33,
3.805407273974632e+33,
3.6754814607288436e+33,
3.5872310260637727e+33,
3.47823892691926e+33,
3.3687587082390665e+33,
3.26836441546549e+33,
3.167333947879244e+33,
3.065984514761872e+33,
2.9707908570584966e+33,
2.852854340427305e+33,
2.759820986205879e+33,
2.6499025950566106e+33,
2.5437793100310753e+33,
2.4536205593121423e+33,
2.3355519520916337e+33,
2.233902624077809e+33,
2.139973664316204e+33,
2.0310646000162062e+33,
1.9218083131366747e+33,
1.8192831372935118e+33,
1.7050593550299384e+33,
1.5967438911478945e+33,
1.4961583730984276e+33,
1.382579727512865e+33,
1.2789656130380891e+33,
1.1752944859534816e+33,
1.0652135315445676e+33,
9.641612601060075e+32,
8.531308769514978e+32,
7.48183214354049e+32,
6.355705304693561e+32,
5.3372628106145275e+32,
4.9033771510834624e+32,
4.8675862047530096e+32,
4.860187559709738e+32,
4.810447605936361e+32,
4.770825506175997e+32,
4.7667252947640164e+32,
4.763942016232722e+32,
4.756494500402722e+32,
4.7882872910711955e+32,
4.806251713915929e+32,
4.795076820388071e+32,
4.8280248571541156e+32,
4.847876037533505e+32,
4.8234976324368014e+32,
4.852320185803683e+32,
4.8776163830361715e+32,
4.846826613569413e+32,
4.879405387864761e+32,
4.896149677359601e+32,
4.8997759213241345e+32,
4.924967751589602e+32,
4.914933997009842e+32,
4.938572674965727e+32,
4.950429629871105e+32,
4.931905635014015e+32,
4.894676051147583e+32,
4.873176177419905e+32,
4.8315521516925604e+32,
4.7994470602282245e+32,
4.775504557168087e+32,
4.739421396823264e+32,
4.737251289149485e+32,
4.733676221374982e+32,
4.713211315133991e+32,
4.695970875855221e+32,
4.7136282863079536e+32,
4.693171592660667e+32,
4.653744910135671e+32,
4.610149724864755e+32,
4.589298835639904e+32,
4.578627752616501e+32,
4.524522488150395e+32,
4.4761160481590254e+32,
4.479030454601842e+32,
4.44185960508462e+32,
4.426244841773956e+32,
4.3783292804664015e+32,
4.35478664778229e+32,
4.370163233079979e+32,
4.364873091725834e+32,
4.3434415004567316e+32,
4.316170992926197e+32,
4.331214776735719e+32,
4.3417826140051794e+32,
4.325921773466795e+32,
4.3109012410669486e+32,
4.314322956999073e+32,
4.3107535291521724e+32,
4.290257960242281e+32,
4.287929384164367e+32,
4.291381773569942e+32,
4.2713128737617324e+32,
4.276095797311306e+32
]
}
}
},
"23bec446f024415685d6d1b48aafb0d2": {
"model_module": "bqplot",
"model_module_version": "^0.4.5",
"model_name": "LinearScaleModel",
"state": {
"allow_padding": false,
"max": 1,
"min": 0,
"stabilized": false
}
},
"2fe7329a11094c7ba54ad594b2abac4b": {
"model_module": "bqplot",
"model_module_version": "^0.4.5",
"model_name": "LinearScaleModel",
"state": {
"stabilized": false
}
},
"3f4a268d37144bf8b6158658e04e16ca": {
"model_module": "bqplot",
"model_module_version": "^0.4.5",
"model_name": "FigureModel",
"state": {
"_dom_classes": [],
"axes": [
"IPY_MODEL_45b53202c9af46eb962ad1186345d0a2",
"IPY_MODEL_629a9d8c74564bfdb52526f1a15c321f"
],
"background_style": {
"fill": "pink"
},
"interaction": "IPY_MODEL_be50d00ad5d14d8db4d06a32ebc1f194",
"layout": "IPY_MODEL_6e13b013f28d421e84a7c27cb609a734",
"marks": [
"IPY_MODEL_1e5008a478d9489a953b8ad12c8e5581"
],
"scale_x": "IPY_MODEL_23bec446f024415685d6d1b48aafb0d2",
"scale_y": "IPY_MODEL_6e7cfe17664444b0aaeca7ba35e83965",
"title": "Brush Selector By Pabla007"
}
},
"45b53202c9af46eb962ad1186345d0a2": {
"model_module": "bqplot",
"model_module_version": "^0.4.5",
"model_name": "AxisModel",
"state": {
"label": "Spectrum Wavelenght",
"scale": "IPY_MODEL_56becd7b606944aea179da2dea83c541",
"side": "bottom",
"tick_values": {
"type": null,
"values": null
}
}
},
"56becd7b606944aea179da2dea83c541": {
"model_module": "bqplot",
"model_module_version": "^0.4.5",
"model_name": "LinearScaleModel",
"state": {
"stabilized": false
}
},
"5f485f4c5bcb4b378ffc2a411989e3b5": {
"model_module": "@jupyter-widgets/controls",
"model_module_version": "1.4.0",
"model_name": "HTMLModel",
"state": {
"layout": "IPY_MODEL_feb27a4e4d78434c91e51edc68a7116f",
"style": "IPY_MODEL_e158e2caf3a14e9a894de46661077385",
"value": "[]"
}
},
"629a9d8c74564bfdb52526f1a15c321f": {
"model_module": "bqplot",
"model_module_version": "^0.4.5",
"model_name": "AxisModel",
"state": {
"label": "Spectrum Density",
"orientation": "vertical",
"scale": "IPY_MODEL_2fe7329a11094c7ba54ad594b2abac4b",
"side": "left",
"tick_values": {
"type": null,
"values": null
}
}
},
"6e13b013f28d421e84a7c27cb609a734": {
"model_module": "@jupyter-widgets/base",
"model_module_version": "1.1.0",
"model_name": "LayoutModel",
"state": {
"min_width": "125px"
}
},
"6e7cfe17664444b0aaeca7ba35e83965": {
"model_module": "bqplot",
"model_module_version": "^0.4.5",
"model_name": "LinearScaleModel",
"state": {
"allow_padding": false,
"max": 1,
"min": 0,
"stabilized": false
}
},
"7fa43f1514e949ca80338365b5ee5cb4": {
"model_module": "bqplot",
"model_module_version": "^0.4.5",
"model_name": "LinearScaleModel",
"state": {
"stabilized": false
}
},
"8442ab52320e4748a3ca4a5f2a64c8a2": {
"model_module": "@jupyter-widgets/controls",
"model_module_version": "1.4.0",
"model_name": "VBoxModel",
"state": {
"children": [
"IPY_MODEL_5f485f4c5bcb4b378ffc2a411989e3b5",
"IPY_MODEL_3f4a268d37144bf8b6158658e04e16ca"
],
"layout": "IPY_MODEL_f791bf6eb884457499a002ce35780527"
}
},
"86ee649b124f431abdcb3650ff37d0b8": {
"model_module": "@jupyter-widgets/controls",
"model_module_version": "1.4.0",
"model_name": "DescriptionStyleModel",
"state": {
"description_width": ""
}
},
"989ff06c85734de58df303912ef86147": {
"model_module": "@jupyter-widgets/base",
"model_module_version": "1.1.0",
"model_name": "LayoutModel",
"state": {}
},
"9dc08b35097b45a297ba1c98a0522062": {
"model_module": "bqplot",
"model_module_version": "^0.4.5",
"model_name": "AxisModel",
"state": {
"label": "Spectrum Wavelenght",
"scale": "IPY_MODEL_7fa43f1514e949ca80338365b5ee5cb4",
"side": "bottom",
"tick_values": {
"type": null,
"values": null
}
}
},
"a49752b2b01041ff81c3eefdc02e18f6": {
"model_module": "@jupyter-widgets/base",
"model_module_version": "1.1.0",
"model_name": "LayoutModel",
"state": {
"min_width": "125px"
}
},
"ab5150fb87a84df8884b8e690768c066": {
"model_module": "@jupyter-widgets/controls",
"model_module_version": "1.4.0",
"model_name": "VBoxModel",
"state": {
"children": [
"IPY_MODEL_0a51b0438fcc4ce4a856f0e68a737e99",
"IPY_MODEL_c43baf0f81ba409aa0209411fbf852a3"
],
"layout": "IPY_MODEL_989ff06c85734de58df303912ef86147"
}
},
"bd21dfff7c1b4affa89296b2e2f9c881": {
"model_module": "bqplot",
"model_module_version": "^0.4.5",
"model_name": "LinearScaleModel",
"state": {
"stabilized": false
}
},
"be50d00ad5d14d8db4d06a32ebc1f194": {
"model_module": "bqplot",
"model_module_version": "^0.4.5",
"model_name": "BrushSelectorModel",
"state": {
"color": "black",
"marks": [
"IPY_MODEL_1e5008a478d9489a953b8ad12c8e5581"
],
"selected_x": {
"type": null,
"values": null
},
"selected_y": {
"type": null,
"values": null
},
"x_scale": "IPY_MODEL_56becd7b606944aea179da2dea83c541",
"y_scale": "IPY_MODEL_2fe7329a11094c7ba54ad594b2abac4b"
}
},
"c43baf0f81ba409aa0209411fbf852a3": {
"model_module": "bqplot",
"model_module_version": "^0.4.5",
"model_name": "FigureModel",
"state": {
"_dom_classes": [],
"axes": [
"IPY_MODEL_9dc08b35097b45a297ba1c98a0522062",
"IPY_MODEL_d874ebaf6c8a4cd2a623643e5ec3d300"
],
"background_style": {
"fill": "pink"
},
"interaction": "IPY_MODEL_d2dadf337e5e443897001b7734e1c3e4",
"layout": "IPY_MODEL_a49752b2b01041ff81c3eefdc02e18f6",
"marks": [
"IPY_MODEL_f6160013b1f44797ab34a35f55cb9d3a"
],
"scale_x": "IPY_MODEL_17d14c2f270b4fb998d217aa271e7b64",
"scale_y": "IPY_MODEL_f302b643d19a4c5789ce0e85ad03732a",
"title": "Brush Selector By Pabla007 For Tardis"
}
},
"d2dadf337e5e443897001b7734e1c3e4": {
"model_module": "bqplot",
"model_module_version": "^0.4.5",
"model_name": "BrushSelectorModel",
"state": {
"color": "black",
"marks": [
"IPY_MODEL_f6160013b1f44797ab34a35f55cb9d3a"
],
"selected_x": {
"type": "object",
"values": [
1757.987719541109,
3019.749270704112
]
},
"selected_y": {
"type": "float",
"values": [
3.768114812063129e+39,
4.728913085316624e+39
]
},
"x_scale": "IPY_MODEL_7fa43f1514e949ca80338365b5ee5cb4",
"y_scale": "IPY_MODEL_bd21dfff7c1b4affa89296b2e2f9c881"
}
},
"d874ebaf6c8a4cd2a623643e5ec3d300": {
"model_module": "bqplot",
"model_module_version": "^0.4.5",
"model_name": "AxisModel",
"state": {
"label": "Spectrum Density",
"orientation": "vertical",
"scale": "IPY_MODEL_bd21dfff7c1b4affa89296b2e2f9c881",
"side": "left",
"tick_values": {
"type": null,
"values": null
}
}
},
"e158e2caf3a14e9a894de46661077385": {
"model_module": "@jupyter-widgets/controls",
"model_module_version": "1.4.0",
"model_name": "DescriptionStyleModel",
"state": {
"description_width": ""
}
},
"f302b643d19a4c5789ce0e85ad03732a": {
"model_module": "bqplot",
"model_module_version": "^0.4.5",
"model_name": "LinearScaleModel",
"state": {
"allow_padding": false,
"max": 1,
"min": 0,
"stabilized": false
}
},
"f6160013b1f44797ab34a35f55cb9d3a": {
"model_module": "bqplot",
"model_module_version": "^0.4.5",
"model_name": "ScatterModel",
"state": {
"color": {
"type": null,
"values": null
},
"colors": [
"steelblue"
],
"display_legend": false,
"names": {
"type": null,
"values": null
},
"opacity": {
"type": null,
"values": null
},
"rotation": {
"type": null,
"values": null
},
"scales": {
"x": "IPY_MODEL_7fa43f1514e949ca80338365b5ee5cb4",
"y": "IPY_MODEL_bd21dfff7c1b4affa89296b2e2f9c881"
},
"scales_metadata": {
"color": {
"dimension": "color"
},
"opacity": {
"dimension": "opacity"
},
"rotation": {
"dimension": "rotation"
},
"size": {
"dimension": "size"
},
"skew": {
"dimension": "skew"
},
"x": {
"dimension": "x",
"orientation": "horizontal"
},
"y": {
"dimension": "y",
"orientation": "vertical"
}
},
"selected": [
1565,
1566,
1567,
1568,
1569,
1570,
1571,
1572,
1573,
1574,
1575,
1576,
1577,
1578,
1579,
1580,
1581,
1582,
1583,
1584,
1585,
1586,
1587,
1588,
1589,
1590,
1591,
1592,
1593,
1594,
1595,
1596,
1597,
1598,
1599,
1600,
1601,
1602,
1603,
1604,
1605,
1606,
1607,
1608,
1609,
1610,
1611,
1612,
1703,
1704,
1705,
1706,
1707,
1708,
1709,
1710,
1711,
1712,
1713,
1714,
1715,
1716,
1717,
1718,
1719,
1720,
1721,
1722,
1723,
1724,
1725,
1726,
1727,
1728,
1729,
1730,
1731,
1732,
1733,
1803,
1804,
1805,
1806,
1807,
1808,
1809,
1810,
1811,
1812,
1813,
1814,
1815,
1816,
1817,
1818,
1819,
1820
],
"size": {
"type": null,
"values": null
},
"skew": {
"type": null,
"values": null
},
"x": {
"type": "float",
"values": [
20000,
19922.303018228908,
19845.207382417146,
19768.706138183254,
19692.792437967706,
19617.4595389897,
19542.700801250732,
19468.50968558357,
19394.87975174554,
19321.804656554923,
19249.278152069295,
19177.294083804773,
19105.846388995033,
19034.92909488912,
18964.536317087048,
18894.66225791214,
18825.301204819276,
18756.447528838038,
18688.095683049898,
18620.240201098593,
18552.875695732837,
18485.996857380534,
18419.59845275373,
18353.675323483527,
18288.2223847842,
18223.234624145785,
18158.70710005448,
18094.63494074007,
18031.013342949875,
17967.83757074836,
17905.102954341986,
17842.80488892854,
17780.938833570413,
17719.500310091258,
17658.48490199541,
17597.88825340959,
17537.7060680463,
17477.934108188412,
17418.56819369448,
17359.604201024216,
17301.038062283737,
17242.865764290025,
17185.083347654236,
17127.68690588336,
17070.67258449983,
17014.036580178647,
16957.775139901645,
16901.884560128452,
16846.361185983827,
16791.20141046092,
16736.401673640165,
16681.95846192343,
16627.868307283006,
16574.127786525234,
16520.733520568312,
16467.682173734047,
16414.970453053185,
16362.595107584062,
16310.55292774425,
16258.840744654906,
16207.455429497568,
16156.393892883107,
16105.653084232566,
16055.229991169623,
16005.121638924456,
15955.325089748701,
15905.837442341339,
15856.655831285181,
15807.777426493836,
15759.19943266882,
15710.919088766692,
15662.933667475918,
15615.240474703309,
15567.836849069823,
15520.72016141549,
15473.887814313346,
15427.337241592102,
15381.065907867414,
15335.07130808158,
15289.350967051449,
15243.90243902439,
15198.723307242191,
15153.811183512653,
15109.163707788774,
15064.778547755348,
15020.65339842283,
14976.78598172832,
14933.174046143507,
14889.815366289458,
14846.707742558088,
14803.849000740192,
14761.2369916599,
14718.869590815424,
14676.744698025977,
14634.860237084737,
14593.21415541773,
14551.804423748546,
14510.629035768701,
14469.686007813632,
14428.973378544119,
14388.489208633096,
14348.23158045771,
14308.198597796538,
14268.388385531856,
14228.79908935686,
14189.428875487763,
14150.275930380643,
14111.338460452975,
14072.61469180974,
14034.10286997404,
13995.801259622114,
13957.708144322703,
13919.821826280626,
13882.140626084543,
13844.662882458813,
13807.386952019331,
13770.311209033325,
13733.434045183,
13696.75386933297,
13660.269107301414,
13623.978201634878,
13587.879611386645,
13551.971811898633,
13516.253294586742,
13480.722566729579,
13445.378151260506,
13410.218586562962,
13375.242426268976,
13340.448239060834,
13305.834608475818,
13271.400132714003,
13237.143424449005,
13203.06311064167,
13169.157832356621,
13135.426244581637,
13101.867016049788,
13068.478829064297,
13035.260379326079,
13002.210375763882,
12969.327540367032,
12936.610608020701,
12904.058326343637,
12871.669455528383,
12839.442768183862,
12807.37704918033,
12775.471095496649,
12743.723716069837,
12712.133731646858,
12680.6999746386,
12649.42128897603,
12618.296529968455,
12587.324564163888,
12556.504269211451,
12525.83453372581,
12495.314257153568,
12464.942349641633,
12434.717731907487,
12404.639335111333,
12374.706100730109,
12344.916980433307,
12315.270935960592,
12285.766939001167,
12256.403971074888,
12227.181023415053,
12198.09709685289,
12169.15120170368,
12140.342357654488,
12111.669593653487,
12083.13194780087,
12054.728467241277,
12026.458208057727,
11998.320235167079,
11970.313622216903,
11942.437451483847,
11914.690813773383,
11887.072808320952,
11859.582542694498,
11832.21913269834,
11804.981702278363,
11777.869383428537,
11750.881316098707,
11724.016648103641,
11697.274535033339,
11670.654140164557,
11644.154634373546,
11617.775196049957,
11591.51501101194,
11565.373272422368,
11539.34918070621,
11513.441943469,
11487.650775416429,
11461.974898274973,
11436.413540713633,
11410.965938266676,
11385.63133325743,
11360.40897472309,
11335.298118340514,
11310.298026352993,
11285.407967498026,
11260.627216935984,
11235.955056179775,
11211.390773025394,
11186.933661483388,
11162.583021711223,
11138.338159946536,
11114.198388441235,
11090.163025396474,
11066.231394898468,
11042.402826855125,
11018.676656933503,
10995.052226498075,
10971.528882549783,
10948.105977665866,
10924.78286994046,
10901.558922925979,
10878.433505575198,
10855.405992184109,
10832.475762335482,
10809.642200843153,
10786.904697696997,
10764.262648008611,
10741.715451957678,
10719.262514738984,
10696.903246510135,
10674.63706233988,
10652.463382157124,
10630.381630700542,
10608.391237468839,
10586.491636671606,
10564.682267180815,
10542.96257248287,
10521.33200063128,
10499.790004199916,
10478.33604023681,
10456.96957021855,
10435.690060005218,
10414.496979795875,
10393.389804084602,
10372.36801161705,
10351.431085347549,
10330.578512396694,
10309.809784009485,
10289.124395513942,
10268.52184628023,
10248.001639680264,
10227.563283047815,
10207.206287639074,
10186.930168593695,
10166.7344448963,
10146.618639338441,
10126.582278481013,
10106.62489261711,
10086.746015735325,
10066.945185483466,
10047.221943132723,
10027.57583354224,
10008.006405124099,
9988.513209808722,
9969.095803010667,
9949.753743594847,
9930.486593843098,
9911.293919421181,
9892.175289346129,
9873.130275953992,
9854.158454867955,
9835.259404966806,
9816.432708353785,
9797.677950325773,
9778.99471934285,
9760.382606998195,
9741.84120798831,
9723.370120083622,
9704.968944099379,
9686.637283866905,
9668.374746205162,
9650.180940892642,
9632.055480639568,
9613.997981060424,
9596.008060646773,
9578.085340740385,
9560.229445506693,
9542.44000190849,
9524.71663967997,
9507.05899130104,
9489.466691971911,
9471.939379587971,
9454.476694714947,
9437.078280564338,
9419.743782969103,
9402.472850359645,
9385.265133740028,
9368.120286664482,
9351.037965214138,
9334.017827974052,
9317.059536010434,
9300.162752848175,
9283.32714444857,
9266.552379187324,
9249.838127832763,
9233.184063524306,
9216.589861751152,
9200.055200331202,
9183.57975939021,
9167.163221341156,
9150.805270863837,
9134.505594884677,
9118.263882556761,
9102.079825240067,
9085.953116481918,
9069.883451997643,
9053.870529651425,
9037.91404943739,
9022.013713460845,
9006.169225919755,
8990.380293086399,
8974.646623289209,
8958.967926894822,
8943.343916290301,
8927.774305865549,
8912.2588119959,
8896.79715302491,
8881.389049247302,
8866.0342228921,
8850.732398105944,
8835.483300936561,
8820.286659316427,
8805.142203046578,
8790.0496637806,
8775.008775008775,
8760.019272042398,
8745.080891998252,
8730.19337378323,
8715.356458079135,
8700.56988732762,
8685.833405715279,
8671.146759158899,
8656.509695290859,
8641.92196344467,
8627.383314640669,
8612.893501571853,
8598.452278589853,
8584.05940169106,
8569.714628502872,
8555.417718270095,
8541.168431841475,
8526.966531656362,
8512.811781731505,
8498.703947647984,
8484.642796538266,
8470.628097073397,
8456.659619450318,
8442.73713537929,
8428.860418071477,
8415.029242226616,
8401.243384020836,
8387.502621094569,
8373.806732540612,
8360.15549889228,
8346.548702111677,
8332.986125578102,
8319.46755407654,
8305.992773786287,
8292.561572269675,
8279.1737384609,
8265.829062654984,
8252.527336496802,
8239.268352970255,
8226.051906387529,
8212.87779237845,
8199.745807879955,
8186.655751125665,
8173.607421635538,
8160.600620205647,
8147.635148898032,
8134.710811030667,
8121.827411167513,
8108.98475510866,
8096.182649880581,
8083.420903726457,
8070.6993260966065,
8058.017727639,
8045.37592018987,
8032.773716764399,
8020.2109315475,
8007.68737988469,
7995.202878273038,
7982.7572443522,
7970.350296895549,
7957.98185580137,
7945.651742084146,
7933.359777865927,
7921.105786367778,
7908.889591901298,
7896.711019860229,
7884.569896712135,
7872.46604999016,
7860.399308284863,
7848.369501236119,
7836.376459525117,
7824.420014866399,
7812.500000000001,
7800.6162486836465,
7788.768595685023,
7776.956876774119,
7765.18092871564,
7753.440589261486,
7741.7356971433,
7730.066092065088,
7718.4316146958945,
7706.832106662557,
7695.267410542517,
7683.737369856699,
7672.241829062453,
7660.780633546559,
7649.353629618298,
7637.960664502579,
7626.60158633313,
7615.276244145758,
7603.984487871646,
7592.72616833074,
7581.501137225171,
7570.309247132746,
7559.150351500492,
7548.024304638262,
7536.930961712392,
7525.8701787394175,
7514.841812579846,
7503.845720931979,
7492.881762325792,
7481.949796116869,
7471.0496824803895,
7460.181282405163,
7449.344457687725,
7438.539070926471,
7427.764985515859,
7417.022065640646,
7406.310176270184,
7395.629183152757,
7384.9789528099855,
7374.35935253125,
7363.770250368189,
7353.211515129234,
7342.683016374184,
7332.184624408843,
7321.71621027969,
7311.277645768599,
7300.868803387603,
7290.489556373712,
7280.1397786837515,
7269.819344989278,
7259.528130671507,
7249.266011816305,
7239.032865209209,
7228.828568330503,
7218.652999350322,
7208.506037123808,
7198.387561186295,
7188.2974517485545,
7178.2355896920535,
7168.201856564282,
7158.196134574087,
7148.218306587084,
7138.268256121066,
7128.345867341483,
7118.451025056948,
7108.583614714769,
7098.743522396537,
7088.930634813739,
7079.144839303413,
7069.386023823831,
7059.65407695023,
7049.948887870563,
7040.270346381302,
7030.618342883256,
7020.9927683774495,
7011.393514461,
7001.820473323064,
6992.273537740797,
6982.752601075345,
6973.257557267878,
6963.788300835656,
6954.344726868112,
6944.926731022989,
6935.53420952249,
6926.167059149468,
6916.825177243645,
6907.508461697866,
6898.216810954369,
6888.950124001103,
6879.708300368065,
6870.491240123669,
6861.298843871145,
6852.131012744964,
6842.987648407296,
6833.868653044489,
6824.7739293635905,
6815.703380588878,
6806.65691045843,
6797.634423220719,
6788.635823631242,
6779.661016949153,
6770.709908933953,
6761.782405842181,
6752.878414424149,
6743.997841920692,
6735.140596059943,
6726.306585054148,
6717.49571759648,
6708.70790285791,
6699.943050484071,
6691.201070592172,
6682.481873767918,
6673.785371062468,
6665.111473989403,
6656.460094521734,
6647.831145088916,
6639.224538573895,
6630.640188310182,
6622.078008078935,
6613.537912106081,
6605.019815059446,
6596.523632045913,
6588.049278608604,
6579.596670724085,
6571.16572479958,
6562.756357670222,
6554.368486596317,
6546.00202926063,
6537.656903765691,
6529.333028631126,
6521.030322791002,
6512.748705591196,
6504.488096786783,
6496.248416539449,
6488.02958541491,
6479.831524380366,
6471.654154801968,
6463.497398442298,
6455.361177457879,
6447.2454143967,
6439.15003219575,
6431.074954178592,
6423.020104052926,
6414.985405908202,
6406.970784213225,
6398.976163813791,
6391.001469930338,
6383.046628155619,
6375.111564452378,
6367.196205151063,
6359.3004769475365,
6351.4243069008235,
6343.567622430856,
6335.730351316249,
6327.9124216920845,
6320.113762047717,
6312.334301224594,
6304.573968414085,
6296.832693155343,
6289.110405333166,
6281.407035175879,
6273.722513253239,
6266.056770474341,
6258.409738085553,
6250.781347668459,
6243.171531137818,
6235.58022073954,
6228.007349048672,
6220.452848967405,
6212.916653723091,
6205.398696866274,
6197.898912268741,
6190.41723412158,
6182.9535969332555,
6175.507935527697,
6168.080185042407,
6160.670280926565,
6153.278158939175,
6145.903755147195,
6138.547005923698,
6131.207847946046,
6123.886218194066,
6116.582053948255,
6109.295292787977,
6102.0258725897,
6094.773731525217,
6087.538808059901,
6080.321040950963,
6073.120369245718,
6065.936732279883,
6058.770069675857,
6051.620321341039,
6044.4874274661515,
6037.371328523562,
6030.271965265634,
6023.189278723084,
6016.123210203345,
6009.073701288947,
6002.040693835905,
5995.024129972123,
5988.023952095809,
5981.040102873891,
5974.072525240456,
5967.121162395203,
5960.185957801884,
5953.266855186784,
5946.363798537194,
5939.476732099903,
5932.6056003796875,
5925.7503481378335,
5918.910920390648,
5912.087262407993,
5905.279319711823,
5898.487038074734,
5891.71036351853,
5884.949242312785,
5878.2036209734315,
5871.473446261339,
5864.758665180928,
5858.059224978765,
5851.375073142189,
5844.706157397937,
5838.052425710783,
5831.4138262821825,
5824.790307548929,
5818.181818181818,
5811.5883070843265,
5805.0097233912875,
5798.4460164675875,
5791.897135906866,
5785.363031530229,
5778.843653384958,
5772.338951743246,
5765.8488771009315,
5759.373380176236,
5752.912411908529,
5746.465923457074,
5740.033866199811,
5733.616191732126,
5727.212851865639,
5720.823798627002,
5714.448984256694,
5708.088361207831,
5701.7418821449955,
5695.409499943046,
5689.091167685962,
5682.786838665682,
5676.49646638095,
5670.220004536176,
5663.9574070403,
5657.708628005658,
5651.473621746871,
5645.252342779723,
5639.044745820058,
5632.850785782685,
5626.6704177802785,
5620.503597122302,
5614.350279313927,
5608.21042005496,
5602.083975238789,
5595.970900951316,
5589.871153469913,
5583.784689262382,
5577.711464985917,
5571.651437486071,
5565.604563795742,
5559.570801134153,
5553.55010690584,
5547.5424386996565,
5541.5477542877725,
5535.566011624688,
5529.59716884625,
5523.641184268669,
5517.698016387563,
5511.767623876978,
5505.849965588438,
5499.945000549994,
5494.052687965278,
5488.172987212558,
5482.3058578438095,
5476.45125958379,
5470.6091523291125,
5464.77949614733,
5458.962251276033,
5453.157378121933,
5447.364837259976,
5441.584589432443,
5435.816595548066,
5430.060816681147,
5424.317214070679,
5418.58574911948,
5412.866383393327,
5407.159078620093,
5401.463796688903,
5395.780499649274,
5390.109149710282,
5384.449709239716,
5378.802140763251,
5373.166406963624,
5367.542470679799,
5361.930294906166,
5356.329842791719,
5350.7410776392535,
5345.163962904562,
5339.598462195643,
5334.044539271903,
5328.502158043375,
5322.971282569931,
5317.451877060513,
5311.943905872355,
5306.447333510215,
5300.96212462562,
5295.488244016098,
5290.025656624434,
5284.574327537917,
5279.134221987594,
5273.705305347537,
5268.287543134104,
5262.88090100521,
5257.4853447596015,
5252.100840336135,
5246.7273538130585,
5241.3648514073075,
5236.0132994737805,
5230.672664504656,
5225.342913128675,
5220.024012110455,
5214.715928349803,
5209.418628881018,
5204.132080872213,
5198.856251624643,
5193.591108572022,
5188.336619279859,
5183.092751444787,
5177.859472893906,
5172.63675158412,
5167.4245556014885,
5162.222853160571,
5157.031612603785,
5151.850802400763,
5146.68039114771,
5141.520347566776,
5136.370640505418,
5131.231238935783,
5126.102111954071,
5120.983228779926,
5115.874558755819,
5110.776071346433,
5105.6877361380575,
5100.609522837979,
5095.541401273885,
5090.483341393266,
5085.435313262816,
5080.397287067849,
5075.369233111709,
5070.351121815186,
5065.342923715936,
5060.344609467906,
5055.356149840757,
5050.3775157192995,
5045.408678102926,
5040.449608105044,
5035.500276952515,
5030.560655985109,
5025.63071665494,
5020.71043052592,
5015.799769273211,
5010.898704682685,
5006.00720865038,
5001.125253181966,
4996.252810392206,
4991.38985250443,
4986.536351850005,
4981.692280867811,
4976.857612103718,
4972.032318210068,
4967.216371945162,
4962.409746172742,
4957.612413861484,
4952.824348084495,
4948.045522018802,
4943.275908944857,
4938.515482246036,
4933.764215408146,
4929.022082018928,
4924.289055767573,
4919.565110444238,
4914.850219939547,
4910.1443582441325,
4905.447499448137,
4900.7596177407495,
4896.080687409729,
4891.410682840932,
4886.749578517849,
4882.097349021139,
4877.453969028168,
4872.819413312543,
4868.193656743665,
4863.576674286271,
4858.968440999976,
4854.368932038836,
4849.77812265089,
4845.195988177722,
4840.622504054022,
4836.057645807138,
4831.50138905665,
4826.953709513926,
4822.414582981699,
4817.883985353633,
4813.361892613897,
4808.84828083674,
4804.3431261860715,
4799.8464049150425,
4795.358093365622,
4790.878167968189,
4786.406605241115,
4781.943381790359,
4777.488474309055,
4773.041859577109,
4768.60351446079,
4764.173415912339,
4759.751540969562,
4755.337866755433,
4750.932370477706,
4746.535029428517,
4742.145820983995,
4737.764722603875,
4733.391711831113,
4729.026766291498,
4724.669863693275,
4720.320981826764,
4715.980098563984,
4711.647191858274,
4707.322239743921,
4703.005220335795,
4698.696111828967,
4694.394892498357,
4690.101540698356,
4685.8160348624715,
4681.538353502961,
4677.268475210477,
4673.006378653707,
4668.752042579019,
4664.505445810108,
4660.266567247647,
4656.035385868933,
4651.811880727543,
4647.59603095299,
4643.387815750371,
4639.187214400037,
4634.994206257242,
4630.808770751812,
4626.630887387804,
4622.4605357431765,
4618.2976954694495,
4614.142346291383,
4609.994468006638,
4605.8540404854575,
4601.721043670333,
4597.595457575688,
4593.477262287552,
4589.366437963239,
4585.262964831033,
4581.166823189867,
4577.077993409008,
4572.996455927747,
4568.922191255083,
4564.855179969416,
4560.795402718234,
4556.742840217812,
4552.6974732529025,
4548.659282676431,
4544.628249409198,
4540.604354439576,
4536.58757882321,
4532.57790368272,
4528.575310207409,
4524.579779652965,
4520.591293341169,
4516.609832659606,
4512.635379061372,
4508.667914064789,
4504.70741925312,
4500.753876274276,
4496.807266840543,
4492.867572728294,
4488.934775777708,
4485.008857892494,
4481.089801039612,
4477.177587248998,
4473.272198613286,
4469.373617287537,
4465.481825488971,
4461.596805496687,
4457.718539651407,
4453.8470103551945,
4449.982200071199,
4446.124091323389,
4442.272666696282,
4438.427908834691,
4434.589800443458,
4430.7583242872015,
4426.933463190048,
4423.115200035385,
4419.3035177656,
4415.4983993818305,
4411.699827943707,
4407.907786569105,
4404.122258433894,
4400.343226771688,
4396.570674873598,
4392.804586087987,
4389.044943820225,
4385.29173153244,
4381.544932743285,
4377.804531027689,
4374.0705100166215,
4370.342853396849,
4366.621544910702,
4362.906568355839,
4359.197907585004,
4355.495546505804,
4351.799469080464,
4348.109659325608,
4344.426101312017,
4340.748779164406,
4337.077677061196,
4333.412779234286,
4329.754069968826,
4326.101533602993,
4322.455154527772,
4318.814917186724,
4315.180806075775,
4311.552805742988,
4307.930900788351,
4304.315075863553,
4300.70531567177,
4297.101604967449,
4293.503928556094,
4289.912271294052,
4286.326618088298,
4282.746953896229,
4279.173263725448,
4275.605532633559,
4272.043745727956,
4268.487888165618,
4264.9379451528985,
4261.393901945326,
4257.855743847398,
4254.323456212376,
4250.797024442083,
4247.276433986705,
4243.761670344594,
4240.252719062056,
4236.749565733169,
4233.2521959995765,
4229.760595550291,
4226.274750121505,
4222.794645496389,
4219.320267504905,
4215.851602023608,
4212.388634975463,
4208.931352329643,
4205.479740101352,
4202.033784351626,
4198.593471187152,
4195.158786760079,
4191.72971726783,
4188.306248952924,
4184.888368102781,
4181.4760610495505,
4178.069314169922,
4174.668113884946,
4171.272446659853,
4167.882299003876,
4164.497657470068,
4161.118508655127,
4157.744839199218,
4154.3766357858,
4151.013885141446,
4147.65657403567,
4144.304689280756,
4140.958217731583,
4137.6171462854545,
4134.281461881925,
4130.951151502633,
4127.626202171131,
4124.306600952715,
4120.992334954257,
4117.683391324041,
4114.379757251594,
4111.081419967522,
4107.788366743345,
4104.500584891333,
4101.218061764344,
4097.94078475566,
4094.6687412988285,
4091.4019188675,
4088.1403049752666,
4084.883887175507,
4081.6326530612246,
4078.3865902648913,
4075.1456864582906,
4071.9099293523623,
4068.6793066970463,
4065.453806281126,
4062.2334159320794,
4059.0181235159216,
4055.8079169370535,
4052.602784138113,
4049.4027130998174,
4046.207691840822,
4043.017708417563,
4039.8327509241117,
4036.6528074920275,
4033.4778662902086,
4030.307915524746,
4027.1429434387774,
4023.982938312341,
4020.8278884622346,
4017.6777822418644,
4014.5326080411087,
4011.3923542861726,
4008.257009439445,
4005.1265619993587,
4002.00100050025,
3998.880313512216,
3995.76448964098,
3992.653517527749,
3989.5473858490755,
3986.446083316723,
3983.3495986775274,
3980.257920713262,
3977.171038240499,
3974.0889401104796,
3971.0116152089745,
3967.939052456154,
3964.871240806455,
3961.8081692484448,
3958.7498268046947,
3955.6962025316457,
3952.6472855194766,
3949.603064891978,
3946.5635298064212,
3943.528669453427,
3940.4984730568417,
3937.4729298736074,
3934.4520291936337,
3931.4357603396757,
3928.4241126672036,
3925.4170755642785,
3922.4146384514306,
3919.4167907815317,
3916.4235220396736,
3913.434821743044,
3910.4506794408057,
3907.4710847139727,
3904.496027175292,
3901.5254964691194,
3898.5594822713006,
3895.5979742890536,
3892.6409622608458,
3889.68843595628,
3886.7403851759723,
3883.796799751437,
3880.857669544969,
3877.922984449529,
3874.992734388623,
3872.066909316193,
3869.145499216498,
3866.2284941040016,
3863.315884023257,
3860.4076590487957,
3857.503809285012,
3854.6043248660526,
3851.7091959557056,
3848.8184127472864,
3845.931965463531,
3843.049844356481,
3840.172039707379,
3837.298541826554,
3834.429341053318,
3831.5644277558526,
3828.7037923311063,
3825.847425204683,
3822.995316830737,
3820.1474576918667,
3817.3038382990094,
3814.4644491913336,
3811.629280936136,
3808.7983241287375,
3805.9715693923768,
3803.1490073781088,
3800.3306287647024,
3797.516424258535,
3794.706384593492,
3791.900500530866,
3789.098762859254,
3786.3011623944567,
3783.50768997938,
3780.718336483932,
3777.9330928049267,
3775.1519498659823,
3772.3748986174246,
3769.6019300361877,
3766.8330351257177,
3764.0682049158727,
3761.307430462829,
3758.5507028489815,
3755.798013182851,
3753.0493525989864,
3750.304712257871,
3747.564083345825,
3744.827457074915,
3742.0948246828575,
3739.366177432925,
3736.641506613855,
3733.920803539757,
3731.2040595500166,
3728.491266009209,
3725.7824143070043,
3723.077495858076,
3720.3765021020126,
3717.679424503225,
3714.986254550858,
3712.2969837587007,
3709.611603665096,
3706.9301058328547,
3704.2524818491625,
3701.5787233254982,
3698.90882189754,
3696.2427692250826,
3693.5805569919476,
3690.9221769059,
3688.2676206985575,
3685.6168801253107,
3682.969946965233,
3680.3268130209963,
3677.687470118789,
3675.05191010823,
3672.420124862284,
3669.792106277179,
3667.1678462723235,
3664.5473367902227,
3661.9305697963964,
3659.317537279297,
3656.7082312502284,
3654.102643743263,
3651.500766815161,
3648.9025925452916,
3646.3081130355513,
3643.7173204102824,
3641.130206816196,
3638.5467644222895,
3635.9669854197723,
3633.390862021982,
3630.8183864643092,
3628.249551004118,
3625.68434792067,
3623.122769515045,
3620.564808110065,
3618.010456050218,
3615.45970570158,
3612.9125494517407,
3610.3689797097263,
3607.8289889059256,
3605.292569492014,
3602.7597139408786,
3600.230414746544,
3597.7046644240972,
3595.182455509617,
3592.6637805600963,
3590.1486321533707,
3587.6370028880474,
3585.1288853834294,
3582.6242722794445,
3580.1231562365742,
3577.6255299357813,
3575.1313860784385,
3572.640717386256,
3570.1535166012136,
3567.6697764854885,
3565.189489821384,
3562.7126494112613,
3560.2392480774706,
3557.769278662279,
3555.302734027802,
3552.8396070559393,
3550.3798906482994,
3547.9235777261356,
3545.4706612302784,
3543.0211341210647,
3540.5749893782745,
3538.1322200010613,
3535.6928190078843,
3533.2567794364454,
3530.8240943436194,
3528.394756805391,
3525.968759916787,
3523.546096791811,
3521.1267605633802,
3518.710744383258,
3516.298041421991,
3513.888644868844,
3511.4825479317365,
3509.0797438371783,
3506.6802258302064,
3504.2839871743204,
3501.8910211514217,
3499.5013210617485,
3497.1148802238154,
3494.731691974349,
3492.3517496682266,
3489.9750466784158,
3487.601576395912,
3485.231332229677,
3482.8643076065755,
3480.5004959713206,
3478.1398907864072,
3475.782485532055,
3473.4282737061476,
3471.0772488241723,
3468.729404419161,
3466.384734041631,
3464.0432312595262,
3461.7048896581564,
3459.369702840142,
3457.0376644253533,
3454.708768050853,
3452.3830073708373,
3450.060376056581,
3447.7408677963763,
3445.4244762954795,
3443.111195276051,
3440.8010184771015,
3438.4939396544314,
3436.1899525805784,
3433.8890510447604,
3431.591228852819,
3429.2964798271632,
3427.004797806717,
3424.7161766468603,
3422.4306102193777,
3420.148092412401,
3417.8686171303575,
3415.5921782939117,
3413.318769839915,
3411.0483857213517,
3408.781019907281,
3406.51666638279,
3404.255319148936,
3401.9969722226947,
3399.7416196369077,
3397.4892554402295,
3395.2398736970767,
3392.9934684875734,
3390.7500339075,
3388.5095640682443,
3386.272053096746,
3384.0374951354456,
3381.8058843422386,
3379.577214890417,
3377.3514809686244,
3375.1286767808024,
3372.9087965461413,
3370.6918344990304,
3368.4777848890085,
3366.266641980711,
3364.0584000538247,
3361.853053403035,
3359.650596337981,
3357.4510231831996,
3355.2543282780834,
3353.0605059768304,
3350.8695506483928,
3348.6814566764333,
3346.4962184592728,
3344.313830409845,
3342.1342869556497,
3339.957582538702,
3337.783711615487,
3335.6126686569155,
3333.444448148271,
3331.2790445891696,
3329.116452493508,
3326.9566663894198,
3324.7996808192306,
3322.645490339408,
3320.4940895205204,
3318.3454729471887,
3316.1996352180404,
3314.056570945666,
3311.916274756574,
3309.778741291145,
3307.643965203585,
3305.511941161887,
3303.38266384778,
3301.256127956687,
3299.132328197684,
3297.0112592934506,
3294.89291598023,
3292.777293007787,
3290.664385139359,
3288.554187151619,
3286.4466938346254,
3284.341899991789,
3282.23980043982,
3280.140390008692,
3278.0436635415986,
3275.9496158949073,
3273.8582419381237,
3271.769536553845,
3269.683494637719,
3267.6001110984034,
3265.519380857525,
3263.441298849637,
3261.365860022177,
3259.29305933543,
3257.222891762483,
3255.1553522891877,
3253.090435914118,
3251.0281376485314,
3248.9684525163257,
3246.9113755540043,
3244.85690181063,
3242.8050263477908,
3240.755744239557,
3238.709050572442,
3236.6649404453647,
3234.6234089696104,
3232.5844512687895,
3230.5480624787992,
3228.5142377477882,
3226.482972236114,
3224.4542611163056,
3222.428099573028,
3220.4044828030396,
3218.383406015158,
3216.3648644302207,
3214.3488532810466,
3212.3353678123995,
3210.3244032809516,
3208.315954955244,
3206.3100181156515,
3204.306588054345,
3202.305660075254,
3200.307229494031,
3198.311291638015,
3196.317841846193,
3194.3268754691667,
3192.3383878691143,
3190.3523744197546,
3188.368830506313,
3186.387751525483,
3184.409132885393,
3182.4329700055687,
3180.4592583169006,
3178.4879932616054,
3176.5191702931925,
3174.55278487643,
3172.5888324873094,
3170.627308613009,
3168.6682087518616,
3166.7115284133192,
3164.7572631179187,
3162.8054083972484,
3160.855959793912,
3158.9089128614974,
3156.964263164541,
3155.022006278494,
3153.082137789689,
3151.144653295309,
3149.2095484033507,
3147.2768187325914,
3145.346459912559,
3143.4184675834967,
3141.4928373963307,
3139.5695650126368,
3137.6486461046093,
3135.7300763550274,
3133.8138514572233,
3131.89996711505,
3129.9884190428493,
3128.0792029654185,
3126.1723146179816,
3124.267749746153,
3122.3655041059105,
3120.4655734635603,
3118.567953595709,
3116.672640289227,
3114.779629341224,
3112.8889165590126,
3111.0004977600797,
3109.114368772055,
3107.2305254326816,
3105.348963589783,
3103.4696791012348,
3101.592667834933,
3099.7179256687637,
3097.8454484905747,
3095.9752321981423,
3094.1072726991442,
3092.241565911129,
3090.3781077614844,
3088.5168941874113,
3086.65792113589,
3084.8011845636547,
3082.946680437162,
3081.094404732561,
3079.2443534356667,
3077.3965225419292,
3075.550908056405,
3073.7075059937297,
3071.8663123780852,
3070.027323243177,
3068.1905346322,
3066.3559425978165,
3064.5235432021204,
3062.693332516615,
3060.8653066221823,
3059.039461609055,
3057.2157935767896,
3055.3942986342386,
3053.574972899522,
3051.7578125,
3049.9428135722455,
3048.129972262017,
3046.319284724232,
3044.510747122937,
3042.7043556312847,
3040.9001064315034,
3039.097995714872,
3037.2980196816907,
3035.5001745412596,
3033.7044565118467,
3031.910861820662,
3030.119386703836,
3028.3300274063868,
3026.5427801821975,
3024.757641293991,
3022.974607013301,
3021.1936736204475,
3019.414837404511,
3017.6380946633067,
3015.8634417033595,
3014.090874839876,
3012.3203903967224,
3010.5519847063956,
3008.785654110001,
3007.021394957225,
3005.2592036063106,
3003.499076424034,
3001.7410097856755,
2999.9850000749993,
2998.2310436842263,
2996.4791370140083,
2994.7292764734066,
2992.9814584798646,
2991.2356794591847,
2989.491935845503,
2987.7502240812664,
2986.010540617208,
2984.272881912322,
2982.5372444338395,
2980.8036246572074,
2979.0720190660604,
2977.3424241522016,
2975.6148364155742,
2973.8892523642417,
2972.165668514363,
2970.4440813901674,
2968.724487523935,
2967.0068834559697,
2965.2912657345764,
2963.5776309160415,
2961.865975564606,
2960.1562962524417,
2958.448589559635,
2956.7428520741546,
2955.039080391838,
2953.3372711163615,
2951.6374208592215,
2949.9395262397115,
2948.2435838849005,
2946.5495904296067,
2944.857542516381,
2943.167436795479,
2941.479269924845,
2939.7930385700847,
2938.1087394044453,
2936.4263691087945,
2934.745924371597,
2933.0674018888953,
2931.390798364284,
2929.7161105088912,
2928.043335041358,
2926.3724686878145,
2924.7035081818576,
2923.0364502645343,
2921.3712916843165,
2919.7080291970797,
2918.046659566086,
2916.3871795619584,
2914.7295859626624,
2913.073875553484,
2911.420045127011,
2909.7680914831085,
2908.1180114289036,
2906.4698017787596,
2904.8234593542575,
2903.178980984177,
2901.5363635044755,
2899.8956037582648,
2898.256698595794,
2896.6196448744313,
2894.9844394586376,
2893.351079219952,
2891.7195610369704,
2890.0898817953234,
2888.4620383876604,
2886.8360277136258,
2885.211846679842,
2883.58949219989,
2881.9689611942877,
2880.3502505904717,
2878.733357322778,
2877.118278332422,
2875.5050105674804,
2873.893550982871,
2872.283896540334,
2870.676044208411,
2869.0699909624295,
2867.4657337844815,
2865.8632696634045,
2864.262595594764,
2862.6637085808343,
2861.066605630579,
2859.471283759633,
2857.8777399902833,
2856.285971351452,
2854.6959748786758,
2853.107747614089,
2851.5212866064044,
2849.9365889108967,
2848.353651589381,
2846.7724717101987,
2845.193046348195,
2843.6153725847043,
2842.039447507532,
2840.465268210933,
2838.8928317956,
2837.3221353686395,
2835.7531760435572,
2834.185950940241,
2832.6204571849416,
2831.0566919102557,
2829.4946522551077,
2827.934335364733,
2826.3757383906614,
2824.8188584906993,
2823.2636928289103,
2821.7102385756007,
2820.1584929073015,
2818.6084530067506,
2817.060116062877,
2815.5134792707818,
2813.9685398317247,
2812.4252949531033,
2810.8837418484372,
2809.343877737355,
2807.8056998455704,
2806.269205404875,
2804.734391653111,
2803.2012558341626,
2801.6697951979377,
2800.14000700035,
2798.611888503302,
2797.0854369746726,
2795.560649688295,
2794.0375239239465,
2792.516056967328,
2790.996246110049,
2789.4780886496137,
2787.9615818894013,
2786.446723138654,
2784.933509712456,
2783.4219389317227,
2781.912008123183,
2780.4037146193627,
2778.8970557585694,
2777.392028884877,
2775.8886313481107,
2774.3868605038288,
2772.8867137133116,
2771.3881883435415,
2769.891281767191,
2768.3959913626045,
2766.902314513786,
2765.410248610381,
2763.919791047664,
2762.4309392265195,
2760.943690553431,
2759.458042440465,
2757.9739923052525,
2756.4915375709797,
2755.010675666368,
2753.531404025663,
2752.0537200886165,
2750.5776213004733,
2749.1031051119576,
2747.6301689792554,
2746.1588103640033,
2744.689026733271,
2743.2208155595486,
2741.7541743207303,
2740.289100500103,
2738.825591586328,
2737.36364507343,
2735.9032584607808,
2734.4444292530866,
2732.987154960372,
2731.5314330979663,
2730.077261186492,
2728.624636751845,
2727.173557325188,
2725.7240204429304,
2724.276023646716,
2722.8295644834116,
2721.3846405050895,
2719.941249269016,
2718.499388337638,
2717.0590552785666,
2715.6202476645667,
2714.182963073541,
2712.7471990885174,
2711.3129532976345,
2709.8802232941307,
2708.449006676327,
2707.0193010476164,
2705.5911040164506,
2704.1644131963226,
2702.7392262057597,
2701.3155406683054,
2699.893354212509,
2698.4726644719094,
2697.0534690850245,
2695.635765695339,
2694.2195519512884,
2692.804825506247,
2691.391584018517,
2689.9798251513116,
2688.569546572746,
2687.160745955823,
2685.7534209784203,
2684.347569323276,
2682.94318867798,
2681.5402767349565,
2680.138831191456,
2678.738849749538,
2677.3403301160624,
2675.943270002676,
2674.5476671257975,
2673.153519206608,
2671.7608239710385,
2670.3695791497544,
2668.979782478148,
2667.5914316963217,
2666.204524549078,
2664.8190587859085,
2663.4350321609777,
2662.052442433116,
2660.6712873658025,
2659.2915647271566,
2657.9132722899253,
2656.536407831469,
2655.1609691337535,
2653.7869539833346,
2652.4143601713463,
2651.0431854934914,
2649.67342775003,
2648.3050847457625,
2646.938154290025,
2645.572634196672,
2644.2085222840674,
2642.8458163750724,
2641.4845142970353,
2640.1246138817755,
2638.766112965577,
2637.409009389176,
2636.053300997746,
2634.698985640891,
2633.346061172629,
2631.9945254513873,
2630.644376339985,
2629.295611705624,
2627.9482294198806,
2626.6022273586887,
2625.2576034023336,
2623.9143554354387,
2622.5724813469533,
2621.2319790301444,
2619.8928463825832,
2618.5550813061354,
2617.21868170695,
2615.8836454954485,
2614.5499705863126,
2613.217654898476,
2611.8866963551122,
2610.5570928836214,
2609.2288424156245,
2607.9019428869474,
2606.5763922376154,
2605.2521884118387,
2603.9293293580013,
2602.6078130286546,
2601.2876373805034,
2599.9688003743954,
2598.651299975313,
2597.33513415236,
2596.020300878753,
2594.7067981318114,
2593.3946238929448,
2592.083776147645,
2590.7742528854747,
2589.4660521000574,
2588.1591717890647,
2586.8536099542125,
2585.5493646012433,
2584.2464337399215,
2582.9448153840194,
2581.64450755131,
2580.3455082635564,
2579.0478155465003,
2577.7514274298533,
2576.4563419472856,
2575.1625571364193,
2573.870071038814,
2572.57888169996,
2571.288987169268,
2570.0003855000577,
2568.7130747495507,
2567.4270529788573,
2566.14231825297,
2564.858868640753,
2563.5767022149307,
2562.2958170520783,
2561.016211232617,
2559.7378828407973,
2558.4608299646934,
2557.1850506961937,
2555.9105431309904,
2554.63730536857,
2553.365335512205,
2552.0946316689424,
2550.8251919495956,
2549.557014468736,
2548.2900973446817,
2547.0244386994896,
2545.760036658945,
2544.496889352553,
2543.23499491353,
2541.974351478794,
2540.714957188953,
2539.456810188301,
2538.1999086248034,
2536.944250650092,
2535.689834419454,
2534.4366580918227,
2533.1847198297696,
2531.9340177994964,
2530.684550170821,
2529.436315117176,
2528.1893108155937,
2526.943535446701,
2525.698987194706,
2524.4556642473967,
2523.213564796124,
2521.9726870357995,
2520.7330291648814,
2519.494589385369,
2518.2573659027953,
2517.0213569262137,
2515.786560668193,
2514.552975344808,
2513.320599175631,
2512.0894303837213,
2510.859467195621,
2509.630707841341,
2508.4031505543576,
2507.176793571599,
2505.951635133442,
2504.7276734837005,
2503.5049068696176,
2502.283333541857,
2501.0629517544953,
2499.8437597650145,
2498.6257558342913,
2497.40893822659,
2496.1933052095555,
2494.9788550542034,
2493.7655860349128,
2492.553496429417,
2491.3425845187976,
2490.1328485874724,
2488.9242869231916,
2487.7168978170284,
2486.5106795633687,
2485.305630459906,
2484.101748807631,
2482.899032910827,
2481.6974810770566,
2480.49709161716,
2479.2978628452424,
2478.0997930786675,
2476.90288063805,
2475.707123847249,
2474.5125210333563,
2473.3190705266934,
2472.126770660799,
2470.935619772427,
2469.7456162015314,
2468.5567582912654,
2467.369044387969,
2466.1824728411657,
2464.9970420035497,
2463.8127502309826,
2462.629595882483,
2461.447577320222,
2460.266692909511,
2459.0869410188,
2457.9083200196633,
2456.730828286799,
2455.554464198016,
2454.37922613423,
2453.2051124794543,
2452.0321216207935,
2450.860251948434,
2449.6895018556397,
2448.519869738743,
2447.351353997137,
2446.183953033268,
2445.0176652526316,
2443.8524890637605,
2442.68842287822,
2441.5254651106015,
2440.3636141785123,
2439.2028685025734,
2438.043226506406,
2436.8846866166296,
2435.7272472628515,
2434.5709068776628,
2433.4156638966288,
2432.2615167582817,
2431.108463904117,
2429.9565037785824,
2428.805634829073,
2427.6558555059237,
2426.5071642624025,
2425.359559554704,
2424.2130398419413,
2423.06760358614,
2421.9232492522315,
2420.7799753080444,
2419.6377802243005,
2418.4966624746057,
2417.356620535444,
2416.217652886172,
2415.0797580090084,
2413.942934389031,
2412.8071805141694,
2411.672494875196,
2410.538875965722,
2409.4063222821896,
2408.274832323865,
2407.1444045928315,
2406.015037593985,
2404.8867298350247,
2403.7594798264486,
2402.6332860815455,
2401.508147116389,
2400.384061449832,
2399.2610276034984,
2398.1390441017775,
2397.018109471817,
2395.8982222435193,
2394.7793809495297,
2393.6615841252365,
2392.544830308758,
2391.4291180409414,
2390.3144458653537,
2389.2008123282762,
2388.088215978698,
2386.9766553683107,
2385.8661290514992,
2384.7566355853382,
2383.648173529587,
2382.5407414466786,
2381.434337901718,
2380.328961462474,
2379.224610699373,
2378.1212841854936,
2377.0189804965594,
2375.917698210934,
2374.8174359096147,
2373.718192176225,
2372.6199655970104,
2371.522754760832,
2370.426558259159,
2369.3313746860636,
2368.2372026382163,
2367.1440407148775,
2366.051887517893,
2364.9607416516887,
2363.8706017232616,
2362.781466342178,
2361.6933341205645,
2360.606203673103,
2359.5200736170264,
2358.4349425721093,
2357.3508091606654,
2356.26767200754,
2355.1855297401053,
2354.104380988253,
2353.02422438439,
2351.9450585634318,
2350.8668821627975,
2349.789693822403,
2348.713492184656,
2347.63827589445,
2346.56404359916,
2345.490793948634,
2344.4185255951893,
2343.3472371936073,
2342.2769274011266,
2341.2075948774377,
2340.139238284678,
2339.0718562874254,
2338.0054475526927,
2336.940010749924,
2335.8755445509864,
2334.8120476301656,
2333.7495186641618,
2332.6879563320813,
2331.627359315434,
2330.567726298126,
2329.509055966455,
2328.451347009104,
2327.394598117138,
2326.3388079839947,
2325.283975305484,
2324.2300987797794,
2323.1771771074123,
2322.1252089912687,
2321.0741931365837,
2320.0241282509337,
2318.9750130442344,
2317.9268462287328,
2316.879626519004,
2315.8333526319448,
2314.7880232867674,
2313.743637204998,
2312.7001931104664,
2311.657689729305,
2310.616125789942,
2309.5755000230956,
2308.5358111617707,
2307.497057941251,
2306.459239099097,
2305.4223533751383,
2304.3863995114702,
2303.351376252447,
2302.31728234468,
2301.284116537028,
2300.251877580595,
2299.2205642287263,
2298.190175237001,
2297.160709363227,
2296.1321653674386,
2295.1045420118885,
2294.0778380610454,
2293.052052281587,
2292.0271834423957,
2291.0032303145545,
2289.9801916713423,
2288.9580662882254,
2287.936852942859,
2286.9165504150756,
2285.8971574868847,
2284.878672942467,
2283.8610955681675,
2282.844424152494,
2281.8286574861095,
2280.8137943618285,
2279.7998335746124,
2278.786773921564,
2277.774614201925,
2276.7633532170667,
2275.7529897704903,
2274.7435226678194,
2273.734950716795,
2272.7272727272725,
2271.7204875112166,
2270.7145938826948,
2269.709590657875,
2268.7054766550204,
2267.7022506944836,
2266.6999115987037,
2265.6984581921993,
2264.697889301567,
2263.6982037554753,
2262.699400384659,
2261.701478021916,
2260.7044355021026,
2259.7082716621285,
2258.712985340953,
2257.718575379579,
2256.7250406210505,
2255.7323799104474,
2254.7405920948795,
2253.749676023484,
2252.759630547421,
2251.7704545198662,
2250.7821467960116,
2249.7947062330563,
2248.8081316902044,
2247.8224220286597,
2246.8375761116226,
2245.853592804285,
2244.870470973825,
2243.8882094894034,
2242.90680722216,
2241.9262630452085,
2240.9465758336323,
2239.9677444644794,
2238.9897678167613,
2238.012644771443,
2237.0363742114446,
2236.060955021634,
2235.0863860888226,
2234.1126663017617,
2233.139794551139,
2232.1677697295727,
2231.1965907316094,
2230.2262564537173,
2229.256765794284,
2228.2881176536125,
2227.3203109339156,
2226.353344539312,
2225.3872173758236,
2224.42192835137,
2223.457476375764,
2222.4938603607106,
2221.5310792197984,
2220.5691318684976,
2219.608017224158,
2218.6477342060016,
2217.6882817351193,
2216.729658734469,
2215.7718641288693,
2214.814896844996,
2213.858755811379,
2212.9034399583975,
2211.9489482182753,
2210.9952795250783,
2210.04243281471,
2209.0904070249076,
2208.1392010952372,
2207.188813967091,
2206.2392445836826,
2205.2904918900444,
2204.342554833021,
2203.395432361269,
2202.4491234252487,
2201.5036269772254,
2200.558941971261,
2199.6150673632114,
2198.672002110725,
2197.729745173236,
2196.7882955119617,
2195.847652089898,
2194.9078138718173,
2193.968779824263,
2193.0305489155467,
2192.0931201157423,
2191.1564923966866,
2190.2206647319717,
2189.2856360969417,
2188.3514054686902,
2187.4179718260566,
2186.4853341496214,
2185.553491421703,
2184.622442626353,
2183.6921867493556,
2182.7627227782204,
2181.8340497021795,
2180.906166512186,
2179.979072200907,
2179.052765762723,
2178.1272461937224,
2177.2025124916995,
2176.278563656148,
2175.3553986882607,
2174.433016590924,
2173.5114163687144,
2172.590597027896,
2171.670557576416,
2170.7512970239,
2169.832814381652,
2168.915108662647,
2167.99817888153,
2167.0820240546104,
2166.166643199861,
2165.252035336913,
2164.338199487052,
2163.4251346732144,
2162.512839919987,
2161.601314253599,
2160.690556701922,
2159.7805662944643,
2158.87134206237,
2157.9628830384117,
2157.0551882569916,
2156.1482567541343,
2155.242087567486,
2154.336679736309,
2153.4320323014804,
2152.528144305487,
2151.625014792422,
2150.7226428079834,
2149.821027399469,
2148.920167615773,
2148.020062507384,
2147.1207111263793,
2146.2221125264255,
2145.32426576277,
2144.4271698922425,
2143.5308239732485,
2142.635227065768,
2141.740378231351,
2140.8462765331137,
2139.9529210357373,
2139.0603108054634,
2138.16844491009,
2137.2773224189705,
2136.386942403008,
2135.4973039346537,
2134.608406087903,
2133.7202479382927,
2132.8328285628972,
2131.9461470403257,
2131.0602024507193,
2130.174993875747,
2129.2905203986033,
2128.4067811040045,
2127.5237750781866,
2126.6415014089,
2125.7599591854087,
2124.879147498486,
2123.9990654404114,
2123.119712104967,
2122.2410865874363,
2121.363187984599,
2120.4860153947284,
2119.6095679175896,
2118.7338446544345,
2117.858844708,
2116.984567182505,
2116.1110111836465,
2115.238175818597,
2114.3660601960014,
2113.494663425975,
2112.6239846200974,
2111.7540228914136,
2110.884777354428,
2110.016247125103,
2109.1484313208543,
2108.2813290605495,
2107.4149394645056,
2106.5492616544834,
2105.6842947536875,
2104.820037886761,
2103.956490179783,
2103.0936507602682,
2102.2315187571608,
2101.370093300832,
2100.5093735230794,
2099.649358557121,
2098.7900475375945,
2097.931439600554,
2097.0735338834656,
2096.216329525207,
2095.3598256660625,
2094.5040214477212,
2093.6489160132737,
2092.7945085072097,
2091.9407980754145,
2091.087783865167,
2090.235465025135,
2089.383840705376,
2088.5329100573304,
2087.6826722338205,
2086.833126389048,
2085.9842716785915,
2085.1361072594013,
2084.2886322897994,
2083.441845929475,
2082.595747339484,
2081.7503356822417,
2080.9056101215247,
2080.061569822467,
2079.2182139515544,
2078.3755416766253,
2077.5335521668676,
2076.6922445928126,
2075.8516181263362,
2075.0116719406547,
2074.1724052103214,
2073.333817111224,
2072.495906820584,
2071.6586735169512,
2070.822116380203,
2069.98623459154,
2069.151027333485,
2068.3164937898796,
2067.4826331458817,
2066.6494445879616,
2065.8169273039025,
2064.9850804827934,
2064.153903315031,
2063.3233949923138,
2062.4935547076416,
2061.66438165531,
2060.8358750309126,
2060.0080340313325,
2059.1808578547457,
2058.354345700612,
2057.5284967696803,
2056.703310263978,
2055.8787853868134,
2055.054921342773,
2054.2317173377155,
2053.409172578774,
2052.5872862743486,
2051.7660576341086,
2050.9454858689855,
2050.125570191174,
2049.306309814128,
2048.4877039525572,
2047.669751822426,
2046.8524526409515,
2046.0358056265984,
2045.2198099990796,
2044.4044649793514,
2043.5897697896123,
2042.7757236533002,
2041.962325795089,
2041.1495754408882,
2040.3374718178386,
2039.5260141543104,
2038.7152016799012,
2037.905033625433,
2037.0955092229499,
2036.2866277057158,
2035.478388308212,
2034.6707902661349,
2033.863832816393,
2033.0575151971047,
2032.2518366475972,
2031.446796408402,
2030.6423937212537,
2029.8386278290875,
2029.035497976037,
2028.2330034074314,
2027.4311433697933,
2026.6299171108362,
2025.8293238794631,
2025.0293629257624,
2024.230033501007,
2023.4313348576516,
2022.6332662493298,
2021.835826930853,
2021.0390161582068,
2020.2428331885494,
2019.4472772802083,
2018.6523476926802,
2017.8580436866266,
2017.064364523872,
2016.2713094674018,
2015.4788777813608,
2014.6870687310493,
2013.895881582922,
2013.1053156045857,
2012.3153700647965,
2011.5260442334577,
2010.7373373816179,
2009.9492487814684,
2009.161777706341,
2008.3749234307058,
2007.58868523017,
2006.8030623814732,
2006.0180541624875,
2005.233659852214,
2004.449878730782,
2003.6667100794452,
2002.88415318058,
2002.1022073176835,
2001.3208717753716,
2000.5401458393767,
1999.7600287965445,
1998.9805199348332,
1998.201618543311,
1997.4233239121534,
1996.6456353326412,
1995.8685520971587,
1995.0920734991919,
1994.3161988333252,
1993.5409273952394,
1992.7662584817115,
1991.9921913906096,
1991.2187254208939,
1990.4458598726114,
1989.6735940468966,
1988.9019272459675,
1988.1308587731244,
1987.3603879327477,
1986.5905140302955,
1985.8212363723017,
1985.0525542663743,
1984.284467021192,
1983.5169739465043,
1982.7500743531277,
1981.9837675529436,
1981.2180528588976,
1980.4529295849961,
1979.6883970463048,
1978.9244545589472,
1978.1611014401012,
1977.3983370079984,
1976.6361605819216,
1975.874571482202,
1975.1135690302192,
1974.353152548396,
1973.5933213602004,
1972.8340747901398,
1972.0754121637613,
1971.3173328076487,
1970.5598360494216,
1969.802921217732,
1969.0465876422636,
1968.2908346537283,
1967.535661583866,
1966.7810677654418,
1966.0270525322426,
1965.2736152190787,
1964.5207551617782,
1963.768471697187,
1963.016764163166,
1962.26563189859,
1961.5150742433455,
1960.765090538328,
1960.0156801254411,
1959.2668423475934,
1958.5185765486985,
1957.770882073671,
1957.0237582684254,
1956.2772044798749,
1955.531220055928,
1954.7858043454887,
1954.0409566984524,
1953.2966764657049,
1952.5529629991213,
1951.809815651563,
1951.0672337768758,
1950.3252167298895,
1949.5837638664145,
1948.84287454324,
1948.1025481181327,
1947.3627839498358,
1946.6235813980652,
1945.8849398235084,
1945.1468585878233,
1944.4093370536364,
1943.67237458454,
1942.9359705450906,
1942.200124300808,
1941.464835218172,
1940.7301026646223,
1939.9959260085554,
1939.2623046193225,
1938.5292378672302,
1937.7967251235345,
1937.0647657604432,
1936.3333591511114,
1935.602504669641,
1934.8722016910783,
1934.1424495914125,
1933.4132477475737,
1932.6845955374313,
1931.9564923397925,
1931.2289375343998,
1930.5019305019305,
1929.7754706239928,
1929.0495572831267,
1928.3241898627996,
1927.5993677474073,
1926.8750903222697,
1926.1513569736308,
1925.4281670886564,
1924.7055200554314,
1923.9834152629605,
1923.2618521011634,
1922.5408299608764,
1921.8203482338472,
1921.100406312736,
1920.3810035911124,
1919.6621394634542,
1918.9438133251456,
1918.2260245724754,
1917.5087726026345,
1916.7920568137165,
1916.0758766047136,
1915.360231375516,
1914.6451205269102,
1913.9305434605776,
1913.2164995790922,
1912.5029882859192,
1911.790008985413,
1911.0775610828164,
1910.3656439842587,
1909.6542570967526,
1908.943399828195,
1908.2330715873636,
1907.5232717839158,
1906.8139998283866,
1906.1052551321882,
1905.3970371076073,
1904.6893451678031,
1903.982178726807,
1903.2755371995204,
1902.5694200017124,
1901.863826550019,
1901.1587562619416,
1900.4542085558446,
1899.7501828509548,
1899.046678567359,
1898.3436951260026,
1897.6412319486876,
1896.939288458073,
1896.2378640776699,
1895.536958231843,
1894.8365703458076,
1894.1366998456278,
1893.4373461582154,
1892.738508711329,
1892.0401869335703,
1891.3423802543855,
1890.6450881040612,
1889.9483099137237,
1889.252045115339,
1888.5562931417078,
1887.8610534264678,
1887.1663254040893,
1886.4721085098756,
1885.7784021799598,
1885.0852058513044,
1884.3925189616998,
1883.7003409497615,
1883.0086712549312,
1882.3175093174718,
1881.6268545784685,
1880.9367064798269,
1880.2470644642706,
1879.5579279753401,
1878.8692964573918,
1878.181169355596,
1877.4935461159353,
1876.806426185203,
1876.1198090110033,
1875.4336940417472,
1874.7480807266522,
1874.062968515742,
1873.378356859843,
1872.6942452105843,
1872.0106330203955,
1871.3275197425053,
1870.6449048309405,
1869.962787740524,
1869.2811679268736,
1868.6000448464008,
1867.9194179563092,
1867.2392867145923,
1866.5596505800333,
1865.8805090122028,
1865.2018614714577,
1864.5237074189397,
1863.8460463165743,
1863.168877627068,
1862.492200813909,
1861.816015341364,
1861.1403206744772,
1860.4651162790697,
1859.7904016217374,
1859.1161761698486,
1858.4424393915458,
1857.7691907557405,
1857.0964297321136,
1856.424155791115,
1855.7523684039602,
1855.0810670426297,
1854.4102511798685,
1853.7399202891834,
1853.0700738448425,
1852.4007113218731,
1851.7318321960613,
1851.0634359439498,
1850.3955220428365,
1849.7280899707744,
1849.061139206568,
1848.3946692297739,
1847.7286795206992,
1847.0631695603988,
1846.398138830676,
1845.7335868140792,
1845.069512993902,
1844.4059168541812,
1843.742797879696,
1843.080155555965,
1842.417989369248,
1841.756298806542,
1841.0950833555798,
1840.434342504831,
1839.7740757434988,
1839.1142825615184,
1838.4549624495573,
1837.796114899013,
1837.1377394020117,
1836.4798354514069,
1835.8224025407783,
1835.1654401644307,
1834.508947817393,
1833.8529249954154,
1833.1973711949697,
1832.5422859132475,
1831.8876686481585,
1831.2335188983297,
1830.5798361631048,
1829.9266199425404,
1829.2738697374077,
1828.62158504919,
1827.9697653800806,
1827.318410232983,
1826.6675191115087,
1826.0170915199765,
1825.3671269634103,
1824.7176249475392,
1824.0685849787951,
1823.4200065643117,
1822.7718892119244,
1822.124232430167,
1821.477035728272,
1820.8302986161689,
1820.184020604483,
1819.5382012045343,
1818.8928399283357,
1818.2479362885922,
1817.6034897987004,
1816.9594999727456,
1816.315966325502,
1815.6728883724309,
1815.0302656296794,
1814.3880976140795,
1813.7463838431472,
1813.10512383508,
1812.4643171087569,
1811.823963183737,
1811.184061580258,
1810.5446118192351,
1809.90561342226,
1809.267065911599,
1808.6289688101933,
1807.991321641656,
1807.3541239302722,
1806.7173752009974,
1806.081074979456,
1805.4452227919403,
1804.8098181654107,
1804.1748606274919,
1803.5403497064738,
1802.906284931309,
1802.2726658316135,
1801.6394919376633,
1801.0067627803942,
1800.3744778914013,
1799.742636802937,
1799.1112390479102,
1798.4802841598848,
1797.8497716730787,
1797.2197011223636,
1796.590072043262,
1795.960883971947,
1795.3321364452422,
1794.703829000619,
1794.075961176196,
1793.448532510738,
1792.821542543655,
1792.1949908150007,
1791.5688768654709,
1790.9432002364044,
1790.3179604697793,
1789.6931571082139,
1789.0687896949637,
1788.4448577739226,
1787.8213608896199,
1787.1982985872196,
1786.5756704125204,
1785.9534759119524,
1785.3317146325787,
1784.710386122092,
1784.0894899288146,
1783.469025601698,
1782.8489926903192,
1782.2293907448827,
1781.610219316218,
1780.991477955778,
1780.3731662156385,
1779.755283648498,
1779.1378298076752,
1778.5208042471074,
1777.9042065213525,
1777.2880361855844,
1776.6722927955939,
1776.056975907787,
1775.4420850791846,
1774.8276198674203,
1774.21357983074,
1773.5999645280008,
1772.9867735186695,
1772.3740063628227,
1771.761662621144,
1771.149741854925,
1770.5382436260625,
1769.9271674970573,
1769.3165130310158,
1768.7062797916462,
1768.0964673432584,
1767.487075250762,
1766.8781030796686,
1766.2695503960858,
1765.6614167667205,
1765.053701758876,
1764.4464049404498,
1763.8395258799355,
1763.2330641464187,
1762.6270193095788,
1762.021390939686,
1761.4161786076004,
1760.8113818847723,
1760.2070003432402,
1759.6030335556297,
1758.999481095153,
1758.3963425356076,
1757.7936174513748,
1757.1913054174208,
1756.5894060092924,
1755.9879188031184,
1755.3868433756088,
1754.7861793040518,
1754.1859261663142,
1753.586083540841,
1752.9866510066524,
1752.3876281433452,
1751.7890145310898,
1751.1908097506303,
1750.5930133832833,
1749.9956250109374,
1749.3986442160508,
1748.8020705816516,
1748.2059036913367,
1747.6101431292707,
1747.0147884801845,
1746.4198393293746,
1745.825295262703,
1745.2311558665942,
1744.6374207280371,
1744.0440894345809,
1743.4511615743363,
1742.8586367359742,
1742.2665145087242,
1741.674794482374,
1741.0834762472687,
1740.4925593943085,
1739.90204351495,
1739.3119282012035,
1738.7222130456328,
1738.1328976413536,
1737.5439815820337,
1736.955464461891,
1736.3673458756932,
1735.7796254187567,
1735.1923026869451,
1734.6053772766695,
1734.0188487848864,
1733.4327168090967,
1732.8469809473474,
1732.2616407982262,
1731.676695960864,
1731.0921460349334,
1730.5079906206465,
1729.9242293187558,
1729.3408617305513,
1728.7578874578617,
1728.1753061030508,
1727.5931172690207,
1727.011320559206,
1726.429915577577,
1725.848901928636,
1725.2682792174182,
1724.6880470494898,
1724.1082050309476,
1723.528752768418,
1722.9496898690556,
1722.3710159405439,
1721.7927305910914,
1721.2148334294345,
1720.6373240648336,
1720.0602021070736,
1719.483467166463,
1718.9071188538326,
1718.3311567805347,
1717.755580558442,
1717.1803897999484,
1716.605584117965,
1716.0311631259224,
1715.4571264377676,
1714.8834736679642,
1714.3102044314917,
1713.7373183438442,
1713.164815021029,
1712.5926940795669,
1712.0209551364908,
1711.4495978093444,
1710.8786217161821,
1710.3080264755683,
1709.7378117065748,
1709.1679770287824,
1708.598522062278,
1708.0294464276562,
1707.4607497460152,
1706.892431638958,
1706.324491728592,
1705.7569296375266,
1705.1897449888734,
1704.6229374062457,
1704.0565065137557,
1703.4904519360168,
1702.9247732981394,
1702.3594702257328,
1701.7945423449025,
1701.229989282251,
1700.6658106648752,
1700.1020061203672,
1699.5385752768123,
1698.975517762789,
1698.4128332073676,
1697.85052124011,
1697.2885814910678,
1696.7270135907831,
1696.1658171702866,
1695.6049918610959,
1695.0445372952174,
1694.4844531051428,
1693.9247389238494,
1693.3653943848,
1692.8064191219412,
1692.247812769702,
1691.6895749629941,
1691.1317053372118,
1690.5742035282283,
1690.0170691723986,
1689.4603019065557,
1688.903901368012,
1688.3478671945568,
1687.792199024456,
1687.2368964964526,
1686.6819592497638,
1686.127386924082,
1685.573179159573,
1685.0193355968759,
1684.4658558771014,
1683.9127396418316,
1683.35998653312,
1682.8075961934892,
1682.2555682659308,
1681.7039023939055,
1681.1525982213404,
1680.6016553926304,
1680.0510735526361,
1679.5008523466827,
1678.9509914205605,
1678.4014904205233,
1677.8523489932886,
1677.3035667860345,
1676.7551434464024,
1676.2070786224929,
1675.6593719628675,
1675.112023116546,
1674.5650317330073,
1674.018397462188,
1673.4721199544815,
1672.926198860737,
1672.3806338322602,
1671.8354245208102,
1671.2905705786009,
1670.746071658299,
1670.2019274130241,
1669.6581374963478,
1669.1147015622912,
1668.5716192653279,
1668.0288902603793,
1667.4865142028164,
1666.944490748458,
1666.4028195535705,
1665.861500274867,
1665.3205325695062,
1664.7799160950922,
1664.2396505096733,
1663.699735471742,
1663.1601706402334,
1662.6209556745252,
1662.0820902344367,
1661.5435739802276,
1661.0054065725983,
1660.4675876726885,
1659.9301169420767,
1659.392994042779,
1658.8562186372496,
1658.3197903883784,
1657.783708959492,
1657.2479740143515,
1656.7125852171534,
1656.1775422325275,
1655.6428447255357,
1655.1084923616743,
1654.5744848068696,
1654.0408217274803,
1653.5075027902938,
1652.9745276625285,
1652.4418960118312,
1651.9096075062773,
1651.3776618143686,
1650.8460586050348,
1650.3147975476322,
1649.783878311941,
1649.2533005681678,
1648.7230639869422,
1648.1931682393176,
1647.6636129967703,
1647.1343979311991,
1646.605522714923,
1646.076987020683,
1645.5487905216387,
1645.0209328913709,
1644.4934138038775,
1643.9662329335754,
1643.4393899552983,
1642.912884544297,
1642.386716376238,
1641.8608851272031,
1641.3353904736894,
1640.8102320926073,
1640.285409661281,
1639.7609228574474,
1639.236771359255,
1638.7129548452644,
1638.1894729944465,
1637.6663254861821,
1637.1435120002618,
1636.621032216885,
1636.0988858166586,
1635.577072480598,
1635.0555918901243,
1634.5344437270653,
1634.0136276736548,
1633.4931434125303,
1632.972990626735,
1632.4531689997143,
1631.9336782153173,
1631.4145179577952,
1630.895687911801,
1630.3771877623888,
1629.8590171950127,
1629.3411758955265,
1628.823663550184,
1628.3064798456364,
1627.7896244689337,
1627.273097107522,
1626.7568974492451,
1626.2410251823421,
1625.7254799954478,
1625.2102615775916,
1624.6953696181965,
1624.1808038070797,
1623.666563834451,
1623.1526493909118,
1622.6390601674564,
1622.1257958554684,
1621.6128561467235,
1621.1002407333856,
1620.5879493080088,
1620.0759815635352,
1619.564337193295,
1619.0530158910053,
1618.5420173507703,
1618.0313412670803,
1617.5209873348103,
1617.0109552492218,
1616.5012447059582,
1615.9918554010487,
1615.482787030904,
1614.9740392923184,
1614.4656118824669,
1613.9575044989065,
1613.4497168395746,
1612.9422486027888,
1612.4350994872455,
1611.928269192021,
1611.4217574165687,
1610.91556386072,
1610.409688224684,
1609.904130209046,
1609.398889514766,
1608.893965843181,
1608.3893588960013,
1607.8850683753126,
1607.3810939835726,
1606.877435423613,
1606.3740923986377,
1605.8710646122222,
1605.3683517683132,
1604.865953571228,
1604.3638697256536,
1603.8620999366474,
1603.3606439096343,
1602.8595013504091,
1602.3586719651325,
1601.858155460334,
1601.3579515429083,
1600.858059920117,
1600.358480299587,
1599.8592123893097,
1599.360255897641,
1598.8616105333,
1598.3632760053704,
1597.8652520232968,
1597.3675382968868,
1596.8701345363088,
1596.3730404520927,
1595.8762557551286,
1595.3797801566661,
1594.8836133683142,
1594.3877551020407,
1593.892205070171,
1593.3969629853887,
1592.9020285607335,
1592.407401509602,
1591.9130815457474,
1591.4190683832774,
1590.9253617366542,
1590.4319613206944,
1589.9388668505696,
1589.4460780418021,
1588.9535946102692,
1588.4614162721987,
1587.96954274417,
1587.4779737431143,
1586.9867089863121,
1586.4957481913948,
1586.005091076342,
1585.5147373594834,
1585.0246867594963,
1584.5349389954047,
1584.0454937865813,
1583.556350852745,
1583.06750991396,
1582.5789706906373,
1582.090732903532,
1581.6027962737437,
1581.1151605227167,
1580.6278253722378,
1580.1407905444376,
1579.6540557617882,
1579.167620747104,
1578.6814852235414,
1578.1956489145957,
1577.7101115441048,
1577.2248728362447,
1576.7399325155307,
1576.255290306818,
1575.7709459352989,
1575.2868991265032,
1574.803149606299,
1574.3196971008902,
1573.8365413368167,
1573.3536820409543,
1572.871118940514,
1572.3888517630407,
1571.9068802364147,
1571.4252040888482,
1570.9438230488877,
1570.4627368454114,
1569.9819452076301,
1569.5014478650855,
1569.0212445476511,
1568.54133498553,
1568.0617189092563,
1567.582396049692,
1567.1033661380304,
1566.624628905791,
1566.1461840848224,
1565.6680314073005,
1565.1901706057283,
1564.7126014129356,
1564.2353235620765,
1563.7583367866328,
1563.2816408204103,
1562.8052353975386,
1562.3291202524724,
1561.8532951199893,
1561.3777597351902,
1560.9025138334985,
1560.4275571506594,
1559.9528894227394,
1559.4785103861268,
1559.0044197775298,
1558.5306173339775,
1558.0571027928174,
1557.5838758917166,
1557.1109363686614,
1556.6382839619557,
1556.165918410221,
1555.6938394523959,
1555.2220468277358,
1554.7505402758127,
1554.2793195365139,
1553.808384350042,
1553.3377344569142,
1552.8673695979624,
1552.3972895143324,
1551.9274939474826,
1551.457982639185,
1550.9887553315236,
1550.5198117668947,
1550.0511516880056,
1549.5827748378747,
1549.1146809598313,
1548.6468697975145,
1548.1793410948724,
1547.7120945961633,
1547.2451300459531,
1546.7784471891168,
1546.3120457708364,
1545.8459255366017,
1545.380086232209,
1544.9145276037602,
1544.4492493976647,
1543.9842513606359,
1543.5195332396931,
1543.055094782159,
1542.5909357356616,
1542.127055848131,
1541.6634548678023,
1541.2001325432113,
1540.7370886231975,
1540.2743228569009,
1539.8118349937638,
1539.3496247835292,
1538.8876919762397,
1538.4260363222388,
1537.964657572169,
1537.5035554769722,
1537.0427297878882,
1536.5821802564558,
1536.1219066345107,
1535.6619086741864,
1535.2021861279131,
1534.7427387484174,
1534.2835662887214,
1533.8246685021436,
1533.3660451422963,
1532.9076959630877,
1532.449620718719,
1531.991819163686,
1531.5342910527768,
1531.0770361410737,
1530.62005418395,
1530.1633449370722,
1529.7069081563973,
1529.2507435981743,
1528.794851018942,
1528.33923017553,
1527.8838808250573,
1527.428802724933,
1526.9739956328547,
1526.5194593068074,
1526.0651935050666,
1525.6111979861935,
1525.1574725090368,
1524.7040168327323,
1524.250830716703,
1523.797913920656,
1523.3452662045854,
1522.8928873287698,
1522.4407770537728,
1521.9889351404415,
1521.5373613499082,
1521.086055443587,
1520.6350171831757,
1520.1842463306555,
1519.7337426482882,
1519.2835058986184,
1518.8335358444717,
1518.3838322489541,
1517.9343948754536,
1517.4852234876364,
1517.0363178494492,
1516.5876777251185,
1516.1393028791488,
1515.6911930763226,
1515.243348081702,
1514.7957676606252,
1514.3484515787084,
1513.901399601844,
1513.4546114962013,
1513.0080870282252,
1512.5618259646365,
1512.1158280724305,
1511.6700931188777,
1511.2246208715233,
1510.7794110981856,
1510.3344635669569,
1509.8897780462028,
1509.4453543045609,
1509.0011921109417,
1508.557291234528,
1508.113651444773,
1507.670272511402,
1507.2271542044102,
1506.784296294064,
1506.3416985508995,
1505.8993607457214,
1505.457282649605,
1505.015464033893,
1504.5739046701976,
1504.132604330398,
1503.6915627866413,
1503.250779811342,
1502.8102551771813,
1502.3699886571067,
1501.9299800243314,
1501.4902290523346,
1501.0507355148607,
1500.6114991859185,
1500.1725198397817,
1499.7337972509881,
1499.2953311943388,
1498.8571214448982,
1498.4191677779943,
1497.9814699692165,
1497.5440277944174,
1497.1068410297103,
1496.6699094514704,
1496.2332328363345,
1495.7968109611993,
1495.3606436032212,
1494.9247305398176,
1494.4890715486642,
1494.0536664076974,
1493.6185148951108,
1493.1836167893566,
1492.7489718691456,
1492.3145799134459,
1491.8804407014823,
1491.446554012737,
1491.0129196269488,
1490.5795373241117,
1490.1464068844766,
1489.7135280885486,
1489.2809007170888,
1488.8485245511122,
1488.4163993718885,
1487.9845249609405,
1487.5529011000453,
1487.1215275712332,
1486.6904041567864,
1486.2595306392402,
1485.828906801382,
1485.39853242625,
1484.968407297135,
1484.5385311975774,
1484.108903911369,
1483.6795252225518,
1483.2503949154177,
1482.8215127745075,
1482.3928785846113,
1481.9644921307686,
1481.5363531982666,
1481.108461572641,
1480.680817039675,
1480.253419385399,
1479.8262683960904,
1479.3993638582735,
1478.972705558719,
1478.5462932844428,
1478.120126822707,
1477.6942059610187,
1477.2685304871295,
1476.843100189036,
1476.417914854979,
1475.9929742734425,
1475.5682782331546,
1475.143826523086,
1474.7196189324504,
1474.295655250704,
1473.8719352675446,
1473.4484587729123,
1473.0252255569876,
1472.6022354101933,
1472.1794881231922,
1471.7569834868866,
1471.3347212924205,
1470.912701331176,
1470.4909233947753,
1470.0693872750794,
1469.6480927641876,
1469.227039654438,
1468.8062277384058,
1468.3856568089045,
1467.9653266589842,
1467.5452370819332,
1467.1253878712746,
1466.7057788207687,
1466.2864097244114,
1465.8672803764348,
1465.448390571305,
1465.0297401037244,
1464.611328768628,
1464.1931563611874,
1463.7752226768057,
1463.3575275111216,
1462.9400706600054,
1462.5228519195612,
1462.1058710861255,
1461.6891279562665,
1461.2726223267846,
1460.8563539947118,
1460.4403227573114,
1460.0245284120774,
1459.6089707567344,
1459.193649589237,
1458.7785647077703,
1458.3637159107482,
1457.9491029968146,
1457.5347257648416,
1457.12058401393,
1456.7066775434098,
1456.293006152838,
1455.8795696419993,
1455.466367810906,
1455.0534004597969,
1454.6406673891383,
1454.2281683996218,
1453.8159032921662,
1453.4038718679146,
1452.9920739282368,
1452.5805092747266,
1452.1691777092033,
1451.7580790337097,
1451.3472130505143,
1450.9365795621075,
1450.5261783712042,
1450.1160092807427,
1449.706072093883,
1449.296366614009,
1448.8868926447258,
1448.4776499898608,
1448.0686384534629,
1447.659857839802,
1447.2513079533696,
1446.8429885988774,
1446.4348995812572,
1446.0270407056612,
1445.6194117774614,
1445.212012602249,
1444.8048429858336,
1444.3979027342452,
1443.991191653731,
1443.5847095507565,
1443.1784562320054,
1442.7724315043788,
1442.366635174995,
1441.9610670511897,
1441.5557269405142,
1441.150614650737,
1440.7457299898429,
1440.341072766031,
1439.9366427877173,
1439.5324398635323,
1439.1284638023212,
1438.7247144131443,
1438.3211915052752,
1437.917894888202,
1437.5148243716264,
1437.1119797654633,
1436.709360879841,
1436.3069675250995,
1435.9047995117924,
1435.5028566506846,
1435.1011387527535,
1434.6996456291874,
1434.2983770913863,
1433.8973329509608,
1433.4965130197322,
1433.0959171097322,
1432.6955450332027,
1432.2953966025955,
1431.895471630571,
1431.49576993,
1431.096291313961,
1430.6970355957424,
1430.2980025888394,
1429.8991921069564,
1429.5006039640052,
1429.1022379741046,
1428.7040939515814,
1428.3061717109679,
1427.9084710670047,
1427.5109918346373,
1427.1137338290175,
1426.7166968655033,
1426.319880759658,
1425.9232853272495,
1425.5269103842509,
1425.13075574684,
1424.7348212313984,
1424.3391066545125,
1423.9436118329716,
1423.5483365837688,
1423.1532807241006,
1422.7584440713656,
1422.3638264431659,
1421.9694276573055,
1421.5752475317902,
1421.1812858848275,
1420.787542534827,
1420.3940173003994,
1420.0007100003552,
1419.6076204537069,
1419.2147484796662,
1418.8220938976463,
1418.4296565272589,
1418.0374361883153,
1417.6454327008273,
1417.253645885004,
1416.8620755612546,
1416.4707215501855,
1416.0795836726024,
1415.6886617495081,
1415.2979556021032,
1414.9074650517855,
1414.5171899201505,
1414.1271300289895,
1413.7372852002914,
1413.34765525624,
1412.9582400192162,
1412.5690393117964,
1412.180052956752,
1411.79128077705,
1411.4027225958519,
1411.0143782365144,
1410.6262475225878,
1410.238330277817,
1409.8506263261409,
1409.4631354916912,
1409.0758575987938,
1408.6887924719672,
1408.3019399359223,
1407.915299815563,
1407.5288719359858,
1407.1426561224778,
1406.7566522005193,
1406.3708599957808,
1405.9852793341256,
1405.5999100416057,
1405.214751944466,
1404.8298048691402,
1404.4450686422526,
1404.060543090618,
1403.6762280412402,
1403.292123321312,
1402.908228758216,
1402.5245441795232,
1402.1410694129938,
1401.7578042865753,
1401.3747486284044,
1400.9919022668048,
1400.6092650302883,
1400.226836747553,
1399.8446172474858,
1399.4626063591584,
1399.08080391183,
1398.6992097349464,
1398.3178236581393,
1397.9366455112256,
1397.5556751242077,
1397.1749123272743,
1396.794356950798,
1396.4140088253366,
1396.0338677816324,
1395.653933650612,
1395.274206263386,
1394.8946854512485,
1394.5153710456773,
1394.1362628783338,
1393.7573607810616,
1393.378664585888,
1393.0001741250219,
1392.621889230855,
1392.2438097359611,
1391.8659354730953,
1391.4882662751947,
1391.1108019753774,
1390.7335424069427,
1390.3564874033702,
1389.979636798321,
1389.6029904256354,
1389.2265481193347,
1388.8503097136193,
1388.4742750428693,
1388.0984439416445,
1387.7228162446831,
1387.3473917869035,
1386.972170403401,
1386.5971519294499,
1386.2223362005034,
1385.847723052191,
1385.4733123203214,
1385.09910384088,
1384.7250974500287,
1384.3512929841077,
1383.977690279633,
1383.6042891732966,
1383.2310895019677,
1382.8580911026909,
1382.4852938126871,
1382.1126974693516,
1381.740301910256,
1381.3681069731463,
1380.9961124959434,
1380.624318316743,
1380.2527242738147,
1379.8813302056024,
1379.510135950724,
1379.1391413479707,
1378.7683462363073,
1378.3977504548714,
1378.027353842974,
1377.6571562400982,
1377.2871574859,
1376.9173574202077,
1376.547755883021,
1376.178352714512,
1375.8091477550233,
1375.4401408450706,
1375.0713318253386,
1374.7027205366842,
1374.334306820134,
1373.966090516886,
1373.5980714683078,
1373.2302495159363,
1372.8626245014793,
1372.495196266813,
1372.1279646539836,
1371.760929505206,
1371.3940906628634,
1371.0274479695083,
1370.6610012678616,
1370.2947504008114,
1369.9286952114144,
1369.5628355428948,
1369.1971712386442,
1368.8317021422215,
1368.466428097353,
1368.10134894793,
1367.7364645380128,
1367.3717747118264,
1367.0072793137624,
1366.6429781883783,
1366.2788711803967,
1365.9149581347065,
1365.5512388963616,
1365.1877133105804,
1364.8243812227463,
1364.4612424784073,
1364.0982969232762,
1363.7355444032294,
1363.372984764307,
1363.010617852713,
1362.6484435148154,
1362.2864615971448,
1361.9246719463947,
1361.5630744094221,
1361.201668833246,
1360.8404550650482,
1360.4794329521724,
1360.1186023421242,
1359.7579630825712,
1359.3975150213428,
1359.0372580064284,
1358.67719188598,
1358.3173165083094,
1357.9576317218903,
1357.5981373753555,
1357.2388333174988,
1356.8797193972741,
1356.5207954637945,
1356.1620613663335,
1355.803516954323,
1355.4451620773552,
1355.0869965851807,
1354.7290203277091,
1354.371233155008,
1354.0136349173038,
1353.656225464981,
1353.299004648582,
1352.941972318807,
1352.585128326514,
1352.2284725227173,
1351.8720047585894,
1351.5157248854591,
1351.1596327548118,
1350.80372821829,
1350.4480111276916,
1350.0924813349714,
1349.7371386922398,
1349.3819830517623,
1349.0270142659608,
1348.6722321874115,
1348.3176366688465,
1347.963227563152,
1347.6090047233697,
1347.2549680026946,
1346.9011172544767,
1346.54745233222,
1346.1939730895824,
1345.840679380375,
1345.4875710585625,
1345.1346479782626,
1344.7819099937467,
1344.4293569594386,
1344.0769887299145,
1343.724805159903,
1343.3728061042862,
1343.020991418096,
1342.6693609565177,
1342.317914574888,
1341.9666521286947,
1341.615573473577,
1341.264678465325,
1340.9139669598799,
1340.5634388133333,
1340.2130938819273,
1339.8629320220543,
1339.5129530902564,
1339.163156943226,
1338.8135434378055,
1338.4641124309853,
1338.114863779907,
1337.7657973418593,
1337.4169129742816,
1337.0682105347605,
1336.7196898810319,
1336.37135087098,
1336.023193362637,
1335.6752172141823,
1335.327422283944,
1334.9798084303975,
1334.6323755121653,
1334.285123388017,
1333.9380519168692,
1333.5911609577852,
1333.2444503699753,
1332.8979200127958,
1332.5515697457492,
1332.2053994284838,
1331.8594089207943,
1331.5135980826205,
1331.1679667740477,
1330.8225148553063,
1330.4772421867724,
1330.1321486289664,
1329.7872340425533,
1329.442498288343,
1329.097941227289,
1328.75356272049,
1328.4093626291879,
1328.0653408147682,
1327.72149713876,
1327.3778314628369,
1327.0343436488138,
1326.6910335586497,
1326.3479010544468,
1326.0049459984486,
1325.6621682530424,
1325.319567680757,
1324.9771441442635,
1324.634897506375,
1324.2928276300456,
1323.9509343783718,
1323.6092176145914,
1323.267677202083,
1322.9263130043657,
1322.5851248851004,
1322.244112708088,
1321.9032763372704,
1321.562615636729,
1321.2221304706854,
1320.8818207035017,
1320.5416861996794,
1320.2017268238587,
1319.8619424408207,
1319.5223329154846,
1319.1828981129088,
1318.843637898291,
1318.5045521369664,
1318.1656406944098,
1317.8269034362338,
1317.4883402281891,
1317.1499509361643,
1316.8117354261863,
1316.4736935644185,
1316.1358252171626,
1315.798130250857,
1315.4606085320775,
1315.1232599275368,
1314.7860843040837,
1314.4490815287043,
1314.1122514685205,
1313.7755939907904,
1313.4391089629087,
1313.1027962524047,
1312.7666557269445,
1312.4306872543293,
1312.0948907024958,
1311.7592659395148,
1311.4238128335935,
1311.088531253073,
1310.753421066429,
1310.4184821422723,
1310.083714349347,
1309.749117556532,
1309.4146916328402,
1309.0804364474175,
1308.7463518695442,
1308.4124377686335,
1308.078694014232,
1307.7451204760193,
1307.411717023808,
1307.0784835275435,
1306.7454198573034,
1306.4125258832983,
1306.0798014758702,
1305.7472465054939,
1305.4148608427759,
1305.082644358454,
1304.750596923398,
1304.4187184086093,
1304.0870086852194,
1303.7554676244924,
1303.424095097822,
1303.0928909767333,
1302.761855132882,
1302.430987438053,
1302.1002877641636,
1301.7697559832593,
1301.4393919675163,
1301.1091955892398,
1300.7791667208658,
1300.4493052349585,
1300.1196110042124,
1299.7900839014499,
1299.460723799623,
1299.1315305718126,
1298.802504091228,
1298.4736442312062,
1298.1449508652138,
1297.816423866844,
1297.4880631098194,
1297.1598684679893,
1296.831839815331,
1296.5039770259498,
1296.1762799740766,
1295.848748534071,
1295.5213825804196,
1295.1941819877345,
1294.8671466307558,
1294.540276384349,
1294.2135711235069,
1293.8870307233476,
1293.5606550591158,
1293.2344440061818,
1292.9083974400414,
1292.5825152363166,
1292.2567972707536,
1291.9312434192252,
1291.6058535577283,
1291.280627562385,
1290.9555653094421,
1290.630666675271,
1290.3059315363673,
1289.9813597693512,
1289.6569512509673,
1289.332705858083,
1289.008623467691,
1288.6847039569066,
1288.3609472029684,
1288.0373530832394,
1287.713921475205,
1287.3906522564741,
1287.0675453047775,
1286.7446004979702,
1286.4218177140285,
1286.0991968310516,
1285.7767377272612,
1285.4544402810004,
1285.132304370735,
1284.8103298750523,
1284.4885166726608,
1284.1668646423918,
1283.8453736631961,
1283.524043614147,
1283.2028743744386,
1282.8818658233856,
1282.5610178404236,
1282.2403303051092,
1281.9198030971181,
1281.5994360962482,
1281.2792291824157,
1280.959182235658,
1280.639295136132,
1280.3195677641138,
1280,
1279.6805917243055,
1279.3613428176654,
1279.042253160833,
1278.7233226346816,
1278.404551120202,
1278.0859384985044,
1277.7674846508182,
1277.4491894584892,
1277.1310528029833,
1276.8130745658837,
1276.495254628891,
1276.1775928738243,
1275.8600891826204,
1275.5427434373328,
1275.2255555201327,
1274.908525313309,
1274.5916526992667,
1274.274937560528,
1273.9583797797327,
1273.6419792396357,
1273.3257358231097,
1273.0096494131426,
1272.6937198928392,
1272.37794714542,
1272.0623310542219,
1271.746871502696,
1271.4315683744112,
1271.11642155305,
1270.8014309224113,
1270.4865963664083,
1270.17191776907,
1269.8573950145399,
1269.543027987076,
1269.2288165710515,
1268.9147606509532,
1268.600860111383,
1268.2871148370566,
1267.973524712804,
1267.6600896235684,
1267.346809454407,
1267.0336840904915,
1266.720713417106,
1266.4078973196476,
1266.0952356836283,
1265.782728394671,
1265.4703753385133,
1265.1581764010045,
1264.846131468107,
1264.5342404258952,
1264.2225031605562,
1263.9109195583897,
1263.5994895058063,
1263.2882128893298,
1262.9770895955949,
1262.6661195113484,
1262.3553025234485,
1262.0446385188645,
1261.7341273846775,
1261.4237690080795,
1261.113563276373,
1260.803510076972,
1260.4936092974008,
1260.1838608252945,
1259.8742645483983,
1259.5648203545675,
1259.2555281317686,
1258.9463877680769,
1258.6373991516782,
1258.3285621708683,
1258.019876714052,
1257.711342669744,
1257.4029599265675,
1257.0947283732567,
1256.7866478986525,
1256.4787183917074,
1256.17093974148,
1255.8633118371397,
1255.5558345679633,
1255.2485078233362,
1254.9413314927526,
1254.6343054658144,
1254.3274296322313,
1254.0207038818212,
1253.7141281045094,
1253.4077021903302,
1253.1014260294228,
1252.7952995120363,
1252.4893225285255,
1252.1834949693528,
1251.8778167250878,
1251.572287686406,
1251.2669077440908,
1250.9616767890316,
1250.656594712224,
1250.35166140477,
1250.0468767578784,
1249.7422406628632,
1249.437753011145,
1249.1334136942498,
1248.829222603809,
1248.5251796315601,
1248.221284669346,
1247.9175376091148,
1247.6139383429193,
1247.3104867629174,
1247.0071827613729,
1246.7040262306527,
1246.40101706323,
1246.0981551516813,
1245.7954403886881,
1245.4928726670362,
1245.190451879615,
1244.8881779194185,
1244.586050679544,
1244.284070053193,
1243.9822359336708,
1243.6805482143855,
1243.3790067888494,
1243.0776115506771,
1242.7763623935873,
1242.475259211401,
1242.1743018980424,
1241.8734903475383,
1241.5728244540182,
1241.2723041117144,
1240.9719292149614,
1240.671699658195,
1240.3716153359546,
1240.071676142881,
1239.771881973717,
1239.4722327233062,
1239.1727282865959,
1238.8733685586328,
1238.5741534345661,
1238.2750828096462,
1237.9761565792244,
1237.677374638753,
1237.3787368837855,
1237.0802432099758,
1236.781893513079,
1236.48368768895,
1236.1856256335452,
1235.88770724292,
1235.5899324132308,
1235.292301040734,
1234.9948130217854,
1234.6974682528414,
1234.4002666304575,
1234.1032080512896,
1233.8062924120914,
1233.5095196097175,
1233.2128895411213,
1232.9164021033555,
1232.6200571935706,
1232.3238547090175,
1232.027794547045,
1231.7318766051005,
1231.4361007807306,
1231.1404669715791,
1230.8449750753894,
1230.5496249900016,
1230.2544166133557,
1229.9593498434876,
1229.6644245785326,
1229.3696407167226,
1229.0749981563874,
1228.7804967959548,
1228.4861365339493,
1228.1919172689923,
1227.8978388998037,
1227.6039013251984,
1227.31010444409,
1227.0164481554875,
1226.7229323584975,
1226.4295569523224,
1226.136321836262,
1225.8432269097107,
1225.5502720721604,
1225.257457223199,
1224.96478226251,
1224.6722470898726,
1224.3798516051618,
1224.087595708349,
1223.7954792994994,
1223.5035022787752,
1223.2116645464332,
1222.9199660028248,
1222.6284065483978,
1222.3369860836935,
1222.0457045093485,
1221.754561726095,
1221.463557634758,
1221.1726921362585,
1220.8819651316112,
1220.591376521925,
1220.3009262084029,
1220.0106140923428,
1219.7204400751348,
1219.4304040582645,
1219.14050594331,
1218.8507456319437,
1218.561123025931,
1218.2716380271308,
1217.9822905374956,
1217.6930804590704,
1217.4040076939934,
1217.115072144496,
1216.826273712902,
1216.5376123016283,
1216.2490878131841,
1215.960700150171,
1215.6724492152835,
1215.3843349113074,
1215.0963571411212,
1214.8085158076958,
1214.5208108140935,
1214.2332420634682,
1213.9458094590657,
1213.6585129042242,
1213.3713523023723,
1213.0843275570303,
1212.7974385718096,
1212.5106852504139,
1212.2240674966363,
1211.9375852143614,
1211.6512383075656,
1211.3650266803147,
1211.078950236766,
1210.7930088811668,
1210.507202517855,
1210.221531051259,
1209.935994385897,
1209.6505924263774,
1209.3653250773993,
1209.0801922437506,
1208.7951938303092,
1208.5103297420435,
1208.2255998840103,
1207.941004161357,
1207.656542479319,
1207.3722147432222,
1207.088020858481,
1206.803960730599,
1206.520034265169,
1206.2362413678718,
1205.9525819444777,
1205.6690559008457,
1205.3856631429228,
1205.1024035767439,
1204.8192771084337,
1204.536283644204,
1204.2534230903552,
1203.970695353275,
1203.68810033944,
1203.4056379554138,
1203.1233081078478,
1202.8411107034815,
1202.5590456491414,
1202.2771128517413,
1201.9953122182824,
1201.7136436558533,
1201.4321070716294,
1201.1507023728732,
1200.869429466934,
1200.588288261248,
1200.3072786633377,
1200.0264005808128,
1199.7456539213688,
1199.4650385927876,
1199.184554502938,
1198.9042015597743,
1198.6239796713373,
1198.3438887457532,
1198.0639286912349,
1197.7840994160802,
1197.5044008286732,
1197.2248328374828,
1196.945395351064,
1196.6660882780575,
1196.386911527188,
1196.1078650072664,
1195.8289486271883,
1195.5501622959346,
1195.2715059225702,
1194.9929794162458,
1194.7145826861963,
1194.4363156417407,
1194.1581781922835,
1193.8801702473124,
1193.6022917164003,
1193.3245425092036,
1193.0469225354634,
1192.7694317050043,
1192.4920699277352,
1192.2148371136477,
1191.937733172819,
1191.6607580154082,
1191.3839115516585,
1191.1071936918963,
1190.8306043465318,
1190.5541434260576,
1190.2778108410503,
1190.001606502169,
1189.7255303201553,
1189.4495822058343,
1189.1737620701138,
1188.8980698239836,
1188.622505378517,
1188.3470686448684,
1188.071759534276,
1187.7965779580588,
1187.5215238276194,
1187.2465970544413,
1186.9717975500903,
1186.6971252262142,
1186.4225799945425,
1186.1481617668862,
1185.8738704551383,
1185.599705971273,
1185.3256682273454,
1185.0517571354928,
1184.7779726079332,
1184.5043145569657,
1184.2307828949706,
1183.9573775344088,
1183.6840983878221,
1183.4109453678338,
1183.1379183871463,
1182.8650173585443,
1182.5922421948912,
1182.3195928091322,
1182.047069114292,
1181.774671023476,
1181.502398449869,
1181.230251306736,
1180.9582295074224,
1180.686332965353,
1180.4145615940317,
1180.1429153070437,
1179.8713940180521,
1179.5999976408,
1179.3287260891102,
1179.0575792768839,
1178.7865571181026,
1178.515659526826,
1178.244886417193,
1177.9742377034215,
1177.7037132998082,
1177.4333131207281,
1177.1630370806356,
1176.892885094063,
1176.6228570756216,
1176.35295294,
1176.0831726019665,
1175.8135159763663,
1175.543982978123,
1175.2745735222393,
1175.0052875237939,
1174.7361248979448,
1174.4670855599272,
1174.198169425054,
1173.9293764087154,
1173.6607064263792,
1173.3921593935909,
1173.123735225973,
1172.855433839225,
1172.5872551491238,
1172.3191990715231,
1172.051265522354,
1171.7834544176237,
1171.5157656734166,
1171.2481992058938,
1170.9807549312927,
1170.7134327659276,
1170.4462326261887,
1170.179154428543,
1169.9121980895334,
1169.645363525779,
1169.378650653975,
1169.1120593908925,
1168.845589653379,
1168.5792413583565,
1168.3130144228242,
1168.046908763856,
1167.7809242986016,
1167.5150609442862,
1167.2493186182103,
1166.9836972377495,
1166.718196720355,
1166.452816983553,
1166.1875579449443,
1165.922419522205,
1165.657401633086,
1165.392504195413,
1165.1277271270862,
1164.8630703460808,
1164.598533770446,
1164.3341173183057,
1164.069820907858,
1163.8056444573756,
1163.541587885205,
1163.2776511097668,
1163.0138340495562,
1162.750136623141,
1162.4865587491645,
1162.2231003463426,
1161.959761333465,
1161.6965416293956,
1161.4334411530713,
1161.1704598235021,
1160.9075975597723,
1160.6448542810385,
1160.3822299065312,
1160.1197243555534,
1159.8573375474816,
1159.595069401765,
1159.3329198379254,
1159.0708887755575,
1158.8089761343292,
1158.5471818339802,
1158.2855057943232,
1158.0239479352433,
1157.7625081766978,
1157.501186438716,
1157.2399826414003,
1156.9788967049242,
1156.7179285495336,
1156.4570780955464,
1156.1963452633527,
1155.9357299734136,
1155.6752321462623,
1155.4148517025037,
1155.1545885628145,
1154.894442647942,
1154.6344138787058,
1154.374502175996,
1154.1147074607745,
1153.8550296540743,
1153.5954686769992,
1153.3360244507237,
1153.076696896494,
1152.8174859356268,
1152.558391489509,
1152.2994134795986,
1152.0405518274242,
1151.7818064545854,
1151.5231772827508,
1151.2646642336606,
1151.0062672291251,
1150.7479861910242,
1150.4898210413085,
1150.231771701998,
1149.9738380951833,
1149.7160201430247,
1149.4583177677519,
1149.2007308916648,
1148.9432594371326,
1148.6859033265944,
1148.4286624825584,
1148.171536827602,
1147.9145262843729,
1147.657630775587,
1147.4008502240301,
1147.1441845525565,
1146.88763368409,
1146.6311975416227,
1146.3748760482165,
1146.1186691270013,
1145.8625767011763,
1145.6065986940084,
1145.3507350288342,
1145.0949856290579,
1144.8393504181524,
1144.5838293196593,
1144.3284222571879,
1144.0731291544155,
1143.8179499350883,
1143.5628845230199,
1143.307932842092,
1143.0530948162543,
1142.7983703695238,
1142.543759425986,
1142.2892619097934,
1142.0348777451663,
1141.7806068563925,
1141.5264491678272,
1141.272404603893,
1141.0184730890794,
1140.7646545479436,
1140.5109489051094,
1140.2573560852684,
1140.0038760131783,
1139.7505086136646,
1139.4972538116183,
1139.2441115319984,
1138.9910816998304,
1138.7381642402054,
1138.4853590782823,
1138.2326661392856,
1137.9800853485062,
1137.7276166313022,
1137.475259913097,
1137.2230151193799,
1136.9708821757074,
1136.7188610077012,
1136.4669515410492,
1136.215153701505,
1135.963467414888,
1135.7118926070834,
1135.4604292040422,
1135.2090771317808,
1134.9578363163807,
1134.70670668399,
1134.4556881608205,
1134.2047806731505,
1133.9539841473234,
1133.7032985097471,
1133.452723686895,
1133.2022596053057,
1132.951906191582,
1132.7016633723927,
1132.45153107447,
1132.2015092246118,
1131.95159774968,
1131.7017965766022,
1131.4521056323686,
1131.2025248440355,
1130.9530541387228,
1130.7036934436146,
1130.4544426859597,
1130.2053017930707,
1129.9562706923243,
1129.707349311161,
1129.4585375770855,
1129.2098354176665,
1128.9612427605362,
1128.7127595333902,
1128.4643856639884,
1128.2161210801542,
1127.9679657097738,
1127.719919480798,
1127.4719823212392,
1127.2241541591752,
1126.9764349227457,
1126.728824540154,
1126.4813229396657,
1126.2339300496105,
1125.9866457983808,
1125.7394701144315,
1125.4924029262802,
1125.245444162508,
1124.9985937517579,
1124.7518516227358,
1124.5052177042103,
1124.2586919250118,
1124.0122742140345,
1123.7659645002332,
1123.519762712626,
1123.2736687802933,
1123.0276826323768,
1122.781804198081,
1122.5360334066722,
1122.2903701874786,
1122.0448144698898,
1121.7993661833582,
1121.5540252573967,
1121.3087916215807,
1121.063665205547,
1120.8186459389938,
1120.573733751681,
1120.3289285734293,
1120.0842303341212,
1119.8396389637005,
1119.5951543921717,
1119.3507765496013,
1119.1065053661157,
1118.8623407719033,
1118.6182826972124,
1118.3743310723532,
1118.130485827696,
1117.8867468936721,
1117.6431142007734,
1117.399587679552,
1117.1561672606213,
1116.9128528746544,
1116.6696444523852,
1116.4265419246078,
1116.1835452221762,
1115.9406542760057,
1115.6978690170702,
1115.4551893764046,
1115.2126152851042,
1114.9701466743227,
1114.7277834752754,
1114.4855256192361,
1114.2433730375387,
1114.0013256615775,
1113.7593834228053,
1113.517546252735,
1113.275814082939,
1113.034186845049,
1112.7926644707557,
1112.5512468918098,
1112.309934040021,
1112.0687258472574,
1111.827622245447,
1111.5866231665768,
1111.3457285426923,
1111.1049383058983,
1110.8642523883582,
1110.6236707222943,
1110.3831932399871,
1110.1428198737767,
1109.9025505560612,
1109.662385219297,
1109.4223237959995,
1109.182366218742,
1108.9425124201562,
1108.7027623329323,
1108.4631158898187,
1108.2235730236218,
1107.984133667206,
1107.7447977534935,
1107.5055652154651,
1107.2664359861592,
1107.0274099986716,
1106.7884871861563,
1106.5496674818248,
1106.3109508189466,
1106.0723371308484,
1105.8338263509143,
1105.595418412586,
1105.357113249363,
1105.1189107948016,
1104.8808109825154,
1104.6428137461753,
1104.4049190195092,
1104.1671267363029,
1103.929436830398,
1103.6918492356933,
1103.4543638861455,
1103.2169807157672,
1102.9796996586279,
1102.7425206488538,
1102.5054436206278,
1102.26846850819,
1102.0315952458357,
1101.794823767918,
1101.5581540088456,
1101.3215859030838,
1101.085119385154,
1100.8487543896345,
1100.6124908511588,
1100.376328704417,
1100.1402678841553,
1099.9043083251756,
1099.6684499623364,
1099.432692730551,
1099.1970365647894,
1098.961481400077,
1098.7260271714947,
1098.4906738141794,
1098.2554212633231,
1098.020269454174,
1097.7852183220352,
1097.5502678022654,
1097.3154178302782,
1097.080668341543,
1096.8460192715845,
1096.611470555982,
1096.3770221303703,
1096.1426739304388,
1095.9084258919324,
1095.6742779506508,
1095.4402300424483,
1095.2062821032341,
1094.9724340689722,
1094.7386858756813,
1094.505037459435,
1094.2714887563604,
1094.0380397026404,
1093.8046902345118,
1093.5714402882654,
1093.3382898002471,
1093.1052387068567,
1092.8722869445476,
1092.6394344498287,
1092.406681159262,
1092.1740270094635,
1091.941471937104,
1091.7090158789076,
1091.4766587716522,
1091.2444005521697,
1091.0122411573457,
1090.78018052412,
1090.5482185894848,
1090.3163552904875,
1090.0845905642277,
1089.8529243478592,
1089.621356578589,
1089.3898871936772,
1089.1585161304376,
1088.9272433262372,
1088.6960687184958,
1088.464992244687,
1088.2340138423367,
1088.0031334490243,
1087.7723510023823,
1087.5416664400955,
1087.3110796999022,
1087.0805907195931,
1086.8501994370115,
1086.6199057900542,
1086.3897097166696,
1086.1596111548592,
1085.929610042677,
1085.6997063182296,
1085.469899919675,
1085.2401907852256,
1085.0105788531437,
1084.7810640617458,
1084.551646349399,
1084.322325654524,
1084.0931019155926,
1083.8639750711286,
1083.6349450597083,
1083.4060118199595,
1083.1771752905622,
1082.9484354102478,
1082.7197921178,
1082.4912453520533,
1082.2627950518945,
1082.034441156262,
1081.8061836041454,
1081.5780223345862,
1081.3499572866767,
1081.1219883995611,
1080.8941156124347,
1080.6663388645438,
1080.4386580951866,
1080.2110732437118,
1079.9835842495193,
1079.7561910520606,
1079.528893590837,
1079.3016918054018,
1079.074585635359,
1078.8475750203631,
1078.6206599001198,
1078.3938402143847,
1078.167115902965,
1077.940486905718,
1077.7139531625517,
1077.4875146134243,
1077.2611711983452,
1077.0349228573737,
1076.808769530619,
1076.5827111582414,
1076.3567476804512,
1076.1308790375085,
1075.905105169724,
1075.6794260174584,
1075.4538415211218,
1075.2283516211755,
1075.0029562581299,
1074.7776553725448,
1074.552448905031,
1074.3273367962486,
1074.1023189869068,
1073.877395417765,
1073.6525660296327,
1073.427830763368,
1073.2031895598793,
1072.9786423601238,
1072.7541891051085,
1072.5298297358895,
1072.3055641935725,
1072.0813924193124,
1071.857314354313,
1071.6333299398277,
1071.4094391171586,
1071.185641827657,
1070.961938012723,
1070.7383276138062,
1070.5148105724043,
1070.2913868300645,
1070.0680563283825,
1069.8448190090028,
1069.6216748136185,
1069.3986236839712,
1069.1756655618517,
1068.952800389099,
1068.7300281075998,
1068.5073486592903,
1068.284761986155,
1068.062268030226,
1067.8398667335846,
1067.6175580383594,
1067.395341886728,
1067.1732182209155,
1066.9511869831954,
1066.7292481158895,
1066.5074015613668,
1066.285647262045,
1066.0639851603894,
1065.8424151989127,
1065.6209373201766,
1065.3995514667888,
1065.1782575814061,
1064.9570556067326,
1064.7359454855196,
1064.514927160566,
1064.2940005747187,
1064.0731656708715,
1063.8524223919658,
1063.6317706809903,
1063.4112104809808,
1063.190741735021,
1062.970364386241,
1062.7500783778182,
1062.5298836529778,
1062.309780154991,
1062.0897678271767,
1061.8698466129006,
1061.6500164555753,
1061.4302772986598,
1061.210629085661,
1060.9910717601313,
1060.7716052656704,
1060.5522295459245,
1060.332944544587,
1060.113750205397,
1059.8946464721407,
1059.6756332886503,
1059.4567105988049,
1059.2378783465297,
1059.0191364757961,
1058.8004849306221,
1058.5819236550717,
1058.363452593255,
1058.1450716893287,
1057.9267808874947,
1057.708580132002,
1057.490469367145,
1057.2724485372635,
1057.0545175867444,
1056.8366764600198,
1056.6189251015674,
1056.401263455911,
1056.18369146762,
1055.9662090813094,
1055.7488162416398,
1055.5315128933173,
1055.314298981094,
1055.097174449767,
1054.8801392441783,
1054.6631933092167,
1054.446336589815,
1054.2295690309522,
1054.0128905776517,
1053.7963011749828,
1053.5798007680596,
1053.3633893020415,
1053.1470667221324,
1052.930832973582,
1052.7146880016842,
1052.4986317517787,
1052.282664169249,
1052.0667851995245,
1051.8509947880782,
1051.635292880429,
1051.4196794221398,
1051.204154358818,
1050.9887176361162,
1050.773369199731,
1050.5581089954037,
1050.3429369689204,
1050.1278530661107,
1049.9128572328495,
1049.6979494150557,
1049.4831295586923,
1049.2683976097665,
1049.05375351433,
1048.8391972184784,
1048.6247286683515,
1048.4103478101329,
1048.1960545900504,
1047.9818489543761,
1047.7677308494253,
1047.5537002215576,
1047.3397570171765,
1047.1259011827287,
1046.9121326647055,
1046.6984514096412,
1046.4848573641139,
1046.2713504747455,
1046.0579306882014,
1045.8445979511903,
1045.6313522104647,
1045.41819341282,
1045.2051215050953,
1044.9921364341733,
1044.7792381469794,
1044.566426590483,
1044.3537017116957,
1044.141063457673,
1043.9285117755137,
1043.7160466123587,
1043.5036679153927,
1043.2913756318433,
1043.0791697089808,
1042.8670500941187,
1042.655016734613,
1042.4430695778626,
1042.2312085713095,
1042.0194336624377,
1041.8077447987748,
1041.5961419278901,
1041.3846249973965,
1041.1731939549484,
1040.9618487482433,
1040.750589325021,
1040.5394156330642,
1040.328327620197,
1040.1173252342865,
1039.9064084232418,
1039.695577135015,
1039.484831317599,
1039.27417091903,
1039.0635958873863,
1038.8531061707874,
1038.6427017173958,
1038.4323824754151,
1038.2221483930916,
1038.0119994187132,
1037.8019355006097,
1037.5919565871525,
1037.3820626267552,
1037.1722535678725,
1036.9625293590016,
1036.7528899486806,
1036.54333528549,
1036.3338653180508,
1036.1244799950266,
1035.9151792651217,
1035.7059630770825,
1035.496831379696,
1035.2877841217912,
1035.0788212522384,
1034.8699427199488,
1034.6611484738748,
1034.4524384630106,
1034.2438126363909,
1034.0352709430917,
1033.8268133322306,
1033.618439752965,
1033.4101501544949,
1033.2019444860593,
1032.9938226969402,
1032.785784736459,
1032.577830553978,
1032.3699600989012,
1032.162173320672,
1031.9544701687762,
1031.7468505927386,
1031.5393145421253,
1031.3318619665436,
1031.12449281564,
1030.9172070391028,
1030.7100045866596,
1030.502885408079,
1030.2958494531704,
1030.0888966717828,
1029.8820270138056,
1029.6752404291685,
1029.468536867842,
1029.2619162798358,
1029.0553786152002,
1028.8489238240256,
1028.6425518564427,
1028.4362626626214,
1028.2300561927725,
1028.0239323971462,
1027.8178912260325,
1027.6119326297617,
1027.4060565587033,
1027.2002629632673,
1026.9945517939027,
1026.7889230010987,
1026.5833765353836,
1026.3779123473262,
1026.1725303875342,
1025.9672306066543,
1025.762012955374,
1025.5568773844197,
1025.3518238445565,
1025.14685228659,
1024.9419626613642,
1024.737154919763,
1024.5324290127091,
1024.327784891165,
1024.123222506132,
1023.9187418086501,
1023.714342749799,
1023.5100252806976,
1023.3057893525032,
1023.1016349164125,
1022.8975619236611,
1022.6935703255233,
1022.4896600733125,
1022.2858311183808,
1022.0820834121188,
1021.8784169059566,
1021.6748315513622,
1021.4713272998426,
1021.2679041029438,
1021.0645619122497,
1020.8613006793832,
1020.6581203560055,
1020.4550208938166,
1020.2520022445544,
1020.0490643599957,
1019.8462071919555,
1019.6434306922869,
1019.4407348128817,
1019.2381195056695,
1019.0355847226184,
1018.8331304157348,
1018.6307565370629,
1018.428463038685,
1018.2262498727217,
1018.0241169913315,
1017.8220643467109,
1017.6200918910943,
1017.4181995767541,
1017.2163873560003,
1017.0146551811811,
1016.8130030046824,
1016.6114307789276,
1016.4099384563782,
1016.2085259895331,
1016.0071933309288,
1015.8059404331397,
1015.6047672487775,
1015.4036737304915,
1015.2026598309687,
1015.0017255029334,
1014.800870699147,
1014.600095372409,
1014.3993994755555,
1014.1987829614604,
1013.9982457830347,
1013.7977878932268,
1013.5974092450219,
1013.3971097914429,
1013.1968894855493,
1012.9967482804379,
1012.796686129243,
1012.596702985135,
1012.3967988013222,
1012.1969735310491,
1011.9972271275976,
1011.7975595442864,
1011.5979707344708,
1011.3984606515429,
1011.1990292489319,
1010.9996764801034,
1010.80040229856,
1010.6012066578406,
1010.4020895115211,
1010.2030508132135,
1010.0040905165666,
1009.8052085752659,
1009.6064049430329,
1009.4076795736262,
1009.2090324208401,
1009.0104634385059,
1008.8119725804906,
1008.613559800698,
1008.4152250530678,
1008.2169682915763,
1008.0187894702357,
1007.8206885430943,
1007.622665464237,
1007.4247201877839,
1007.2268526678921,
1007.0290628587541,
1006.8313507145986,
1006.6337161896901,
1006.4361592383291,
1006.238679814852,
1006.0412778736311,
1005.8439533690743,
1005.6467062556253,
1005.4495364877637,
1005.2524440200045,
1005.0554288068987,
1004.8584908030327,
1004.6616299630284,
1004.4648462415436,
1004.2681395932715,
1004.0715099729402,
1003.8749573353143,
1003.6784816351931,
1003.4820828274111,
1003.2857608668388,
1003.0895157083818,
1002.8933473069806,
1002.6972556176113,
1002.5012405952851,
1002.3053021950486,
1002.1094403719829,
1001.913655081205,
1001.7179462778665,
1001.5223139171541,
1001.3267579542894,
1001.1312783445293,
1000.9358750431653,
1000.740548005524,
1000.545297186967,
1000.35012254289,
1000.1550240287244,
999.960001599936,
999.7650552120251,
999.5701848205272,
999.3753903810119,
999.1806718490838,
998.9860291803819,
998.7914623305801,
998.596971255386,
998.4025559105431,
998.208216251828,
998.0139522350522,
997.8197638160618,
997.6256509507373,
997.4316135949929,
997.2376517047777,
997.0437652360749,
996.8499541449021,
996.6562183873106,
996.4625579193861,
996.2689726972488,
996.0754626770524,
995.882027814985,
995.6886680672686,
995.4953833901595,
995.3021737399474,
995.1090390729564,
994.9159793455443,
994.7229945141027,
994.5300845350572,
994.337249364867,
994.1444889600255,
993.9518032770592,
993.7591922725285,
993.5666559030278,
993.374194125185,
993.1818068956612,
992.9894941711517,
992.7972559083846,
992.6050920641223,
992.41300259516,
992.2209874583267,
992.0290466104848,
991.8371800085298,
991.6453876093909,
991.4536693700303,
991.2620252474437,
991.07045519866,
990.8789591807412,
990.6875371507826,
990.4961890659125,
990.3049148832926,
990.1137145601172,
989.9225880536143,
989.7315353210441,
989.5405563197007,
989.3496510069106,
989.1588193400332,
988.968061276461,
988.7773767736194,
988.5867657889663,
988.3962282799929,
988.2057642042226,
988.015373519212,
987.82505618255,
987.6348121518588,
987.4446413847922,
987.2545438390381,
987.0645194723153,
986.8745682423763,
986.6846901070058,
986.4948850240211,
986.3051529512715,
986.1154938466393,
985.9259076680387,
985.7363943734167,
985.5469539207521,
985.3575862680567,
985.1682913733738,
984.9790691947795,
984.789919690382,
984.6008428183214,
984.4118385367702,
984.2229068039329,
984.0340475780462,
983.8452608173786,
983.6565464802309,
983.4679045249358,
983.2793349098578,
983.0908375933936,
982.9024125339715,
982.714059690052,
982.525779020127,
982.3375704827207,
982.1494340363886,
981.9613696397184,
981.7733772513291,
981.5854568298716,
981.3976083340285,
981.2098317225139,
981.0221269540733,
980.8344939874845,
980.646932781556,
980.459443295128,
980.2720254870726,
980.0846793162929,
979.8974047417234,
979.7102017223305,
979.5230702171112,
979.3360101850944,
979.1490215853402,
978.9621043769396,
978.7752585190151,
978.5884839707205,
978.4017806912408,
978.2151486397919,
978.0285877756206,
977.8420980580056,
977.6556794462558,
977.4693318997116,
977.2830553777443,
977.0968498397561,
976.9107152451802,
976.7246515534806,
976.5386587241522,
976.352736716721,
976.1668854907434,
975.9811050058071,
975.7953952215299,
975.6097560975609,
975.4241875935797,
975.2386896692965,
975.0532622844522,
974.8679053988184,
974.6826189721971,
974.4974029644211,
974.3122573353534,
974.1271820448878,
973.9421770529483,
973.7572423194897,
973.5723778044969,
973.3875834679853,
973.2028592700005,
973.0182051706188,
972.8336211299463,
972.6491071081196,
972.4646630653058,
972.2802889617018,
972.095984757535,
971.9117504130625,
971.727585888572,
971.543491144381,
971.3594661408373,
971.1755108383187,
970.9916251972326,
970.807809178017,
970.6240627411394,
970.4403858470973,
970.2567784564184,
970.07324052966,
969.8897720274091,
969.7063729102827,
969.5230431389277,
969.3397826740207,
969.1565914762677,
968.9734695064049,
968.7904167251977,
968.6074330934415,
968.4245185719611,
968.2416731216111,
968.0588967032754,
967.8761892778675,
967.6935508063306,
967.5109812496372,
967.328480568789,
967.1460487248179,
966.9636856787843,
966.7813913917785,
966.5991658249199,
966.4170089393573,
966.2349206962689,
966.0529010568617,
965.8709499823728,
965.6890674340676,
965.507253373241,
965.3255077612171,
965.1438305593491,
964.9622217290192,
964.780681231639,
964.5992090286486,
964.4178050815174,
964.2364693517437,
964.0552018008551,
963.8740023904074,
963.6928710819861,
963.5118078372051,
963.3308126177069,
963.1498853851637,
962.9690261012755,
962.7882347277715,
962.6075112264101,
962.4268555589774,
962.2462676872891,
962.0657475731891,
961.8852951785499,
961.7049104652727,
961.5245933952875,
961.3443439305526,
961.1641620330544,
960.9840476648088,
960.8040007878592,
960.6240213642783,
960.4441093561663,
960.2642647256524,
960.0844874348943,
959.9047774460773,
959.7251347214158,
959.5455592231519,
959.3660509135563,
959.1866097549278,
959.0072357095934,
958.8279287399083,
958.6486888082559,
958.4695158770475,
958.2904099087228,
958.1113708657494,
957.9323987106229,
957.7534934058672,
957.5746549140338,
957.3958831977021,
957.2171782194803,
957.0385399420035,
956.859968327935,
956.6814633399663,
956.5030249408163,
956.3246530932321,
956.1463477599881,
955.968108903887,
955.7899364877587,
955.6118304744613,
955.4337908268801,
955.2558175079286,
955.0779104805475,
954.900069707705,
954.7222951523976,
954.5445867776484,
954.3669445465086,
954.189368422057,
954.0118583673994,
953.8344143456695,
953.6570363200282,
953.4797242536637,
953.3024781097919,
953.1252978516555,
952.9481834425252,
952.7711348456986,
952.5941520245007,
952.4172349422835,
952.2403835624265,
952.0635978483363,
951.8868777634465,
951.7102232712183,
951.5336343351396,
951.3571109187257,
951.1806529855182,
951.0042604990871,
950.8279334230281,
950.6516717209646,
950.4754753565471,
950.2993442934525,
950.1232784953847,
949.947277926075,
949.7713425492813,
949.595472328788,
949.4196672284066,
949.2439272119756,
949.06825224336,
948.8926422864517,
948.7170973051691,
948.5416172634574,
948.3662021252886,
948.1908518546613,
948.0155664156006,
947.8403457721581,
947.6651898884124,
947.4900987284683,
947.3150722564571,
947.1401104365369,
946.9652132328919,
946.7903806097329,
946.6156125312974,
946.4409089618489,
946.2662698656775,
946.0916952070994,
945.9171849504576,
945.7427390601208,
945.5683575004845,
945.3940402359704,
945.2197872310259,
945.0455984501252,
944.8714738577685,
944.697413418482,
944.5234170968183,
944.349484857356,
944.1756166646996,
944.00181248348,
943.8280722783537,
943.6543960140037,
943.4807836551389,
943.3072351664937,
943.1337505128289,
942.9603296589312,
942.786972569613,
942.6136792097126,
942.4404495440943,
942.2672835376482,
942.09418115529,
941.9211423619614,
941.7481671226298,
941.5752554022879,
941.4024071659551,
941.2296223786755,
941.0569010055192,
940.8842430115823,
940.7116483619858,
940.5391170218769,
940.3666489564281,
940.1942441308374,
940.0219025103285,
939.8496240601503,
939.6774087455776,
939.5052565319103,
939.3331673844738,
939.1611412686188,
938.9891781497217,
938.8172779931842,
938.6454407644328,
938.47366642892,
938.3019549521231,
938.130306299545,
937.9587204367136,
937.7871973291819,
937.6157369425289,
937.4443392423574,
937.2730041942966,
937.1017317640002,
936.9305219171473,
936.7593746194415,
936.5882898366121,
936.4172675344133,
936.246307678624,
936.0754102350485,
935.9045751695157,
935.7338024478795,
935.5630920360192,
935.3924438998381,
935.2218580052653,
935.051334318254,
934.8808728047828,
934.7104734308548,
934.5401361624978,
934.3698609657646,
934.1996478067327,
934.0294966515042,
933.859407466206,
933.6893802169893,
933.5194148700307,
933.3495113915308,
933.1796697477148,
933.009889904833,
932.8401718291597,
932.6705154869938,
932.5009208446593,
932.331387868504,
932.1619165249003,
931.9925067802454,
931.8231586009607,
931.6538719534918,
931.484646804309,
931.3154831199068,
931.1463808668042,
930.9773400115441,
930.8083605206941,
930.6394423608461,
930.470585498616,
930.3017899006437,
930.1330555335941,
929.9643823641554,
929.7957703590406,
929.6272194849865,
929.458729708754,
929.2903009971285,
929.1219333169188,
928.9536266349584,
928.7853809181042,
928.6171961332379,
928.4490722472646,
928.2810092271133,
928.1130070397371,
927.9450656521133,
927.7771850312429,
927.6093651441504,
927.4416059578849,
927.2739074395186,
927.1062695561478,
926.9386922748929,
926.7711755628976,
926.6037193873296,
926.4363237153802,
926.2689885142645,
926.1017137512212,
925.9344993935129,
925.7673454084253,
925.6002517632685,
925.4332184253753,
925.266245362103,
925.0993325408315,
924.9324799289652,
924.7656874939312,
924.5989552031805,
924.4322830241878,
924.2656709244505,
924.0991188714902,
923.9326268328513,
923.7661947761022,
923.599822668834,
923.4335104786617,
923.2672581732234,
923.1010657201804,
922.9349330872172,
922.7688602420423,
922.6028471523863,
922.4368937860039,
922.2710001106725,
922.105166094193,
921.9393917043893,
921.7736769091085,
921.6080216762207,
921.442425973619,
921.2768897692201,
921.1114130309631,
920.9459957268106,
920.7806378247478,
920.6153392927832,
920.4501000989484,
920.2849202112974,
920.1197995979076,
919.9547382268793,
919.7897360663352,
919.6247930844215,
919.459909249307,
919.295084529183,
919.1303188922641,
918.9656123067874,
918.800964741013,
918.6363761632233,
918.471846541724,
918.3073758448428,
918.1429640409308,
917.9786110983613,
917.8143169855307,
917.6500816708572,
917.4859051227825,
917.3217873097705,
917.1577282003071,
916.9937277629022,
916.8297859660864,
916.6659027784143,
916.5020781684623,
916.3383121048291,
916.1746045561363,
916.0109554910276,
915.8473648781694,
915.6838326862501,
915.5203588839806,
915.3569434400944,
915.193586323347,
915.0302875025162,
914.8670469464024,
914.7038646238279,
914.5407405036375,
914.3776745546979,
914.2146667458985,
914.0517170461504,
913.8888254243872,
913.7259918495641,
913.5632162906593,
913.4004987166724,
913.2378390966251,
913.0752373995616,
912.912693594548,
912.7502076506721,
912.5877795370442,
912.4254092227959,
912.2630966770816,
912.1008418690769,
911.93864476798,
911.7765053430103,
911.6144235634096,
911.4523993984413,
911.2904328173911,
911.1285237895657,
910.9666722842945,
910.8048782709279,
910.6431417188389,
910.4814625974215,
910.3198408760918,
910.1582765242875,
909.9967695114682,
909.835319807115,
909.6739273807303,
909.512592201839,
909.3513142399868,
909.1900934647415,
909.0289298456922,
908.8678233524498,
908.7067739546465,
908.5457816219359,
908.3848463239937,
908.2239680305163,
908.0631467112223,
907.9023823358511,
907.7416748741642,
907.5810242959441,
907.4204305709943,
907.2598936691404,
907.0994135602291,
906.9389902141282,
906.7786236007272,
906.6183136899365,
906.458060451688,
906.2978638559348,
906.1377238726513,
905.9776404718331,
905.8176136234969,
905.6576432976806,
905.4977294644434,
905.3378720938655,
905.1780711560482,
905.018326621114,
904.8586384592066,
904.6990066404906,
904.5394311351517,
904.3799119133965,
904.2204489454529,
904.0610422015694,
903.9016916520159,
903.7423972670829,
903.5831590170822,
903.4239768723462,
903.2648508032281,
903.1057807801027,
902.9467667733649,
902.7878087534306,
902.6289066907367,
902.470060555741,
902.3112703189219,
902.1525359507785,
901.993857421831,
901.8352347026198,
901.6766677637066,
901.5181565756735,
901.3597011091231,
901.2013013346791,
901.0429572229856,
900.8846687447073,
900.7264358705295,
900.5682585711584,
900.4101368173203,
900.2520705797624,
900.0940598292522,
899.9361045365779,
899.7782046725481,
899.6203602079921,
899.4625711137594,
899.3048373607202,
899.1471589197645,
898.9895357618037,
898.8319678577687,
898.6744551786115,
898.5169976953039,
898.3595953788382,
898.2022482002271,
898.0449561305038,
897.8877191407215,
897.7305372019534,
897.5734102852937,
897.4163383618562,
897.2593214027752,
897.1023593792052,
896.9454522623207,
896.7886000233166,
896.6318026334076,
896.475060063829,
896.3183722858358,
896.1617392707035,
896.0051609897273,
895.8486374142225,
895.6921685155245,
895.535754264989,
895.3793946339913,
895.2230895939267,
895.066839116211,
894.9106431722792,
894.7545017335868,
894.598414771609,
894.4423822578409,
894.2864041637974,
894.1304804610136,
893.9746111210442,
893.8187961154634,
893.6630354158661,
893.507328993866,
893.3516768210974,
893.1960788692138,
893.0405351098885,
892.8850455148151,
892.7296100557063,
892.5742287042946,
892.4189014323323,
892.2636282115914,
892.1084090138634,
891.9532438109594,
891.7981325747103,
891.6430752769666,
891.4880718895981,
891.3331223844943,
891.1782267335644,
891.023384908737,
890.8685968819599,
890.7138626252009,
890.5591821104471,
890.404555309705,
890.2499821950004,
890.0954627383787,
889.9409969119047,
889.7865846876626,
889.632226037756,
889.4779209343076,
889.3236693494597,
889.169471255374,
889.015326624231,
888.8612354282311,
888.7071976395937,
888.5532132305573,
888.3992821733799,
888.2454044403387,
888.09158000373,
887.9378088358691,
887.7840909090908,
887.630426195749,
887.4768146682168,
887.3232562988859,
887.1697510601679,
887.0162989244927,
886.8628998643098,
886.7095538520879,
886.5562608603142,
886.4030208614951,
886.2498338281562,
886.0966997328419,
885.9436185481155,
885.7905902465598,
885.6376148007757,
885.4846921833838,
885.331822367023,
885.1790053243517,
885.0262410280465,
884.8735294508033,
884.7208705653366,
884.56826434438,
884.4157107606859,
884.2632097870252,
884.1107613961877,
883.958365560982,
883.8060222542356,
883.6537314487944,
883.5014931175233,
883.3493072333057,
883.1971737690438,
883.0450926976586,
882.8930639920893,
882.741087625294,
882.5891635702496,
882.4372917999515,
882.2854722874132,
882.1337050056677,
881.9819899277657,
881.8303270267767,
881.678716275789,
881.5271576479092,
881.3756511162622,
881.2241966539916,
881.0727942342596,
880.9214438302464,
880.770145415151,
880.6188989621905,
880.4677044446009,
880.316561835636,
880.1654711085683,
880.0144322366887,
879.863445193306,
879.7125099517477,
879.5616264853596,
879.4107947675058,
879.2600147715682,
879.1092864709476,
878.9586098390625,
878.8079848493503,
878.6574114752657,
878.5068896902823,
878.3564194678917,
878.2060007816033,
878.0556336049452,
877.9053179114632,
877.7550536747215,
877.6048408683022,
877.4546794658055,
877.30456944085,
877.1545107670717,
877.004503418125,
876.8545473676826,
876.7046425894348,
876.5547890570899,
876.4049867443745,
876.2552356250328,
876.105535672827,
875.9558868615377,
875.8062891649624,
875.6567425569177,
875.5072470112372,
875.3578025017725,
875.2084090023936,
875.0590664869878,
874.9097749294604,
874.7605343037343,
874.6113445837506,
874.4622057434677,
874.3131177568622,
874.1640805979282,
874.0150942406775,
873.8661586591397,
873.7172738273621,
873.5684397194098,
873.4196563093651,
873.2709235713287,
873.1222414794183,
872.9736100077694,
872.8250291305353,
872.6764988218868,
872.528019056012,
872.3795898071168,
872.2312110494249,
872.0828827571772,
871.9346049046321,
871.7863774660657,
871.6382004157713,
871.4900737280602,
871.3419973772606,
871.1939713377183,
871.0459955837968,
870.8980700898766,
870.750194830356,
870.6023697796505,
870.4545949121929,
870.3068702024334,
870.1591956248395,
870.0115711538963,
869.8639967641059,
869.7164724299878,
869.5689981260788,
869.4215738269329,
869.2741995071215,
869.126875141233,
868.9796007038734,
868.8323761696655,
868.6852015132496,
868.5380767092829,
868.3910017324399,
868.2439765574126,
868.0970011589094,
867.9500755116565,
867.8031995903968,
867.6563733698905,
867.5095968249148,
867.362869930264,
867.2161926607494,
867.0695649911992,
866.922986896459,
866.7764583513912,
866.629979330875,
866.4835498098068,
866.3371697631001,
866.190839165685,
866.0445579925087,
865.8983262185353,
865.7521438187462,
865.6060107681388,
865.4599270417282,
865.3138926145459,
865.1679074616407,
865.0219715580776,
864.876084878939,
864.7302473993237,
864.5844590943478,
864.4387199391434,
864.2930299088603,
864.1473889786643,
864.001797123738,
863.8562543192812,
863.7107605405103,
863.5653157626576,
863.4199199609734,
863.2745731107235,
863.1292751871911,
862.9840261656756,
862.8388260214933,
862.6936747299768,
862.5485722664757,
862.4035186063559,
862.258513725,
862.1135575978067,
861.9686502001922,
861.8237915075883,
861.6789814954438,
861.5342201392239,
861.3895074144101,
861.2448432965007,
861.1002277610103,
860.9556607834696,
860.8111423394264,
860.6666724044444,
860.522250954104,
860.3778779640018,
860.2335534097507,
860.0892772669803,
859.9450495113363,
859.8008701184805,
859.6567390640917,
859.5126563238643,
859.3686218735095,
859.2246356887545,
859.0806977453427,
858.9368080190341,
858.7929664856044,
858.6491731208463,
858.5054279005678,
858.361730800594,
858.2180817967653,
858.074480864939,
857.9309279809883,
857.7874231208021,
857.6439662602863,
857.5005573753623,
857.3571964419676,
857.213883436056,
857.0706183335975,
856.9274011105779,
856.7842317429989,
856.6411102068787,
856.4980364782513,
856.3550105331666,
856.2120323476905,
856.0691018979052,
855.9262191599084,
855.7833841098142,
855.6405967237521,
855.4978569778682,
855.3551648483242,
855.2125203112973,
855.0699233429813,
854.9273739195854,
854.784872017335,
854.6424176124709,
854.50001068125,
854.3576511999453,
854.2153391448451,
854.0730744922536,
853.930857218491,
853.7886872998932,
853.6465647128119,
853.5044894336144,
853.3624614386837,
853.2204807044188,
853.078547207234,
852.9366609235598,
852.7948218298419,
852.6530299025417,
852.5112851181367,
852.3695874531197,
852.227936883999,
852.0863333872987,
851.9447769395588,
851.8032675173341,
851.6618050971958,
851.5203896557302,
851.3790211695393,
851.2376996152406,
851.096424969467,
850.9551972088669,
850.8140163101046,
850.6728822498596,
850.5317950048268,
850.3907545517164,
850.2497608672547,
850.1088139281827,
849.9679137112573,
849.8270601932506,
849.6862533509501,
849.5454931611587,
849.4047796006948,
849.2641126463918,
849.123492275099,
848.9829184636804,
848.842391189016,
848.7019104280004,
848.5614761575439,
848.4210883545721,
848.2807469960258,
848.1404520588609,
848.0002035200488,
847.8600013565759,
847.7198455454442,
847.5797360636701,
847.4396728882862,
847.2996559963397,
847.1596853648929,
847.0197609710234,
846.8798827918242,
846.740050804403,
846.600264985883,
846.460525313402,
846.3208317641134,
846.1811843151855,
846.0415829438017,
845.9020276271601,
845.7625183424746,
845.6230550669733,
845.4836377778998,
845.3442664525128,
845.2049410680854,
845.0656616019065,
844.9264280312792,
844.787240333522,
844.6480984859683,
844.5090024659662,
844.3699522508791,
844.230947818085,
844.0919891449769,
843.9530762089627,
843.8142089874651,
843.6753874579216,
843.5366115977848,
843.3978813845218,
843.259196795615,
843.120557808561,
842.9819644008717,
842.8434165500732,
842.7049142337073,
842.5664574293297,
842.4280461145113,
842.2896802668373,
842.1513598639083,
842.013084883339,
841.8748553027592,
841.7366710998132,
841.5985322521598,
841.4604387374727,
841.3223905334404,
841.1843876177658,
841.0464299681663,
840.9085175623743,
840.7706503781366,
840.6328283932143,
840.4950515853837,
840.3573199324353,
840.219633412174,
840.0819920024194,
839.9443956810059,
839.8068444257821,
839.6693382146111,
839.5318770253707,
839.3944608359529,
839.2570896242646,
839.1197633682267,
838.9824820457749,
838.8452456348591,
838.7080541134436,
838.5709074595075,
838.4338056510437,
838.2967486660602,
838.1597364825788,
838.0227690786359,
837.8858464322819,
837.7489685215825,
837.6121353246166,
837.4753468194779,
837.3386029842748,
837.2019037971291,
837.0652492361779,
836.9286392795717,
836.792073905476,
836.6555530920697,
836.5190768175468,
836.382645060115,
836.2462577979963,
836.109915009427,
835.9736166726578,
835.837362765953,
835.7011532675915,
835.5649881558662,
835.4288674090844,
835.2927910055672,
835.1567589236498,
835.0207711416821,
834.8848276380273,
834.748928391063,
834.6130733791814,
834.4772625807877,
834.3414959743022,
834.2057735381587,
834.0700952508048,
833.9344610907028,
833.7988710363286,
833.663325066172,
833.527823158737,
833.3923652925415,
833.2569514461175,
833.1215815980105,
832.9862557267804,
832.850973811001,
832.7157358292599,
832.5805417601586,
832.4453915823121,
832.3102852743502,
832.1752228149159,
832.040204182666,
831.9052293562717,
831.7702983144175,
831.6354110358018,
831.5005674991372,
831.3657676831498,
831.2310115665795,
831.0962991281799,
830.9616303467187,
830.8270052009769,
830.6924236697499,
830.5578857318461,
830.4233913660879,
830.2889405513118,
830.1545332663676,
830.0201694901185,
829.8858492014423,
829.7515723792296,
829.617339002385,
829.483149049827,
829.3490025004871,
829.2148993333111,
829.080839527258,
828.9468230613005,
828.812849914425,
828.6789200656312,
828.545033493933,
828.411190178357,
828.2773900979437,
828.1436332317476,
828.0099195588363,
827.8762490582908,
827.7426217092058,
827.6090374906894,
827.4754963818633,
827.3419983618628,
827.2085434098364,
827.0751315049458,
826.941762626367,
826.8084367532886,
826.675153864913,
826.5419139404559,
826.4087169591464,
826.2755629002272,
826.142451742954,
826.0093834665961,
825.8763580504362,
825.7433754737702,
825.6104357159074,
825.4775387561704,
825.344684573895,
825.2118731484308,
825.07910445914,
824.9463784853983,
824.8136952065952,
824.6810546021325,
824.5484566514262,
824.4159013339049,
824.2833886290106,
824.1509185161987,
824.0184909749374,
823.8861059847086,
823.7537635250071,
823.6214635753407,
823.4892061152308,
823.3569911242116,
823.2248185818306,
823.0926884676483,
822.9606007612384,
822.828555442188,
822.6965524900967,
822.5645918845777,
822.4326736052569,
822.3007976317737,
822.16896394378,
822.0371725209413,
821.9054233429358,
821.773716389455,
821.6420516402029,
821.510429074897,
821.3788486732677,
821.2473104150583,
821.1158142800251,
820.9843602479373,
820.8529482985771,
820.7215784117396,
820.5902505672329,
820.4589647448782,
820.3277209245093,
820.1965190859729,
820.0653592091289,
819.9342412738498,
819.803165260021,
819.6721311475409,
819.5411389163207,
819.4101885462844,
819.2792800173687,
819.1484133095233,
819.0175884027109,
818.8868052769064,
818.7560639120983,
818.6253642882871,
818.4947063854864,
818.3640901837227,
818.2335156630351,
818.1029828034752,
817.972491585108,
817.8420419880104,
817.7116339922725,
817.5812675779972,
817.4509427252997,
817.320659414308,
817.1904176251628,
817.0602173380178,
816.9300585330387,
816.7999411904043,
816.6698652903058,
816.539830812947,
816.4098377385448,
816.2798860473279,
816.1499757195381,
816.02010673543,
815.8902790752699,
815.7604927193375,
815.6307476479249,
815.501043841336,
815.3713812798884,
815.2417599439113,
815.1121798137468,
814.9826408697494,
814.8531430922861,
814.7236864617364,
814.5942709584923,
814.4648965629581,
814.3355632555506,
814.2062710166992,
814.0770198268458,
813.9478096664442,
813.818640515961,
813.6895123558752,
813.5604251666782,
813.4313789288735,
813.3023736229774,
813.1734092295181,
813.0444857290365,
812.9156031020858,
812.7867613292315,
812.657960391051,
812.5292002681346,
812.4004809410847,
812.2718023905159,
812.1431645970551,
812.0145675413416,
811.886011204027,
811.7574955657747,
811.6290206072608,
811.5005863091735,
811.3721926522134,
811.2438396170928,
811.1155271845369,
810.9872553352824,
810.8590240500787,
810.730833309687,
810.602683094881,
810.4745733864464,
810.3465041651809,
810.2184754118947,
810.0904871074099,
809.9625392325605,
809.8346317681929,
809.7067646951656,
809.5789379943491,
809.451151646626,
809.3234056328909,
809.1956999340505,
809.0680345310236,
808.9404094047412,
808.8128245361459,
808.6852799061925,
808.557775495848,
808.4303112860914,
808.3028872579132,
808.1755033923166,
808.0481596703163,
807.920856072939,
807.7935925812236,
807.6663691762207,
807.5391858389928,
807.4120425506146,
807.2849392921726,
807.157876044765,
807.0308527895021,
806.9038695075062,
806.7769261799111,
806.6500227878631,
806.5231593125196,
806.3963357350503,
806.2695520366369,
806.1428081984723,
806.0161042017619,
805.8894400277226,
805.762815657583,
805.6362310725838,
805.5096862539772,
805.3831811830272,
805.25671584101,
805.1302902092131,
805.0039042689357,
804.877558001489,
804.7512513881958,
804.6249844103909,
804.4987570494203,
804.3725692866421,
804.246421103426,
804.1203124811534,
803.9942434012172,
803.8682138450222,
803.7422237939847,
803.6162732295329,
803.4903621331061,
803.364490486156,
803.2386582701453,
803.1128654665483,
802.9871120568515,
802.8613980225523,
802.7357233451602,
802.6100880061961,
802.4844919871923,
802.3589352696929,
802.2334178352534,
802.1079396654408,
801.9825007418337,
801.8571010460225,
801.7317405596086,
801.6064192642054,
801.4811371414373,
801.3558941729407,
801.2306903403629,
801.105525625363,
800.9804000096119,
800.8553134747912,
800.7302660025945,
800.6052575747266,
800.4802881729038,
800.3553577788538,
800.2304663743158,
800.1056139410402,
799.980800460789,
799.8560259153353,
799.7312902864637,
799.6065935559704,
799.4819357056629,
799.3573167173593,
799.2327365728901,
799.1081952540965,
798.9836927428312,
798.8592290209582,
798.7348040703525,
798.6104178729012,
798.4860704105017,
798.3617616650633,
798.2374916185063,
798.1132602527626,
797.9890675497746,
797.8649134914968,
797.7407980598944,
797.616721236944,
797.4926830046335,
797.3686833449617,
797.2447222399389,
797.1207996715863,
796.9969156219365,
796.8730700730334,
796.7492630069318,
796.6254944056975,
796.5017642514078,
796.3780725261511,
796.2544192120267,
796.1308042911451,
796.007227745628,
795.8836895576081,
795.7601897092293,
795.6367281826465,
795.5133049600255,
795.3899200235436,
795.2665733553887,
795.1432649377603,
795.0199947528681,
794.8967627829336,
794.773569010189,
794.6504134168777,
794.5272959852537,
794.4042166975823,
794.2811755361398,
794.1581724832135,
794.0352075211015,
793.912280632113,
793.7893917985681,
793.6665410027978,
793.543728227144,
793.4209534539598,
793.298216665609,
793.1755178444663,
793.0528569729173,
792.9302340333586,
792.8076490081977,
792.6851018798528,
792.5625926307531,
792.4401212433386,
792.3176877000603,
792.1952919833798,
792.0729340757697,
791.9506139597136,
791.8283316177053,
791.7060870322503,
791.5838801858639,
791.4617110610733,
791.3395796404153,
791.2174859064387,
791.095429841702,
790.973411428775,
790.8514306502381,
790.7294874886828,
790.6075819267108,
790.4857139469348,
790.3638835319782,
790.2420906644751,
790.1203353270703,
789.9986175024194,
789.8769371731885,
789.7552943220543,
789.6336889317046,
789.5121209848375,
789.3905904641617,
789.2690973523969,
789.147641632273,
789.026223286531,
788.9048422979221,
788.7834986492084,
788.6621923231622,
788.5409233025672,
788.4196915702167,
788.2984971089153,
788.1773399014779,
788.0562199307299,
787.9351371795074,
787.8140916306571,
787.6930832670358,
787.5721120715116,
787.4511780269623,
787.330281116277,
787.2094213223544,
787.0885986281047,
786.9678130164477,
786.8470644703143,
786.7263529726456,
786.6056785063931,
786.4850410545191,
786.3644405999962,
786.243877125807,
786.1233506149451,
786.0028610504143,
785.8824084152288,
785.7619926924135,
785.6416138650033,
785.5212719160436,
785.4009668285903,
785.2806985857095,
785.1604671704781,
785.0402725659827,
784.9201147553209,
784.7999937216001,
784.6799094479385,
784.5598619174643,
784.4398511133163,
784.3198770186434,
784.1999396166048,
784.08003889037,
783.960174823119,
783.840347398042,
783.7205565983394,
783.6008024072217,
783.4810848079101,
783.3614037836356,
783.2417593176399,
783.1221513931745,
783.0025799935012,
782.8830451018923,
782.7635467016303,
782.6440847760073,
782.5246593083265,
782.4052702819007,
782.2859176800529,
782.1666014861165,
782.047321683435,
781.928078255362,
781.8088711852614,
781.6897004565068,
781.5705660524825,
781.4514679565825,
781.3324061522113,
781.2133806227833,
781.0943913517231,
780.9754383224648,
780.8565215184536,
780.7376409231442,
780.6187965200014,
780.4999882925002,
780.3812162241255,
780.2624802983723,
780.1437804987461,
780.0251168087613,
779.9064892119435,
779.7878976918279,
779.6693422319595,
779.5508228158935,
779.4323394271953,
779.3138920494397,
779.1954806662122,
779.0771052611077,
778.9587658177315,
778.8404623196985,
778.7221947506338,
778.6039630941722,
778.4857673339587,
778.3676074536482,
778.2494834369055,
778.1313952674049,
778.0133429288312,
777.895326404879,
777.7773456792526,
777.6594007356658,
777.5414915578433,
777.4236181295188,
777.3057804344363,
777.1879784563494,
777.0702121790215,
776.9524815862262,
776.8347866617468,
776.7171273893762,
776.5995037529171,
776.4819157361825,
776.3643633229948,
776.2468464971862,
776.1293652425987,
776.0119195430842,
775.8945093825043,
775.7771347447306,
775.6597956136438,
775.5424919731353,
775.4252238071053,
775.3079910994643,
775.1907938341325,
775.0736319950396,
774.9565055661252,
774.8394145313384,
774.7223588746384,
774.6053385799936,
774.4883536313823,
774.3714040127926,
774.2544897082222,
774.1376107016783,
774.0207669771781,
773.9039585187478,
773.7871853104241,
773.6704473362528,
773.553744580289,
773.4370770265984,
773.3204446592557,
773.203847462345,
773.0872854199604,
772.9707585162055,
772.854266735193,
772.7378100610464,
772.6213884778973,
772.5050019698878,
772.3886505211692,
772.2723341159027,
772.1560527382585,
772.0398063724167,
771.9235950025667,
771.8074186129078,
771.6912771876483,
771.5751707110066,
771.4590991672098,
771.3430625404955,
771.22706081511,
771.1110939753091,
770.9951620053585,
770.879264889533,
770.7634026121173,
770.6475751574048,
770.5317825096992,
770.4160246533128,
770.3003015725682,
770.1846132517966,
770.068959675339,
769.953340827546,
769.8377566927771,
769.7222072554015,
769.606692499798,
769.4912124103544,
769.3757669714678,
769.260356167545,
769.1449799830019,
769.0296384022641,
768.9143314097661,
768.7990589899518,
768.6838211272749,
768.5686178061977,
768.4534490111926,
768.3383147267405,
768.2232149373323,
768.1081496274677,
767.9931187816558,
767.8781223844153,
767.7631604202736,
767.648232873768,
767.5333397294445,
767.4184809718588,
767.3036565855755,
767.1888665551686,
767.0741108652213,
766.959389500326,
766.8447024450844,
766.7300496841073,
766.6154312020147,
766.500846983436,
766.3862970130094,
766.2717812753828,
766.1572997552128,
766.0428524371654,
765.9284393059157,
765.814060346148,
765.6997155425557,
765.5854048798413,
765.4711283427168,
765.3568859159027,
765.242677584129,
765.1285033321348,
765.0143631446681,
764.9002570064864,
764.786184902356,
764.6721468170522,
764.5581427353596,
764.444172642072,
764.3302365219918,
764.2163343599307,
764.1024661407095,
763.9886318491582,
763.8748314701154,
763.7610649884291,
763.6473323889562,
763.5336336565626,
763.4199687761234,
763.3063377325223,
763.1927405106524,
763.0791770954155,
762.9656474717226,
762.8521516244938,
762.7386895386576,
762.625261199152,
762.5118665909239,
762.3985056989288,
762.2851785081317,
762.171885003506,
762.0586251700344,
761.9453989927083,
761.832206456528,
761.719047546503,
761.6059222476515,
761.4928305450004,
761.3797724235861,
761.2667478684531,
761.1537568646554,
761.0407993972558,
760.9278754513253,
760.8149850119448,
760.7021280642033,
760.5893045931988,
760.4765145840383,
760.3637580218377,
760.2510348917212,
760.1383451788225,
760.0256888682839,
759.9130659452559,
759.8004763948987,
759.6879202023808,
759.5753973528798,
759.4629078315816,
759.3504516236811,
759.2380287143823,
759.1256390888974,
759.0132827324479,
758.9009596302635,
758.7886697675831,
758.6764131296541,
758.5641897017325,
758.4519994690837,
758.3398424169808,
758.2277185307064,
758.1156277955514,
758.0035701968156,
757.8915457198075,
757.7795543498441,
757.6675960722513,
757.5556708723633,
757.4437787355234,
757.3319196470833,
757.2200935924036,
757.1083005568532,
756.9965405258098,
756.8848134846598,
756.7731194187983,
756.6614583136287,
756.5498301545631,
756.4382349270226,
756.3266726164366,
756.2151432082427,
756.1036466878879,
755.9921830408275,
755.8807522525248,
755.7693543084522,
755.6579891940908,
755.5466568949299,
755.4353573964677,
755.3240906842103,
755.2128567436732,
755.1016555603799,
754.9904871198623,
754.8793514076614,
754.7682484093259,
754.657178110414,
754.5461404964914,
754.435135553133,
754.3241632659219,
754.2132236204498,
754.1023166023166,
753.9914421971312,
753.8806003905102,
753.7697911680793,
753.6590145154727,
753.5482704183323,
753.4375588623093,
753.3268798330629,
753.2162333162605,
753.1056192975784,
752.9950377627013,
752.8844886973216,
752.7739720871413,
752.6634879178694,
752.5530361752245,
752.4426168449329,
752.3322299127295,
752.2218753643574,
752.1115531855685,
752.0012633621225,
751.8910058797877,
751.7807807243408,
751.6705878815668,
751.560427337259,
751.450299077219,
751.3402030872569,
751.2301393531909,
751.1201078608476,
751.0101085960617,
750.9001415446767,
750.7902066925438,
750.6803040255231,
750.5704335294824,
750.4605951902981,
750.3507889938547,
750.2410149260451,
750.1312729727704,
750.0215631199397,
749.911885353471,
749.80223965929,
749.6926260233305,
749.583044431535,
749.4734948698539,
749.3639773242461,
749.2544917806782,
749.1450382251256,
749.0356166435714,
748.9262270220073,
748.8168693464327,
748.7075436028556,
748.5982497772922,
748.4889878557663,
748.3797578243104,
748.2705596689651,
748.161393375779,
748.052258930809,
747.9431563201197,
747.8340855297845,
747.7250465458842,
747.6160393545083,
747.5070639417544,
747.3981202937274,
747.2892083965415,
747.1803282363182,
747.0714797991872,
746.9626630712864,
746.8538780387618,
746.7451246877673,
746.6364030044649,
746.527712975025,
746.4190545856255,
746.3104278224529,
746.201832671701,
746.0932691195726,
745.984737152278,
745.8762367560352,
745.7677679170707,
745.659330621619,
745.5509248559223,
745.4425506062312,
745.3342078588039,
745.2258965999068,
745.1176168158144,
745.0093684928089,
744.9011516171804,
744.7929661752275,
744.6848121532562,
744.5766895375807,
744.4685983145231,
744.3605384704136,
744.25250999159,
744.1445128643984,
744.0365470751923,
743.928612610334,
743.8207094561927,
743.7128375991462,
743.60499702558,
743.4971877218876,
743.3894096744699,
743.2816628697362,
743.1739472941036,
743.0662629339971,
742.9586097758495,
742.8509878061011,
742.7433970112006,
742.6358373776044,
742.5283088917765,
742.4208115401891,
742.313345309322,
742.2059101856629,
742.0985061557071,
741.9911332059581,
741.8837913229272,
741.776480493133,
741.6692007031024,
741.5619519393699,
741.4547341884779,
741.3475474369762,
741.240391671423,
741.1332668783838,
741.026173044432,
740.9191101561487,
740.812078200123,
740.7050771629514,
740.5981070312386,
740.4911677915961,
740.3842594306445,
740.2773819350111,
740.1705352913311,
740.0637194862478,
739.9569345064117,
739.8501803384814,
739.7434569691231,
739.6367643850106,
739.5301025728252,
739.4234715192564,
739.3168712110011,
739.2103016347636,
739.1037627772563,
738.997254625199,
738.8907771653195,
738.7843303843526,
738.6779142690414,
738.5715288061361,
738.4651739823951,
738.3588497845839,
738.2525561994759,
738.146293213852,
738.0400608145011,
737.9338589882188,
737.8276877218095,
737.7215470020841,
737.6154368158617,
737.509357149969,
737.4033079912397,
737.2972893265159,
737.1913011426466,
737.0853434264886,
736.9794161649065,
736.873519344772,
736.7676529529648,
736.6618169763717,
736.5560114018871,
736.4502362164133,
736.3444914068599,
736.2387769601437,
736.1330928631896,
736.0274391029297,
735.9218156663036,
735.8162225402584,
735.7106597117487,
735.6051271677363,
735.4996248951913,
735.3941528810905,
735.2887111124184,
735.1832995761669,
735.0779182593355,
734.9725671489313,
734.8672462319682,
734.7619554954684,
734.656694926461,
734.5514645119824,
734.446264239077,
734.3410940947961,
734.2359540661987,
734.1308441403511,
734.0257643043271,
733.9207145452077,
733.8156948500815,
733.7107052060444,
733.6057456001996,
733.5008160196578,
733.3959164515372,
733.2910468829631,
733.1862073010683,
733.0813976929929,
732.9766180458844,
732.8718683468976,
732.7671485831947,
732.6624587419453,
732.5577988103262,
732.4531687755214,
732.3485686247227,
732.2439983451286,
732.1394579239454,
732.0349473483865,
731.9304666056726,
731.8260156830316,
731.721594567699,
731.6172032469171,
731.5128417079362,
731.4085099380131,
731.3042079244125,
731.1999356544057,
731.0956931152718,
730.9914802942972,
730.887297178775,
730.7831437560061,
730.6790200132984,
730.5749259379669,
730.470861517334,
730.3668267387296,
730.2628215894902,
730.1588460569598,
730.0549001284897,
729.9509837914384,
729.8470970331716,
729.743239841062,
729.6394122024897,
729.5356141048416,
729.4318455355124,
729.3281064819035,
729.2243969314237,
729.1207168714889,
729.0170662895218,
728.913445172953,
728.8098535092195,
728.7062912857659,
728.6027584900437,
728.4992551095118,
728.3957811316358,
728.2923365438887,
728.1889213337508,
728.0855354887092,
727.9821789962582,
727.878851843899,
727.7755540191406,
727.672285509498,
727.5690463024941,
727.4658363856588,
727.3626557465287,
727.2595043726478,
727.156382251567,
727.0532893708445,
726.9502257180451,
726.8471912807411,
726.7441860465116,
726.6412100029429,
726.5382631376282,
726.4353454381677,
726.3324568921687,
726.2295974872457,
726.1267672110197,
726.0239660511195,
725.9211939951799,
725.8184510308438,
725.71573714576,
725.6130523275853,
725.5103965639828,
725.4077698426229,
725.3051721511827,
725.2026034773465,
725.1000638088057,
724.9975531332582,
724.8950714384093,
724.792618711971,
724.6901949416625,
724.5878001152096,
724.485434220345,
724.3830972448089,
724.280789176348,
724.1785100027157,
724.076259711673,
723.974038290987,
723.8718457284323,
723.7696820117902,
723.667547128849,
723.5654410674039,
723.4633638152565,
723.3613153602159,
723.2592956900979,
723.1573047927251,
723.0553426559269,
722.9534092675399,
722.8515046154068,
722.7496286873783,
722.6477814713109,
722.5459629550686,
722.4441731265217,
722.3424119735479,
722.2406794840313,
722.1389756458632,
722.0373004469412,
721.9356538751701,
721.8340359184616,
721.7324465647341,
721.6308858019124,
721.5293536179287,
721.4278500007214,
721.3263749382364,
721.224928418426,
721.1235104292489,
721.022120958671,
720.9207599946652,
720.8194275252107,
720.7181235382935,
720.6168480219069,
720.51560096405,
720.4143823527294,
720.3131921759581,
720.2120304217563,
720.1108970781501,
720.009792133173,
719.9087155748653,
719.8076673912732,
719.7066475704503,
719.605656100457,
719.5046929693599,
719.4037581652327,
719.3028516761555,
719.2019734902152,
719.1011235955057,
719.0003019801268,
718.8995086321859,
718.7987435397963,
718.6980066910785,
718.5972980741592,
718.4966176771723,
718.3959654882578,
718.2953414955628,
718.1947456872406,
718.0941780514515,
717.9936385763623,
717.8931272501463,
717.7926440609837,
717.6921889970611,
717.5917620465718,
717.4913631977155,
717.390992438699,
717.2906497577351,
717.1903351430436,
717.0900485828507,
716.9897900653895,
716.8895595788991,
716.7893571116257,
716.6891826518216,
716.5890361877464,
716.4889177076653,
716.388827199851,
716.288764652582,
716.188730054144,
716.0887233928285,
715.988744656934,
715.8887938347657,
715.788870914635,
715.6889758848599,
715.5891087337651,
715.4892694496815,
715.3894580209466,
715.2896744359047,
715.1899186829063,
715.0901907503084,
714.9904906264748,
714.8908182997752,
714.7911737585864,
714.6915569912916,
714.5919679862799,
714.4924067319475,
714.3928732166969,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment