kummer-notes-code

Notes and code from my early research in Kummer Theory for Elliptic Curves.
git clone https://git.tronto.net/kummer-notes-code
Download | Log | Files | Refs | README

commit 5ea79c7ae0d44686f1df05c4a016652afbe58968
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Sun, 14 Jun 2026 09:58:21 +0200

Initial commit

Diffstat:
AREADME.md | 9+++++++++
Adivisibility_reductions/1k-max3-posrank.sage | 1671+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Adivisibility_reductions/jumps.sage | 145+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Adivisibility_reductions/mod3mod9.sage | 10++++++++++
Adivisibility_reductions/test_div_1.sage | 223+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Al-multiples_l-torsion/.list-3-100k.swp | 0
Al-multiples_l-torsion/.test4.gp.swp | 0
Al-multiples_l-torsion/.test9.gp.swp | 0
Al-multiples_l-torsion/.test_l-multiple.sage.swp | 0
Al-multiples_l-torsion/100k-3.gp | 9389+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Al-multiples_l-torsion/400k-3.gp | 27648+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Al-multiples_l-torsion/bunch_of_curves.gp | 2022+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Al-multiples_l-torsion/l-multiples_l-torsion.pdf | 0
Al-multiples_l-torsion/l-multiples_l-torsion.tex | 149+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Al-multiples_l-torsion/test3-extended.gp | 40++++++++++++++++++++++++++++++++++++++++
Al-multiples_l-torsion/test4.gp | 36++++++++++++++++++++++++++++++++++++
Al-multiples_l-torsion/test9.gp | 34++++++++++++++++++++++++++++++++++
Amisc_code/2_division.sage | 126+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Amisc_code/2_division_counterex.sage | 59+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Amisc_code/2_division_onecurve.sage | 101+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Amisc_code/2_division_withparisplit.sage | 122+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Amisc_code/Q49-49a1-49a2.gp | 14++++++++++++++
Amisc_code/adelic_failure_example | 3+++
Amisc_code/adelic_failure_example.sage | 10++++++++++
Amisc_code/ugly_computations/GL2_ZN.py | 24++++++++++++++++++++++++
Amisc_code/ugly_computations/cm/cm-rank+-all.sage | 3361+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Amisc_code/ugly_computations/cm/test-cm-rank.sage | 16++++++++++++++++
Amisc_code/ugly_computations/order_GLn.pdf | 2137+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Amisc_code/ugly_computations/quadratic_class_number.sage | 12++++++++++++
Anecessity_52b/2_division.sage | 126+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Anecessity_52b/2_division_counterex.sage | 59+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Anecessity_52b/necessity_52b.pdf | 0
Anecessity_52b/necessity_52b.tex | 97+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
33 files changed, 47643 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,9 @@ +# Notes and code from my early research in Kummer Theory for Elliptic curves + +This repository contains various bits and pieces and code and research notes +that I have written at the beginning of my PhD. + +I have collected this documentation years after finishing my PhD, so I don't +remember how all these scripts work, and there may be plenty of mistakes. +Feel free to send me an email if you have any question, but keep in mind I may +not be able to help you. diff --git a/divisibility_reductions/1k-max3-posrank.sage b/divisibility_reductions/1k-max3-posrank.sage @@ -0,0 +1,1671 @@ + +# Elliptic curves downloaded from the LMFDB downloaded on 30 January 2019. +# Below is a list called data. Each entry has the form: +# [a1,a2,a3,a4,a6] (Weierstrass Coefficients) + + +data = [\ +[1,1,0,-82,-305],\ +[0,0,1,-1,0],\ +[0,0,0,1,6],\ +[0,1,0,0,4],\ +[1,1,1,-55,134],\ +[1,1,0,-6,4],\ +[1,0,1,1,0],\ +[1,1,0,1,1],\ +[1,1,0,-7,5],\ +[1,0,0,-1,2],\ +[1,-1,1,-2,0],\ +[0,1,1,-1,-1],\ +[0,-1,1,-1,-2],\ +[0,0,1,-3,0],\ +[0,0,1,-3,2],\ +[0,-1,1,2,-2],\ +[0,1,1,-12,2],\ +[0,1,0,0,1],\ +[0,1,0,2,0],\ +[1,1,0,3,-3],\ +[0,0,0,-1,1],\ +[0,-1,0,16,0],\ +[0,0,0,1,-1],\ +[0,-1,1,-19,39],\ +[0,-1,0,4,-8],\ +[1,1,1,-102,355],\ +[1,1,0,7,-9],\ +[0,1,1,-441,3422],\ +[1,0,0,-7,9],\ +[0,0,1,-21,40],\ +[0,0,0,-412,3316],\ +[0,-1,0,-9,13],\ +[0,1,0,-57,171],\ +[1,-1,1,25,-26],\ +[0,-1,0,3,-11],\ +[0,-1,0,3,-2],\ +[1,-1,0,13,-11],\ +[0,0,0,-7,-2],\ +[1,1,1,-39,-35],\ +[0,-1,1,19,100],\ +[1,-1,1,-7,8],\ +[1,0,1,-15,22],\ +[1,1,0,-33,61],\ +[1,-1,0,-15,-46],\ +[1,-1,0,-19,37],\ +[0,1,0,11,695],\ +[1,0,1,-7,14],\ +[0,1,0,3,11],\ +[1,0,1,-2,1],\ +[1,-1,1,-2,28],\ +[0,1,0,0,-1],\ +[0,0,1,-12,4],\ +[1,-1,0,21,53],\ +[1,-1,0,-935,11229],\ +[1,1,0,-2819,-58803],\ +[1,1,1,-784,8720],\ +[0,0,0,1,1],\ +[0,0,0,-8,16],\ +[1,1,1,-8,9],\ +[1,-1,0,12,-208],\ +[0,-1,0,-383,3012],\ +[0,1,0,6,-43],\ +[1,1,0,81,-27],\ +[0,-1,0,-10,17],\ +[0,1,1,1815,141239],\ +[1,-1,0,-2,1],\ +[1,-1,0,-4,-2],\ +[0,0,0,-6,5],\ +[1,-1,0,-18,36],\ +[0,-1,0,-13,25],\ +[0,-1,0,-12,24],\ +[0,-1,0,-80,304],\ +[0,0,0,-2,4],\ +[1,-1,1,8,-5],\ +[1,1,1,-9,7],\ +[0,-1,0,-544,-4352],\ +[1,-1,0,90,436],\ +[0,0,1,1,-8],\ +[1,1,1,-120,42282],\ +[1,1,1,9,13],\ +[1,0,0,-185,1401],\ +[0,1,1,-4,-2],\ +[1,1,1,-17,-70],\ +[0,0,0,2,1],\ +[1,1,0,-12,12],\ +[1,1,1,-18,415],\ +[0,-1,0,4,-3],\ +[1,-1,1,-374,2949],\ +[1,-1,1,-171,1904],\ +[1,-1,0,-1414,-44027],\ +[1,-1,1,-12,18],\ +[0,1,1,-1006,11952],\ +[0,0,1,-111,450],\ +[1,-1,0,0,2],\ +[0,1,0,-233,1563],\ +[0,0,0,-8,9],\ +[0,0,1,43,-2088],\ +[1,1,0,-1,-2],\ +[0,1,1,9,344],\ +[1,0,1,-1,1],\ +[0,0,0,-27,27],\ +[1,-1,1,2064,18771],\ +[0,1,1,-16649,821406],\ +[0,1,0,-11,11],\ +[0,0,1,-4,-3],\ +[1,0,1,-10758,428760],\ +[1,0,1,1,1],\ +[0,0,1,-12,9],\ +[0,0,1,242,-333],\ +[1,0,1,-722,7396],\ +[1,0,1,706,-64375],\ +[1,0,1,-17,56],\ +[1,0,1,31,20],\ +[1,-1,0,-3,-1],\ +[1,-1,0,-2430,46732],\ +[0,0,0,1468,-2844],\ +[1,-1,1,-11,27],\ +[1,0,1,6,1],\ +[0,1,0,1,2],\ +[0,-1,1,-2,2],\ +[0,-1,0,-4,5],\ +[0,0,0,-67,226],\ +[1,1,0,-59,-201],\ +[1,-1,0,-70,244],\ +[0,1,0,-1,1],\ +[0,0,1,-5,4],\ +[0,1,1,0,2],\ +[1,1,0,-512,4237],\ +[0,-1,1,1,-1],\ +[1,0,0,31,-192],\ +[0,0,1,-75,256],\ +[0,1,0,-1,31],\ +[0,-1,1,-4,-2],\ +[0,1,1,-10,10],\ +[1,0,1,2,0],\ +[0,-1,0,-432,-3316],\ +[1,1,1,2,-1],\ +[0,-1,1,-83,3818],\ +[1,0,1,-3,0],\ +[0,1,0,84,36],\ +[0,1,1,-156,700],\ +[1,1,1,-56,-135],\ +[0,-1,0,-1,2],\ +[0,-1,1,2,0],\ +[0,-1,1,1,0],\ +[1,1,1,13,177],\ +[1,0,0,-19,33],\ +[1,-1,0,-1,1],\ +[1,0,0,-5,4],\ +[0,0,1,-3,4],\ +[0,-1,0,8,-4],\ +[0,1,0,-3,-2],\ +[0,1,0,1,1],\ +[1,0,0,-1,0],\ +[0,0,0,-12,20],\ +[0,0,0,-2,0],\ +[1,0,0,-12,16],\ +[1,1,0,2,1],\ +[1,-1,1,0,0],\ +[0,-1,1,10,6],\ +[1,-1,0,-80,-256],\ +[0,-1,0,-16,29],\ +[1,0,0,-6,9],\ +[1,0,0,1,25],\ +[0,0,0,-584,5444],\ +[1,-1,0,1,-1],\ +[0,-1,1,-5,6],\ +[1,1,0,-794,8289],\ +[1,-1,0,1,1],\ +[1,0,0,-2,1],\ +[1,-1,0,12,35],\ +[1,0,0,-6,4],\ +[0,0,0,-55,157],\ +[1,0,0,-3,2],\ +[0,0,1,-81,290],\ +[1,1,1,-2,0],\ +[0,1,1,-100,406],\ +[1,1,0,-30,52],\ +[0,-1,0,0,1],\ +[1,-1,0,-20,40],\ +[0,1,0,-21,31],\ +[1,-1,0,0,4],\ +[0,0,1,-3,18],\ +[0,-1,0,55,93],\ +[1,1,1,6,7],\ +[0,0,1,-237,1404],\ +[1,0,0,-2,-1],\ +[1,1,0,2,2],\ +[1,1,0,-3,1],\ +[0,-1,0,-45,133],\ +[1,-1,1,-5,20],\ +[1,0,0,-3,-2],\ +[0,0,1,-3,-2],\ +[0,-1,0,4,4],\ +[1,0,1,1,-5],\ +[0,1,1,1,1],\ +[1,0,0,-213,-1208],\ +[1,1,1,-1,0],\ +[1,0,1,-23,39],\ +[0,1,1,-2376,-61851],\ +[0,-1,0,-21,49],\ +[1,-1,0,0,1],\ +[1,-1,0,-454,5812],\ +[1,-1,1,-12,15],\ +[0,-1,0,-8,16],\ +[0,-1,0,0,4],\ +[0,0,1,-9,10],\ +[0,1,0,-50,129],\ +[1,-1,1,-4,-1],\ +[1,0,0,-24,63],\ +[1,0,0,0,-1],\ +[1,-1,0,-5252,-145223],\ +[0,-1,1,-26,68],\ +[1,-1,1,-1487,-12905],\ +[0,0,0,5,10],\ +[1,-1,1,-2,82],\ +[0,0,1,-597,8820],\ +[0,-1,1,-52,-3863],\ +[0,-1,1,-3,2],\ +[1,0,0,-3,0],\ +[1,1,0,-35,-98],\ +[1,-1,0,-5,7],\ +[1,-1,1,-149,749],\ +[1,0,0,-28,-59],\ +[1,-1,1,-117,141],\ +[0,1,1,-8,8],\ +[0,0,0,-48,196],\ +[0,-1,0,2,1],\ +[1,1,1,-16,-15],\ +[1,1,0,-715,7069],\ +[0,-1,0,-1,197],\ +[0,1,0,-16,16],\ +[1,-1,1,-83,595],\ +[0,1,1,-2,-2],\ +[1,0,0,43,-31],\ +[1,1,1,79,335],\ +[1,-1,1,13,-12],\ +[1,-1,0,-29,-635],\ +[1,-1,0,-2846,59156],\ +[1,0,0,-350,2500],\ +[1,-1,0,1,-3],\ +[1,0,1,-80,-275],\ +[1,1,1,4,-1443],\ +[0,0,1,3,-4],\ +[1,0,1,-8,7],\ +[1,1,1,-5,11],\ +[1,0,1,-174,880],\ +[1,1,1,-3,0],\ +[1,-1,1,-61,197],\ +[1,-1,0,16,-10],\ +[0,-1,0,-3,4],\ +[0,1,0,-17,51],\ +[1,-1,1,318,-2367],\ +[1,0,1,-604,-5734],\ +[0,1,1,-11,-16],\ +[1,1,0,28,157],\ +[1,1,0,0,1],\ +[1,1,1,66,-5],\ +[0,0,0,-13,-18],\ +[0,0,1,175,-1344],\ +[1,-1,0,-107,454],\ +[1,-1,1,-2,-26],\ +[1,0,1,-32,-71],\ +[1,1,1,64,258],\ +[0,0,0,-17,27],\ +[1,1,0,-2,-2],\ +[0,-1,0,-1,-1],\ +[1,1,0,-97,281],\ +[0,0,1,-40,48],\ +[1,0,1,-44,-150],\ +[1,0,1,-9,28],\ +[1,0,0,-11,14],\ +[1,-1,0,11,-18],\ +[1,-1,1,1,-2],\ +[1,1,1,-56,1145],\ +[0,0,0,5,-6],\ +[1,-1,0,-153,4909],\ +[0,0,0,-8,4],\ +[0,1,0,8,89],\ +[1,0,1,0,-1],\ +[1,-1,1,22,105],\ +[1,1,1,-70,195],\ +[1,-1,1,-509,4677],\ +[1,-1,0,-9,-19],\ +[0,0,0,-4,4],\ +[1,-1,0,12,-19],\ +[1,-1,1,-9,9],\ +[1,-1,0,-9,-14],\ +[0,-1,0,-5,1],\ +[1,1,1,-12,45],\ +[0,-1,1,-7,10],\ +[0,1,0,-8,8],\ +[1,-1,1,12,87],\ +[1,1,1,1,0],\ +[0,0,0,5,42],\ +[0,-1,0,-4,8],\ +[1,1,0,25,-14],\ +[1,0,1,33924,-387702],\ +[1,0,1,-1,148],\ +[1,0,1,-4,-2],\ +[0,1,1,-269,1628],\ +[1,-1,0,1,5],\ +[0,1,1,-16,-66],\ +[1,1,0,-1693,26434],\ +[0,0,0,4,-4],\ +[0,1,0,-4,0],\ +[1,-1,0,-42,-127],\ +[1,1,0,-108,-432],\ +[1,-1,1,7,-7],\ +[0,0,1,-4,3],\ +[0,0,1,-808,8840],\ +[0,0,0,-192,1028],\ +[1,-1,0,-45,139],\ +[0,1,1,-179,881],\ +[0,1,1,0,0],\ +[0,0,0,-68,-236],\ +[0,-1,0,3,9],\ +[0,0,1,-8,-12],\ +[1,0,0,-267,1521],\ +[1,0,1,11,0],\ +[1,0,1,4,2],\ +[1,-1,1,-15,87],\ +[0,0,0,-56,-4848],\ +[0,0,0,-10,12],\ +[0,0,0,-5,4],\ +[1,1,0,-1,-1],\ +[0,0,0,8,4],\ +[1,1,1,0,-2],\ +[1,1,1,-26,39],\ +[1,0,0,-4,-5],\ +[0,-1,0,2,-7],\ +[0,-1,1,-1,1],\ +[0,1,1,-399,-3184],\ +[0,0,0,-484,-5324],\ +[0,0,1,1,0],\ +[0,1,0,-309,1991],\ +[1,-1,1,-48,147],\ +[1,-1,0,-5,-3],\ +[1,-1,0,18,202],\ +[0,0,0,-3,14],\ +[0,0,1,-2,1],\ +[1,0,1,170,-3237],\ +[0,-1,0,-23,51],\ +[1,0,0,-1,-64],\ +[0,1,0,-6,4],\ +[0,0,1,-10,12],\ +[1,1,0,2,4],\ +[1,-1,1,-28,63],\ +[0,-1,1,-6,8],\ +[0,1,0,160,3188],\ +[1,1,1,-5,0],\ +[0,1,1,7,2],\ +[1,-1,1,-57,222],\ +[1,1,0,-3,-9],\ +[1,0,0,-42,36],\ +[0,-1,1,-1,0],\ +[0,-1,0,-16,32],\ +[1,0,1,-44,106],\ +[0,-1,1,-8,-82],\ +[1,1,1,-118,418],\ +[0,-1,0,-140,753],\ +[1,0,1,-193,1012],\ +[0,1,0,-158,-812],\ +[1,-1,0,-2,2],\ +[0,1,0,-1,3],\ +[1,0,1,-48,-130],\ +[1,1,1,10,11],\ +[0,0,1,2,0],\ +[1,-1,0,-9,-54],\ +[0,-1,1,-5781,175862],\ +[1,1,0,52,-176],\ +[1,0,0,-120,576],\ +[1,1,0,-27,-59],\ +[0,0,0,-13,18],\ +[0,1,0,0,-76],\ +[1,1,1,-21,27],\ +[1,0,0,-36,81],\ +[1,0,0,-1415,20617],\ +[1,1,1,-861,9267],\ +[1,0,0,-247,809],\ +[0,-1,0,-6,9],\ +[0,0,0,32,-212],\ +[1,1,0,-8,6],\ +[0,1,0,-5,-1],\ +[1,1,1,-230,1251],\ +[1,-1,0,-5,6],\ +[0,0,0,4,4],\ +[1,-1,0,44,496],\ +[1,1,1,24,-23],\ +[1,1,0,-13,13],\ +[0,0,0,-3,34],\ +[1,1,0,-75,250],\ +[0,1,0,7,7],\ +[1,-1,1,0,3],\ +[0,1,1,-197,-208],\ +[0,0,1,-2,2],\ +[0,1,1,-42,110],\ +[0,1,1,-2,2],\ +[1,1,1,-7,-3],\ +[0,1,1,3,7],\ +[0,1,0,-2,9],\ +[0,-1,0,-1,5],\ +[1,1,1,-11,9],\ +[1,0,0,-1,9],\ +[0,-1,0,-3,3],\ +[0,-1,0,-33,85],\ +[0,0,0,-7,7],\ +[0,0,1,-2,-1],\ +[1,1,0,-22,-44],\ +[0,-1,1,-5,-16],\ +[0,0,1,6,13],\ +[0,1,1,-6,2],\ +[0,0,1,49,-86],\ +[1,1,1,-1001,12375],\ +[1,1,1,-21,-5],\ +[1,1,0,-2,-12],\ +[1,0,0,4,-3],\ +[0,1,1,-1,1],\ +[0,0,1,-38,90],\ +[1,-1,1,1,7],\ +[1,1,1,1,2],\ +[0,1,1,-310,3364],\ +[1,-1,1,-14,-16],\ +[1,-1,1,-2,2],\ +[0,-1,0,-221,-1191],\ +[1,1,1,1,5],\ +[1,1,0,-4,2],\ +[1,1,1,-539,4592],\ +[0,1,0,-5,7],\ +[1,1,1,-32,65],\ +[1,-1,1,-118,2693],\ +[1,-1,1,1,0],\ +[0,1,1,2,0],\ +[1,-1,1,-5,6],\ +[1,1,1,2,0],\ +[0,0,0,-48,-124],\ +[1,-1,0,-495,-4118],\ +[1,0,1,32,-210],\ +[0,-1,0,-45,25],\ +[1,-1,0,-2,4],\ +[1,0,1,-103,-406],\ +[0,1,0,8,4],\ +[1,-1,0,3,-10],\ +[1,1,1,-4,-4],\ +[1,-1,1,13,1235],\ +[1,-1,0,9,4],\ +[1,-1,0,3,0],\ +[0,-1,1,-10,16],\ +[0,1,0,-1621,24623],\ +[1,-1,1,-4,7],\ +[0,1,1,10,44],\ +[1,-1,0,-24990,1526804],\ +[0,0,0,-3,322],\ +[1,1,1,-2,15],\ +[1,1,1,-14,75],\ +[1,-1,1,4,-34],\ +[0,0,0,24,16],\ +[1,1,1,-4,-3],\ +[1,1,1,126,1167],\ +[0,1,1,4,14],\ +[0,-1,0,11,-47],\ +[0,1,0,-15,25],\ +[1,0,1,-57,-164],\ +[0,0,1,-3,22],\ +[0,-1,0,7,-3],\ +[1,-1,1,0,2],\ +[1,0,1,0,10],\ +[0,1,0,3,-9],\ +[1,-1,0,66,116],\ +[0,-1,0,56,-1415],\ +[0,1,1,-1,-4],\ +[0,1,0,-61,-205],\ +[1,-1,0,-67,216],\ +[1,-1,1,-41,105],\ +[1,-1,0,135,-243],\ +[1,0,1,-5,2],\ +[0,-1,0,-61,205],\ +[0,-1,0,-20,40],\ +[1,-1,1,-248,1563],\ +[0,-1,0,-1373,-19191],\ +[1,-1,0,-54,-243],\ +[0,0,0,-187,991],\ +[0,0,0,-5,2],\ +[1,0,1,6,-20],\ +[1,-1,0,-1773,63909],\ +[1,-1,0,8,291],\ +[1,-1,1,51,117],\ +[0,1,0,-400,-3308],\ +[0,1,0,-276,1676],\ +[1,1,1,-2460,45949],\ +[0,1,1,-33,94],\ +[1,-1,0,-117,166],\ +[1,0,0,-65,201],\ +[0,-1,0,-36,232],\ +[1,1,1,-5,3],\ +[0,0,0,1,-6],\ +[1,0,1,-1,4],\ +[0,1,1,79,-214],\ +[0,1,0,-4,-8],\ +[0,1,0,0,-16],\ +[1,0,1,-22,40],\ +[1,1,0,1,-1],\ +[0,1,0,0,16],\ +[1,-1,1,-55,72],\ +[0,1,1,-18,24],\ +[0,0,1,-1507,4209],\ +[0,0,0,-8,-16],\ +[0,-1,0,-28,68],\ +[1,0,1,-539,4765],\ +[1,-1,1,-1,17],\ +[1,-1,1,-5,2],\ +[0,1,0,-1,51],\ +[0,-1,1,23004,2393001],\ +[0,0,0,800,26500],\ +[0,0,0,5,-2],\ +[1,-1,1,-26,57],\ +[1,-1,0,0,-3],\ +[1,-1,1,-514,4609],\ +[0,1,1,-28,48],\ +[0,1,0,-9,-13],\ +[0,-1,0,-1,17],\ +[1,1,0,-2,1],\ +[1,1,1,4,-3],\ +[1,1,0,13,13],\ +[1,1,1,-42,87],\ +[1,0,0,-86,292],\ +[0,-1,0,-5,-19],\ +[1,-1,0,-771,-8875],\ +[1,-1,0,3,-2],\ +[1,-1,0,-14,24],\ +[0,0,1,18,-7],\ +[0,1,1,-4758,128144],\ +[1,1,0,5,4],\ +[1,1,1,-101,299],\ +[1,-1,0,0,-1],\ +[1,-1,0,-990,-11745],\ +[0,0,1,-2,0],\ +[0,0,0,-5,5],\ +[0,1,1,-116,444],\ +[1,-1,1,-11,10],\ +[0,-1,0,-88,349],\ +[0,1,0,-440,3412],\ +[1,1,1,-10,8],\ +[1,0,0,-1,4],\ +[1,-1,1,-12,36],\ +[1,0,0,12,117],\ +[1,-1,1,-13,21],\ +[0,-1,0,-100,424],\ +[1,0,0,2,1],\ +[0,1,0,-1,-17],\ +[0,-1,0,-5,9],\ +[0,-1,0,-175,952],\ +[1,-1,0,45,-203],\ +[0,0,1,-5,10],\ +[0,-1,0,1,1],\ +[0,0,0,-125,625],\ +[1,-1,1,-56,-134],\ +[1,0,1,-3,30],\ +[0,1,0,12,9],\ +[0,1,1,10,-2],\ +[0,1,0,8,-12],\ +[0,-1,0,-48885,4176513],\ +[1,0,0,-12,-16],\ +[0,0,1,-19569,-4064513],\ +[1,-1,1,3,69],\ +[1,1,1,-91,297],\ +[1,0,1,-46,-127],\ +[1,-1,0,-96,-640],\ +[0,-1,0,-5,-47],\ +[0,0,0,-10,-12],\ +[1,0,1,-138,609],\ +[1,-1,1,1273,-3585],\ +[1,1,1,-21,-45],\ +[0,1,0,4,-4],\ +[1,1,1,-399,1237],\ +[0,1,0,-65,191],\ +[0,-1,0,-316,-2060],\ +[1,0,1,-451,4798],\ +[0,1,1,-5,-4],\ +[1,0,0,-59,145],\ +[1,0,0,-152,576],\ +[1,0,1,-6,-5],\ +[1,0,0,44,-624],\ +[1,-1,1,25,28],\ +[0,0,0,-343,2401],\ +[1,-1,1,-18,33],\ +[0,1,0,-4,5],\ +[0,0,0,-40,100],\ +[1,1,0,-79,-306],\ +[0,-1,1,-13,24],\ +[0,1,0,-96,333],\ +[1,1,0,-281,1701],\ +[0,0,0,-172,-1328],\ +[0,1,0,19,-1],\ +[0,1,0,-3,9],\ +[1,0,1,-13,-16],\ +[0,0,0,24,-16],\ +[0,0,0,-9,-27],\ +[1,-1,1,359,-6663],\ +[1,0,0,-132,144],\ +[0,-1,1,-321,-9817],\ +[0,1,0,-3,2],\ +[0,-1,1,1638,-13693],\ +[1,-1,1,-241390,45705725],\ +[0,0,0,-3,-1],\ +[1,0,0,-68,285],\ +[0,-1,0,-12,-8],\ +[0,1,0,15,-13],\ +[1,1,1,-416,3009],\ +[0,1,1,-3,-4],\ +[0,1,0,4,5],\ +[1,0,1,-10,-10],\ +[1,1,0,-16,-32],\ +[0,-1,0,-57,-171],\ +[1,0,1,-10,-12],\ +[1,0,0,-7,14],\ +[1,-1,0,-9,27],\ +[1,0,1,3,0],\ +[0,0,1,2,-1],\ +[0,1,0,-16,-29],\ +[0,-1,0,-208,1412],\ +[0,0,1,-2,-2],\ +[1,1,1,-121,455],\ +[1,0,1,-3,-1],\ +[1,0,0,-97,361],\ +[1,1,1,5,-4],\ +[1,0,0,2941,18606],\ +[0,-1,1,406,-686],\ +[0,1,1,5,7],\ +[0,1,1,-5,23],\ +[0,-1,0,315,2349],\ +[1,-1,1,3,-3],\ +[1,0,1,-202,1084],\ +[0,0,0,-16,24],\ +[0,-1,0,-369,4293],\ +[1,0,1,-2382,77312],\ +[1,-1,1,-86,357],\ +[0,1,1,-3,29],\ +[0,0,0,-11,22],\ +[0,-1,0,0,-23],\ +[1,-1,0,8,16],\ +[0,-1,0,-1,-31],\ +[1,1,0,-38,76],\ +[0,1,0,-61,191],\ +[1,0,1,1,-2],\ +[1,0,0,-6,5],\ +[0,-1,1,-3,-1],\ +[1,1,1,-18,31],\ +[0,1,0,-64,180],\ +[1,0,1,-1203,15950],\ +[1,-1,0,0,-18],\ +[0,-1,0,-5,-2],\ +[1,0,0,3467,-83679],\ +[1,1,1,-13,3],\ +[1,-1,1,7,10],\ +[1,1,0,-2750,54375],\ +[1,-1,0,45,-459],\ +[0,0,0,-362249,165197113],\ +[1,0,1,-13,16],\ +[0,1,1,-133,519],\ +[0,1,0,8,-44],\ +[1,-1,0,36,81],\ +[1,1,0,-10407,-413003],\ +[1,0,0,8,16],\ +[0,1,0,7,27],\ +[0,1,1,-20,24],\ +[1,-1,1,-74,262],\ +[0,0,0,16,36],\ +[1,1,1,421,-12440],\ +[1,-1,0,-69,-208],\ +[1,-1,1,-8,10],\ +[0,1,0,164,-8764],\ +[0,-1,1,-18,36],\ +[1,1,0,-2,0],\ +[0,-1,0,14,1057],\ +[0,-1,0,-14,24],\ +[0,1,0,-40,-76],\ +[1,-1,0,-50,111],\ +[1,0,1,-2,0],\ +[1,1,0,-1,1],\ +[1,1,0,-98,372],\ +[1,-1,1,-23,-34],\ +[1,-1,1,-19353,958713],\ +[1,-1,1,7,-8],\ +[1,0,0,-14,4],\ +[1,1,0,0,3],\ +[1,-1,1,4,6],\ +[0,-1,0,-3,6],\ +[1,1,1,179,1475],\ +[1,1,0,-29612,2027600],\ +[1,1,1,-14,26],\ +[1,0,0,1596,9783],\ +[1,-1,1,13,474],\ +[1,-1,1,-203,987],\ +[1,1,0,-87,261],\ +[0,1,0,-39,-108],\ +[1,1,1,-23,20],\ +[1,-1,0,-29,69],\ +[1,-1,1,-218,1432],\ +[0,-1,0,-24,48],\ +[0,0,0,-8,-3],\ +[0,1,0,-81,0],\ +[0,0,0,-38,-87],\ +[1,0,1,32,558],\ +[1,1,0,-57,144],\ +[1,-1,0,-18,-81],\ +[1,-1,0,-5,1],\ +[1,0,1,-7,-6],\ +[0,0,0,-12,65],\ +[1,0,1,-8,2],\ +[1,-1,1,-67,226],\ +[0,1,0,4,30],\ +[1,-1,0,-3,5],\ +[1,-1,1,-7,-5],\ +[1,-1,0,-524,-8920],\ +[1,-1,0,-10,15],\ +[0,-1,0,-4,-2],\ +[1,-1,0,-164,848],\ +[0,0,0,9,10],\ +[1,1,1,4,29],\ +[1,1,0,-276,1616],\ +[0,0,0,24,25],\ +[1,1,0,-17,69],\ +[1,1,1,-148,-427],\ +[1,0,1,5,6],\ +[1,1,0,2238,181236],\ +[1,-1,1,-33,81],\ +[0,0,0,-11,10],\ +[1,0,0,50,107],\ +[1,1,1,-1027,12257],\ +[1,1,0,-66,180],\ +[0,1,0,-900,10098],\ +[1,1,0,-18630,971028],\ +[1,1,1,-405,4731],\ +[1,0,0,36,-81],\ +[1,-1,0,-1476,-21461],\ +[0,0,0,-143,658],\ +[0,-1,0,-1,10],\ +[1,-1,0,-17,16],\ +[1,1,0,-14646,-688345],\ +[1,0,1,2,32],\ +[1,1,1,-6,-6],\ +[1,-1,1,3,5],\ +[1,0,0,-163,-808],\ +[0,0,0,-2,21],\ +[1,-1,0,-42,-73],\ +[0,0,0,-31,66],\ +[1,0,0,0,-9],\ +[1,1,1,-29598,1947602],\ +[0,0,0,4,-16],\ +[0,-1,1,-210,6798],\ +[0,-1,0,-3,-36],\ +[1,0,1,-1,116],\ +[1,1,1,-196,5829],\ +[0,0,0,-35,78],\ +[1,0,1,-92,326],\ +[0,0,0,-23,42],\ +[1,0,0,-25,57],\ +[1,-1,0,1226,30580],\ +[0,0,0,49,-686],\ +[0,-1,0,-6,0],\ +[0,0,0,33,-34],\ +[0,1,0,-104,372],\ +[1,1,1,-354,-2193],\ +[1,1,0,-21,45],\ +[0,0,0,37,138],\ +[0,0,0,-1052,13129],\ +[0,1,0,-4,32],\ +[1,1,0,-3,-3],\ +[1,-1,0,522,2164],\ +[1,0,0,-14,19],\ +[0,0,0,85,86],\ +[1,1,1,-19,-40],\ +[0,0,0,-11,-10],\ +[0,1,0,5,14],\ +[1,-1,0,-18,0],\ +[1,0,1,-14,20],\ +[0,-1,0,14,-11],\ +[1,-1,1,-180,1047],\ +[0,1,1,-280,1684],\ +[0,0,0,-25,0],\ +[1,0,0,19,0],\ +[0,1,0,-14,-24],\ +[1,-1,1,98,-316],\ +[1,1,0,2,-17],\ +[1,1,0,172,-1968],\ +[0,0,0,-2000,-34375],\ +[1,1,0,-3334,81940],\ +[1,1,0,-210,-441],\ +[1,1,1,-572,118685],\ +[0,0,0,-32,-31],\ +[1,-1,1,-77,276],\ +[1,-1,0,-2,0],\ +[1,0,1,-4,-3],\ +[1,-1,1,-138,656],\ +[1,-1,0,-14,20],\ +[1,1,1,81,-564],\ +[0,-1,0,-30,72],\ +[1,0,1,-162,-476],\ +[1,1,0,-14744,836928],\ +[1,0,1,-701,-7202],\ +[0,-1,0,-207,-1080],\ +[1,0,1,12,-14],\ +[1,-1,0,-14,-17],\ +[0,0,0,-30,133],\ +[1,0,1,-6,8],\ +[1,1,1,-405,-1925],\ +[1,1,1,-11,-7],\ +[0,0,0,-28,57],\ +[0,0,0,-66,205],\ +[0,-1,0,2,4],\ +[1,-1,0,-27,81],\ +[0,-1,0,-5,6],\ +[1,-1,0,-9,0],\ +[1,0,0,-19602,1069443],\ +[0,1,0,-8,4],\ +[0,0,0,2,3],\ +[1,0,0,-18,4],\ +[0,0,0,0,-4],\ +[1,-1,0,2,0],\ +[1,-1,0,-16,-21],\ +[1,-1,0,-18,4],\ +[0,0,0,3,0],\ +[1,1,0,-2061,35165],\ +[1,-1,1,-85,-220],\ +[1,-1,1,-33898,2219177],\ +[1,-1,1,-3,2],\ +[1,-1,1,1668,19775],\ +[0,1,0,-71,-246],\ +[1,0,1,-1138,-14844],\ +[1,-1,1,-5,4],\ +[1,-1,1,-37,124],\ +[1,-1,1,-22,44],\ +[1,1,1,-11185,456015],\ +[0,-1,0,4,6],\ +[1,1,0,-450,3375],\ +[1,-1,0,-5,5],\ +[1,1,0,-15,-27],\ +[1,0,0,-10,-13],\ +[0,-1,0,-48,144],\ +[0,0,0,4,16],\ +[1,0,0,-16,0],\ +[1,1,0,-5,-3],\ +[1,-1,1,-91,-245],\ +[0,0,0,-6,9],\ +[1,1,1,1,101],\ +[1,1,1,12,181],\ +[0,0,0,-18,-27],\ +[1,0,0,-71,265],\ +[1,-1,1,20,22],\ +[0,-1,0,1,3],\ +[1,-1,1,-19,-14],\ +[0,0,0,-11,-6],\ +[0,-1,0,-13,22],\ +[0,0,0,-30,29],\ +[0,-1,0,5,-14],\ +[1,-1,0,-302,2260],\ +[0,0,0,-216,-1215],\ +[0,0,0,-15,18],\ +[1,0,0,-1145,12025],\ +[1,1,1,-410,903],\ +[1,-1,0,-167,-259],\ +[0,1,0,-39,-18],\ +[1,-1,0,-7,9],\ +[1,1,0,-10,4],\ +[0,0,0,-8,8],\ +[1,0,0,-60,16],\ +[1,1,1,-15,21],\ +[1,1,0,-92,-381],\ +[1,1,0,334,5556],\ +[1,-1,0,1431,-46899],\ +[1,0,1,-1312,-18391],\ +[1,-1,1,-92,415],\ +[1,0,1,-5448,-113258],\ +[1,1,1,-13,-22],\ +[1,1,0,-8,3],\ +[1,-1,0,-4,0],\ +[0,1,0,-35,69],\ +[1,-1,0,-22,46],\ +[1,1,1,-23,-628],\ +[1,-1,0,-70,-204],\ +[1,1,1,-19,17],\ +[0,0,0,-21,-20],\ +[1,-1,0,-3,1],\ +[0,0,0,2,-3],\ +[1,0,0,-4,0],\ +[1,0,0,0,7],\ +[1,1,0,-7,16],\ +[0,-1,0,9,0],\ +[1,-1,0,3,17],\ +[0,0,0,24,-511],\ +[1,-1,1,-6,5],\ +[0,-1,0,-8,0],\ +[1,-1,1,-172,-465],\ +[1,1,0,5,-23],\ +[1,1,1,-46,107],\ +[1,-1,0,-52,-48],\ +[1,0,0,-18,27],\ +[1,0,1,467,-1432],\ +[0,1,0,-1528,22484],\ +[1,1,0,-286,1780],\ +[0,0,0,-66,-119],\ +[0,-1,0,4,0],\ +[1,-1,0,-284,1915],\ +[1,1,1,-38,-15325],\ +[1,-1,0,-7,-3],\ +[1,0,0,-70,356],\ +[1,0,1,3,-5],\ +[1,1,0,1217,6622405],\ +[0,0,0,-5042,-137801],\ +[1,1,1,-14,11],\ +[0,-1,0,-105,450],\ +[1,1,1,10,147],\ +[0,1,0,210,1764],\ +[1,-1,0,-8,44],\ +[0,1,0,-9,0],\ +[1,-1,1,-406,3237],\ +[1,-1,0,-32,0],\ +[0,-1,0,-64,-260],\ +[0,1,0,-35,58],\ +[1,-1,0,-29,-47],\ +[1,1,1,-34,47],\ +[1,-1,0,27,-59],\ +[1,1,0,-18,23],\ +[1,1,1,2,2],\ +[0,0,0,-5,0],\ +[1,-1,0,-8,11],\ +[1,-1,1,-16,-13],\ +[0,1,0,1,-3],\ +[0,0,0,-111,434],\ +[0,1,0,-29,36],\ +[1,-1,0,-1693,27240],\ +[0,0,0,-36,81],\ +[1,1,1,-63,156],\ +[1,1,1,-1760,27137],\ +[1,-1,0,-112,492],\ +[0,1,0,-22,41],\ +[0,0,0,-26,-51],\ +[1,0,1,-365,13608],\ +[0,0,0,-11,-70],\ +[1,0,0,-1015,11561],\ +[1,0,0,21,49],\ +[1,1,1,39,39],\ +[1,0,0,-33,-72],\ +[1,0,0,146,37508],\ +[1,0,1,130884,-59725523],\ +[1,0,0,-5,1],\ +[1,1,0,3395,-211907],\ +[1,1,0,4,0],\ +[0,0,0,-3,18],\ +[1,1,0,18,0],\ +[0,-1,0,-9,-6],\ +[1,0,1,-8,6],\ +[1,-1,0,-949,11493],\ +[1,-1,0,-15,25],\ +[0,0,0,-135,-486],\ +[0,-1,0,-3,0],\ +[0,-1,0,-20,42],\ +[1,1,0,3,9],\ +[0,0,0,-8,-7],\ +[1,0,1,-9,-4],\ +[0,1,0,-5,-2],\ +[1,-1,1,-199,510],\ +[0,0,0,-50,-125],\ +[1,-1,0,432,-869],\ +[0,1,0,-3,1],\ +[0,0,0,9,0],\ +[1,-1,1,-20,46],\ +[0,0,0,-35,98],\ +[0,0,0,24,56],\ +[0,0,1,0,1],\ +[0,0,0,0,8],\ +[1,-1,0,-63,209],\ +[0,-1,0,-16,16],\ +[1,1,0,-31,55],\ +[0,0,1,0,-34],\ +[1,0,1,1,-9],\ +[1,0,0,4,1],\ +[1,-1,1,-17,30],\ +[1,0,1,-138,592],\ +[0,-1,1,-887,-10143],\ +[1,0,0,-700,7056],\ +[1,-1,1,-642,6416],\ +[0,0,0,-76,240],\ +[1,1,0,-2221,29181],\ +[1,-1,0,128,-96],\ +[0,0,0,-156,560],\ +[0,-1,0,7,9],\ +[0,0,0,9,26],\ +[0,1,0,-60,144],\ +[1,1,1,-13,8],\ +[1,-1,1,-14,-14],\ +[1,1,1,1650,-27389],\ +[1,-1,1,-1212,16175],\ +[0,0,0,-76,-240],\ +[1,-1,0,-295,-1800],\ +[0,0,0,-931,-10290],\ +[1,-1,0,8,-6],\ +[0,0,0,-175,750],\ +[1,-1,1,-72,194],\ +[1,0,0,-1191,15721],\ +[1,1,0,-93,-378],\ +[1,1,0,-397,2881],\ +[0,-1,0,-212,-1020],\ +[0,0,0,-331,-2310],\ +[1,-1,1,-32,564],\ +[0,0,0,-123,522],\ +[1,-1,1,-3593,83782],\ +[0,0,0,-1207,9006],\ +[1,1,1,26,107],\ +[1,1,1,-7445,244091],\ +[1,-1,1,-38,-44],\ +[0,0,0,-36,0],\ +[1,-1,0,-17,-13],\ +[1,0,1,4924,75298],\ +[1,1,0,25,-99],\ +[0,0,0,-43,-42],\ +[0,0,0,-831,-8890],\ +[1,1,1,766,-12049],\ +[1,1,0,-479052,127421360],\ +[1,-1,1,-9611313,-11466507927],\ +[1,-1,1,3,-25],\ +[1,-1,0,-19,0],\ +[0,0,0,-163,462],\ +[1,1,0,-150,648],\ +[1,0,0,-209,-816],\ +[1,1,1,62,224],\ +[1,1,1,-142320,-20724857],\ +[0,-1,0,-41,199],\ +[0,0,0,-11,150],\ +[1,0,1,13912,-732778],\ +[1,-1,0,-692,-6832],\ +[1,1,1,-1238,-17152],\ +[0,0,0,-20,-16],\ +[1,-1,0,-198,1120],\ +[0,-1,0,-36,36],\ +[0,0,0,-75,-234],\ +[1,-1,1,14,21],\ +[0,1,0,324,324],\ +[1,0,1,-32,-61],\ +[1,-1,1,-41,96],\ +[0,0,0,8,0],\ +[1,-1,1,2,6],\ +[0,0,0,-291,-1330],\ +[1,1,0,-26,444],\ +[0,-1,0,-9,9],\ +[0,1,0,16,16],\ +[1,1,0,-1297,-18530],\ +[0,1,0,-8,-8],\ +[0,1,0,-1,15],\ +[0,1,0,-28,48],\ +[0,0,0,-23,-38],\ +[1,1,0,-65,-231],\ +[0,-1,0,12,-12],\ +[1,-1,0,-214,1260],\ +[0,-1,1,-148,748],\ +[0,1,0,-48,-140],\ +[1,-1,0,-389,-2859],\ +[1,0,1,-12,-16],\ +[1,-1,0,-33,-65],\ +[1,1,1,-48,90],\ +[1,0,0,-174,868],\ +[1,0,1,12,38],\ +[0,-1,0,-20,-24],\ +[1,0,0,-139,465],\ +[1,-1,1,-2027,35776],\ +[1,0,0,-45,-119],\ +[1,-1,0,-244,0],\ +[1,-1,1,-105,272],\ +[0,0,0,-111,214],\ +[0,0,1,-8211,-286610],\ +[0,0,0,0,108],\ +[0,0,1,-13718,-619025],\ +[1,1,0,-1925,31458],\ +[1,-1,0,-13,0],\ +[1,-1,1,-1532,23455],\ +[1,1,0,8,10],\ +[1,-1,1,-25,52],\ +[0,1,0,-13,-21],\ +[1,0,0,-88,-2583],\ +[1,1,0,-4606,118420],\ +[1,-1,0,-142,-609],\ +[0,-1,1,-840,-9114],\ +[1,-1,0,-469,4029],\ +[0,1,0,-184,-364],\ +[0,1,0,-9,7],\ +[1,-1,0,-47,133],\ +[1,0,0,7,102],\ +[1,-1,0,-238,1470],\ +[1,0,0,-15,0],\ +[1,0,0,16,4],\ +[1,-1,1,-133,702],\ +[1,1,1,-18,-36],\ +[0,0,0,-155,714],\ +[1,-1,0,72,-54],\ +[0,0,0,-28,-48],\ +[0,0,0,-12,0],\ +[0,0,0,-23,78],\ +[0,-1,0,-60,-144],\ +[0,1,0,-44,-84],\ +[0,1,0,-265,1575],\ +[0,0,0,-60,176],\ +[1,-1,0,16,-12],\ +[1,-1,0,-289,1848],\ +[1,-1,0,36,-27],\ +[0,1,0,-41,-199],\ +[1,-1,0,-153,-455],\ +[1,-1,1,-1644,-24922],\ +[0,0,0,-8,32],\ +[0,0,0,-127,546],\ +[1,1,1,-99,-399],\ +[0,-1,0,12,72],\ +[0,-1,0,-49,-95],\ +[0,1,0,-25,119],\ +[0,-1,0,-81,-255],\ +[0,0,0,-31,-30],\ +[0,0,0,9,270],\ +[1,1,1,-514,4271],\ +[0,1,0,-1505,17199],\ +[1,-1,1,-131,-520],\ +[1,-1,0,-123,494],\ +[0,0,0,-111,-110],\ +[0,1,0,120,-396],\ +[0,0,0,-35,-62],\ +[1,-1,0,-25,-39],\ +[1,-1,0,-11,-38],\ +[1,-1,1,-6486,202661],\ +[1,0,1,-1317,-18245],\ +[1,-1,1,-140,668],\ +[1,-1,1,34,46],\ +[0,0,0,-275,-1750],\ +[0,0,1,375,-12344],\ +[1,-1,0,-8,6],\ +[1,-1,1,-27,26],\ +[1,1,1,-75,-1422],\ +[1,1,1,-764,-7324],\ +[0,1,1,20,-890],\ +[0,-1,1,-244012,-46313805],\ +[0,0,0,-23,38],\ +[1,1,0,-12678,-3060351],\ +[1,-1,1,-842,9366],\ +[1,-1,0,-4095,102577],\ +[1,-1,0,-1521,-20048],\ +[0,-1,0,-44,120],\ +[1,-1,0,-1802,29898],\ +[1,1,1,19,-16],\ +[0,-1,0,-33,81],\ +[0,0,0,-5047,-137514],\ +[0,1,0,-40,84],\ +[1,0,1,-35,54],\ +[0,0,0,-327,2270],\ +[0,-1,0,-80,-168],\ +[1,-1,0,30763,6051758],\ +[1,-1,0,-12555,544887],\ +[1,1,0,-162,729],\ +[1,0,0,-255,900],\ +[1,0,0,-98,279],\ +[0,-1,0,-13,85],\ +[0,0,0,-283,1482],\ +[1,0,0,12,3],\ +[1,1,0,-250264,48082240],\ +[1,1,0,-53,-168],\ +[0,-1,0,-68,240],\ +[0,1,0,-224,-1368],\ +[0,1,0,60,400],\ +[1,-1,1,-8572,183615],\ +[1,1,0,-55174,4965268],\ +[0,0,0,-91,330],\ +[1,0,0,-76,-19],\ +[1,0,0,-178,-924],\ +[0,-1,0,-8,336],\ +[0,0,0,-63,162],\ +[0,1,0,-1120,15604],\ +[1,0,0,-55,150],\ +[0,0,0,29,-66],\ +[1,1,1,-255,1461],\ +[1,-1,0,-4942,134964],\ +[1,-1,0,-1773,-5720],\ +[1,-1,0,-423,-3240],\ +[1,-1,0,-35944,-2868878],\ +[0,0,0,17,-318],\ +[0,1,0,-33,31],\ +[0,0,0,-103,-402],\ +[1,-1,0,10,-700],\ +[0,1,0,36,36],\ +[1,0,1,-98,362],\ +[0,0,0,-291,-1910],\ +[1,-1,0,-225,-1250],\ +[1,-1,0,628,-17823],\ +[1,-1,1,-507,-2494],\ +[1,0,0,64,16],\ +[1,-1,1,-68,182],\ +[1,-1,1,-1371,-19189],\ +[0,1,0,-184,896],\ +[1,1,0,-1748,-25392],\ +[1,-1,0,-12,9],\ +[1,-1,1,-335,2440],\ +[0,-1,0,-1144,-14516],\ +[0,-1,0,-29,69],\ +[1,-1,1,-264,-1582],\ +[1,-1,0,-477,4131],\ +[0,0,0,113,-234],\ +[1,1,0,-35,66],\ +[1,-1,1,-37,85],\ +[1,0,1,-2525,-45279],\ +[0,1,0,-60,-200],\ +[0,0,0,-8,-32],\ +[0,1,0,-33,-1937],\ +[0,0,0,-13612,670672],\ +[1,1,1,-2040,-38093],\ +[1,1,0,175,12750],\ +[0,1,0,-1368,27540],\ +[1,0,1,-106,408],\ +[0,0,0,-111,450],\ +[1,1,0,-62,111],\ +[1,1,1,-161,119],\ +[1,-1,0,-5,26],\ +[0,0,0,5,18],\ +[1,0,0,-65,-204],\ +[1,-1,0,-1688,27405],\ +[0,-1,0,32,-32],\ +[0,0,0,-1375,-56250],\ +[1,0,1,13,-30],\ +[1,1,0,-72,-90],\ +[1,1,0,-37442,2585844],\ +[1,0,1,-361,2564],\ +[0,1,0,-196,704],\ +[1,1,0,-381,2709],\ +[0,0,0,-20,16],\ +[0,0,0,-471,3850],\ +[1,-1,1,-191,892],\ +[1,-1,1,-110,-134],\ +[1,0,0,-425,3337],\ +[0,0,0,-355,702],\ +[1,1,1,160,85505],\ +[0,1,1,-506,7774],\ +[1,0,1,-22,830],\ +[1,-1,0,-617,5916],\ +[1,-1,1,10,16],\ +[1,1,0,-1618,24388],\ +[0,0,0,17,-42],\ +[1,0,0,-9,34],\ +[1,1,0,-105,-441],\ +[1,-1,0,58,841],\ +[1,-1,0,-929,11985],\ +[1,0,1,-1142,14420],\ +[1,1,1,-188,-844],\ +[0,-1,0,-188,-924],\ +[0,0,0,-40,-96],\ +[0,1,0,-444,-3744],\ +[0,0,0,-52,144],\ +[1,1,1,-259,1496],\ +[0,0,0,20,0],\ +[0,-1,0,-60,792],\ +[0,0,0,-675,6318],\ +[0,-1,1,-16660,-1081562],\ +[0,-1,0,-76,280],\ +[1,-1,1,180,-1492],\ +[1,-1,0,-2358,20020],\ +[0,-1,0,-104,-336],\ +[1,-1,1,37782,10304681],\ +[1,0,1,-848,9006],\ +[1,-1,0,-539109,152510121],\ +[1,1,0,-267,-1431],\ +[1,1,1,-353,-2120],\ +[1,1,1,-131,-631],\ +[1,-1,0,-55,171],\ +[0,0,0,-351,486],\ +[1,-1,0,-1269,-17739],\ +[1,1,1,-29863,1910608],\ +[1,1,0,-14041,-747030],\ +[0,1,0,-121,455],\ +[0,-1,0,-41,105],\ +[0,0,0,-51,94],\ +[1,-1,0,-2167,-38259],\ +[1,0,0,-314847,67971960],\ +[0,1,0,1840,162452],\ +[1,1,1,11,-10],\ +[1,0,1,-109,-444],\ +[1,1,1,-24,-24],\ +[1,0,0,-288,567],\ +[1,0,1,-818,-23292],\ +[1,1,0,-13,42],\ +[1,-1,0,-87,323],\ +[0,0,0,-147,-286],\ +[1,1,1,492,-2475],\ +[1,1,1,-6234,-177484],\ +[0,1,0,-93,315],\ +[0,0,0,-615,5866],\ +[1,1,1,-116,413],\ +[0,0,0,-595,5586],\ +[1,0,1,-1725581,-795628249],\ +[0,0,0,29,66],\ +[1,-1,1,-96,371],\ +[1,1,0,-97,-344],\ +[0,1,0,-164,-828],\ +[0,-1,0,-70245,7189389],\ +[1,0,1,9,-23],\ +[1,0,0,-3255,-57879],\ +[1,1,0,-47,99],\ +[0,0,0,105,218],\ +[0,1,0,-29,-69],\ +[1,-1,0,41,-285],\ +[1,0,1,-11085,446696],\ +[1,1,0,-3346,63700],\ +[0,1,0,-95040,11245748],\ +[0,1,0,-905,9975],\ +[1,0,0,-5625,-151943],\ +[1,0,0,-6909,79524],\ +[1,1,1,15380,-102531],\ +[0,0,0,5,246],\ +[0,1,1,-19330,-1040876],\ +[0,0,0,4,80],\ +[1,0,1,-2013,-12344],\ +[1,0,0,-1090,-40504],\ +[1,0,1,-1751,-31352],\ +[0,-1,0,-25,25],\ +[1,-1,0,15,91],\ +[1,1,0,44,5520],\ +[1,-1,0,93,-532],\ +[1,0,1,-924,922],\ +[1,1,1,-1154,12431],\ +[1,1,0,-102,324],\ +[1,0,0,-374,-2541],\ +[1,-1,1,-923,-9669],\ +[0,-1,0,-336,-1764],\ +[0,-1,0,-1824,25344],\ +[1,-1,0,-1035,-10584],\ +[1,1,1,-421,-3157],\ +[1,0,0,-246,-1485],\ +[0,-1,0,-180,900],\ +[1,1,0,-428,2832],\ +[0,-1,0,-508,1012],\ +[1,1,0,-23,33],\ +[1,-1,0,-675,-6075],\ +[1,1,0,-2875,49000],\ +[0,-1,0,-81,81],\ +[0,-1,0,-64,64],\ +[1,-1,0,-630,4900],\ +[0,0,0,-723,7378],\ +[1,0,1,-68,-142],\ +[1,1,0,-33,-63],\ +[1,1,1,-544,4496],\ +[0,1,0,-81,-81],\ +[1,1,1,-319,2021],\ +[1,-1,0,-1309,-17787],\ +[1,0,0,-429,3384],\ +[1,-1,0,-37053,2752245],\ +[1,-1,0,-159,665],\ +[1,0,1,-137,380],\ +[1,1,1,-12789,551346],\ +[1,1,0,-16,-20],\ +[1,-1,1,-232,-1286],\ +[0,-1,0,-129,609],\ +[1,-1,0,-252,-7344],\ +[0,0,0,-236,-1104],\ +[0,0,0,-963,11502],\ +[1,-1,0,-21618,-1216265],\ +[1,-1,1,-697,5294],\ +[1,-1,0,-4670,-121675],\ +[0,0,0,-1403,-18902],\ +[1,-1,1,-730,-7228],\ +[1,0,0,-170,837],\ +[1,-1,1,-21931,-1244565],\ +[1,0,1,-968,-11662],\ +[0,0,0,-251,1510],\ +[1,-1,0,-34667,-2475759],\ +[1,-1,0,-5886,153679],\ +[0,1,0,-159,765],\ +[1,-1,1,-176,-768],\ +[0,-1,0,-136,-560],\ +[0,0,1,-750,7906],\ +[0,0,0,-1451,21274],\ +[1,-1,1,-26209,-1626560],\ +[0,0,0,-428,-3408],\ +[1,1,1,-1559,-24343],\ +[0,0,0,-396,-3024],\ +[1,-1,1,-397,-2796],\ +[1,-1,0,-3168,69430],\ +[1,0,1,-1957,33140],\ +[1,-1,1,-965,-13940],\ +[1,-1,0,-2744,-54500],\ +[0,0,0,-156,736],\ +[0,0,0,-1196,-15920],\ +[0,0,0,-2675,53250],\ +[1,1,0,-1602,24024],\ +[1,-1,0,-2223,-39785],\ +[0,1,0,-49,95],\ +[0,0,0,-4251,-106666],\ +[0,0,0,-876,-9520],\ +[0,0,0,-14651,-682570],\ +[0,0,0,-1371,-19514],\ +[0,1,0,-2344,-44428],\ +[1,-1,0,-6768,-212625],\ +[1,-1,1,-533,-4598],\ +[1,1,1,-294,1020],\ +[0,-1,0,-480,4212],\ +[1,0,1,-1217868,517205302],\ +[0,-1,0,-752,6972],\ +[1,0,0,-316062,67420593],\ +[1,1,0,-472,3481],\ +[0,1,0,-304,-544],\ +[0,-1,0,-56,180],\ +[0,0,0,-5291,-148134],\ +[0,0,0,-1947,-33046],\ +[1,1,1,-2813,-58594],\ +[1,-1,0,-2267,-40984],\ +[1,-1,1,-1013,12656],\ +[1,-1,0,-395,-2925],\ +[0,0,0,0,-216],\ +[1,-1,0,-158,-725],\ +[1,-1,0,-20909,-1158507],\ +[0,-1,0,-224,1368],\ +[1,0,1,-18152,939764],\ +[0,0,0,-7547,12986],\ +[0,-1,0,-161,-639],\ +[0,1,1,-383196,91174234],\ +[0,1,0,-1985,-19617],\ +[1,1,1,-219,1146],\ +[1,0,1,-758201,254051548],\ +[1,0,0,-3044,-64887],\ +[0,1,0,-304,1892],\ +[1,1,1,-11749,-495058],\ +[1,-1,1,-7162,-231426],\ +[1,-1,0,-914,-8277],\ +[0,1,0,-7104,-232848],\ +[0,0,0,-1163,-14938],\ +[1,1,0,-367,-2756],\ +[0,1,0,-321,-1665],\ +[1,-1,1,-4219,-104412],\ +[1,0,1,-2612,23195],\ +[0,0,0,-1715,-33614],\ +[1,-1,0,-4680,114075],\ +[0,0,0,-563,-5138],\ +[0,0,0,-7491,249550],\ +[0,0,0,-275,1750],\ +[0,1,0,-31281,-2139919],\ +[0,0,0,-227,-434],\ +[0,-1,0,-159,-765],\ +[0,1,0,-2896,59024],\ +[1,0,0,-3663,84942],\ +[1,-1,0,-19278,-1012100],\ +[0,-1,0,-225,-1215],\ +[0,-1,0,-1624,-24656],\ +[0,-1,0,-336,-2244],\ +[1,-1,1,-1516,23091],\ +[1,-1,0,-194,1085],\ +[0,-1,0,-31281,2139919],\ +[1,1,0,-848,-9867],\ +[1,-1,1,-14423,-663069],\ +[1,1,1,-5074,-128689],\ +[1,0,1,-10644,420826],\ +[1,1,0,-4017,-99681],\ +[1,0,0,-5819,-171336],\ +[1,0,0,-3921,-94830],\ +[0,-1,0,-27744,1787904],\ +[0,-1,0,-1736,26796],\ +[1,1,1,-6541,-206341],\ +[0,-1,0,-5008,-133988],\ +[1,1,0,-6628,204952],\ +[1,1,0,-373,2623],\ +[0,-1,0,-801,-8415],\ +[0,0,0,-1443,-9758],\ +[1,-1,0,-3330,-69080],\ +[1,-1,0,-10575,-415935],\ +[0,-1,0,-624,-5760],\ +[0,-1,0,-680,-5700],\ +[1,1,0,-483,-4293],\ +[1,1,1,-1389,-14094],\ +[1,-1,0,-45873,1349865],\ +[1,1,1,-679,-3883],\ +[0,1,0,-801,8415],\ +[1,0,0,-474,2619],\ +[1,-1,0,-789,-7777],\ +[1,1,1,-13034,528806],\ +[1,1,0,-226,-1406],\ +[1,1,0,-13000,-528125],\ +[1,-1,1,-626,6180],\ +[0,-1,0,31,33],\ +[1,-1,1,157,992],\ +[1,-1,1,98,126],\ +[1,-1,0,160,-7169],\ +[0,0,0,325,4250],\ +[0,0,0,69,-146],\ +[1,-1,1,-199,-68272],\ +[1,1,1,-3299,64670],\ +[0,-1,0,248,-5252],\ +[1,-1,0,-17,-1734],\ +[0,0,0,-491,154],\ +[1,0,1,-448,3506],\ +[1,-1,0,976,-732],\ +[0,1,0,136,-444],\ +[1,-1,1,-3532,79786],\ +[0,-1,0,24,-24],\ +[1,-1,0,256,7625],\ +[1,0,0,60,15],\ +[1,-1,0,-2189,9845],\ +[1,1,0,22,-513],\ +[0,0,0,-2627,-269646],\ +[0,-1,0,16,84],\ +[1,-1,0,-31518,2160364],\ +[0,1,0,-1921,31775],\ +[0,-1,0,-216,1296],\ +[1,-1,1,-16400,-804212],\ +[1,-1,1,-1480,22272],\ +[1,-1,1,-10267,402966],\ +[0,0,0,-236,1104],\ +[1,-1,0,25,-209],\ +[1,-1,0,-963,11371],\ +[1,-1,0,-7452,-244944],\ +[1,1,1,81,-1479],\ +[1,-1,0,52,-39],\ +[1,-1,0,-17208,867901],\ +[1,-1,0,-108,2074],\ +[1,1,0,118,1776],\ +[1,-1,0,-558,-891],\ +[1,-1,1,173,1076],\ +[0,0,0,-2891,47334],\ +[0,0,0,429,-866],\ +[0,0,0,-11,890],\ +[0,0,0,-1196,15920],\ +[0,0,0,117,918],\ +[0,0,0,109,-226],\ +[1,-1,1,-263,1666],\ +[0,0,0,-540,-4752],\ +[1,0,1,403,2756],\ +[1,1,1,-4144,100952],\ +[0,-1,0,15,225],\ +[1,-1,1,-229,-2044],\ +[0,0,0,517,3318],\ +[0,0,0,100,0],\ +[0,0,0,789,-8890],\ +[1,-1,0,76,-57],\ +[1,-1,1,-1291,-21589],\ +[0,0,0,-29155,-1915998],\ +[0,1,0,-2589,49851],\ +[1,0,1,-1216658,518284622],\ +[1,0,0,-1294,17195],\ +[0,0,0,-2027,35126],\ +[0,0,0,-396,3024],\ +[1,-1,0,-1667,-56759],\ +[0,0,0,-4283,107882],\ +[0,0,0,52,-272],\ +[0,0,0,-2316,42896],\ +[0,1,0,696,-2124],\ +[0,0,0,157,-322],\ +[1,1,1,437,-4594],\ +[0,1,0,-2944,60512],\ +[1,0,0,-5037552,4351465395],\ +[0,1,0,95,31775],\ +[0,-1,0,-2589,-49851],\ +[1,1,1,91,-70],\ +[0,-1,0,95,97],\ +[1,1,0,198,-1701],\ +[0,1,0,16,-84],\ +[0,1,0,504,5184],\ +[0,-1,0,-641,6465],\ +[1,-1,0,2124,-103883],\ +[1,0,1,-102,-50321],\ +[0,1,0,-264,-6624],\ +[0,0,0,69,12166],\ +[1,0,1,188,46340],\ +[0,0,0,-1227,16346],\ +[0,0,1,-6750,-213469],\ +[1,1,0,163,966],\ +[0,-1,0,136,-1872],\ +[1,0,0,1087,4692],\ +[1,-1,1,44,1267],\ +[0,-1,0,-456,3900],\ +[1,0,1,3676,8282],\ +[1,1,1,-17714,900047],\ +[1,0,0,-1409,17538],\ +[1,1,0,603,-7869],\ +[1,-1,1,1057,-46893],\ +[0,-1,0,3616,142848],\ +[1,0,0,-491,1896],\ +[1,-1,0,1890,-61479],\ +[0,-1,0,744,-11700],\ +[1,1,1,579,-14757],\ +[0,-1,0,1992,6012],\ +[1,1,0,7,147],\ +[0,-1,0,-784,8704],\ +[0,-1,0,240,4092],\ +[0,0,0,-11523,476098],\ +[0,-1,0,319,321],\ +[1,-1,0,-2295,35721],\ +[1,-1,0,-9450,355936],\ +[1,1,0,652,16008],\ +[1,1,1,221,17042],\ +[1,1,0,97,-297],\ +[1,-1,0,-592713,175784769],\ +[1,1,1,-5079,137205],\ +[0,1,0,319,-321],\ +[1,0,0,-6864,218313],\ +[1,1,1,-204624,35542050],\ +[1,-1,0,-2409,46115],\ +[1,1,0,-126,486],\ +[1,1,0,5250,284625],\ +[1,-1,0,-345753,-78165914],\ +[0,0,0,-13836,-626416],\ +[1,1,0,-203125,-35321000],\ +[1,1,1,-79134,-8601153],\ +[1,0,0,-93104,-10942305],\ +[1,-1,0,-73125,7629336],\ +[1,0,0,-6616,206471],\ +[0,-1,0,-443904,113984640],\ +[0,-1,0,-80008,-8683988],\ +[0,-1,0,-10480,-409460],\ +[1,-1,0,-151200,22667386],\ +[0,0,0,-19443,-1042958],\ +[0,-1,0,-12801,-553215],\ +[1,1,1,-20174,-1111138],\ +[1,0,0,-3009,-61770],\ +[1,-1,0,-403083,-97454421],\ +[0,1,0,-12801,553215],\ +[0,-1,0,-12544,544960],\ +[1,-1,0,-34965,2525175],\ +[1,1,1,-42469,-2756140],\ +[0,0,0,564,-37744],\ +[1,-1,0,-15003,-1979636],\ +[1,1,1,6266,-609505],\ +[1,0,0,-5654,-181467],\ +[0,-1,0,-26304,1980288],\ +[1,0,0,1714,14685],\ +[1,-1,0,5445,533250],\ +[0,-1,0,1120,-32340],\ +[0,-1,0,-2008,-295988],\ +[1,-1,0,4455,201771],\ +[0,-1,0,-321,-18879],\ +[0,0,0,5037,-73262],\ +[1,1,0,15125,-2468750],\ +[1,1,1,3876,-89910],\ +[1,-1,0,170217,10295991],\ +[1,0,0,1341,18228],\ +[0,1,0,-321,18879],\ +[0,-1,0,-544,13888],\ +[1,-1,0,-8820,404950],\ +[1,1,1,12481,2376092],\ +[1,1,0,-3250000,-2256492875],\ +[1,-1,0,-1170000,487402461],\ +[1,0,0,-105841,13244636],\ +[0,0,0,-311043,-66769598],\ +[1,1,0,-198250,-37090625],\ +[1,0,0,-5391,285606],\ +[1,-1,0,-71370,8011575],\ +[0,0,0,-15843,-1441118],\ +[0,0,1,-13,18],\ +[1,0,1,-3,2],\ +[0,-1,1,-2,0],\ +[0,0,0,-4,1],\ +[1,0,0,-4,3],\ +[1,0,0,0,1],\ +[1,1,1,-15,16],\ +[1,0,1,-5,0],\ +[0,-1,1,0,2],\ +[0,0,0,-7,10],\ +[0,1,1,-4,2],\ +[0,1,1,-2,0],\ +[1,-1,0,-4,4],\ +[0,1,1,-12,12],\ +[0,1,1,1,6],\ +[0,0,0,-19,34],\ +[0,-1,1,-24,54],\ +[0,-1,1,-5,-3]] diff --git a/divisibility_reductions/jumps.sage b/divisibility_reductions/jumps.sage @@ -0,0 +1,145 @@ +from sage.schemes.elliptic_curves.ell_generic import is_EllipticCurve + +# Pre-tests on E and P +def suitable( E, P, ell ): + if not is_EllipticCurve(E): + print "E is not an elliptic curve" + return False + if E.base_field() != QQ: + print "E is not defined over Q" + return False + if not P in E: + print "P is not in E" + return False + if P.has_finite_order(): + print "P has finite order" + return False + if not is_prime(ell): + print "ell is not prime" + return False + return True + + +# Stupid auxiliary function. Returns higest power of n dividing m. +def val( n, m ): + ret = 0 + while m % (n^(ret+1)) == 0: + ret += 1 + return ret + +def test_jump_kl2_label( label, ell ): + E = EllipticCurve( label ) + if E.rank() < 1: + print "E has rank 0" + return + P = E.gens()[0] + test_jump_kl2( E, P, ell ) + +def test_jump_kl2( E, P, ell ): + if not suitable( E, P, ell ): + return + + flag = True + for p in Primes(): + if p > 10^3: + break + if p == ell: + # print "Skipping", p, "because = ell" + continue + if E.discriminant() % p == 0: + # print "Skipping", p, "because E has bad reduction" + continue + if P.reduction(p).order() % ell != 0: + # print "Skipping", p, "because red of P is infinitely ell-divisible" + continue + + # print "Working with prime p =", p + + F = FiniteField(p) + + for i in range(3): + # print "Torsion level", i, "..." + + # We can build the division fields for increasing powers of l + # incrementally. To get a division field, we first compute the + # splitting field of the division polynomial. We may be off by + # a degree 2 extension. If so, by finite field magic we know + # exactly which degree 2 extension we need: the unique one! + R.<x> = PolynomialRing(F) + F.<a> = E.reduction(p).division_polynomial(ell^i).splitting_field() + E_red = E.reduction(p).base_extend(F) + # extend if necessary + k = val(ell,E_red.gens()[0].order()) + h = val(ell,E_red.order()) - k + if k < i or h < i: + F.<a> = F.extension(2) + E_red = E_red.base_extend(F) + + P_red = E_red.point(P.reduction(p)) + + flag = False + if P_red.is_divisible_by(ell): + # print "P ell-divisible in this torsion level" + flag = True + break + + if not flag: + print "Point not divisible mod", p + print "Stopping here" + break + if flag: + print "*********************************" + print "*** Candidate counterexample! ***" + print "*********************************" + +# Wrapper +def test_jump_den_label( label, ell ): + E = EllipticCurve(label) + if E.rank() < 1: + print "E has rank 0" + return + P = E.gens()[0] + test_jump_den( E, P, ell ) + +def test_jump_den( E, P, ell ): + if not suitable( E, P, ell ): + return + + n_primes = 0 + inf_divisible = 0 + tot_l_part = 0 + tot_non_l_part = 0 + + for p in Primes(): + if p > 5*10^3: + break + if p == ell or E.discriminant() % p == 0: + continue + + n_primes += 1 + + E_red = E.reduction(p) + N = E_red.order() + k = val(ell,E_red.gens()[0].order()) + h = val(ell,N) - k + temp_non_l_part = (N / (ell^(h+k)))-1 + tot_non_l_part += temp_non_l_part + temp_l_part = N - temp_non_l_part + tot_l_part += temp_l_part + + if P.reduction(p).order() % ell != 0: + inf_divisible += 1 + + found = RDF( inf_divisible / n_primes ) + expected = RDF( tot_non_l_part / (tot_l_part+tot_non_l_part) ) + print "Found: %0.3f, expected: %0.3f"%(found, expected) + if abs(found-expected) > 0.05: + print "Unexpected density! Checking divisibility in reductions..." + test_jump_kl2( E, P, ell ) + +def test_from_file( filename ): + attach(filename) + for coord in data: + label = EllipticCurve(coord).label() + print "Trying curve", label, "with ell =", 3 + test_jump_den_label(label,3) diff --git a/divisibility_reductions/mod3mod9.sage b/divisibility_reductions/mod3mod9.sage @@ -0,0 +1,10 @@ +# Curves with surjective mod3 represetation but not surjective mod 9 + +data = [\ + [ 0, 0, 0, -27, -42 ], + [ 0, 0, 0, -162, 792 ], + [ 0, 0, 1, -135, -604 ], + [ 0, 0, 0, -5427, 153882 ], + [ 0, 0, 0, -201042, 34695912 ], + [ 0, 0, 0, -1126035, 459913278 ], + [ 0, 0, 1, -1127379978, -14569799990728 ] ] diff --git a/divisibility_reductions/test_div_1.sage b/divisibility_reductions/test_div_1.sage @@ -0,0 +1,223 @@ +from sage.schemes.elliptic_curves.ell_generic import is_EllipticCurve + +# Pre-tests on E and P +def suitable( E, P, ell ): + if not is_EllipticCurve(E): + print "E is not an elliptic curve" + return False + if E.base_field() != QQ: + print "E is not defined over Q" + return False + if not P in E: + print "P is not in E" + return False + if P.has_finite_order(): + print "P has finite order" + return False + if not is_prime(ell): + print "ell is not prime" + return False + return True + + +# Stupid auxiliary function. Returns higest power of n dividing m. +def val( n, m ): + ret = 0 + while m % (n^(ret+1)) == 0: + ret += 1 + return ret + +# Valuation of l-divisibility of the point P +# The parameters h and k describe the ell-part of E(F) (k>=h) +def divisibility( P, ell, k, h ): + v = 0 + while v != k-1 and P.is_divisible_by(ell^(v+1)): + v += 1 + return v + +# label is the Cremona label of an elliptic curve over Q of rank >= 1. +# ell is a rational prime. +def test_label( label, ell ): + E = EllipticCurve(label) + if E.rank() < 1: + print "E has rank 0" + return + P = E.gens()[0] + test( E, P, ell ) + +# E is an elliptic curve over Q and P a point of infinite order on E. +# ell is a rational prime. +def test( E, P, ell ): + if not suitable( E, P, ell ): + return + + # Setting up for small primes cases + print "Computations for small primes starting..." + small_primes = [] + vl = [] + lpart = [] + for p in Primes(): + if p > 100: + break + if p == ell: + print "Skipping", p, "because = ell" + continue + if E.discriminant() % p == 0: + print "Skipping", p, "because E has bad reduction" + continue + if P.reduction(p).order() % ell != 0: + print "Skipping", p, "because red of P is infinitely ell-divisible" + continue + small_primes.append(p) + print "Working with prime p =", p + + # "torsion level" + F = FiniteField(p) + vlj = [] + lpj = [] + for i in range(3): ### I WOULD LIKE TO CHANGE THIS TO SOMETHING BIGGER + print "Torsion level", i, "..." + + # We can build the division fields for increasing powers of l + # incrementally. To get a division field, we first compute the + # splitting field of the division polynomial. We may be off by + # a degree 2 extension. If so, by finite field magic we know + # exactly which degree 2 extension we need: the unique one! + R.<x> = PolynomialRing(F) + F.<a> = E.reduction(p).division_polynomial(ell^i).splitting_field() + E_red = E.reduction(p).base_extend(F) + # extend if necessary + k = val(ell,E_red.gens()[0].order()) + h = val(ell,E_red.order()) - k + if k < i or h < i: + F.<a> = F.extension(2) + E_red = E_red.base_extend(F) + + P_red = E_red.point(P.reduction(p)) + + print "[Torsion field computed]" + + # l-part of the abelian group E(F_i) + #gg = E_red.abelian_group().gens() + #if len( gg ) == 1: + # lpj.append( ( val(ell,gg[0].order()), 0 ) ) + #else: + # lpj.append( (val(ell,gg[0].order()), val(ell,gg[1].order())) ) + k = val(ell,E_red.gens()[0].order()) + h = val(ell,E_red.order()) - k + + lpj.append( ( k, h ) ) + vlj.append(divisibility(P_red,ell,k,h)) + + vl.append(vlj) + lpart.append(lpj) + + # Output + print "Done!" + for i in range(3): + print "" + print "******************************************************" + print "Torsion Level:", i + print "" + rows = [small_primes, [vl[j][i] for j in range(len(small_primes))], + [lpart[j][i] for j in range(len(small_primes))] ] + print table(rows) + print "" + +# Wrapper for densities(E,P,ell) +def densities_label( label, ell ): + E = EllipticCurve(label) + if E.rank() < 1: + print "E has rank 0" + return + P = E.gens()[0] + densities( E, P, ell ) + +def ratio( h, k, d, ell ): + x1 = max(k-d,0) + y1 = max(h-d,0) + x2 = max(k-d-1,0) + y2 = max(h-d-1,0) + up = ell^(x1+y1)-ell^(x2+y2) + down = ell^(h+k) + if d == 0: + return RDF((up+1)/down) + return RDF(up/down) + + +# Computes the densities dens[n] of primes such that P is ell^n-divisible mod p +def densities( E, P, ell ): + if not suitable( E, P, ell ): + return + + n_primes = 0 + divisible = [] + inf_divisible = 0 + + # Array for counting divisibility with specified l-part + div_part = [[[0 for i in range(10)] for j in range(10)] for k in range(10)] + # total number of elements in the reductions that (do not) form the l-parts + tot_l_part = 0 + tot_non_l_part = 0 + + for p in Primes(): + if p > 10^2: + break + if p == ell or E.discriminant() % p == 0: + continue + + n_primes +=1 + #print "Working with prime", p + + E_red = E.reduction(p) + N = E_red.order() + k = val(ell,E_red.gens()[0].order()) + h = val(ell,N) - k + temp_non_l_part = (N / (ell^(h+k)))-1 + tot_non_l_part += temp_non_l_part + temp_l_part = N - temp_non_l_part + tot_l_part += temp_l_part + # Debug + # print "Group structure at", p, ":" + # print E_red.abelian_group() + # print "Our result:", N, (k,h), temp_l_part, temp_non_l_part + + if P.reduction(p).order() % ell != 0: + inf_divisible += 1 + continue + + n = divisibility( P.reduction(p), ell, \ + val(ell,E.reduction(p).gens()[0].order()), 0 ) # Wrong parameters but ok + while len(divisible) < n+1: + divisible.append(0) + divisible[n] += 1 + div_part[k][h][n] += 1 + + N = len(divisible) + divtotal = [0]*N + divtotal[N-1] = divisible[N-1] + inf_divisible + for i in range(2,N): + divtotal[N-i] = divisible[N-i] + divtotal[N-i+1] + + print "Tested primes:", n_primes + for i in range(10): + for j in range(10): + s = 0 + for l in range(10): + s += div_part[i][j][l] + if s != 0: + print "l-part (%d,%d):"%(i,j) + for l in range(10): + if div_part[i][j][l] != 0: + print "Exactly %d^%d-divisible: %d, expected %0.3f"%\ + (ell,l,div_part[i][j][l],ratio(i,j,l,ell)) + + for n in range(1,N): + print "At least %d^%d-divisble: %0.3f density (%d times)"%(ell,n,\ + RDF(divtotal[n]/n_primes),divtotal[n]) + print "Infinitely-divisble: %0.3f density (%d times), expected %0.3f"%\ + (RDF(inf_divisible/n_primes),inf_divisible,\ + RDF(tot_non_l_part/(tot_l_part+tot_non_l_part))) + + + diff --git a/l-multiples_l-torsion/.list-3-100k.swp b/l-multiples_l-torsion/.list-3-100k.swp Binary files differ. diff --git a/l-multiples_l-torsion/.test4.gp.swp b/l-multiples_l-torsion/.test4.gp.swp Binary files differ. diff --git a/l-multiples_l-torsion/.test9.gp.swp b/l-multiples_l-torsion/.test9.gp.swp Binary files differ. diff --git a/l-multiples_l-torsion/.test_l-multiple.sage.swp b/l-multiples_l-torsion/.test_l-multiple.sage.swp Binary files differ. diff --git a/l-multiples_l-torsion/100k-3.gp b/l-multiples_l-torsion/100k-3.gp @@ -0,0 +1,9389 @@ + +\\ Elliptic curves downloaded from the LMFDB downloaded on 10 January 2019. +\\ Below is a list called data. Each entry has the form: +\\ [a1,a2,a3,a4,a6] (Weierstrass Coefficients) + + +data = [\ +[0,0,1,-54,-88],\ +[0,1,1,13,42],\ +[0,1,0,-2,1],\ +[0,1,1,-83,244],\ +[1,-1,0,-96,1088],\ +[0,0,0,27,-27],\ +[0,1,1,-1423,-21113],\ +[1,-1,1,-6404,199847],\ +[0,0,1,-6924,221760],\ +[0,1,1,-27,55],\ +[0,0,1,-534,4752],\ +[1,-1,0,-6,8],\ +[1,0,0,-2,4],\ +[1,0,1,-621,-7064],\ +[0,1,1,-7,5],\ +[0,1,1,3,2],\ +[0,0,1,-210,1134],\ +[0,0,0,-9,9],\ +[1,-1,0,-96,386],\ +[1,-1,1,-29,37],\ +[1,0,1,800,1070],\ +[0,0,1,-18,29],\ +[1,0,0,-3473,-79127],\ +[1,-1,0,-177,197],\ +[0,0,1,-24,45],\ +[1,0,0,-302,-2036],\ +[0,1,1,5,6],\ +[0,1,0,-13,15],\ +[1,0,0,-57,161],\ +[0,0,1,240,1233],\ +[0,0,0,-24,-284],\ +[0,0,1,-84,315],\ +[0,0,1,-246,2043],\ +[0,0,1,0,20],\ +[1,-1,0,-177,953],\ +[1,0,0,-22,36],\ +[1,0,0,27,1],\ +[1,0,0,-36,-440],\ +[0,0,1,-16860,842625],\ +[0,0,0,-264,1636],\ +[1,-1,0,-4041,99891],\ +[0,1,1,-23,41],\ +[0,1,1,15,-69],\ +[1,0,1,714,-16080],\ +[0,0,0,-57,169],\ +[0,1,0,-93,316],\ +[1,-1,0,-81,783],\ +[1,0,0,167,225],\ +[1,0,0,-8,64],\ +[0,1,1,-163,1721],\ +[0,1,0,-77,236],\ +[0,1,1,-253,441],\ +[1,0,1,-2801,49924],\ +[1,0,1,-26,46],\ +[1,-1,0,-1332,19062],\ +[1,-1,0,-221427,40159989],\ +[0,1,0,-188,932],\ +[1,-1,0,-27,99],\ +[1,-1,0,-1197,16245],\ +[0,1,1,-7112371,-7584550689],\ +[1,-1,0,-522,4590],\ +[0,0,0,105,142],\ +[0,1,1,7,12],\ +[1,0,1,-901,-10648],\ +[0,0,1,-2268,41573],\ +[0,1,0,-228,1252],\ +[0,0,0,-135,702],\ +[0,1,1,-457,3560],\ +[0,1,1,-3275,-57546],\ +[1,-1,1,-455,3647],\ +[1,0,1,-14605,702472],\ +[0,0,0,-72,36],\ +[1,0,0,15753,666801],\ +[0,0,1,-1506,24354],\ +[1,0,0,-133932,-25444656],\ +[1,-1,1,-234509,43769909],\ +[1,0,0,3149,66081],\ +[1,-1,0,-25020,1529550],\ +[0,1,1,4415,-63694],\ +[1,-1,1,-1094,133589],\ +[0,0,1,-102,252],\ +[1,-1,0,-1122,11348],\ +[1,-1,0,-4986,136836],\ +[0,0,0,-63,198],\ +[1,0,0,12,-8],\ +[0,0,1,-270570,54171090],\ +[1,-1,1,-3380,76439],\ +[0,0,1,1734,10044],\ +[0,1,1,-333,2244],\ +[0,1,1,-36581,2679900],\ +[1,-1,1,-338,12881],\ +[1,0,1,3887,-78212],\ +[1,0,1,-256,2854],\ +[0,0,0,33,-26],\ +[1,0,0,67,113],\ +[0,0,1,348,2835],\ +[0,0,1,-894,23535],\ +[0,0,1,-378,4529],\ +[0,0,0,-62769,6052921],\ +[1,-1,0,-219660,39865616],\ +[1,-1,0,-162,3024],\ +[0,0,1,-1771248,907333974],\ +[0,1,1,-159549,-38239046],\ +[1,-1,0,-54,360],\ +[0,0,1,-486,4124],\ +[0,0,1,6,-468],\ +[1,-1,0,162,2808],\ +[1,-1,0,-24723,1502433],\ +[1,-1,0,54,288],\ +[1,0,1,-2175,-36590],\ +[1,0,1,-654,4152],\ +[0,1,1,-163,748],\ +[1,0,1,562,-105344],\ +[0,1,1,243,-4705],\ +[0,1,1,-28027,1796670],\ +[0,0,1,726,13545],\ +[1,0,0,-701,-5095],\ +[0,0,1,-90552,10509777],\ +[0,0,0,-45,117],\ +[1,0,1,121,-4894],\ +[0,1,0,-108,388],\ +[0,1,1,-4781,136281],\ +[0,0,0,15,-23],\ +[0,0,1,1302,3528],\ +[1,-1,0,-2718,54972],\ +[1,-1,0,-10950,443780],\ +[1,-1,0,-26802,1695654],\ +[1,-1,0,-3957,106037],\ +[0,1,1,7,-53],\ +[0,0,1,-12810,557235],\ +[0,0,1,-1037190,406570248],\ +[1,-1,0,-219888,39742218],\ +[0,0,0,-324,2241],\ +[0,0,0,-1992,39076],\ +[1,-1,1,2785,6023],\ +[1,0,1,-1664,30862],\ +[0,0,1,-395274,95652315],\ +[0,0,1,-3684,84330],\ +[1,-1,1,526,30449],\ +[1,-1,1,-1352,-12149],\ +[1,0,1,-31421,2098200],\ +[1,-1,1,4180,-50641],\ +[0,1,1,-863,6705],\ +[0,0,0,-489,7369],\ +[1,0,0,-2031,88145],\ +[0,0,1,-318,2178],\ +[0,1,1,579,83810],\ +[0,0,0,-15375,733750],\ +[0,1,1,-193,970],\ +[0,1,1,-157,-705],\ +[1,0,0,-2066,-41404],\ +[0,0,1,1410,4914],\ +[1,-1,0,243,6399],\ +[1,-1,1,148,2351],\ +[1,-1,1,795451,364884797],\ +[1,-1,1,-3155,72947],\ +[0,0,0,483,5749],\ +[1,0,1,-3806,-60208],\ +[1,-1,0,-2151,38151],\ +[0,1,1,-8675,-314021],\ +[0,0,1,-858,9828],\ +[1,-1,0,288,-4050],\ +[1,0,1,1031,19676],\ +[1,0,0,58,-22684],\ +[1,-1,1,-73580,-7523089],\ +[1,0,0,288,-27584],\ +[1,-1,1,-299,2107],\ +[0,0,1,-7572,253620],\ +[0,0,1,-177390,28599392],\ +[1,-1,1,-7184,234739],\ +[0,0,0,-420,3313],\ +[1,0,0,-58822,-5496476],\ +[1,0,0,-288,-27712],\ +[1,-1,1,1498,248501],\ +[1,-1,1,-167,-9241],\ +[1,0,0,-65738,-6492380],\ +[1,-1,1,-63797,6225869],\ +[1,0,0,1427,-22511],\ +[1,-1,1,-78950,8557813],\ +[1,-1,0,-5364,152748],\ +[1,-1,1,-50,-1159],\ +[1,0,0,49377,14082265],\ +[1,-1,0,-2547,51705],\ +[0,1,1,-557,4545],\ +[0,1,1,-55,209],\ +[1,-1,1,-9842,10768241],\ +[0,1,1,-79,-436],\ +[1,-1,0,-108,1368],\ +[0,0,0,267,1573],\ +[1,0,1,-1888241,-998908100],\ +[0,1,1,887,4318],\ +[1,0,1,16389,-3528890],\ +[1,0,1,-3988,-132462],\ +[0,0,1,-1740,19368],\ +[1,-1,1,-5954,3942209],\ +[0,1,1,-1143,14536],\ +[0,1,1,-1437,16372],\ +[1,0,0,436,-8048],\ +[0,1,0,-1333,18295],\ +[0,0,0,-120,388],\ +[0,1,1,-1293,21540],\ +[1,-1,0,693,-6183],\ +[0,1,0,-1397,19639],\ +[0,0,0,-12432,539044],\ +[1,0,0,-582,5356],\ +[1,0,0,-3368,17984],\ +[1,0,0,-569,5177],\ +[0,0,0,60,-767],\ +[0,0,0,-540,4833],\ +[1,0,0,-608,5720],\ +[1,-1,1,-69908,12371447],\ +[1,0,1,16673,-505358],\ +[1,-1,1,11425,468551],\ +[1,-1,1,-28139,1824059],\ +[1,-1,0,-4419,114183],\ +[1,-1,0,-34476660,-44141945904],\ +[0,1,0,-458,3713],\ +[0,1,1,-21177,-1558825],\ +[1,-1,0,-147852,21919248],\ +[0,0,1,-414,3242],\ +[1,-1,1,-16259,797699],\ +[1,-1,0,-387,2745],\ +[0,1,1,-53,88],\ +[1,-1,0,540,32040],\ +[0,0,1,-5628,162414],\ +[1,0,1,-1817,24708],\ +[1,-1,1,-5180,167447],\ +[1,-1,1,-27455,3612647],\ +[0,0,0,-567,3726],\ +[1,-1,1,33505,-684665],\ +[1,-1,1,2455,1513],\ +[1,-1,0,-60957,6006429],\ +[0,0,1,-53130,4711149],\ +[0,1,1,1007,13447],\ +[0,0,0,-4377,538729],\ +[1,-1,0,-338452578,2396680742988],\ +[0,1,0,-814,8673],\ +[0,0,1,204,-32472],\ +[0,0,0,528,-39836],\ +[1,-1,1,-14774,687629],\ +[1,-1,1,-617,-469591],\ +[0,0,1,-450,3674],\ +[1,-1,1,-1193189,501960989],\ +[1,-1,0,-3357,80757],\ +[0,0,1,-2106,37199],\ +[0,1,1,47,-1444],\ +[0,0,1,-2268,35714],\ +[0,0,0,-1332120,-8074892828],\ +[0,0,1,-4134,480915],\ +[0,1,1,-173,820],\ +[0,1,1,111,-105],\ +[0,0,1,-408,5229],\ +[1,-1,1,-284,9119],\ +[1,-1,0,-486,26568],\ +[1,-1,1,895,-6703],\ +[1,-1,1,-756680,253575947],\ +[0,0,1,-4422,161892],\ +[1,0,0,-803,8705],\ +[0,0,1,-399432,97165575],\ +[0,0,1,-17670,904077],\ +[0,0,0,-22125,1268125],\ +[1,-1,1,67,461],\ +[0,0,0,-797511,274128478],\ +[0,0,0,24,-572],\ +[0,0,0,-504,4356],\ +[0,0,0,34575,-73775],\ +[1,0,0,-21183,-1188207],\ +[1,-1,0,-864,83520],\ +[1,-1,1,511,1297],\ +[1,-1,0,-18783,994113],\ +[1,-1,1,-1265,17633],\ +[1,-1,0,-3285,73251],\ +[1,-1,1,-35267,2564291],\ +[1,-1,1,-302225,64140545],\ +[1,-1,1,-166442,26184809],\ +[1,0,0,-8462601,10074373785],\ +[0,1,1,81,1640],\ +[1,0,0,113,-89991],\ +[1,-1,1,1093,132131],\ +[0,0,0,-108192,13697476],\ +[0,1,1,-167,1805],\ +[1,-1,1,3046,-317311],\ +[0,0,0,81,-5994],\ +[0,0,0,143088,32083684],\ +[0,0,0,-292440,60871876],\ +[1,0,0,307,3473],\ +[1,-1,1,-8015,360983],\ +[0,0,0,-2511,48438],\ +[0,0,0,-35640,2589732],\ +[0,0,0,-3240,-131868],\ +[0,1,1,-104659,-13066250],\ +[0,0,1,-5520,135387],\ +[0,0,1,-63336,6135129],\ +[0,0,0,-262713,-169989887],\ +[1,0,0,-64,4096],\ +[1,-1,0,-1559232,749790864],\ +[1,-1,0,-2532357,1551717945],\ +[0,0,0,-588,5497],\ +[0,0,1,132,279],\ +[1,-1,0,-31257,2136429],\ +[1,0,0,613857,-1307431],\ +[1,-1,0,117,-14553],\ +[1,-1,1,9598,10230401],\ +[1,-1,1,244705,263779463],\ +[0,0,1,-103656,12844944],\ +[1,-1,1,-27320,-10030021],\ +[1,-1,0,513,28899],\ +[0,0,1,-8868,321714],\ +[0,0,1,-4890522,5138330967],\ +[1,-1,1,-515,29755],\ +[1,-1,1,-149180,13208447],\ +[1,0,0,6754,-267924],\ +[0,0,1,1698,77535],\ +[1,-1,1,-101705,12762569],\ +[1,-1,1,-25205,-1347955],\ +[0,0,0,3120,-85628],\ +[0,1,1,-3549,80020],\ +[1,-1,1,-860,9911],\ +[1,-1,1,-505580,138314351],\ +[1,0,1,-11303,-462302],\ +[1,-1,1,-1010984,399872747],\ +[1,-1,1,5350,74081],\ +[1,-1,0,-5768001,5333392701],\ +[1,-1,0,-648,47088],\ +[1,-1,1,-141656,20556443],\ +[1,0,1,-8026,291660],\ +[1,-1,1,78781,1918019],\ +[0,1,1,31,-95],\ +[1,-1,0,-216,5328],\ +[0,1,1,-3423,67926],\ +[1,-1,0,-9761103,11740504203],\ +[1,-1,0,2313,-135],\ +[0,0,1,-6276,191358],\ +[1,0,1,-7731,-821554],\ +[0,0,1,-107544,13574592],\ +[1,-1,0,648,46224],\ +[1,0,0,-37713,3219281],\ +[1,-1,0,-9006,331028],\ +[0,0,1,-3090,21015],\ +[1,-1,1,-25763,1598051],\ +[1,-1,0,-17001,854253],\ +[0,1,1,13117,-3553690],\ +[0,0,0,-558327,216960046],\ +[1,-1,1,1012621,-3364010413],\ +[0,0,1,-4212,106697],\ +[1,0,1,353119,227939916],\ +[0,1,1,-93,300],\ +[1,-1,1,-15305,1186697],\ +[1,-1,0,729,58563],\ +[1,-1,0,153,-3015],\ +[0,1,1,-211689,32656574],\ +[1,0,1,-13403,-587994],\ +[1,-1,0,-15401502,23268297492],\ +[0,0,1,762,-972],\ +[0,0,0,197664,-3787292],\ +[0,0,0,-17265,873169],\ +[0,0,0,1455,56617],\ +[0,0,1,-3507438,2528326269],\ +[0,1,1,-397,2295],\ +[1,0,0,-39313810,-94881275900],\ +[1,-1,1,850,79805],\ +[1,-1,0,-454878,118197252],\ +[1,-1,1,1899058,1177721309],\ +[1,-1,1,-785,10369],\ +[1,-1,1,-545,-1591],\ +[0,1,1,-39,109],\ +[1,-1,1,-88052,19208279],\ +[0,0,0,-8112,281284],\ +[1,-1,0,-49581,4261761],\ +[0,0,0,5784,197188],\ +[1,-1,1,9283,-531259],\ +[1,-1,0,-9522,370548],\ +[0,1,1,-123,480],\ +[1,-1,0,633,2573],\ +[1,-1,0,-613242,184988916],\ +[0,1,1,-113,418],\ +[0,0,0,-84,121],\ +[1,-1,1,-1221377,519850001],\ +[1,0,1,-420117,104474208],\ +[1,-1,1,-3368930,-2317366303],\ +[1,-1,0,-4977,156357],\ +[1,-1,0,-2504007,1525736925],\ +[1,-1,1,-2573465,1589649401],\ +[0,1,1,-38837,-2958515],\ +[1,0,1,-59055,5449802],\ +[1,-1,0,-484686,130000356],\ +[1,-1,1,-1634,297569],\ +[0,1,1,-3309,-55726],\ +[1,-1,0,3123,11637],\ +[0,0,0,-564375,-1104691250],\ +[1,-1,0,-216810,38911050],\ +[0,1,1,-613,5968],\ +[1,-1,0,-23004,156528],\ +[1,-1,1,-600305,114721697],\ +[0,1,1,901,50399],\ +[0,0,1,51450,-65575512],\ +[0,0,0,-405,1053],\ +[1,0,0,-1128,51976],\ +[0,0,1,-192,1305],\ +[0,0,1,-34680,2531367],\ +[0,0,0,-82272,9066436],\ +[0,1,0,-4924,131364],\ +[1,-1,0,423,-4923],\ +[0,0,1,0,992],\ +[0,0,1,0,48620],\ +[0,1,1,-173,-519],\ +[0,0,1,-15240,724095],\ +[0,0,1,-12312,-521728],\ +[1,-1,1,-88574,871755149],\ +[0,1,1,-77887,8425782],\ +[1,-1,1,-2300,-77065],\ +[1,-1,1,-1365432152,19420522946651],\ +[1,-1,0,-13437,592029],\ +[1,-1,1,-4878680,4148867675],\ +[1,-1,1,-4430,-816803],\ +[1,0,1,-90151,-10431310],\ +[0,0,1,6588,1195715],\ +[0,1,1,-19890845,34819486974],\ +[0,1,1,-1389,19469],\ +[0,1,1,-1887,-320218],\ +[1,-1,0,-48528,4126842],\ +[1,-1,1,19525,1504811],\ +[0,0,1,-6618,1226529],\ +[0,0,1,-34986,2471229],\ +[1,0,1,-12657069,17334780392],\ +[1,-1,1,-1674707,2651650931],\ +[1,0,1,-20661,-1261248],\ +[1,-1,0,-233981316,1496712495888],\ +[1,-1,1,-133394,18785297],\ +[0,0,0,-2349,43821],\ +[1,0,1,-38879,2998002],\ +[0,1,1,-1437,20495],\ +[0,1,1,137,-11445],\ +[1,0,1,-63852,4324522],\ +[0,0,1,-24960,1522755],\ +[0,0,0,-81,-3807],\ +[0,0,0,-1200,3652],\ +[1,-1,1,-4968347,4263775571],\ +[0,1,1,-507845,-144933244],\ +[0,0,1,-2240328,1290670893],\ +[1,-1,1,-149918,22380077],\ +[1,-1,0,-62217,5994513],\ +[0,0,1,-226830,41566680],\ +[1,0,0,-2563,49729],\ +[1,-1,0,41886,3185748],\ +[1,0,0,-3399,19441],\ +[1,-1,1,34987,2111717],\ +[1,-1,1,-3758,89597],\ +[1,0,0,-4946178,-4234444092],\ +[0,1,1,6169,-778350],\ +[1,0,0,3156,197072],\ +[1,-1,1,-1112,11099],\ +[1,-1,0,-33786,2391066],\ +[1,-1,0,-6597,255285],\ +[0,0,1,-6060,181548],\ +[0,0,0,10896,-83036],\ +[1,-1,1,-98510,11885789],\ +[0,0,1,186,675],\ +[0,0,1,6918,290412],\ +[1,-1,1,658264,-55348117],\ +[0,0,1,-876,-5292],\ +[1,-1,1,-131441,-18966751],\ +[0,0,0,-21432,3317956],\ +[0,1,1,-15,19],\ +[0,1,1,-43,131],\ +[0,0,0,174192,48470308],\ +[0,0,0,-113376,14693668],\ +[1,-1,1,-17447,888671],\ +[1,-1,0,-34821,2515293],\ +[0,0,1,7980,-108612],\ +[0,0,1,-11730,487287],\ +[0,0,1,-16724316,26325139014],\ +[1,0,0,1103,4329],\ +[1,-1,0,-10656,443556],\ +[1,0,1,-81282,-8966252],\ +[1,-1,0,-47826,4037706],\ +[1,0,0,-1427,21281],\ +[0,0,1,-90570,12405267],\ +[1,-1,0,-3236517,2241930213],\ +[0,0,1,-570,9873],\ +[1,-1,0,-149508,-1324138032],\ +[1,-1,0,-85227,9689093],\ +[1,-1,0,82899,14026851],\ +[0,1,1,-1293,17471],\ +[1,-1,0,-972,105624],\ +[1,-1,1,-73280,-7601309],\ +[0,0,0,-168778200,843961508836],\ +[1,-1,0,4743,52677],\ +[1,0,0,-2753,55369],\ +[0,0,0,3278625,11820703750],\ +[0,1,1,-93073,10995425],\ +[1,-1,1,45445,8739947],\ +[1,-1,1,-590,5573],\ +[1,0,0,-1023268,-398492912],\ +[0,1,1,-6561,-3593059],\ +[0,1,1,23,132],\ +[0,1,1,-263,1558],\ +[1,-1,0,-1206,13356],\ +[0,1,1,-9593,101285],\ +[1,0,1,-19380,1006962],\ +[0,1,1,-937673,-355020408],\ +[0,0,0,-336,-19388],\ +[1,-1,0,-1467,22041],\ +[1,-1,0,4653,-49977],\ +[0,0,0,-10992,-661799],\ +[1,-1,1,-6040166,5668453109],\ +[0,0,0,-9840,376612],\ +[0,0,0,-2267409,1314143881],\ +[0,0,1,-64470,6300639],\ +[1,-1,0,-1296,187488],\ +[0,0,0,-13215,584134],\ +[1,0,0,-3019,63601],\ +[1,0,1,-27980,-1821750],\ +[0,0,1,9060,-354015],\ +[0,0,0,699,12517],\ +[0,0,0,-42375,3478750],\ +[1,-1,0,-140508,20307312],\ +[0,0,0,-6384,196324],\ +[0,0,1,-89220,15933438],\ +[1,0,0,-1915768,574511680],\ +[1,0,1,-2345274,1381126572],\ +[0,0,0,12264,970468],\ +[1,-1,1,-2813,57917],\ +[0,0,1,1086,1242],\ +[1,-1,1,-11507,459731],\ +[0,1,0,-3353,73624],\ +[1,-1,0,-369,-169875],\ +[1,-1,1,48370,-6900451],\ +[1,-1,1,310,10505],\ +[1,-1,0,-23922,-1541286],\ +[1,-1,0,-30627,2056293],\ +[0,0,1,-946542,263932605],\ +[1,-1,0,-133164,18736848],\ +[1,-1,0,-164376,25697736],\ +[1,-1,0,-13315266,18704676006],\ +[1,0,1,42051,-2577128],\ +[1,-1,1,37345,5837447],\ +[1,0,1,-36678,-1408744],\ +[1,-1,0,-141171,20318453],\ +[0,0,1,-149484,42354180],\ +[1,-1,1,-103181,12308789],\ +[0,0,0,-18885,998989],\ +[0,1,1,-1125,-106469],\ +[0,0,0,-18264,989809],\ +[1,-1,0,-8034,278540],\ +[1,-1,0,1281,15533],\ +[1,-1,0,-32334,2368340],\ +[0,0,0,-5304,148489],\ +[1,-1,1,-4268,99631],\ +[1,0,1,325,105950],\ +[1,-1,0,-1149,20393],\ +[0,0,1,-16050,782631],\ +[0,0,1,-270,-1051],\ +[0,1,1,-23709,2438399],\ +[0,0,0,-14025,639025],\ +[0,0,1,-52062906,1540416635109],\ +[1,-1,1,-1379696,624039059],\ +[1,0,0,2757,301393],\ +[1,-1,0,-25911,1611873],\ +[1,-1,1,-635180,195004847],\ +[1,-1,0,-14058,697572],\ +[0,0,0,-6696165,912659101],\ +[1,0,1,-32042,-2212748],\ +[0,0,1,-212250,37601406],\ +[0,0,0,-6168,186433],\ +[1,-1,1,3802,-50443],\ +[0,1,1,1125,-104469],\ +[1,-1,1,-151817,-36190159],\ +[1,-1,1,-1433,30457],\ +[0,0,0,-2685,3229],\ +[1,-1,0,-3492,86166],\ +[1,-1,1,997,8587],\ +[1,-1,1,20032,-119069],\ +[1,-1,0,-3456,1329408],\ +[1,0,0,-4938,131876],\ +[1,-1,0,-1458,237168],\ +[1,0,0,-5009466,-11355529500],\ +[0,0,0,12705,-402554],\ +[0,1,1,-9637,343337],\ +[0,0,1,3348,-88540],\ +[0,0,1,-11028,448164],\ +[1,-1,0,-6120,186516],\ +[1,0,0,-40908,-3317104],\ +[0,0,1,-1218,43029],\ +[1,-1,0,6354,-39204],\ +[0,0,1,-216,-1861],\ +[0,0,1,-2214,40097],\ +[1,-1,0,-4780710,4024535220],\ +[0,1,1,63,-123],\ +[1,-1,0,-22644,1317150],\ +[0,0,1,-33822642,-76848435468],\ +[1,-1,1,578083,19491941],\ +[0,0,1,-750,7974],\ +[1,0,1,-85356197,303538433808],\ +[0,0,1,-10812,434790],\ +[0,0,1,131459748,-366945002865],\ +[0,0,1,2508,170955],\ +[1,0,0,-2259,45217],\ +[1,-1,0,-8091,242433],\ +[0,0,1,-1763472,901365570],\ +[0,0,1,-22512,1147797],\ +[1,-1,0,-11529,-1242297],\ +[1,-1,1,607,40601],\ +[1,0,1,-5024,-66634],\ +[1,0,1,-496345,-134478980],\ +[0,0,1,-133466934,593483566707],\ +[0,0,1,-370956,-106098507],\ +[0,0,1,-1435944,1031018292],\ +[0,0,1,-4980,134928],\ +[0,0,0,-1065,-64271],\ +[1,-1,1,958,101441],\ +[1,-1,0,-4833846,4091812308],\ +[1,-1,0,-1147383,473339133],\ +[0,0,1,-6383330652,196299469230210],\ +[0,0,1,264408,3190932],\ +[0,0,1,-43032,-3722625],\ +[1,-1,1,-39758,2380637],\ +[0,1,1,243,14762],\ +[0,0,1,-40620,3811788],\ +[1,-1,0,-10950,463436],\ +[0,0,1,-72408,7500033],\ +[0,0,1,-235416,-55548891],\ +[1,-1,1,6448,-38221],\ +[1,-1,0,7173,157977],\ +[1,-1,0,-11193,458603],\ +[1,-1,1,-1412780,660559151],\ +[1,-1,0,4227858,2160028620],\ +[1,-1,1,-6825614,18650844317],\ +[0,0,1,-78812292,269231055957],\ +[0,0,0,-24736791,47354705422],\ +[0,0,1,-3036,61218],\ +[1,-1,1,3937,-352249],\ +[1,0,1,-4855,23566170],\ +[1,-1,1,15070,862697],\ +[1,-1,0,439696431,-169899663267],\ +[0,0,1,-6564,1206675],\ +[0,1,1,-268385,28622931],\ +[1,-1,1,741001,-606635953],\ +[0,0,1,13074,1108134],\ +[1,-1,1,-319280,67284371],\ +[0,0,1,-941934,351846810],\ +[1,-1,1,1300,-6649],\ +[1,-1,1,-175567991,895441895759],\ +[1,0,1,-41331,-3234538],\ +[1,-1,1,-1109,-20411],\ +[0,0,1,-21720,1233207],\ +[0,0,0,-1884,35521],\ +[1,-1,1,-3776,-259477],\ +[0,0,1,-76295424,256505008725],\ +[1,-1,0,-72,-11052],\ +[1,-1,1,-327515,113255435],\ +[1,-1,1,-30522290,64911985841],\ +[0,0,0,-9975,379150],\ +[0,1,1,-849,9244],\ +[1,0,1,-101449,12532372],\ +[1,-1,0,1382535,-3718714419],\ +[1,-1,1,-662,49061],\ +[1,-1,0,-3164589,2167617573],\ +[0,0,0,555,-125939],\ +[1,-1,1,-16177187,25058742499],\ +[1,-1,0,-8315748,9232045632],\ +[1,-1,0,37116,-1964862],\ +[1,-1,0,-52740,4675266],\ +[1,-1,1,-1460147,-714867181],\ +[0,0,1,-5250,122031],\ +[1,-1,0,-9837,523125],\ +[1,-1,0,-3222,75510],\ +[1,-1,1,-15247805,22920879197],\ +[0,1,1,-1405,19809],\ +[1,0,0,-81551,-8892295],\ +[1,-1,0,-46422,3861378],\ +[0,0,0,-3288,94372],\ +[0,0,1,-1398,21528],\ +[1,-1,0,-648342,201096540],\ +[0,0,1,-383394,91372455],\ +[1,-1,1,-62141,4654469],\ +[0,0,0,602943,-37934831],\ +[0,1,1,-5763,-67768],\ +[0,1,1,-37,-790],\ +[0,0,1,-2173314,312645600],\ +[1,-1,0,-4527,38529],\ +[0,1,1,-12679,567230],\ +[1,-1,1,4135,34553],\ +[0,0,0,-475167,126117574],\ +[1,-1,0,-1998,444888],\ +[0,1,1,-11717,484540],\ +[0,0,0,8088,-108191],\ +[0,0,1,-169752,27033552],\ +[1,-1,0,60786,7233948],\ +[1,-1,0,-1582368867,24227957283291],\ +[1,-1,0,-1873224,992098530],\ +[1,-1,0,306,-17892],\ +[1,-1,1,-9719915,-11987234629],\ +[1,0,0,-33420517,-75619489279],\ +[1,0,1,-212287,-32513902],\ +[1,-1,0,-20565,1139805],\ +[0,0,1,-8220,286938],\ +[1,0,0,-303423,-64358055],\ +[1,-1,1,9805,331283],\ +[1,-1,0,-72747,7598853],\ +[0,1,1,-1423,25570],\ +[1,-1,0,-85632,9666440],\ +[1,-1,1,220,-3553],\ +[1,-1,1,-3038,1027181],\ +[0,0,1,-1830,33804],\ +[1,-1,0,-1944,421200],\ +[0,1,1,-31971,1109135],\ +[0,0,1,-648,5123],\ +[1,-1,1,70402,-8287603],\ +[1,-1,1,-57479,5320127],\ +[1,-1,1,-1400,20531],\ +[1,-1,1,-687173,353670077],\ +[1,-1,1,-9290,-372599],\ +[1,-1,0,-3636,-8802],\ +[0,0,0,-804,8881],\ +[0,0,0,-543,8998],\ +[0,0,1,-1782,28937],\ +[1,-1,0,1944,418608],\ +[1,0,1,5882,1056],\ +[1,-1,1,-78035,8965235],\ +[1,-1,1,2920,8147],\ +[0,0,1,-8904,-94743],\ +[0,0,0,3624,69028],\ +[1,0,0,-326757,-71918271],\ +[1,-1,1,-2753240,1736320475],\ +[0,0,0,-1623,75598],\ +[1,-1,1,-12101,499709],\ +[0,0,1,-378048,89467659],\ +[0,0,1,-270030,54009000],\ +[1,-1,1,-148037,23317949],\ +[1,0,1,6084399,59073891044],\ +[1,-1,0,-6144,4198400],\ +[1,-1,0,-405,18495],\ +[0,0,1,-76858068,296428056048],\ +[0,0,0,0,2025],\ +[0,0,0,0,8100],\ +[1,0,1,-14866,671964],\ +[0,0,1,25476,487710],\ +[0,0,1,-230070,42463890],\ +[1,-1,1,-282785,-56651407],\ +[1,-1,1,-71429,7174757],\ +[0,0,0,0,202500],\ +[1,-1,0,405,17955],\ +[0,0,0,0,50625],\ +[1,-1,1,-2287580,1441288991],\ +[0,0,1,-7770,-188811],\ +[1,0,1,-5990,-11959368],\ +[1,-1,1,-12875,858971],\ +[0,0,1,-2272867608,41797116490338],\ +[0,1,1,-293,1840],\ +[1,-1,1,1700041,-909217393],\ +[1,0,0,4577,-482087],\ +[1,-1,0,-21456,1214838],\ +[0,0,0,-50613447,138594816286],\ +[0,0,0,-8796,589633],\ +[0,1,1,-4055,82381],\ +[0,0,1,-6708,211464],\ +[1,-1,1,-31775,4791431],\ +[0,0,1,118050,96067674],\ +[0,1,1,-3989,95600],\ +[0,0,1,-12781200,17594829045],\ +[0,0,0,-17544,2242276],\ +[0,0,0,-4935,-417602],\ +[1,-1,1,-4514,117857],\ +[0,1,1,31,240],\ +[0,0,0,-2415,-8426],\ +[1,-1,1,-2615,53903],\ +[1,-1,0,-963,-142047],\ +[1,-1,1,-214637,38481149],\ +[1,0,0,-145235,-21316775],\ +[1,-1,0,1062,-29628],\ +[1,-1,1,3046,-48103],\ +[1,-1,1,22,-12823],\ +[1,-1,0,2187,529983],\ +[1,-1,1,-2750,58421],\ +[1,-1,1,-5421002,4782421001],\ +[0,0,0,8745,2111182],\ +[0,0,0,-1041348,409017553],\ +[0,0,0,17448,2008996],\ +[0,0,0,-2055,120382],\ +[1,-1,1,-2075,37451],\ +[1,-1,1,-3151805,2155800197],\ +[0,0,0,-984,-2351],\ +[1,-1,1,-160934,24893237],\ +[0,0,1,-7950,262881],\ +[1,-1,1,-16418,816481],\ +[1,-1,1,-15932,780031],\ +[1,-1,0,-400074,-131132620],\ +[1,-1,1,-1028,16687],\ +[1,-1,1,-162947,41356171],\ +[1,-1,0,-252504,49395528],\ +[1,-1,0,-72,-183546],\ +[0,0,0,-49269,-2458451],\ +[1,-1,0,11875698,27247966308],\ +[0,0,1,-16740,833645],\ +[1,-1,1,-4973,62741],\ +[1,0,0,-10997,-493479],\ +[0,0,1,-300,2943],\ +[0,0,1,-17010,853895],\ +[1,-1,1,-10940,462719],\ +[0,1,1,-1309,17799],\ +[1,0,0,-11533,-1810415],\ +[1,0,1,644342922,-3131331464744],\ +[0,0,1,-1740,-36855],\ +[0,0,1,-10380,403497],\ +[1,-1,0,-7371,6041763],\ +[1,0,0,-2304,-1769984],\ +[1,-1,0,-149688,22328712],\ +[1,-1,0,-17991,848421],\ +[0,0,0,-399,-764714],\ +[1,-1,1,-6914,-1776383],\ +[1,-1,1,-21308,1202231],\ +[1,-1,1,-465746,122457233],\ +[1,-1,0,819,-223587],\ +[0,0,0,-26175,1637350],\ +[0,0,0,-1335,-53426],\ +[1,0,1,-1465508581,21593620205520],\ +[0,0,0,-35616,2200228],\ +[0,0,1,-19093368,32112338139],\ +[0,0,0,-642144,238847236],\ +[0,0,1,-719238,234772713],\ +[1,-1,1,-299030,60307301],\ +[1,0,0,16078,-1658236],\ +[0,0,1,-6324978,6122610648],\ +[1,-1,1,-5219600,4003551731],\ +[0,0,0,-253317,-46947899],\ +[0,0,1,-78078,8400483],\ +[0,0,0,-552,-13871],\ +[0,0,1,-66738,6636033],\ +[1,-1,0,10818,414342],\ +[1,-1,1,1122250009,-34611518652001],\ +[1,-1,1,1156,-30913],\ +[0,0,1,30930,-202383],\ +[1,-1,1,-697623296,-7102987683037],\ +[1,-1,1,111784,-35191717],\ +[1,-1,1,-22952363,-54618681733],\ +[1,-1,1,-8672,319619],\ +[1,-1,1,-252977,49045601],\ +[1,-1,0,-5175,144711],\ +[1,-1,0,-20862,1363068],\ +[0,0,0,-23456793,-45333186383],\ +[1,-1,1,-585401,179909849],\ +[0,0,0,-3415872,2464527364],\ +[0,0,1,-810,8039],\ +[1,0,1,-23014,-3745288],\ +[1,-1,1,-47978096,127924387283],\ +[1,-1,0,-9711,382311],\ +[0,0,1,-5592,-1219068],\ +[0,0,1,852,-46836],\ +[1,-1,0,-26505,1667565],\ +[1,-1,1,-140738,20357057],\ +[1,0,1,3280,-3586498],\ +[1,-1,1,-5531,-137077],\ +[0,0,0,-99057,12049081],\ +[1,-1,1,2455,65449],\ +[1,-1,1,744010,209195461],\ +[0,0,0,-8625,300625],\ +[1,0,1,-164624,25546422],\ +[1,-1,1,-49523,4324691],\ +[1,-1,1,1033663,-247822639],\ +[0,1,1,-7553,-55897],\ +[1,-1,1,-142574,20756477],\ +[1,-1,0,-529398,148404852],\ +[0,0,1,-1997976,1086883749],\ +[1,-1,1,-3425,83441],\ +[1,-1,1,-37481,-50719831],\ +[1,-1,0,-42882318,108095737788],\ +[0,0,0,-1138917,398973949],\ +[0,0,1,-264090,52236702],\ +[1,-1,1,8995,271397],\ +[1,0,1,239024,-10823394],\ +[0,0,1,-2237574,1288291707],\ +[0,0,0,387321,-47817506],\ +[0,0,1,-29784,1474812],\ +[1,0,0,10892,4734968],\ +[1,-1,0,-81171,8987301],\ +[0,0,0,-770133,260133757],\ +[1,0,0,-7938,271556],\ +[1,-1,1,958,-5091559],\ +[0,1,1,-8715,4750219],\ +[0,1,1,7075,119979],\ +[0,0,1,2022,110529],\ +[1,-1,0,2592,744768],\ +[1,-1,0,-548028,156321252],\ +[1,-1,0,864,82368],\ +[1,-1,1,-22127,-1810249],\ +[1,0,0,-8188,284496],\ +[1,-1,0,683928,-286163136],\ +[0,0,1,-3450,102924],\ +[1,-1,1,-3695,94583],\ +[1,-1,1,-1465070,682907645],\ +[0,1,1,-22927,1327920],\ +[0,0,1,-743808,246909663],\ +[1,0,0,-8163,283193],\ +[1,-1,0,-668592,210588660],\ +[0,0,1,13848,5306085],\ +[1,0,0,-7238,359660],\ +[1,-1,1,-9128,337771],\ +[1,-1,0,-4608,121572],\ +[1,-1,1,-9041,119873],\ +[1,0,0,18432,-113242112],\ +[0,1,1,-3309,74549],\ +[1,-1,1,-41383112,-90790271989],\ +[0,1,1,-4847,128282],\ +[1,-1,0,-3174,54980],\ +[0,0,1,-15348,749664],\ +[0,0,1,294,1953],\ +[1,-1,1,31846,-5615143],\ +[1,-1,0,-2952,65502],\ +[0,0,1,25260,-343755],\ +[0,0,0,-73047,-13186514],\ +[1,-1,1,-1480973,694059581],\ +[1,0,0,-8338,292356],\ +[0,0,1,-34050,-1320444],\ +[1,-1,0,-591642,175294260],\ +[0,0,1,-14874222,17714695617],\ +[0,0,1,-49728,4262733],\ +[1,0,1,-1544,-794474],\ +[1,-1,0,-47921922,127699796268],\ +[1,-1,0,14859,211491],\ +[1,-1,1,-2729,101737],\ +[0,0,0,5019,692197],\ +[1,-1,0,-287604,59503410],\ +[0,1,1,-4979,133580],\ +[1,-1,1,-20120,1102835],\ +[0,1,1,-21701,1255996],\ +[0,0,0,-5922984,-6819780764],\ +[1,-1,0,-14697,1099845],\ +[0,1,1,277,-13587],\ +[1,-1,1,-16994165,26970518693],\ +[1,-1,1,-2868305,1870693697],\ +[0,0,0,1032,772],\ +[1,-1,1,-66335,20193671],\ +[0,0,0,38625,103750],\ +[1,-1,1,-1376547620,19658146900295],\ +[1,-1,1,-3861059,2907266627],\ +[1,-1,1,-1086854,-426310891],\ +[0,0,0,3894000,-1715397500],\ +[1,0,0,11446247,5766992185],\ +[1,-1,1,-3965,106373],\ +[0,0,1,4002,86778],\ +[1,-1,0,350559,57983121],\ +[1,-1,0,-359937,83729889],\ +[1,-1,0,-1274229,553957785],\ +[1,-1,0,12843,607797],\ +[1,-1,1,-80645,8897789],\ +[1,0,0,-163411949,-842919996463],\ +[0,0,1,-2154,44712],\ +[1,-1,1,-25889,1578737],\ +[0,0,0,-16527,7612054],\ +[1,-1,0,-729342,239939820],\ +[1,-1,0,-11673,323217],\ +[0,0,0,-20064,331396],\ +[1,-1,1,-67356623,214773134231],\ +[0,0,0,-14351823,20927084022],\ +[1,-1,1,26761,-1740913],\ +[0,0,1,-77736,8315964],\ +[0,0,0,13488,-35516],\ +[1,-1,0,-209115,36858645],\ +[1,-1,1,-3659,-4461541],\ +[1,-1,0,-273753,55231713],\ +[0,0,1,-65604,6467607],\ +[0,0,1,-9282,-63063],\ +[1,-1,1,32926,120439649],\ +[1,0,0,-4873,-332191],\ +[1,0,1,-8625,-39620],\ +[1,-1,0,-3096,66996],\ +[0,0,0,-1053,12717],\ +[1,-1,1,-12452,571079],\ +[0,0,0,-5520,157732],\ +[0,0,1,-18120,112554],\ +[1,-1,0,-131286492,653370019416],\ +[1,-1,0,48258,-36657684],\ +[0,0,1,-1296,17759],\ +[1,0,0,-938,879844],\ +[1,-1,1,14629,-657781],\ +[0,0,1,-3535140,2558338713],\ +[1,-1,1,166945,122261447],\ +[1,-1,0,-37917117,-1114292862459],\ +[0,0,1,-619554,187567227],\ +[0,0,1,5388,-106560],\ +[0,0,1,-28409952,58284605952],\ +[0,1,0,-9494,352913],\ +[0,1,1,-213509,-38045330],\ +[1,0,0,972,-314712],\ +[0,0,0,391785,155753134],\ +[0,0,0,-16500,-4199375],\ +[1,-1,0,58671,-11859615],\ +[0,0,0,41865,272014],\ +[1,-1,1,-76280,-6817669],\ +[0,0,1,-1704,83205],\ +[1,-1,0,-1253088,540226098],\ +[1,-1,1,688,52211],\ +[1,-1,1,64525,692435],\ +[1,-1,0,-51687,4535973],\ +[0,0,1,-130872,18228042],\ +[1,-1,0,7947,-491427],\ +[0,0,0,-156000,-50701583],\ +[1,-1,0,-2202,18044],\ +[1,-1,1,-10100,393175],\ +[0,0,0,16728,56689],\ +[1,-1,1,-851,80939],\ +[0,1,1,103,-113],\ +[1,-1,1,-28697,1858169],\ +[1,-1,1,-18848,-361853],\ +[1,-1,0,-90018,10347912],\ +[1,-1,0,-137754,19713528],\ +[1,-1,0,-191916,32461776],\ +[1,-1,1,-14913680,22171608947],\ +[1,0,0,4847,-297631],\ +[1,-1,0,-37494,2814750],\ +[0,0,1,-12540,539505],\ +[0,1,1,121,3660],\ +[0,0,1,-14232,-315288],\ +[0,1,1,-26061,-1661480],\ +[0,0,0,2833584,13871546692],\ +[1,-1,0,-239754,45597528],\ +[1,0,1,-600500,168535730],\ +[1,0,0,-128080548,-557932049352],\ +[1,-1,1,-212168,68190731],\ +[1,-1,1,-2859854,3452574557],\ +[1,-1,0,-5823729,5410865853],\ +[0,0,1,-11460,470205],\ +[1,-1,1,581269,64215443],\ +[1,-1,1,11740,81479],\ +[0,0,1,-6271518,6045150348],\ +[1,-1,1,4936,-49093],\ +[0,1,1,37,342],\ +[0,0,1,691260,-813572640],\ +[1,-1,0,-23238,1369278],\ +[1,-1,0,-8514,80298],\ +[0,1,1,-247,3905],\ +[0,0,1,20580,-2066661],\ +[1,-1,1,-4369091,17728035779],\ +[0,1,1,-231483,-42943245],\ +[0,0,1,-11640,-593226],\ +[1,-1,0,48879,4494771],\ +[1,-1,0,-297459,-110640087],\ +[1,-1,0,14463,788805],\ +[0,0,1,86010,4888845],\ +[0,1,1,-323,2140],\ +[1,-1,1,-1418,224201],\ +[1,0,1,-164147,25732558],\ +[1,-1,0,-1716,548],\ +[1,-1,1,430,649],\ +[1,-1,1,-23387,1382411],\ +[0,0,1,-3756756,2802689793],\ +[0,0,1,-3733212,1631292822],\ +[0,0,1,-11460,475398],\ +[1,-1,1,-11348804,14718276559],\ +[1,-1,0,-582,6218],\ +[1,0,0,37428,-166256],\ +[1,-1,1,141592,-39525973],\ +[1,-1,0,-569142,165469428],\ +[1,-1,0,-315846,70117056],\ +[1,-1,1,-54446,4508093],\ +[1,-1,0,-1191231,500726493],\ +[1,-1,1,336820,-84607153],\ +[1,-1,0,-361351458,2643976981908],\ +[1,-1,0,-1335948,-476231662],\ +[1,-1,0,-7461,2241],\ +[1,-1,0,17694,367956],\ +[0,0,1,-10344,-730008],\ +[1,-1,0,-113872326,467857909556],\ +[0,0,1,-1843212,-964768428],\ +[1,-1,1,6454024,-63443091077],\ +[1,-1,1,-10586,421849],\ +[1,-1,1,-2021,-377827],\ +[1,-1,0,2052,466488],\ +[0,1,0,21198,-1392759],\ +[1,-1,0,-25317,1556829],\ +[1,-1,1,833029,599031019],\ +[1,-1,0,-14742,-860832],\ +[1,-1,1,-444632,114226139],\ +[1,-1,0,-860481,718988013],\ +[1,-1,1,947443,142825781],\ +[1,-1,0,55719,-2013039],\ +[0,0,1,-354,4005],\ +[1,0,0,-28186,-1788484],\ +[1,-1,1,-6935,278831],\ +[0,1,1,-1757,27795],\ +[0,0,1,2844690,1814396832],\ +[1,-1,0,-1458792,678521664],\ +[1,0,0,-9738,369188],\ +[1,0,0,-4500,-6751000],\ +[1,-1,0,-1194363,502702173],\ +[0,0,1,-349410,-118959957],\ +[1,-1,1,-10829,436429],\ +[1,-1,1,-3038,-2212243],\ +[1,-1,0,-6408,-74358],\ +[1,-1,1,-12044,352567],\ +[1,-1,1,-27257,-1036519],\ +[0,0,1,-6456,-1131606],\ +[0,0,0,-1217496,517195492],\ +[1,-1,1,-6593,208937],\ +[0,1,1,-79,419],\ +[0,0,0,22632,3420772],\ +[1,-1,0,-232200,43125210],\ +[1,-1,1,-914870,-336686651],\ +[1,-1,1,-20012,1268399],\ +[1,-1,1,-49055,11165447],\ +[0,1,1,-126821,-17316664],\ +[1,-1,1,-55373,5029877],\ +[1,-1,0,-261234,60979338],\ +[0,1,1,-27687,1803297],\ +[0,0,1,-18480,966987],\ +[0,0,1,-90264,10432152],\ +[1,0,0,-429766,-144258204],\ +[1,-1,1,114466,-9942163],\ +[0,0,0,-7932,484081],\ +[0,0,1,-19041690,31982053743],\ +[0,0,0,-2316,50713],\ +[1,-1,1,-1630661,1851469373],\ +[1,-1,1,-216014,38858717],\ +[1,-1,1,-172742,-27858859],\ +[1,-1,1,-24872,1515971],\ +[0,0,0,3582528,-96303836],\ +[0,0,1,-83748,9337383],\ +[0,0,1,-152022,9755217],\ +[1,-1,1,-3275915,-2481014509],\ +[1,-1,1,20333830,2810984249],\ +[1,-1,1,-1432787,660709811],\ +[1,-1,0,-4302,-223182],\ +[0,1,1,-3383,74619],\ +[1,0,1,-139144,20264726],\ +[0,0,0,-56301636,162603404953],\ +[1,-1,0,-15468327,23419890207],\ +[1,-1,1,30865,3935351],\ +[0,0,1,-966,11844],\ +[1,-1,0,19962,519372],\ +[0,0,0,-558120,163495204],\ +[1,-1,1,-52160,-4681501],\ +[0,0,1,-6876,219458],\ +[1,-1,1,-135059,22725299],\ +[0,0,1,0,3422],\ +[0,0,0,492,-1703],\ +[0,0,0,-772239,261201526],\ +[1,-1,1,-337281440,2384251894595],\ +[1,-1,1,-77168,10475731],\ +[1,0,0,41061,483281],\ +[0,0,1,0,578360],\ +[1,-1,1,673,3079],\ +[1,-1,0,-28233,2320947],\ +[0,0,0,19392,-120651932],\ +[1,-1,1,175,3305],\ +[1,-1,0,-744,-32500],\ +[1,-1,1,51160,-117565],\ +[1,-1,1,-54083,-25616573],\ +[1,-1,0,-825,11321],\ +[1,-1,1,150061,13644659],\ +[1,-1,1,1984,436259],\ +[1,0,0,-232996,-23416560],\ +[1,0,0,100493,-17768671],\ +[1,-1,1,-3082154,2116252649],\ +[1,-1,1,-18752,39081251],\ +[1,0,1,-69165,6903460],\ +[1,-1,0,-8955,336231],\ +[1,-1,1,-21857,12089],\ +[0,0,0,18375,-419375],\ +[1,-1,1,-140279,20257607],\ +[1,-1,1,-988826,378544529],\ +[1,-1,0,160596,-10074672],\ +[1,-1,1,-80084921,275870815193],\ +[0,0,0,-828345,-305920487],\ +[1,-1,1,-2574401,1625426129],\ +[0,0,1,31542,6719328],\ +[0,0,0,-66927,6664246],\ +[1,0,0,10387,-132327],\ +[1,-1,1,-3296,1208899],\ +[1,0,1,-31106,2151820],\ +[0,0,1,-24488202,46642658985],\ +[1,-1,0,-1602,25182],\ +[1,-1,1,1498477,158382587],\ +[1,-1,1,-81302,9592301],\ +[1,-1,0,-153360,23155416],\ +[1,-1,0,-12546,578196],\ +[0,0,1,66732,6101964],\ +[0,0,1,-394086,95221413],\ +[0,0,0,-2860959,-1629986906],\ +[0,0,0,-14616201,-21642520727],\ +[0,0,0,-373711071,2780686697542],\ +[1,-1,1,-11732195,36613966115],\ +[0,0,0,-4584,172996],\ +[1,-1,0,-2340,43596],\ +[1,-1,1,-16349,-667123],\ +[1,-1,1,224626,-7546723],\ +[1,-1,1,256,7139],\ +[1,0,0,-262821,65055105],\ +[0,0,1,-2746614,1903641057],\ +[0,1,1,1541995,-1543319619],\ +[1,-1,1,-377564,89322527],\ +[1,-1,0,-9728028,11680885728],\ +[0,0,1,-27390,1755225],\ +[1,-1,1,-1080974,-432196451],\ +[1,-1,0,-2121,63161],\ +[0,0,1,209976,-2790918],\ +[1,-1,1,-37458077,109631449829],\ +[1,-1,0,-19557,1886517],\ +[0,0,1,38724,-2790261],\ +[0,0,1,1981518,-76926150],\ +[0,0,1,-4022940,3105656100],\ +[1,-1,1,286062752065,-27620747711045017],\ +[0,0,0,-2928,57508],\ +[1,-1,1,-23780633,44641749881],\ +[0,0,0,-15105,714481],\ +[1,-1,0,-171144,34518150],\ +[1,-1,1,-42737,3410849],\ +[1,-1,0,-565317,163703187],\ +[1,-1,1,-13595,-997981],\ +[0,1,1,-6193,-157795],\ +[0,0,1,31308,922680],\ +[0,1,1,-18254503,29875986028],\ +[1,-1,0,-149094,22100850],\ +[1,-1,1,4414,2162369],\ +[1,-1,1,-127922,13232369],\ +[1,-1,0,3309039,2916436833],\ +[0,0,1,3430158,-518992443],\ +[1,-1,1,-5766260,5330977679],\ +[1,-1,0,963,-569727],\ +[1,0,1,3036776049,-10326280400702],\ +[1,-1,0,-58005,5393601],\ +[1,0,0,-23087,-316679],\ +[1,-1,1,-153653,24789197],\ +[0,0,0,-14952,1641796],\ +[1,-1,0,-25611156,49814572266],\ +[1,-1,1,-7637,15149],\ +[0,0,0,-79365,-11426627],\ +[0,0,1,-93000,12992031],\ +[1,-1,0,-38682,2952054],\ +[1,-1,0,-64674,6355818],\ +[0,0,0,11040,-2776412],\ +[0,0,0,-117480,14705764],\ +[1,-1,0,-41859,3306213],\ +[1,-1,1,-4379,30539],\ +[0,0,0,-4536,-54108],\ +[0,0,0,-222384,91168324],\ +[1,-1,0,-21501,1162881],\ +[1,-1,0,-66897,6974829],\ +[0,1,1,-9403,347107],\ +[1,0,1,285847,-62340244],\ +[1,0,1,-4948,116006],\ +[1,-1,0,-10464,414620],\ +[0,0,0,-759,17134],\ +[1,-1,0,-13380,599300],\ +[1,-1,1,-1838,4861],\ +[0,0,0,-18345,956401],\ +[0,0,1,-34830,2501948],\ +[1,-1,1,-1862357,-2731070419],\ +[0,0,1,-35154,2490257],\ +[1,-1,1,113107,705557],\ +[1,-1,0,-16110,786510],\ +[1,-1,0,3888,1677024],\ +[0,0,1,16080,-421173],\ +[0,0,1,-35154,2536940],\ +[1,-1,0,-3888,1682208],\ +[0,0,1,-34830,2548577],\ +[1,-1,1,-26826365,-50623228475],\ +[1,-1,1,-1655600,-940277869],\ +[1,-1,1,11386345,4403676719],\ +[0,0,1,-278670,56621880],\ +[0,1,1,-32753,2271216],\ +[1,-1,1,-111002,16192001],\ +[1,0,1,30026,5125216],\ +[1,-1,1,-13016,574939],\ +[1,-1,0,18639,-718227],\ +[0,0,0,-22935,1339054],\ +[1,-1,1,440293,-62348461],\ +[1,-1,1,-630932,193317239],\ +[1,-1,1,87844,857347679],\ +[1,-1,0,-567,36099],\ +[1,-1,1,-10320134,12771783317],\ +[1,-1,0,-150606,22534416],\ +[1,-1,1,25321,-753361],\ +[0,0,0,0,3969],\ +[1,-1,0,-2007,35577],\ +[1,-1,0,-131328,18350712],\ +[1,-1,1,-209885,37062245],\ +[0,0,0,-111000,13322500],\ +[0,0,0,2265,139102],\ +[0,1,1,-87,505],\ +[1,-1,0,189,3843],\ +[1,-1,0,-54342,-12474180],\ +[1,-1,0,4122,-760158],\ +[1,0,0,-15779,564761],\ +[1,-1,0,-270,8280],\ +[1,-1,0,-68535,-68345325],\ +[0,0,0,-120785880,510942895972],\ +[1,0,0,82785,-2401775],\ +[1,-1,0,-42561,3389841],\ +[0,0,1,2058,16632],\ +[0,0,0,1131,33829],\ +[0,0,1,-42150,66006],\ +[0,0,0,-8337,-141959],\ +[0,0,1,-73542,7677207],\ +[1,-1,0,-9638064,11519235720],\ +[1,-1,0,810,72360],\ +[1,-1,1,1200172,3243878327],\ +[0,0,1,-4246500,3368175156],\ +[0,0,1,-9646500,11531420631],\ +[1,-1,0,19323,1471797],\ +[0,0,0,-57076797,165688988389],\ +[0,0,0,4848,-103196],\ +[1,0,0,-13691,808825],\ +[0,0,0,753,14614],\ +[1,-1,1,-9230,465797],\ +[1,-1,1,-8704472,9996388571],\ +[1,-1,1,-1416461,804677429],\ +[1,-1,0,-45369,3730833],\ +[1,-1,1,378463,69582449],\ +[1,-1,1,-683780,217803431],\ +[1,-1,1,-6395,241643],\ +[0,1,1,43,462],\ +[1,-1,0,5598,-45612],\ +[0,1,1,-4605,118756],\ +[1,-1,0,-745506,249198876],\ +[1,-1,0,20736,47761920],\ +[0,0,0,-4066095,3156401302],\ +[0,0,0,-398541,96840637],\ +[0,0,1,-11244,461700],\ +[1,-1,0,-477234,127014588],\ +[1,-1,0,-6687,213543],\ +[1,-1,0,-5750586,5309258886],\ +[1,-1,1,-97493,11942957],\ +[1,-1,1,-176474,-60920423],\ +[1,-1,0,-21987,2358585],\ +[1,-1,0,774081,-43508817],\ +[1,-1,1,-433244,-110186081],\ +[1,-1,1,158971,15766589],\ +[1,-1,0,15254901,25867845405],\ +[0,0,1,-9282,653562],\ +[0,0,1,-6492,201330],\ +[0,0,0,375,3337],\ +[0,0,0,-1379352,-608337596],\ +[1,-1,0,21312,-742122],\ +[0,1,1,-12679,51799],\ +[1,-1,0,-13538502,19177006878],\ +[1,-1,0,215802,-48695148],\ +[0,0,0,-1036056,405903652],\ +[0,0,0,-2026920,1438511524],\ +[1,-1,1,-1670,26813],\ +[0,0,0,54033,-3110474],\ +[0,0,1,1518,6462],\ +[0,0,0,11625,-391250],\ +[1,0,0,-89301149,-322652227023],\ +[0,0,1,-16644,852750],\ +[0,0,1,1797576,1228128282],\ +[0,1,1,-7553,251282],\ +[0,0,0,-48648,16726372],\ +[0,0,1,-213384,-66050163],\ +[1,-1,1,-23090,1356185],\ +[1,0,1,-22362509,40701368162],\ +[0,1,1,-177147,-2615245765],\ +[1,0,0,-1555317,-746715591],\ +[0,0,1,-17130,862947],\ +[0,0,1,-75810,8035929],\ +[1,0,1,2691,-66824],\ +[0,1,1,-353,2458],\ +[0,0,1,-7338,417528],\ +[1,0,1,-101872,12402558],\ +[1,-1,1,-280466267,1809335144459],\ +[0,0,1,-360750,83512656],\ +[1,-1,0,-8388,303372],\ +[0,0,0,766428,-11742300911],\ +[1,-1,1,-105809180,418948419935],\ +[1,-1,1,-1314725,567180893],\ +[1,-1,0,-36945,2738961],\ +[1,-1,1,-125474,38024417],\ +[0,0,1,-4369620,3515714982],\ +[1,-1,0,4374,2122848],\ +[1,-1,1,-170573,27168797],\ +[0,0,1,-95610,10130742],\ +[0,0,0,-541101,153467197],\ +[1,-1,1,-3362,1257761],\ +[1,0,0,5327,207849],\ +[0,1,1,591,4035],\ +[1,-1,0,-4374,2128680],\ +[0,0,0,-582682719,5413832850886],\ +[0,1,1,-4825,127406],\ +[0,0,0,-97824,11775076],\ +[0,0,1,324,-8971],\ +[0,0,1,-2754,55667],\ +[0,0,0,27951,-2405639],\ +[1,-1,1,-2723,-330973],\ +[1,-1,1,-5769743,5335808087],\ +[1,-1,1,-71168,7348907],\ +[1,0,0,-156286,24776516],\ +[1,-1,0,-227583,41845653],\ +[1,0,1,3777,-264494],\ +[0,0,1,7332,-110286],\ +[1,-1,0,-1440117,680838291],\ +[1,-1,1,12820,-28727953],\ +[1,-1,0,-135243,19010133],\ +[0,0,0,1377,-17658],\ +[1,-1,0,-125820,17207856],\ +[0,0,0,-43092,3444849],\ +[1,-1,1,-258305,299023697],\ +[1,-1,0,-65232,6176088],\ +[1,-1,1,-200651,34643099],\ +[1,-1,1,-60854,-2748283],\ +[0,0,0,-3807,91206],\ +[0,0,0,4212,-528687],\ +[1,-1,0,27333,1172583],\ +[0,0,0,-59367,5567326],\ +[0,0,0,-2238951,1289481118],\ +[0,0,0,-2316063,1356669862],\ +[1,-1,0,-42917721,-108193278459],\ +[0,0,1,-24940182,47939946075],\ +[1,-1,0,88788,-9159472],\ +[0,0,0,-190911,33899398],\ +[1,-1,1,-386244731,2921839243883],\ +[1,-1,1,-13844480,19829056547],\ +[1,0,0,-15705208,-23957305280],\ +[1,-1,0,-74916,8384958],\ +[1,-1,1,-845537,298592561],\ +[0,0,1,-3648,375129],\ +[0,1,1,-269,639],\ +[0,0,1,-1818768,2008121733],\ +[0,1,1,-43269,3504745],\ +[1,-1,1,-33485,2370485],\ +[0,1,1,-43611,3436041],\ +[0,0,0,-62625,6600625],\ +[1,-1,1,18193,-712969],\ +[1,-1,0,11493,-1153467],\ +[0,0,1,-1074,14022],\ +[1,-1,1,-53402,-4407271],\ +[0,0,1,-121800,16362234],\ +[0,0,1,-518430,145672740],\ +[1,-1,0,-285453,71225217],\ +[1,-1,1,-19229,1029989],\ +[1,-1,1,-2795,869555],\ +[1,-1,0,25767,-752787],\ +[0,0,0,252168,-115949756],\ +[1,-1,0,2385,-43929],\ +[0,0,0,-1605,-42419],\ +[1,-1,0,6633,130041],\ +[0,0,0,-782040,265771492],\ +[1,-1,0,21753,1892025],\ +[1,-1,1,-544865,148460465],\ +[0,0,0,-2460,-6379319],\ +[1,-1,0,-8757,423477],\ +[1,-1,0,-1260,-127890],\ +[0,0,1,3642,362979],\ +[1,-1,1,-45212,1799111],\ +[1,-1,1,-169871,26958359],\ +[1,-1,1,-3107147,2108873819],\ +[1,-1,1,-82751,9258023],\ +[1,-1,1,152788,-107874889],\ +[0,0,1,-16590,822465],\ +[1,0,1,-157876,-24686670],\ +[0,0,1,-59592,5492682],\ +[1,0,0,-16147592,-24976558016],\ +[1,-1,1,-186437,30590461],\ +[1,-1,1,-947,14419],\ +[1,-1,1,-229892,42483791],\ +[1,0,0,-28168,-194432],\ +[1,-1,1,-446036,158670623],\ +[1,-1,0,-7497,206829],\ +[0,0,0,-6308940,6099338113],\ +[0,0,0,608692920,-22155246051356],\ +[1,-1,0,-93465,-32081175],\ +[1,-1,0,-27819,1769733],\ +[1,-1,0,-56952,5247018],\ +[1,-1,1,-5648,165107],\ +[0,0,1,45924,58514823],\ +[1,-1,0,-1529100,728165160],\ +[1,-1,1,7573279,5124509489],\ +[1,0,1,-221137357746,40025898324909124],\ +[0,0,1,180528,-179032680],\ +[0,0,1,-59412,7526340],\ +[1,-1,1,8185,217343],\ +[1,-1,1,183316,-9538513],\ +[1,0,1,-732009,241453932],\ +[1,-1,1,-25169,1543169],\ +[1,-1,0,13599,-1252719],\ +[1,-1,0,-339879150,2411849487060],\ +[1,-1,1,-60226277,179913427229],\ +[1,-1,1,25348,972479],\ +[1,-1,1,-24710342,49051718741],\ +[1,-1,1,5503,-46231],\ +[0,1,1,-15643,-1012563],\ +[1,0,0,-18744,986176],\ +[1,-1,1,-6050,-671327],\ +[1,-1,1,-33590,2198341],\ +[1,-1,0,-13137,583019],\ +[0,0,0,-1336647,599918686],\ +[0,0,1,7242,320328],\ +[1,-1,1,835,-80675],\ +[1,-1,0,-88872,10219832],\ +[1,-1,1,234373,6103281251],\ +[0,0,1,-737279994,31731801932862],\ +[1,-1,0,558,-5634],\ +[0,1,1,-1469,21189],\ +[1,-1,0,552,1682],\ +[0,1,1,-49651,-4220995],\ +[0,1,1,-419127,-104581905],\ +[1,-1,0,-61332,5846480],\ +[0,0,1,-1052526,-105891741],\ +[1,-1,1,-704,8587],\ +[0,1,1,-7939213,-8612887298],\ +[0,0,0,10968,769156],\ +[1,-1,1,-50441,6696353],\ +[1,-1,1,3928558,274093841],\ +[1,-1,1,-909230,-341877571],\ +[0,0,1,-10521300,13135669695],\ +[1,0,1,-69151,2388098],\ +[1,-1,0,-1335303,594290493],\ +[0,0,0,-1456320,676109572],\ +[1,-1,1,-23438,61050781],\ +[1,-1,0,-48879,4171653],\ +[1,-1,1,-825998,317058581],\ +[0,0,1,-39414,11023992],\ +[1,0,0,-2267588,-1094263792],\ +[1,-1,1,-65574668,203531393807],\ +[1,-1,0,30168,1489428],\ +[1,0,1,1060163,593763352],\ +[1,0,0,-32438,-2144436],\ +[1,-1,0,-41843634,98747015388],\ +[1,-1,1,-276266,-15533207],\ +[1,-1,1,-15175805,-23329418803],\ +[1,0,1,-5212993732,101154223756418],\ +[0,1,1,-13127,-3620758],\ +[1,0,1,-119880,16083542],\ +[0,0,1,-19686,10794483],\ +[0,0,0,-134112,18911716],\ +[1,-1,1,9841,10755119],\ +[0,0,1,19680,10728873],\ +[1,-1,1,-32909,2296757],\ +[1,0,0,-19178,1020644],\ +[0,0,0,1464,5668],\ +[1,-1,0,19308,-2651184],\ +[1,-1,0,-26037,3262005],\ +[1,0,1,-9176337,11819950948],\ +[0,0,0,-3447417,2463704449],\ +[1,-1,0,-6716592,3875337216],\ +[0,1,1,-8204947,-9048823925],\ +[1,-1,0,3933,29241],\ +[0,0,1,-62370,6054608],\ +[1,-1,0,-57051594,165928942908],\ +[0,0,1,23490,-1157632],\ +[1,-1,1,36013,-638989],\ +[0,1,0,358952054,-10619053085695],\ +[0,1,0,-330,27225],\ +[0,1,0,-261541,-1529607961],\ +[0,0,1,76146,-3103893],\ +[1,0,0,-19488,1045504],\ +[0,0,1,-6402,1148085],\ +[0,0,1,-395868,95868009],\ +[1,-1,0,-2001687,1089570077],\ +[1,0,0,-1629602,800465796],\ +[1,0,1,-41366890329,3238373699154426],\ +[1,-1,1,-1584336830,24273168873293],\ +[0,0,0,-67485,7485469],\ +[1,-1,0,-143721,21007431],\ +[0,0,1,-6582,339912],\ +[1,-1,0,-5742,169308],\ +[1,0,1,-246191,-7076958],\ +[1,-1,1,-1580,278255],\ +[1,-1,1,10945966,9811958609],\ +[1,-1,1,409945,742964447],\ +[1,-1,1,-770369,258820049],\ +[1,-1,1,-23666,-1579831],\ +[1,-1,1,-19771403,36537910427],\ +[1,0,0,-3676883,2615984609],\ +[1,-1,0,-10455330,-272770232940],\ +[1,0,0,-863801,-309539719],\ +[0,0,1,-16464,569637],\ +[0,0,0,-1660575,1684472038],\ +[1,-1,1,159439,6059873],\ +[1,-1,0,-1728,332928],\ +[0,1,1,-1229,16179],\ +[1,-1,1,-31703,2182511],\ +[0,1,1,32597,-3119579],\ +[1,-1,0,-32109,2211713],\ +[1,-1,0,5184,2982528],\ +[1,-1,1,-6125,224021],\ +[1,-1,1,-32207,2222039],\ +[0,0,1,-19290,1031355],\ +[1,0,1,-396144984463,-69488418701836094],\ +[1,0,1,1417,2009306],\ +[0,0,0,-177633,28815993],\ +[1,-1,1,-2439338,1474065641],\ +[0,0,0,-4293,109917],\ +[0,1,1,94467,-8499770],\ +[1,0,1,35780,-2975758],\ +[1,0,0,-10312,2190336],\ +[1,-1,1,-487895,240660335],\ +[0,0,0,-59160,3096196],\ +[0,0,1,-13404,605970],\ +[1,-1,1,-4549028,-4453952569],\ +[0,0,1,-134760,19049544],\ +[1,0,1,-188431,-31573886],\ +[0,0,1,-12231570,16465366548],\ +[0,0,1,-82182,47394612],\ +[0,0,0,-182559,19175686],\ +[0,1,1,-53513,4682896],\ +[0,0,0,-451407,116751094],\ +[1,-1,0,25803,2709045],\ +[1,0,0,14784,377496],\ +[1,-1,0,-1393506,633447648],\ +[0,1,0,-53253,4712327],\ +[0,0,0,-123375,21433750],\ +[1,-1,1,-17510,-2492755],\ +[1,-1,0,113283,720513],\ +[0,0,0,-10632,848356],\ +[1,0,1,-143819,42236346],\ +[1,-1,0,-5121,70893],\ +[0,0,0,-248700,47736025],\ +[0,1,1,-53153,4763016],\ +[1,-1,1,-932,97031],\ +[0,1,1,-6179,-809906],\ +[1,-1,0,-12327,-83125],\ +[1,-1,0,2016,-634662],\ +[1,0,1,1543,-793788],\ +[0,0,1,-1002,29385],\ +[0,1,1,-3087,-796875],\ +[0,0,1,-59934,5647347],\ +[1,-1,0,-42497001,106642124883],\ +[1,-1,0,-48708,3657312],\ +[1,-1,0,-106360668,422228021868],\ +[1,0,1,-27011,2843966],\ +[0,0,0,-403293,98577853],\ +[0,0,0,-325479,71436094],\ +[0,0,0,-5925,155725],\ +[0,1,1,-12763,550747],\ +[0,1,0,-21877,1238196],\ +[1,-1,1,-1093442,438955841],\ +[1,0,0,-1649443390,-25889166419900],\ +[1,-1,0,23076,-1627182],\ +[1,-1,0,-2596617,1611148041],\ +[1,-1,1,14008,171659],\ +[1,0,1,-773743,-1661009694],\ +[0,0,1,-42924,3405267],\ +[1,-1,1,-3382871,2395728623],\ +[1,-1,0,1950291,-963610587],\ +[1,0,0,-21224,1188416],\ +[0,0,1,-141750,-26565469],\ +[0,0,0,14365248,16762029604],\ +[1,-1,1,-116744,10437707],\ +[1,-1,1,265297,52339511],\ +[1,-1,1,-2282,579881],\ +[0,0,1,-462,6615],\ +[1,-1,0,-57447,-44167491],\ +[1,-1,0,-292749,91867805],\ +[1,-1,1,-351482,80148089],\ +[0,0,1,-85890,8182692],\ +[1,-1,0,-20459109,35623825365],\ +[1,0,1,17826164,-21934553816],\ +[1,-1,0,-24426,1475478],\ +[1,0,0,-40816,3236096],\ +[0,0,1,-2258688,1306569393],\ +[1,-1,0,515853,1177718265],\ +[1,-1,0,-92735658,343701220788],\ +[0,1,1,45127,-2313235],\ +[1,-1,1,-150311,3711583],\ +[1,-1,1,-50774,3960677],\ +[1,-1,1,63779440,74129576051],\ +[0,0,0,-16585968,25999161892],\ +[0,1,1,-1213,15861],\ +[0,0,1,6036,-109260],\ +[1,0,0,2369,16025],\ +[1,0,1,-9453,355048],\ +[0,0,1,96540,6629805],\ +[1,-1,0,10791,-1119087],\ +[1,-1,1,-64343,6306607],\ +[1,0,1,-63601,8087684],\ +[1,-1,0,-29277,4089717],\ +[1,-1,1,-49757,4284389],\ +[0,0,0,-145551,21913558],\ +[0,0,1,-853482,303335100],\ +[0,0,0,-507432,1791149956],\ +[1,-1,0,-2730807,1737667485],\ +[1,-1,0,-210141,37130193],\ +[1,-1,0,-221196987,1266297911793],\ +[1,-1,0,-1395,17991],\ +[0,1,1,12263,-679980],\ +[0,0,1,-25068,1664964],\ +[1,-1,0,-478476,127510596],\ +[1,-1,1,-34211,38179],\ +[1,-1,1,34105,4839743],\ +[1,-1,1,-640580,197496551],\ +[1,0,1,-1727171,310179134],\ +[1,-1,1,-7735199,7560378119],\ +[1,-1,0,8523,239157],\ +[0,0,0,-2262000,1280522500],\ +[1,-1,0,-238734,45299088],\ +[1,-1,1,-2224265576,38532941939243],\ +[0,0,0,-39720,-353756],\ +[1,-1,1,-160637,24766661],\ +[1,0,1,1577,2488506],\ +[1,-1,0,-2077746,-937573804],\ +[1,-1,0,-190049040,1008479549556],\ +[1,-1,1,-906485,297295373],\ +[0,1,0,-54042,4820481],\ +[1,-1,0,-88281,10997613],\ +[1,-1,1,-21764,1260199],\ +[0,0,1,-6330,176427],\ +[0,0,0,-12405,530701],\ +[0,0,0,-133095,24568126],\ +[0,0,1,-37290,-770238],\ +[1,-1,1,-17714756,28702377703],\ +[0,0,1,-1786800,919310148],\ +[1,-1,0,1575936,275951646720],\ +[1,-1,0,5832,3775248],\ +[1,-1,0,-3339,-24255],\ +[0,0,1,0,5852],\ +[1,-1,0,-70134,-649612],\ +[1,-1,0,-1539,264195],\ +[1,-1,1,188923,10936829],\ +[1,0,1,-6411032,-6072956898],\ +[1,-1,0,-594579546,5580519494076],\ +[0,0,0,2472,-76367],\ +[1,-1,1,12307,101837],\ +[1,-1,0,3159,1106703],\ +[1,-1,1,-44687,-1141289],\ +[1,-1,0,-271062,53659188],\ +[1,-1,0,41229,-10030347],\ +[1,-1,0,-339417,-86920587],\ +[1,-1,0,6546,-197740],\ +[1,-1,1,-883580,320354111],\ +[0,1,0,-52541,-3601281],\ +[0,0,0,-197472,-33185711],\ +[0,0,0,-16176,-103007],\ +[1,-1,0,40023,-541971],\ +[1,-1,0,-107541,13182993],\ +[0,1,1,-24145,-1129101],\ +[1,-1,1,-88260359,310542712319],\ +[1,-1,0,-3042,-39546],\ +[0,0,0,-4319400,3455280025],\ +[0,0,1,-10164,395640],\ +[1,-1,1,103,-62767879],\ +[1,-1,0,-510642,140416740],\ +[0,0,1,-32430,-1593360],\ +[0,0,0,-151500,22350625],\ +[1,-1,1,-75938,640773281],\ +[0,0,1,-2694,66132],\ +[1,-1,1,-185261,30727829],\ +[0,0,0,708,-1199],\ +[0,0,1,-30810,-1864818],\ +[0,0,1,-579540,169537329],\ +[0,1,1,51123,-1684528],\ +[0,0,1,1374,50373],\ +[1,0,1,-989089,377963412],\ +[1,-1,1,-187817,1204841],\ +[1,-1,1,-69575,22181951],\ +[1,-1,1,-5864,112259],\ +[1,-1,1,-8523230,9579704429],\ +[1,-1,0,29043,3467637],\ +[1,-1,1,-23519,1679887],\ +[1,-1,0,19017,453447],\ +[0,1,1,-1053,14988],\ +[0,0,0,-4863,664198],\ +[1,-1,1,214195,16026869],\ +[0,0,0,-13584,-385319],\ +[0,0,1,-31266,2127728],\ +[1,-1,0,-1215,164835],\ +[0,0,1,-27570,-2403360],\ +[1,-1,0,-1193580,502208010],\ +[0,1,1,-4614731,3815920681],\ +[0,0,0,-1842375,961994878],\ +[1,-1,0,-37692,2094768],\ +[1,-1,0,1215,163215],\ +[1,0,0,-18250,1008932],\ +[1,0,1,16991,-2991304],\ +[1,0,1,-640614,198101176],\ +[1,0,0,-45,2025],\ +[1,0,0,-6591,212121],\ +[0,1,1,-4803,126532],\ +[1,-1,1,-471956,124913783],\ +[1,-1,1,-47930,-14095303],\ +[1,-1,1,-132572,-18570329],\ +[1,-1,1,4630,2379305],\ +[0,0,0,4857,647998],\ +[1,-1,1,-25757033,50323597481],\ +[1,-1,1,427621,-173544181],\ +[0,0,1,5801928,6662808495],\ +[1,-1,0,-8254836,9130802976],\ +[1,-1,1,121531,1469117],\ +[0,0,0,-1060248,420203428],\ +[0,0,1,-57864,5238702],\ +[0,1,1,-393,2910],\ +[1,-1,0,-3086667,2088059913],\ +[0,0,0,-105744,21923044],\ +[0,1,1,3819149,-1557493820],\ +[0,0,0,-259545,50613937],\ +[0,0,1,-22710,-3200238],\ +[1,-1,0,-225531,41281173],\ +[0,0,1,120318,-30472425],\ +[0,0,1,-21180,1259478],\ +[1,-1,1,27616,1202627],\ +[0,0,0,-394500,95655625],\ +[1,-1,1,14701,24005099],\ +[1,-1,0,-6266502,-10271475216],\ +[0,0,1,-17688,64368],\ +[1,-1,0,-38385,2917485],\ +[0,0,1,-559548,161476409],\ +[0,0,1,960,-140445],\ +[1,-1,1,-122418716,521463658079],\ +[0,0,1,-228,-22086],\ +[1,-1,1,-54032,7613939],\ +[1,0,1,29670,1987980],\ +[1,-1,1,-11969411,15940597763],\ +[1,-1,0,-107883,15422913],\ +[0,0,0,-629040,-27097436],\ +[1,0,0,-95207,9735369],\ +[1,-1,1,2686,800129],\ +[0,0,0,14856,1443076],\ +[1,-1,0,-473508,125530452],\ +[1,-1,0,-1990104,1081089728],\ +[0,1,1,53,702],\ +[1,-1,1,-233498,-35233703],\ +[1,-1,1,-10040,542963],\ +[0,0,0,23415,-2204327],\ +[0,1,1,-4957,132692],\ +[0,0,1,-7140,218925],\ +[1,-1,0,40374,2931876],\ +[1,-1,0,-706296564,7225025229648],\ +[1,-1,0,-30040542,63381312216],\ +[1,-1,1,-27248,1738091],\ +[1,-1,1,-440440628,3559470177431],\ +[1,-1,0,1722231,2644908525],\ +[1,-1,0,7056,-463050],\ +[1,-1,1,1344892,1599366431],\ +[0,0,1,-116094,12207105],\ +[0,0,0,-266520,52959364],\ +[1,0,1,-240896,-45517130],\ +[1,-1,0,-75465819,-181150250175],\ +[1,-1,0,-1872,31950],\ +[1,-1,0,-1312540560,18303114599316],\ +[1,-1,1,-4769087,4009868111],\ +[1,-1,1,-21101,-1963051],\ +[1,-1,0,-98307,11345589],\ +[0,0,1,1022748,1791422010],\ +[1,0,1,-233220,-49135870],\ +[1,-1,0,-18972,1157148],\ +[1,-1,0,1580463,1541184273],\ +[0,0,0,14865,-417386],\ +[0,1,1,-3863,-194118],\ +[0,0,0,-7464,248209],\ +[0,0,1,-388740,93290373],\ +[0,0,0,-116832,15370756],\ +[1,0,1,-3997359,3075545782],\ +[1,-1,0,-118935,15812091],\ +[0,0,0,-26292,4957801],\ +[0,0,0,-1109199,450823606],\ +[0,0,1,1645134,-1000145997],\ +[1,-1,1,33214945,4902936269447],\ +[1,-1,1,-113198,14676797],\ +[0,0,0,-14376,676177],\ +[1,-1,1,-93857,-31947919],\ +[1,-1,1,-65504,7835779],\ +[0,0,0,-52536,19481668],\ +[1,-1,0,53202,2197268],\ +[0,0,0,-7545,240721],\ +[0,1,0,-21257459741,1192923471856095],\ +[0,0,1,-1701264,854090730],\ +[1,-1,0,-6561,4787343],\ +[0,0,1,-11190,453285],\ +[0,0,1,-8130,-5512140],\ +[0,0,1,73140,148486383],\ +[1,-1,1,-9735305,11693993105],\ +[0,0,0,-13125,4804837],\ +[0,0,0,4812,131497],\ +[0,0,0,13119,4761097],\ +[1,0,1,-4163332,3314845442],\ +[0,0,0,84903,-52919039],\ +[1,-1,0,-58707,5492133],\ +[0,0,0,26241,19088134],\ +[1,-1,0,-320742,69702228],\ +[1,-1,1,122584,1571123],\ +[1,0,0,-5138321,12423121665],\ +[0,0,1,-436854,111142125],\ +[1,-1,0,-1354437,-2621785131],\ +[1,-1,0,5220,-47844],\ +[1,-1,1,-363785,85108745],\ +[1,0,1,59614,-402676],\ +[0,0,0,-1236,17593],\ +[0,0,1,-307830,65746530],\ +[1,0,1,-17847621,29021506696],\ +[1,-1,0,-5787,202905],\ +[0,0,1,-24935160,47925466893],\ +[1,0,1,367862161,4820781224162],\ +[1,-1,0,-28053,804087],\ +[0,0,0,26196,4607881],\ +[0,0,0,8304,-107228],\ +[0,0,1,2706,34182],\ +[1,-1,0,-23814,63027720],\ +[0,0,0,-35895,2672206],\ +[0,0,1,-392850,139981628],\ +[0,0,0,-4854000,4116602500],\ +[0,0,0,-597441,177538273],\ +[1,-1,1,-229658,-4685479],\ +[0,0,1,2796,-81180],\ +[1,-1,1,8770,-27793267],\ +[1,-1,1,-68789273,223399730297],\ +[0,0,0,-10785,428209],\ +[1,-1,0,-1203759,508644765],\ +[1,0,1,19470,-315940],\ +[1,-1,1,2155,-280915],\ +[1,-1,0,-26676,625536],\ +[0,0,1,-133914,16464195],\ +[1,-1,1,3235,-48931],\ +[1,0,0,-34740,2515600],\ +[0,0,1,-16830,840377],\ +[1,-1,0,-7110,-23454],\ +[0,0,1,-693462,224302365],\ +[1,-1,1,-10136174,12423661949],\ +[0,0,0,-6551060223,275049018692422],\ +[1,-1,0,-221189925,1266237270861],\ +[1,-1,0,-17038293183,856030828106637],\ +[0,0,0,-82047,9052486],\ +[1,0,1,-71143,4930556],\ +[1,-1,1,-1197887,504927911],\ +[0,0,1,-56312922,162652299642],\ +[0,0,1,-14742,648830],\ +[1,0,1,-10764,433936],\ +[1,0,0,-32940,2297592],\ +[0,0,0,-1900173,1161816253],\ +[1,-1,1,-136805,84495197],\ +[1,0,1,-83271,10414330],\ +[1,-1,0,-2996316,-983970342],\ +[0,0,1,24828,446670],\ +[0,0,1,-5394,233982],\ +[0,1,1,2415,85431],\ +[1,-1,0,-1773,27747],\ +[1,-1,1,-45896,3795923],\ +[1,-1,1,-599252,186838751],\ +[1,-1,1,10606,45137],\ +[1,0,1,-47204,3945026],\ +[1,-1,0,-20852757,36656864469],\ +[1,0,1,-211742216,-1438739662534],\ +[1,0,1,-93414066,347502034066],\ +[1,-1,1,-59244989,175534380677],\ +[0,0,1,-90696,10507554],\ +[1,-1,1,-28401188,58379562911],\ +[0,0,0,-624,-1709399],\ +[0,0,0,-2997,63261],\ +[0,0,1,-1059870,419978718],\ +[1,0,0,-41343,381529],\ +[0,0,1,-8760,308295],\ +[1,-1,1,328963,-152266939],\ +[0,0,1,-3129312216,67378623434289],\ +[0,0,0,567,-11583],\ +[1,-1,0,-222966,40579218],\ +[0,0,1,-3972,444195],\ +[0,0,1,-2254098,1302588693],\ +[0,0,0,104208,16324324],\ +[0,1,1,-5827845,-5417103651],\ +[0,0,0,-78645,8492533],\ +[1,-1,1,-1985,438905],\ +[1,-1,1,-199211,45343739],\ +[1,0,0,-5383104,4937793472],\ +[1,-1,0,-3420333,2435655717],\ +[1,-1,1,-11255,669647],\ +[0,1,1,-5592981,5087156556],\ +[1,0,0,-1935221,1556376865],\ +[1,-1,1,367420,596451647],\ +[0,1,1,-5419,151760],\ +[1,0,1,-2344347,1382492558],\ +[1,-1,0,-7821,271971],\ +[1,-1,1,-33554930,74827987697],\ +[1,-1,1,543168445,-34490128517053],\ +[0,0,1,-70140,7150059],\ +[1,-1,1,-920705,339858065],\ +[1,-1,1,-19217264,30147145427],\ +[1,-1,1,17095,1132697],\ +[1,-1,0,5958,98766],\ +[1,-1,0,-63117,-10232109],\ +[1,-1,1,-8096846,8869944413],\ +[1,-1,1,-3781049,-2820803623],\ +[1,-1,0,-21168,-74088],\ +[1,-1,0,45477,3830247],\ +[0,0,1,-1524,12960],\ +[0,0,0,-19677,871621],\ +[1,-1,0,-49992,4263416],\ +[0,0,1,1320,46413],\ +[1,-1,0,-333492,81942416],\ +[0,1,1,-78283,8319170],\ +[1,-1,0,-80367,8789291],\ +[0,0,0,-103164528,-355723414652],\ +[1,-1,0,106263,153873],\ +[1,-1,0,-140139,21319173],\ +[1,0,0,-32523,1910105],\ +[1,-1,0,91746,-9275472],\ +[0,0,1,-42438,-3842091],\ +[1,-1,0,-13689,20830095],\ +[1,-1,0,-19791,-245349],\ +[1,-1,0,-2781837,1786637817],\ +[0,0,1,-238728,49060233],\ +[0,1,1,1223,-3040],\ +[1,-1,0,-151983,22844187],\ +[0,0,1,2058,-942993],\ +[0,0,1,-941772,351939717],\ +[1,-1,0,-2529,49203],\ +[1,-1,1,-170512439,859765011599],\ +[0,1,1,-16207,789367],\ +[0,0,1,-36110550,83521689048],\ +[1,-1,1,3625915,8412619709],\ +[1,-1,1,-25394,71664689],\ +[0,0,0,-14136519,-23405380994],\ +[1,-1,1,-301055,60998447],\ +[0,1,1,-4567,13020],\ +[0,0,0,-112080,14442433],\ +[0,0,0,-133077,19026421],\ +[1,0,0,-30003,2339065],\ +[0,1,0,-1158892,480051236],\ +[1,-1,0,54279,42093],\ +[1,-1,1,-1721192,869626091],\ +[1,-1,0,45189,-2041659],\ +[1,-1,0,-34839,2505573],\ +[0,0,1,-1542,68355],\ +[0,1,1,183,57],\ +[0,0,0,13497,5039998],\ +[1,-1,0,275247,56824173],\ +[0,0,0,-2532,59281],\ +[0,0,0,-75999,3161734],\ +[1,-1,0,-8343405,9664676901],\ +[1,0,1,-23007,517642],\ +[1,-1,1,-29921,2000369],\ +[1,-1,1,-2057,35489],\ +[1,-1,1,5701,-850453],\ +[1,-1,1,-24096857,45535169081],\ +[1,-1,0,-390294,93904308],\ +[1,-1,1,-257,7481],\ +[1,-1,1,-207122,101122769],\ +[0,0,1,7890,384534],\ +[0,0,0,-93936,11078233],\ +[0,0,1,-28311456,57981763584],\ +[1,-1,0,-238363155,1416527702325],\ +[1,-1,1,-116780,4074671],\ +[1,-1,0,2007,-274707],\ +[0,0,1,-349536,79530363],\ +[1,-1,1,-54320,4886939],\ +[0,0,1,-2676,202923],\ +[0,0,1,0,2639000],\ +[1,-1,0,-124416,1720009728],\ +[1,-1,1,3766,1573769],\ +[0,0,0,-3558225,2583439297],\ +[1,0,1,-1350043,607824806],\ +[1,-1,1,-23924,1461719],\ +[0,0,1,0,7310],\ +[0,0,0,51720,3375097],\ +[1,-1,1,-1337,199361],\ +[1,-1,1,-394754,17314743809],\ +[1,-1,1,769,65279],\ +[0,0,0,-8976,327652],\ +[1,-1,0,-13259457,18587209293],\ +[1,-1,1,-30143210,63706497833],\ +[0,0,1,-12198,1106028],\ +[1,-1,1,-68180,-8926153],\ +[1,0,0,-113021,-3741399],\ +[0,0,0,-283080,43758052],\ +[1,-1,0,-56016,8146116],\ +[0,0,1,-158088,24254118],\ +[0,0,1,-4188180,3299022702],\ +[1,0,1,-8796390,18868376632],\ +[0,0,1,-123096,16624404],\ +[0,1,1,-746335,-248421986],\ +[0,0,1,-67980,1441233],\ +[1,-1,1,-5849852,5447309879],\ +[1,-1,1,-656903525,6639515178653],\ +[1,-1,0,-1635,38861],\ +[1,0,1,-13054,742206],\ +[1,-1,1,-173207,-27672569],\ +[1,-1,1,-206609,8115329],\ +[1,-1,1,36551650,35776521389],\ +[0,0,1,1536,63225],\ +[1,-1,1,-18879161,31557417689],\ +[1,-1,1,1483,21709],\ +[1,-1,0,-14283,-915813],\ +[0,0,0,-1328808,-665213852],\ +[1,-1,1,-163571,31844819],\ +[0,1,1,445,12209],\ +[1,0,1,-830,-56240],\ +[1,0,0,-3726,132956],\ +[1,0,1,-30966,2094744],\ +[1,0,0,-2987790,1982212100],\ +[1,-1,0,-67755,6820101],\ +[0,0,0,77236089,165705813146302],\ +[0,1,0,-862,-19591],\ +[0,1,0,-6662,207441],\ +[1,0,0,-3475,78625],\ +[1,-1,0,-12906,-1079784],\ +[1,-1,1,14203,-1280131],\ +[1,0,1,-29703,1976506],\ +[0,1,1,113,755],\ +[1,0,0,-7072,228416],\ +[0,1,1,1635,-8881],\ +[1,-1,1,8392,-505069],\ +[1,0,0,197,1361],\ +[0,1,1,-319925,69540229],\ +[1,0,1,106697,7454506],\ +[1,-1,1,2041,43967],\ +[1,0,1,-2720,74350],\ +[1,0,1,1702,-13822],\ +[1,0,1,-483,-10382],\ +[1,-1,1,12445,566947],\ +[1,-1,0,-13617,953541],\ +[1,-1,0,-80052,8737680],\ +[1,-1,1,2332,-43513],\ +[1,-1,1,-14870,166181],\ +[1,-1,1,-344,2627],\ +[1,-1,0,-762,8270],\ +[0,0,0,-8664,572836],\ +[1,0,1,-26976,1702698],\ +[0,0,1,-293250,61125156],\ +[0,1,0,116,3364],\ +[1,-1,0,-175604805,895723551045],\ +[1,0,1,-12334,1318052],\ +[1,-1,0,-14625,745011],\ +[0,1,0,-3278277,2283541316],\ +[0,0,1,-40435500,98967440781],\ +[1,-1,0,192,-318],\ +[0,0,1,-3409146030,76615478867448],\ +[1,0,0,753906,1057855492],\ +[1,0,1,-10005,387472],\ +[1,0,0,1840,-198400],\ +[1,0,1,-7779,277152],\ +[0,0,0,0,841],\ +[1,0,0,-741134,245680132],\ +[1,0,1,-31585,2115820],\ +[1,-1,0,3519,-49869],\ +[1,0,1,-304440,-63819258],\ +[0,1,0,-2141,287295],\ +[1,-1,0,42834,1148948],\ +[1,-1,1,-103655,-10860641],\ +[1,-1,1,-27785,9631369],\ +[0,1,1,-6381,222581],\ +[1,0,1,-39952,3070278],\ +[1,-1,1,-832136,295111883],\ +[1,-1,0,-1188099,498753405],\ +[0,1,1,225,12656],\ +[1,0,1,-99842,12160288],\ +[1,-1,0,-3882696,2945719268],\ +[1,0,1,-6738,314788],\ +[0,0,1,-6078,1035279],\ +[0,1,1,-225,12656],\ +[1,0,1,-736,-4244],\ +[1,0,0,-5611,-275959],\ +[1,-1,0,-85227,9597995],\ +[0,0,0,58875,1538125],\ +[0,0,0,-744783,247395382],\ +[1,-1,1,-9515,-351469],\ +[1,-1,0,-3838038,2893037588],\ +[1,-1,1,-70970,7099769],\ +[0,1,0,-116,3364],\ +[1,0,1,186323,61513768],\ +[1,-1,1,1735,30809],\ +[1,-1,0,-9653940,11547707760],\ +[1,0,1,-1562,23618],\ +[1,0,1,-54097449,-153218795828],\ +[1,-1,0,-15339,621573],\ +[1,-1,1,43540036,113269842559],\ +[1,0,0,-1198325,496430625],\ +[1,0,1,-3743,134056],\ +[1,-1,0,-215271,38497653],\ +[1,-1,0,-1887,50733],\ +[1,-1,0,-38997,7132725],\ +[1,0,0,-316,2640],\ +[0,1,0,-1332,18404],\ +[1,0,0,-33013,2306017],\ +[0,0,0,-112047,-2113514],\ +[1,-1,1,-563864,163164827],\ +[1,-1,0,-9222,343044],\ +[1,-1,1,-3080,51275],\ +[1,0,1,2231,-61004],\ +[1,0,0,-530013,-188899983],\ +[0,0,1,-396,909],\ +[0,1,1,-939583,350237692],\ +[0,1,1,193,9312],\ +[1,-1,1,-18542,-399491],\ +[1,0,0,-16899,5861177],\ +[1,-1,0,1209,13581],\ +[0,1,0,-22332,1276164],\ +[1,0,0,-1859,-16959],\ +[1,0,0,-110520495,139122574137],\ +[1,0,1,-10001,384292],\ +[1,0,1,261,866],\ +[0,1,0,-1661,-12481],\ +[1,0,1,4531,410176],\ +[1,0,0,-48143516,128571038800],\ +[0,1,1,-106793,13619375],\ +[0,1,1,-119,929],\ +[1,-1,0,-11338542,14667774516],\ +[1,0,1,-1434,21436],\ +[0,0,1,-2034,35307],\ +[1,0,0,-16433,987049],\ +[1,0,1,-831803,291928006],\ +[0,0,0,-41799,48594814],\ +[1,-1,1,-16250180,25217897447],\ +[0,0,1,-540,8903],\ +[1,0,0,-206,42436],\ +[1,0,1,-450238,127431406],\ +[0,1,1,-455,13109],\ +[0,0,0,-6181164,5914978641],\ +[0,0,1,6072,1015029],\ +[0,0,1,-14760,-257956],\ +[1,0,0,3617,51545],\ +[1,0,0,-488,-22272],\ +[1,0,1,545741,83082446],\ +[1,0,0,-5004,142992],\ +[1,0,0,-547038,163825092],\ +[0,0,1,510,6453],\ +[0,1,1,-20549,1126955],\ +[1,-1,1,-605,6629],\ +[0,0,0,-1557,23581],\ +[1,-1,0,-850842,302578740],\ +[0,1,1,-70515,7227056],\ +[1,-1,0,51507,-2041983],\ +[1,-1,1,-482168,-181553669],\ +[1,-1,0,453,813],\ +[1,0,1,-362951,84132298],\ +[1,-1,1,-14717,-2899259],\ +[1,-1,0,-744,62000],\ +[0,0,0,-423660,106656721],\ +[1,-1,0,971535,67856925],\ +[0,0,1,-82614,9147087],\ +[1,-1,1,-1253,23837],\ +[0,1,0,-964,4644],\ +[1,-1,1,-140873756,644446869599],\ +[0,0,0,-6360,-5784764],\ +[1,-1,1,2581339,4216129373],\ +[1,0,0,-21285,-555903],\ +[1,0,1,12420,-2528],\ +[1,0,1,-261,2962],\ +[1,0,0,-259820,50953400],\ +[1,-1,1,-381326,-813580387],\ +[0,0,0,-60183,4967118],\ +[0,0,0,-8343,322542],\ +[1,0,0,1047,42841],\ +[0,0,0,-136647,19418814],\ +[0,0,0,-7992,165924],\ +[0,1,0,1419,-9225],\ +[1,-1,0,-8768076,9995543216],\ +[1,-1,0,-10005,387675],\ +[0,0,0,-34668,2484513],\ +[1,0,1,-22932,1319058],\ +[0,1,1,-1700051,861578230],\ +[1,-1,1,-2297,21521],\ +[1,0,0,-4762138,-4627550108],\ +[0,1,0,-14517,665036],\ +[0,1,0,-642716,-50909916],\ +[1,0,1,954,16706],\ +[1,0,0,-33503,2357593],\ +[1,0,1,-12192,254092],\ +[1,0,1,-667483,209736806],\ +[1,0,1,-828,9506],\ +[1,0,0,-84506955,304395591025],\ +[1,0,0,-59888,475392],\ +[1,0,1,-1102856,445693782],\ +[1,0,1,-181,32580],\ +[1,-1,0,-13242921,18552451661],\ +[1,0,0,-16730241,26292736521],\ +[1,-1,1,-24179,-1502701],\ +[1,0,1,-319598,132540256],\ +[1,0,0,-259652,52031504],\ +[1,0,0,-86102451,-305712069319],\ +[0,1,1,16377,-774844],\ +[1,-1,1,-1551731,-607461037],\ +[1,-1,1,-56075,5125979],\ +[1,-1,0,2523,-665407],\ +[1,0,1,-2338,2156],\ +[0,1,1,-28555,-1272244],\ +[1,0,0,-6773611,6511547185],\ +[0,1,0,-237,3599],\ +[0,1,1,-1583,30994],\ +[0,1,1,-423,3270],\ +[1,-1,1,-1132289,464028689],\ +[1,-1,0,-193863,3418173],\ +[0,0,0,-54615,-1360658],\ +[1,0,0,-4857527316,130285770078096],\ +[1,-1,0,-1519056,721003248],\ +[1,-1,0,-40256028,30291348222],\ +[0,0,1,-8409000,-6238773594],\ +[1,-1,0,-2561259,4475435013],\ +[0,1,1,-11055,443631],\ +[0,1,0,-4330,108225],\ +[1,0,0,-97263,8442017],\ +[0,0,1,-66192,6554757],\ +[1,0,1,-81933,9038056],\ +[0,0,1,-3521688,2543750019],\ +[0,0,1,-387942,-95908695],\ +[1,0,1,7630,40340],\ +[1,-1,1,-6425,243641],\ +[1,0,0,287,3017],\ +[0,1,1,-791905,-271503191],\ +[1,0,1,-399351,97104698],\ +[0,1,1,4573,-694728],\ +[0,0,1,-21378,1036233],\ +[1,0,1,-4201,101948],\ +[1,0,1,-165048,25794678],\ +[0,1,0,-5293,147247],\ +[1,0,0,2008,78336],\ +[1,0,1,-5119,142332],\ +[0,0,1,-60888,5684868],\ +[1,-1,1,-569180,165388447],\ +[0,1,1,-1241,16496],\ +[1,-1,1,-470024,124147787],\ +[0,1,1,-15655,120184],\ +[1,0,1,703299,244358680],\ +[1,-1,0,-1917,33141],\ +[1,-1,1,-13055,881447],\ +[1,-1,0,-163242,17288916],\ +[1,-1,1,-2364305,1399837697],\ +[1,-1,0,-449367,30976541],\ +[0,1,1,191,85],\ +[1,-1,0,-7776,6723648],\ +[1,-1,1,-492104,111860299],\ +[1,-1,1,-656780,205033871],\ +[1,0,0,288,82944],\ +[1,-1,1,-8405,261485],\ +[1,-1,0,7776,6713280],\ +[1,0,1,411051,71069872],\ +[0,1,0,-2697,26776],\ +[1,-1,0,-19047,1015329],\ +[1,-1,0,-360141,83162411],\ +[1,0,1,-45606,3858190],\ +[1,-1,0,-75642,-6984460],\ +[1,0,0,-288,82944],\ +[0,1,1,16223,-2671220],\ +[1,0,1,-6581,-3161536],\ +[1,0,1,-2839,57972],\ +[0,1,0,-70876,7284004],\ +[0,0,1,-3078,65873],\ +[1,-1,0,-15451662,23382054900],\ +[0,1,1,-34265,-2435444],\ +[1,0,1,-797,8598],\ +[1,0,1,-17186,865900],\ +[0,0,1,12102,944028],\ +[1,-1,0,-1767,29241],\ +[1,0,1,-1420956,651838410],\ +[1,0,0,-933,10945],\ +[0,1,1,-1496211,703930745],\ +[1,0,0,4094,334020],\ +[1,0,0,-161346,20507076],\ +[0,0,1,739692,94175399],\ +[1,-1,0,-328281,72478493],\ +[0,0,1,648,-12373],\ +[0,1,1,-16111,787726],\ +[0,0,1,-936522,410979845],\ +[1,0,1,-204508,35557306],\ +[1,0,0,-10037,384609],\ +[1,-1,1,-1577,36329],\ +[0,1,1,-673,8617],\ +[1,-1,0,-619992,188052516],\ +[1,-1,0,-126,1848],\ +[1,-1,0,-519462,144242388],\ +[1,-1,1,-5240,-14566661],\ +[1,0,1,-39722,-198036232],\ +[1,-1,0,-326079,71988885],\ +[0,0,1,-2751024,1764342000],\ +[0,0,1,-115320,15073254],\ +[1,-1,1,595,-5803],\ +[1,-1,0,61407,474093],\ +[0,1,0,-10342,-411751],\ +[0,1,1,-447,-7118],\ +[1,0,1,532049,-275012702],\ +[1,0,1,504,9694],\ +[0,1,0,-28958,1081713],\ +[1,-1,0,-629949051,6085797417153],\ +[1,0,1,2736,48062],\ +[1,-1,0,-3558,82572],\ +[1,-1,0,-432,3342],\ +[1,-1,0,-7398,-1721088],\ +[1,0,0,6918,22284],\ +[1,0,1,-1273,17328],\ +[0,0,0,-3564,-112671],\ +[1,0,1,-4550326,3735327048],\ +[0,1,0,-568861,211799135],\ +[1,0,1,-2104132,478035992],\ +[1,-1,1,65083,-12485059],\ +[0,0,0,-35316,2554497],\ +[1,-1,0,-309435,66475925],\ +[1,0,1,-661,5916],\ +[1,0,0,-96073,-24372967],\ +[0,1,1,-437795,111348881],\ +[0,1,0,-2149,37828],\ +[1,0,0,-36677,2700481],\ +[0,1,1,-4442975,3603322906],\ +[1,0,0,-87054,-1149948],\ +[1,0,0,-5132814,-4476324348],\ +[0,0,0,-1521,22753],\ +[1,0,1,-811550,281348472],\ +[1,0,1,-2237,-33828],\ +[1,0,1,-6394,196246],\ +[0,1,1,-1855,215759],\ +[1,-1,0,-2245806423,40964960963043],\ +[1,0,0,-4680,122752],\ +[1,-1,1,207220,-66734449],\ +[0,1,1,-903,11478],\ +[1,0,1,-6020616,6774388054],\ +[1,0,1,-28029,1809052],\ +[1,-1,0,-1383,28557],\ +[1,-1,1,1231,14177],\ +[0,0,0,-99912,19700809],\ +[1,0,1,105821,-6221314],\ +[0,0,0,-10235505,-12707120207],\ +[1,0,0,1895,20025],\ +[1,0,1,-1113736,452306134],\ +[0,0,0,873,-14354],\ +[0,0,1,-6468,200214],\ +[1,-1,0,333909,-433058679],\ +[1,0,1,-255720,49751710],\ +[0,1,1,-4169451,3275541480],\ +[1,-1,0,-378,16128],\ +[0,0,1,-948738,355670334],\ +[1,-1,1,3481840,-6424728589],\ +[1,-1,1,376,15499],\ +[0,1,0,-2550,52073],\ +[0,0,0,-3303,73342],\ +[1,-1,0,-1134,143640],\ +[1,0,1,-29377,17669348],\ +[0,1,0,2332,45284],\ +[1,0,0,-14700627,21728031929],\ +[1,-1,1,-316805,-39164803],\ +[0,1,1,1168951,21347985865],\ +[0,1,1,-4629493,3832423292],\ +[0,1,0,978,-3871],\ +[1,-1,1,-49846604,135469977167],\ +[1,-1,1,-377789,330661757],\ +[1,-1,1,774742,-303597079],\ +[1,-1,0,1134,142128],\ +[1,-1,1,-1784,2939],\ +[0,1,1,-1981,33381],\ +[1,-1,0,-47592,4008138],\ +[1,-1,0,-10518,417828],\ +[1,0,1,2161,-13174],\ +[1,0,1,-115752,15239798],\ +[0,0,1,-46596,-3002427],\ +[1,-1,0,-10572534,13554675540],\ +[1,-1,1,-440,3443],\ +[1,0,0,-42,1764],\ +[1,0,0,6930,79812],\ +[0,0,1,-51702,4521327],\ +[1,0,0,-287052,59171624],\ +[1,0,0,-14707147,21707821681],\ +[1,0,0,-974256,-360679680],\ +[0,0,0,-84390312,297393746884],\ +[0,0,1,0,28137720],\ +[1,0,1,1283,118],\ +[1,-1,0,-23601,1401453],\ +[0,0,1,-20328,934233],\ +[1,-1,0,-7200,189270],\ +[0,1,0,-21269,1186839],\ +[0,0,1,-852,-5940],\ +[1,-1,0,-6837,168029],\ +[0,0,1,2598,30852],\ +[1,-1,0,38763,6303285],\ +[1,0,0,-102481,12518185],\ +[0,0,0,1368,4356],\ +[1,-1,1,-4160,115291],\ +[1,0,1,-1429840,891843102],\ +[1,0,0,978,-1844],\ +[0,0,1,-3078,83828],\ +[0,0,1,-44814,-3363255],\ +[0,1,0,795,-8172],\ +[0,1,0,3092,83588],\ +[0,0,0,13344,-118350983],\ +[1,0,0,-8288,289728],\ +[0,1,1,-1925,-70219],\ +[1,-1,1,216175,-289000447],\ +[0,1,0,-2733,54063],\ +[1,0,0,810,-10908],\ +[1,0,0,-53313,4771017],\ +[1,-1,0,378,15624],\ +[0,0,1,-749154,248966550],\ +[0,1,1,-83451,12579996],\ +[1,-1,1,-52590236,146813417183],\ +[1,0,1,14813,-491978],\ +[1,0,1,-13305,-598880],\ +[1,0,1,-122933,16903056],\ +[1,0,1,-2021,34796],\ +[0,1,1,-101393,12558545],\ +[0,1,1,-1745,28124],\ +[1,0,0,129062,23265636],\ +[0,0,1,145176,-6558768],\ +[1,-1,0,-262932,55189200],\ +[1,0,0,-5538,41292],\ +[1,0,1,7304593,-8349922078],\ +[1,-1,0,2988,9270],\ +[0,0,0,-1848,34372],\ +[0,0,0,18672,129508],\ +[0,0,0,-43791,-3569738],\ +[1,0,1,87587,243738],\ +[1,0,1,-325722,-72487668],\ +[1,0,1,-20496,1127680],\ +[1,0,1,-940,11062],\ +[0,1,1,-1133,14301],\ +[1,0,1,1426,1416],\ +[1,0,0,1487,87017],\ +[1,-1,0,-3669,-7075],\ +[1,-1,1,-3599978,2703058601],\ +[1,0,1,-2595826,1605060548],\ +[1,0,0,-6888,219520],\ +[0,1,0,-13845,617975],\ +[1,0,1,-702822,226082528],\ +[1,-1,0,-180,3720],\ +[0,0,0,-31464,2148004],\ +[1,-1,1,-128,1891],\ +[0,0,0,51000,-13677500],\ +[0,1,1,-289,1945],\ +[1,-1,0,-3750,1565000],\ +[0,1,1,-2389139,919852055],\ +[1,0,0,-252763088,-1553524389632],\ +[1,0,1,-838,15938],\ +[0,1,0,195,100],\ +[1,-1,1,178,3421],\ +[1,-1,0,-4973731398,135013005515412],\ +[0,0,1,-41250,-4080537],\ +[1,-1,1,-23783,1417631],\ +[1,-1,0,1868376,-363776320],\ +[1,0,1,-167991543,-2923754195142],\ +[1,-1,1,-3215039,2219651687],\ +[1,0,1,280774,214170860],\ +[1,-1,1,-302476838,4504945945781],\ +[1,0,0,-34763,2492017],\ +[1,0,1,-349951,79651298],\ +[1,-1,0,-20256102921,1109644686890253],\ +[1,-1,1,-40076825,97689062009],\ +[1,-1,1,-1522049,723729809],\ +[1,-1,1,-2250670931,-41097476149261],\ +[0,0,0,-6687,223366],\ +[1,0,1,139,-1554],\ +[1,0,1,485,3842],\ +[0,0,1,-1784208,917310474],\ +[1,0,1,-28446,1844112],\ +[1,0,1,-177629860170,28815214138982460],\ +[0,0,0,4257,-6458],\ +[1,0,0,-64087,6238761],\ +[1,0,0,423049,-24911319],\ +[1,0,0,-742417,255717609],\ +[1,-1,1,-4759124,3997310519],\ +[1,-1,1,-11416838,14854405781],\ +[0,0,0,-375,4462],\ +[0,0,0,-972552,369156004],\ +[1,0,0,-29855511,-62798240015],\ +[1,-1,0,-10194,398700],\ +[1,0,1,-445,390],\ +[1,0,0,-227917,-51628911],\ +[1,0,0,-8363,293673],\ +[0,1,0,12292,-3476412],\ +[0,1,1,-173313471,878148623260],\ +[1,0,1,-1553627,-748744018],\ +[0,1,1,-2561,-95304],\ +[0,0,0,345,2782],\ +[1,0,0,-5327,204281],\ +[1,-1,0,-20450079,35241103053],\ +[0,0,0,-18615,977614],\ +[0,1,0,-2041852,1123091844],\ +[1,0,1,-133066799,824292197282],\ +[1,-1,0,-3267,-2186757],\ +[0,0,0,38073,-2770754],\ +[1,-1,0,607836,-1990157680],\ +[1,0,0,566,5412],\ +[1,0,0,60,3600],\ +[0,0,1,-39930,-4344717],\ +[0,0,0,-135,-100386],\ +[1,0,1,-91015,10560002],\ +[0,0,0,-110103,14170702],\ +[0,0,0,48363,-3022859],\ +[0,1,0,-172,-12924],\ +[1,-1,1,-521528,-154121029],\ +[1,0,1,-9235,-671698],\ +[1,0,0,49729,-267041639],\ +[0,1,0,-12333,572463],\ +[1,0,1,-385051,91933598],\ +[0,0,1,-37812,3362040],\ +[0,1,1,-7185,164864],\ +[0,1,1,-87281,-38070675],\ +[0,1,1,-7891,264865],\ +[0,1,0,-1356,-4220],\ +[0,1,0,17747,-2312785],\ +[0,1,1,-671,112560],\ +[0,1,0,-21653,1219191],\ +[1,-1,1,1261627,313835581],\ +[0,1,0,492,388],\ +[1,-1,0,-230205,42570705],\ +[1,-1,1,-117032,15126131],\ +[1,-1,0,-682899,231193205],\ +[0,0,1,-954,10767],\ +[0,1,1,228045,7492359],\ +[1,0,0,-21196,593040],\ +[1,-1,1,-613544,185318507],\ +[1,-1,1,-14147,-2981629],\ +[1,-1,0,-4767426,4007774268],\ +[1,-1,1,-24977,-1382399],\ +[1,0,1,810604,433428626],\ +[1,0,1,-56450193189,5162329117626512],\ +[1,-1,1,9871,1167137],\ +[1,0,0,130038,-42481116],\ +[1,0,1,-425492,156108818],\ +[1,0,1,-56450186774,5162330349587496],\ +[1,-1,0,-219375,39603285],\ +[1,0,0,6539,-712415],\ +[1,0,0,-3636403,2668743393],\ +[1,0,1,-629956,-1359179326],\ +[1,0,1,-327,2798],\ +[0,1,0,-389,2188],\ +[1,0,1,-2657621,1616672036],\ +[1,-1,1,-32693,2286221],\ +[1,-1,1,-152483,28120931],\ +[0,1,1,-5175,176104],\ +[0,1,1,-123,991],\ +[1,0,1,-222048,42839678],\ +[1,-1,0,3414,-49564],\ +[1,-1,0,-22941,1343133],\ +[1,-1,1,-7283,194131],\ +[1,-1,1,-710,7421],\ +[0,0,1,-108840,13820724],\ +[1,-1,0,-14348538,20856646638],\ +[1,-1,1,-2927,-45449],\ +[1,-1,0,125031,8463725],\ +[0,0,1,-35904,-5145525],\ +[1,-1,0,-20169,1106925],\ +[1,-1,0,-930168,-322590168],\ +[1,0,1,-751,-14938],\ +[1,-1,0,-14724,684030],\ +[0,1,0,-56709,3954663],\ +[1,-1,0,266319,29177361],\ +[1,0,1,184,316],\ +[1,-1,0,-8277,382517],\ +[1,0,0,20530,-422927100],\ +[0,0,1,-3966060,-4763976723],\ +[1,0,1,-616,3450],\ +[0,0,0,-14640,695812],\ +[1,0,0,-19018,858404],\ +[1,-1,1,646,2737],\ +[1,0,1,-2005896,1106028502],\ +[1,-1,0,-96612,11583792],\ +[0,0,0,-33231,-5673098],\ +[0,1,0,-1125,14148],\ +[0,1,0,2507,-3785],\ +[1,0,0,272,960],\ +[1,0,0,-17436,181520],\ +[0,1,1,-21893,1239557],\ +[1,0,0,939,-2015],\ +[0,1,0,-8294821,9194280455],\ +[0,0,0,-84495,10995766],\ +[1,0,1,399,-2534],\ +[1,0,0,-1230,16452],\ +[0,1,0,2067,-32337],\ +[1,0,0,-22309456061,-107387160329615],\ +[1,-1,1,-13274483,18618810707],\ +[1,0,1,-23492,1873262],\ +[1,-1,0,-798,10682],\ +[1,0,1,-603650,-178822078],\ +[1,-1,1,-361787603,2648765218331],\ +[1,-1,1,-11828,498071],\ +[0,0,0,-87600,15397252],\ +[1,0,1,5901,46446],\ +[1,-1,1,-628493,201854261],\ +[1,-1,1,-168908,23928527],\ +[1,0,1,-260451,-51248294],\ +[0,1,1,8461,297854],\ +[0,1,0,-32422,1973849],\ +[0,1,0,2556,-53596],\ +[1,-1,1,-1163,-18589],\ +[1,-1,1,-7244780,11005049711],\ +[1,-1,0,222,5328],\ +[1,0,1,-12738,633156],\ +[1,-1,0,-15864,853748],\ +[1,-1,0,-702,7302],\ +[1,0,1,-4656,127176],\ +[1,-1,1,723595,-221944435],\ +[1,0,1,-12303662,16610099808],\ +[1,0,0,-7693,259385],\ +[1,0,1,1297,-178494],\ +[1,0,1,161,-24914],\ +[1,0,1,2699,-93736],\ +[0,1,1,-21989,1247735],\ +[1,-1,1,11362,68717],\ +[0,0,1,-990,11469],\ +[1,0,1,437,-30662],\ +[1,-1,0,53982,5589972],\ +[1,-1,0,-11139,455295],\ +[1,-1,1,1609,26063],\ +[1,-1,1,-51755,12401147],\ +[0,1,1,9907528115,-360102370306811],\ +[0,1,0,-941,55695],\ +[0,0,1,-5466054,4917787542],\ +[1,-1,1,-224,5699],\ +[0,0,0,-18543,763702],\ +[0,1,0,-12780,-170972],\ +[0,1,0,-22037,1251831],\ +[1,0,1,-453,5048],\ +[1,0,1,24499,289072],\ +[1,-1,0,-1761,44601],\ +[1,-1,1,51325,11212291],\ +[1,0,1,1044,42634],\ +[0,0,1,-1440,20919],\ +[0,0,0,-103008,12724612],\ +[0,0,1,-9612,363440],\ +[1,0,0,-38453,2899105],\ +[1,0,0,-113346,14623740],\ +[1,-1,0,40383,6857541],\ +[1,0,1,-2578,56548],\ +[1,0,0,-8588,305616],\ +[1,-1,0,-52497,12752325],\ +[1,-1,1,-33155,2335235],\ +[1,-1,0,5703,-417171],\ +[1,-1,1,-2088680,1161828947],\ +[1,0,1,-153282,23085168],\ +[0,0,1,1932,-67536],\ +[1,-1,1,8716,-2473],\ +[1,-1,1,-6212,187111],\ +[1,-1,1,-99767,-12045041],\ +[1,0,1,-4709,461656],\ +[1,-1,0,36259452,26726612688],\ +[1,-1,0,-37599,-2462095],\ +[1,0,0,1507417,2649126729],\ +[1,0,1,41876,-11669078],\ +[1,-1,0,-12357,564003],\ +[1,-1,1,-205472,64149571],\ +[0,1,0,382935,-205320600],\ +[0,0,1,-1350,20324],\ +[0,0,1,870,-396],\ +[0,1,0,7404,220580],\ +[1,-1,0,-690,8306],\ +[1,0,0,-14253,626193],\ +[0,1,0,2947,541695],\ +[0,1,0,1201335,-918382112],\ +[1,-1,0,1124751,123403805],\ +[0,1,0,-497780,-151851900],\ +[1,0,0,-35943644,-82940917488],\ +[1,-1,0,-1323558,586457658],\ +[1,-1,0,246741,23819013],\ +[1,0,1,-86608,9593118],\ +[1,-1,1,-258152,155911979],\ +[1,-1,1,-300293,77884157],\ +[1,-1,0,-51,141],\ +[1,-1,0,-141,681],\ +[1,-1,1,-3602,1443601],\ +[1,0,0,-218,1380],\ +[0,1,0,-413,-2081],\ +[1,0,1,-26918,-3087944],\ +[0,1,1,-583,1119],\ +[0,1,0,-157,716],\ +[1,0,1,-251056,48453804],\ +[1,0,0,20,-48],\ +[1,-1,1,-119180,4738447],\ +[0,1,0,-181,-425],\ +[1,0,1,-119,14042],\ +[1,0,1,-236,-3130],\ +[1,0,1,-25,600],\ +[1,0,1,3222,-26244],\ +[0,1,0,-2218,37761],\ +[0,0,1,-42,105],\ +[1,0,0,-138,892],\ +[1,0,1,-1715,27182],\ +[1,-1,1,-815,9143],\ +[1,-1,1,-182,3781],\ +[1,-1,0,-132,618],\ +[0,1,0,-6,9],\ +[1,0,1,-540,2070],\ +[1,-1,0,30,80],\ +[1,-1,1,-785,8641],\ +[0,1,1,5849155,-10742909401],\ +[1,0,0,-330288,73025792],\ +[1,0,1,-151,-1614],\ +[1,0,1,22,-852],\ +[1,0,0,-12,144],\ +[0,1,0,28,196],\ +[1,-1,0,-81492,8974416],\ +[1,0,1,-222,1418],\ +[0,1,0,-1404,15524],\ +[1,0,1,-476,9498],\ +[1,0,1,2,6],\ +[1,0,1,-47,-8],\ +[1,0,1,-124,482],\ +[1,0,1,84,202],\ +[1,0,1,-190,980],\ +[0,1,0,-422,3129],\ +[1,0,0,-1347396,605992976],\ +[0,1,0,-3673,84472],\ +[1,0,1,-30406,2038152],\ +[1,0,1,5651,148966],\ +[1,0,0,-15738,769508],\ +[1,0,1,20336,3316862],\ +[0,1,1,-535,-5194],\ +[1,0,1,-369,3476],\ +[0,1,1,-343,2350],\ +[0,1,0,23,24],\ +[1,-1,0,-3537,81843],\ +[1,-1,1,-4262,108149],\ +[1,-1,1,16,19],\ +[1,0,0,87,217],\ +[0,0,1,0,90],\ +[0,1,1,-321619,90441600],\ +[0,0,0,-69,229],\ +[0,1,1,-63,271],\ +[0,1,1,-394919,95476300],\ +[1,-1,0,-12396,-1140144],\ +[1,0,0,107,-1375],\ +[1,0,0,-1011,12385],\ +[1,-1,0,-192,4224],\ +[0,1,0,54,729],\ +[1,-1,0,-417,3141],\ +[1,-1,0,-30,120],\ +[0,1,1,-4431,5456],\ +[1,0,1,324,3898],\ +[1,-1,0,24,48],\ +[0,1,1,157,1481],\ +[1,0,1,-16374,805112],\ +[0,1,1,-11,30],\ +[1,0,1,-1509,22062],\ +[0,1,1,16211,856569],\ +[0,0,0,0,2401],\ +[1,0,1,-26,48],\ +[1,0,1,-80,190],\ +[0,0,1,0,56],\ +[0,1,1,-73,190],\ +[1,0,0,-481,4041],\ +[0,0,1,72,29],\ +[1,0,1,52,-494],\ +[0,1,0,-1349,18628],\ +[1,-1,1,32059597,4539299987],\ +[1,0,1,6,42],\ +[1,0,1,-1732,27588],\ +[1,0,0,202,420],\ +[0,0,0,723,13429],\ +[1,-1,1,-454528778,3955711147337],\ +[0,1,0,572,-3900],\ +[1,0,0,-2791,56521],\ +[0,1,1,-1,-35],\ +[1,0,1,-1749,27996],\ +[1,0,0,-393,2969],\ +[1,0,1,8,72],\ +[0,0,0,-225,-1727],\ +[0,1,1,-35,89],\ +[1,-1,1,-524,-2033],\ +[0,1,0,3,-44],\ +[1,0,1,-278,1756],\ +[0,1,1,-4891,130040],\ +[1,-1,0,-1092,14166],\ +[0,1,1,-5,6],\ +[1,-1,0,3723,24117],\ +[0,1,0,-733,4063],\ +[1,0,1,-589,5446],\ +[1,-1,1,-164,847],\ +[1,0,0,-39193,2983225],\ +[0,0,1,0,20880],\ +[1,-1,0,-2634,34140],\ +[1,0,0,122,476],\ +[0,1,0,-46,529],\ +[0,0,1,-6852,218310],\ +[0,1,1,239,295],\ +[1,0,1,-1338,18156],\ +[0,1,0,-138,577],\ +[1,0,0,55,-1063],\ +[1,0,1,-644,-6504],\ +[1,0,0,-18,324],\ +[0,1,0,-548,4740],\ +[1,-1,1,-380,2647],\ +[0,0,1,-282,1812],\ +[1,0,1,-21,34],\ +[0,1,0,-14373,-2522745],\ +[0,0,0,147,373],\ +[1,0,1,-488,5788],\ +[1,0,1,-2966,-107656],\ +[0,0,0,-297,2889],\ +[1,0,1,-4986,136620],\ +[1,0,1,-64877,6355272],\ +[1,-1,0,-303,2157],\ +[1,0,0,-107,369],\ +[1,-1,0,-102,-618],\ +[1,0,0,-14456,-470464],\ +[1,-1,0,3,-1675],\ +[1,-1,1,-5699,102979],\ +[0,1,0,51,143],\ +[1,0,1,-951,-9202],\ +[1,0,0,132084,58784400],\ +[0,1,0,-170,393],\ +[1,0,1,4096,-21598],\ +[0,0,1,18,-538],\ +[1,-1,1,-1115,14603],\ +[1,0,1,-56,174],\ +[1,-1,1,34,-187],\ +[1,0,1,-608,5806],\ +[0,1,0,-1077,13239],\ +[0,0,1,-1369602,-619325440],\ +[1,0,1,124,498],\ +[1,0,1,-1511,22466],\ +[1,0,1,-992,12018],\ +[1,-1,0,-78,282],\ +[1,-1,1,-920,10963],\ +[1,0,1,-3701,-66202],\ +[1,0,0,-4695710,3916156100],\ +[1,0,1,-14873,4543228],\ +[1,0,0,-1743,-21511],\ +[1,0,1,-58875,5326150],\ +[1,0,1,5,30],\ +[1,0,1,-350,-1240],\ +[1,0,1,14,-8],\ +[0,1,1,-33,-6],\ +[1,0,1,-90108576,329338274798],\ +[1,0,1,-31,64],\ +[1,0,0,64,4096],\ +[1,0,0,398,2436],\ +[0,1,0,179,1935],\ +[1,0,0,-380,1552],\ +[0,1,0,10,25],\ +[0,1,1,-737,7460],\ +[1,-1,0,-1601709,760293413],\ +[1,-1,1,-440,-3781],\ +[0,1,0,-658,6713],\ +[1,0,0,5747,1315601],\ +[1,-1,0,-237,885],\ +[1,-1,1,-353,2737],\ +[1,0,0,-7352941,7674505425],\ +[0,1,1,-285,839],\ +[0,1,0,444,-24796],\ +[0,1,0,332,-316],\ +[1,0,0,-71,225],\ +[1,0,0,-1366,18796],\ +[0,1,1,-77735,-8150461],\ +[0,0,0,-261,-1187],\ +[1,0,1,54,64],\ +[1,0,1,-432,3422],\ +[1,0,0,-21695,1232025],\ +[1,0,0,-338,2364],\ +[0,1,0,-261,1639],\ +[0,1,1,-13491,598665],\ +[0,1,0,103,624],\ +[1,0,1,2882,-176944],\ +[0,1,0,-2245,83975],\ +[0,0,0,-3646917,2680637949],\ +[0,1,1,-121,475],\ +[1,-1,0,-146220,21557456],\ +[0,1,0,-77,399],\ +[1,0,0,-187908,-31792112],\ +[1,0,1,-25379,2528606],\ +[0,1,1,-203,1048],\ +[1,0,0,223,-951],\ +[1,0,0,-1038,-6652],\ +[0,0,0,-2205,39853],\ +[1,-1,0,3591,-338835],\ +[1,0,0,-92,336],\ +[1,0,1,189,-5634],\ +[1,0,1,-2016,-3749508],\ +[0,1,0,-702,6929],\ +[1,0,0,32,1024],\ +[1,-1,0,-4566,119916],\ +[1,-1,0,-1047,13305],\ +[0,1,0,-133,-980],\ +[1,0,0,993,2969],\ +[1,0,0,-593810,-67771900],\ +[0,1,0,-40708,16727588],\ +[1,-1,1,-1070,13733],\ +[0,1,1,-63,138],\ +[1,0,0,-806,14820],\ +[0,1,0,-198,1009],\ +[1,-1,0,-1122,14750],\ +[1,0,0,-1113,50617],\ +[1,-1,0,-39,195],\ +[1,-1,0,-69,575],\ +[0,1,0,-93,-7713],\ +[1,-1,0,-1284,-14460],\ +[1,-1,1,115,-331],\ +[1,0,0,174,260],\ +[1,0,0,629,-15119],\ +[0,1,0,52,-316],\ +[1,-1,0,-186,1026],\ +[0,1,1,39,-105],\ +[1,0,1,-223591,40263914],\ +[0,0,0,-177,1129],\ +[1,0,1,-5101,138704],\ +[1,0,0,12,144],\ +[0,1,0,-12,36],\ +[1,0,0,-130292,18091664],\ +[1,0,1,-5865,172372],\ +[0,1,1,721215,67404089],\ +[0,0,0,-279,-914],\ +[1,0,1,44,-64],\ +[1,-1,1,-35,155],\ +[0,1,0,-1268,20804],\ +[1,-1,0,-65259,6443013],\ +[1,0,1,11,132],\ +[1,0,1,-195152,33175838],\ +[1,0,0,118,36],\ +[1,0,0,-176,960],\ +[1,0,0,-43,113],\ +[1,-1,1,-38,77],\ +[1,0,0,-1723,27385],\ +[0,1,0,-38,17],\ +[1,0,1,-2706,53940],\ +[1,0,1,-270163,55401406],\ +[1,-1,0,-483720,129611996],\ +[1,0,1,-1048,14006],\ +[1,-1,0,96,960],\ +[0,0,1,0,72],\ +[1,-1,0,-21,63],\ +[0,1,1,-25,31],\ +[1,-1,1,1945,-3553],\ +[1,0,1,-7201,234548],\ +[1,-1,1,-182,989],\ +[1,0,1,-29134,1941632],\ +[0,0,1,0,42],\ +[1,0,1,106,-8368],\ +[0,1,1,-1871,31436],\ +[1,0,0,289,-999],\ +[1,-1,0,-357,2793],\ +[1,-1,1,106,1189],\ +[1,-1,0,7410,-207660],\ +[1,0,1,-58850,5490030],\ +[1,-1,1,-155,-53],\ +[1,0,1,137993973,-220275835338],\ +[0,1,0,-58,113],\ +[1,0,1,-116,642],\ +[1,0,0,-23,-535],\ +[1,-1,1,-140,-217],\ +[1,0,0,-11566,597700],\ +[1,-1,1,-1385,20201],\ +[1,-1,0,93,-307],\ +[0,0,0,0,196],\ +[0,0,1,-510,4434],\ +[1,-1,1,-19712,1080611],\ +[0,1,0,-196,9604],\ +[1,-1,1,-218,5401],\ +[1,0,0,-263,3017],\ +[1,-1,1,-1244,-15841],\ +[0,0,0,-1815,-33746],\ +[0,0,1,0,1406],\ +[1,0,1,-145,692],\ +[1,0,1,-454,3692],\ +[1,0,1,2018969,-9981207190],\ +[1,0,1,164952,1106678],\ +[1,0,1,-1783,28818],\ +[0,0,0,0,9],\ +[1,0,0,-19456,378535936],\ +[0,0,1,-438,3528],\ +[1,0,1,1093,1195742],\ +[1,0,0,-40223,3104473],\ +[1,0,1,-95,12],\ +[1,0,1,-14,182],\ +[0,0,1,-150,843],\ +[0,1,0,17899,-600201],\ +[1,0,0,-101,65],\ +[1,0,1,674,-299952],\ +[0,1,0,-189,2303],\ +[1,0,1,-3386,-84076],\ +[0,1,0,-828,8900],\ +[0,1,1,639,4845],\ +[1,0,1,-64,4032],\ +[0,1,0,-37,71],\ +[0,1,0,-2997,63639],\ +[0,1,0,-20,100],\ +[0,1,0,-1845,-73900],\ +[0,1,0,-78,217],\ +[0,1,0,259,4095],\ +[1,0,1,-344,2422],\ +[0,0,1,36,-25],\ +[0,1,0,-28,196],\ +[0,0,1,-162,965],\ +[1,0,1,65,-58],\ +[1,0,0,-1613,105617],\ +[1,0,1,12,156],\ +[0,1,0,908,-3996],\ +[1,0,1,-311,2080],\ +[1,-1,1,-9668,368231],\ +[1,0,0,42,-980],\ +[1,0,1,126,-1484],\ +[0,1,1,37,-272],\ +[1,0,1,-1294,-38848],\ +[1,0,1,37,1406],\ +[1,0,1,30,-400],\ +[1,-1,0,66,440],\ +[1,-1,1,-155,779],\ +[1,0,1,-136,862],\ +[1,0,1,-2531,48926],\ +[1,0,0,9654,-312724],\ +[1,0,1,41,1722],\ +[1,0,0,-11044,-488688],\ +[1,-1,0,-11598,483668],\ +[1,-1,0,-219945,39757665],\ +[0,1,0,-1437,-20609],\ +[1,0,1,-5351,149374],\ +[0,1,1,-41,85],\ +[0,1,0,-212,804],\ +[1,0,1,-664790,-230129880],\ +[1,0,1,-25,-130],\ +[0,0,0,-816,-6908],\ +[0,0,0,63,-5759],\ +[0,1,0,59,-121],\ +[1,0,1,-238,1288],\ +[1,0,1,-4964,227962],\ +[1,-1,0,-231,1421],\ +[1,-1,0,-60,186],\ +[1,0,1,44,34],\ +[1,-1,1,25,55],\ +[1,0,1,-4345,64840],\ +[1,0,1,-593,4808],\ +[1,0,1,164,922],\ +[1,-1,0,-555,-1369],\ +[1,0,1,-388,2906],\ +[0,1,1,-863,9476],\ +[1,0,0,21909,995121],\ +[1,0,1,53,2862],\ +[1,0,1,-75,242],\ +[0,0,1,-60,183],\ +[1,0,1,325,-7018],\ +[1,-1,1,-209,1217],\ +[0,1,0,22,-223],\ +[1,0,0,-701,7281],\ +[1,0,1,34,12],\ +[1,0,1,-564,5162],\ +[0,0,0,0,625],\ +[1,-1,1,-680,6947],\ +[1,-1,1,88,-301],\ +[0,1,0,-157,1599],\ +[1,0,1,-1836,136522],\ +[0,1,0,-165,775],\ +[1,0,1,-2750888,1755903638],\ +[1,0,0,-5412,162576],\ +[1,0,0,-316,2136],\ +[1,0,1,-801,-13516],\ +[1,0,0,-217,1209],\ +[0,0,1,-1782,32312],\ +[1,0,0,18,324],\ +[1,0,0,24,576],\ +[1,-1,1,-74,649],\ +[1,0,1,-4612,198362],\ +[1,0,0,-3916,96400],\ +[0,0,1,-66,213],\ +[1,0,0,-500882,-131402236],\ +[1,-1,0,-4062,100668],\ +[1,0,1,-41,1640],\ +[0,1,1,-1107,8092],\ +[1,0,1,-654,6376],\ +[0,0,1,-37638,2810594],\ +[1,0,1,-44126,3572048],\ +[1,0,1,17,306],\ +[0,1,0,-18,81],\ +[0,1,1,-1645,25149],\ +[1,0,0,-73,281],\ +[0,1,0,-1234,16353],\ +[1,0,0,-89132,10215824],\ +[0,0,1,246,-1488],\ +[0,1,1,-533879,150019865],\ +[1,-1,1,-2069,-88531],\ +[1,0,0,933,-18351],\ +[0,1,0,-62,961],\ +[1,-1,1,-713,8777],\ +[0,1,1,467,244],\ +[1,0,1,24,600],\ +[1,0,1,-2368,57806],\ +[0,0,1,-198,1028],\ +[1,0,1,-419782,104649688],\ +[1,-1,0,-15054,715860],\ +[1,-1,0,121485,-16895755],\ +[0,1,1,-1373,19131],\ +[0,1,1,-3483,77969],\ +[1,-1,0,-658842,206000180],\ +[0,1,0,18,81],\ +[1,0,1,4580,419192],\ +[0,0,1,18,-5163],\ +[1,-1,0,39,-199],\ +[1,0,0,-862,-1084],\ +[0,1,0,6004,135780],\ +[1,-1,0,-69,233],\ +[1,-1,1,-3269,-294083],\ +[0,1,0,-197,1031],\ +[0,0,1,30,-27],\ +[1,0,0,22,-4],\ +[0,1,1,21,19],\ +[1,0,0,-127,281],\ +[0,0,0,0,36],\ +[0,1,1,29,210],\ +[1,-1,1,-23,71],\ +[1,0,1,67,-691944],\ +[0,0,1,-42,-168],\ +[1,0,1,750,-2588],\ +[0,1,0,-51493,4480359],\ +[0,1,1,-583,5494],\ +[0,1,1,-31,240],\ +[1,-1,0,633,-5959],\ +[0,1,0,108,2916],\ +[1,0,1,-420,3262],\ +[0,1,0,292,-412],\ +[0,1,1,-184883,30609230],\ +[1,-1,1,-515,4483],\ +[0,1,0,12,-188],\ +[1,0,1,-293,-2194],\ +[0,1,1,45,109],\ +[1,0,0,-663,4329],\ +[0,1,0,-501,3735],\ +[1,-1,1,862,82081],\ +[1,0,1,-15,210],\ +[1,-1,1,-20,55],\ +[1,0,1,-11,110],\ +[1,0,0,-176,-1280],\ +[1,-1,1,-542,32941],\ +[1,-1,0,-42,98],\ +[1,0,1,-226,2248],\ +[1,0,0,484647,-167913287],\ +[1,0,1,594,13564],\ +[1,0,1,-28670,1893520],\ +[1,-1,1,-434,21169],\ +[1,0,0,-652,5776],\ +[1,0,1,-31246,2123232],\ +[0,1,1,-6211,-530909],\ +[0,1,1,-369525,86337579],\ +[1,0,1,144,694],\ +[1,-1,1,70,505],\ +[1,-1,1,-227,1379],\ +[1,0,0,-148,1016],\ +[1,0,1,-730,5580],\ +[0,0,1,0,600],\ +[0,0,0,-6864,218884],\ +[1,-1,1,-31043,2114371],\ +[1,-1,1,-62,461],\ +[1,0,1,-134,336],\ +[1,-1,1,-755,8147],\ +[1,0,1,-46,124],\ +[1,0,0,19,361],\ +[0,1,1,-193,997],\ +[0,0,0,-312,2116],\ +[1,0,0,-173,1361],\ +[0,1,1,-2599,22945],\ +[0,1,0,-17242,875009],\ +[1,0,1,-8451,298298],\ +[1,-1,1,-425,3689],\ +[1,0,0,-1635,26497],\ +[1,0,0,-52,2704],\ +[1,0,0,-10638,421892],\ +[1,0,1,-4580,-95038],\ +[1,0,1,-41,102],\ +[0,1,0,-31333,2099463],\ +[0,0,0,-2493,47917],\ +[1,0,0,-33,73],\ +[0,1,1,-65,181],\ +[0,1,0,-118,449],\ +[1,0,1,-31472,2043118],\ +[1,-1,1,-935,11231],\ +[0,1,1,75,-1646],\ +[1,-1,1,-335,2071],\ +[1,-1,1,-83,307],\ +[0,1,1,-3323,72633],\ +[1,0,0,-52,24],\ +[1,0,0,-48,136],\ +[0,1,0,-101,359],\ +[1,-1,1,-188,4031],\ +[1,0,0,-261,1601],\ +[0,1,1,-27,182],\ +[1,0,1,-2192,50302],\ +[1,0,0,4,16],\ +[1,0,0,-231,1225],\ +[1,0,1,-103,398],\ +[1,-1,0,-3978,97572],\ +[1,0,0,-85,225],\ +[0,0,0,-648,6372],\ +[0,1,1,-43687,3500082],\ +[1,0,1,-333,2306],\ +[1,0,0,5,25],\ +[1,-1,0,30,-174],\ +[1,0,0,-1738,14628],\ +[1,0,1,387,2288],\ +[1,0,1,40,1640],\ +[1,-1,0,201,-307],\ +[0,0,1,-1764,28497],\ +[0,1,0,-7076,226340],\ +[1,-1,0,-3117,71541],\ +[1,0,0,-63,217],\ +[1,0,0,-62,-244],\ +[1,-1,0,-267,1773],\ +[1,0,1,-1136,16030],\ +[1,-1,0,21,35],\ +[0,1,0,-221,3135],\ +[0,1,1,-3197,68132],\ +[1,-1,0,-10491,416223],\ +[1,-1,0,-1617,25541],\ +[1,0,1,-680,6762],\ +[0,0,1,-2448,46623],\ +[1,0,0,-102943,13630681],\ +[1,0,1,-615,5812],\ +[1,0,0,-12937,-639631],\ +[0,1,1,-585,6681],\ +[1,-1,1,46,209],\ +[0,1,0,-298,1889],\ +[0,0,1,-78,279],\ +[0,1,1,-213,1128],\ +[1,0,0,139303,-1140039],\ +[1,0,0,-387,2881],\ +[0,1,1,-153,678],\ +[1,-1,0,258,-3834],\ +[1,0,0,-15508,-1307240],\ +[1,-1,0,-48255,4092101],\ +[0,1,0,-1070,-13207],\ +[1,0,1,121,46],\ +[1,-1,1,445,-5053],\ +[0,1,1,-420835,105118306],\ +[1,-1,1,-245,1549],\ +[1,0,1,-2858,58556],\ +[1,0,1,-66,232],\ +[1,0,1,424,6798],\ +[1,-1,1,-1028,9127],\ +[0,1,1,29,41],\ +[1,-1,0,-24,80],\ +[0,1,0,-546,-4951],\ +[0,1,1,-793,8336],\ +[1,-1,0,-1032,13022],\ +[1,0,1,4174,-464452],\ +[1,0,1,-267,1652],\ +[1,0,1,-23576,-851452],\ +[0,1,1,-1357,18795],\ +[0,1,1,-81,1640],\ +[0,1,0,-646,6105],\ +[1,0,1,76888,-3634442],\ +[1,0,0,-32,1024],\ +[0,1,1,-3283,71319],\ +[1,0,0,-11371,465201],\ +[0,1,0,-17,24],\ +[1,0,1,-15910,771080],\ +[1,0,1,30,-58],\ +[0,1,0,-514372,-140439324],\ +[0,0,1,-96,393],\ +[0,1,0,-113,840],\ +[1,-1,0,-57,-1083],\ +[1,0,1,-8151,282542],\ +[0,1,1,-13,-92],\ +[1,-1,1,-125,-379],\ +[0,1,0,-25,48],\ +[1,0,1,-147381,21739584],\ +[1,0,1,-212,1162],\ +[1,0,1,-63,3906],\ +[0,1,1,-37951,3142246],\ +[1,0,1,-355,2540],\ +[1,0,1,-366,2660],\ +[0,1,1,-1463,134321],\ +[0,0,0,-912,-4316],\ +[1,0,0,-393,3905],\ +[0,1,1,-237,245],\ +[1,0,1,7,56],\ +[1,0,0,-283,1745],\ +[1,0,1,-14750,688240],\ +[0,0,0,108,-999],\ +[1,0,1,5629,38846],\ +[1,0,1,-7245,236872],\ +[0,1,1,-745,-23126],\ +[1,-1,0,-717,7541],\ +[1,-1,1,-38,181],\ +[0,1,1,-204129,35430149],\ +[0,1,1,-57,147],\ +[1,0,1,-971,12340],\ +[0,1,0,67,255],\ +[0,1,1,-4965,-121444],\ +[1,0,0,-103,521],\ +[0,1,1,-107,-190],\ +[1,0,1,-5260689,4760873956],\ +[0,1,1,-5155,140756],\ +[1,-1,1,-194,4289],\ +[1,-1,0,-132,-298],\ +[1,-1,0,-240,-7804],\ +[0,1,1,407,1597],\ +[1,0,0,144,20736],\ +[1,0,0,-16886,663716],\ +[0,0,1,-4884,130980],\ +[0,1,0,-61,255],\ +[0,1,0,20,100],\ +[1,0,0,-2216060,1269557072],\ +[0,1,1,448219,-27594650],\ +[0,1,1,-1581,23681],\ +[1,0,1,-1851,30486],\ +[1,0,1,-1110,13200],\ +[1,0,1,-202,-942],\ +[0,1,0,-2333,42463],\ +[0,1,0,-178,857],\ +[0,0,1,-2178,39123],\ +[1,0,0,575,-375],\ +[1,0,0,-1973,36065],\ +[0,1,0,-3957,99639],\ +[1,0,1,-4,12],\ +[0,1,0,2,-151],\ +[1,0,1,-1528,22506],\ +[1,-1,1,190,3905],\ +[1,0,0,-93,433],\ +[1,0,0,-2495,-508975],\ +[1,0,1,-51,148],\ +[1,0,1,-27326,1736048],\ +[1,0,0,-8263,288417],\ +[1,-1,0,561,1773],\ +[0,1,0,115,-100],\ +[0,1,0,-27806,1775425],\ +[1,-1,0,12,-118],\ +[1,-1,0,192,3968],\ +[0,1,0,92,-412],\ +[0,1,0,-285,5183],\ +[1,0,0,-61238,7554468],\ +[1,-1,1,1723,-616771],\ +[1,0,1,-678,6198],\ +[0,1,0,-388,2852],\ +[1,0,0,14,-324],\ +[1,0,1,53,-4122],\ +[0,0,1,-177120,28691253],\ +[1,-1,1,-2135,39151],\ +[0,1,0,-4967941,4336013895],\ +[0,0,0,-7344,242244],\ +[1,0,0,-2207,-3111],\ +[1,0,0,47,-471],\ +[0,1,1,729,132860],\ +[1,0,1,-13719,547656],\ +[1,0,1,-5,20],\ +[0,1,0,-125,500],\ +[1,0,1,844,27714],\ +[0,1,1,7,-170],\ +[1,0,1,-277,1678],\ +[1,0,0,-1331,1771561],\ +[1,-1,0,-6738,162278],\ +[1,0,0,27,-55],\ +[0,1,0,-218,1169],\ +[1,0,1,-4707,129438],\ +[0,1,1,167,-506],\ +[1,0,0,-18953,-862055],\ +[1,-1,0,-150,2600],\ +[1,0,0,-478,3980],\ +[1,-1,1,-12584,546539],\ +[1,-1,1,-46793,3907657],\ +[0,1,1,-103,701],\ +[0,0,1,-342,2432],\ +[1,0,0,69,-55],\ +[1,0,0,-241,-16015],\ +[1,0,1,-1694,28056],\ +[1,-1,0,-1932,33542],\ +[0,1,0,1542,17713],\ +[0,1,1,-1149,14609],\ +[1,0,1,-4378,111756],\ +[0,1,0,-18861,649135],\ +[1,0,0,-1876,31120],\ +[0,1,0,-557,6116],\ +[1,0,0,41,-63],\ +[1,0,0,-173,849],\ +[1,0,0,37,17],\ +[0,1,0,-301,2084],\ +[1,0,0,289,-2215],\ +[1,-1,1,-1295,18263],\ +[1,-1,0,-25383,1562913],\ +[1,-1,1,-4895,151943],\ +[1,0,1,-411,7132],\ +[0,1,1,-91,551],\ +[1,0,1,10887,2397788],\ +[0,1,1,-21,110],\ +[0,1,1,-33,57],\ +[1,0,1,-64372,6322098],\ +[0,1,0,-1781,28375],\ +[1,-1,1,-1085,14021],\ +[0,1,0,-348,2404],\ +[1,0,0,-212,44944],\ +[1,-1,1,-10856,438059],\ +[1,-1,0,-744,2708],\ +[0,0,1,-2232,40587],\ +[1,0,1,-13201,586148],\ +[1,0,1,-16686,811584],\ +[1,0,0,-63579,-4382199],\ +[1,0,0,-3949,119057],\ +[1,0,0,-1063,13385],\ +[1,0,1,-4701,122048],\ +[0,1,0,18270,-2817647],\ +[1,0,1,-553,5006],\ +[1,0,1,3132,65306],\ +[0,1,0,-229,148],\ +[1,0,0,-2677,53089],\ +[1,-1,0,-4065,13805],\ +[0,1,0,-4493,114607],\ +[1,0,0,-2046,35460],\ +[1,-1,0,345,141],\ +[1,0,1,-519009,143872932],\ +[1,-1,0,-85452,9636000],\ +[0,1,1,125,3906],\ +[1,0,1,15410,-342400],\ +[0,1,1,-751,7676],\ +[1,-1,1,-881,-145951],\ +[1,0,1,59,82],\ +[1,0,0,11,121],\ +[1,0,0,-504,4312],\ +[1,0,0,534,-14004],\ +[0,0,0,408,-1724],\ +[1,0,1,1686,4396],\ +[1,0,1,-985,21692],\ +[0,1,0,155,-25],\ +[1,-1,0,219,-279],\ +[0,1,0,63,224],\ +[1,-1,0,936,96720],\ +[0,1,0,-93418,10958825],\ +[1,-1,1,-13058,565481],\ +[0,0,1,-390,2964],\ +[1,-1,1,529,1463],\ +[1,0,0,183569,-2353827655],\ +[0,1,0,-3202,59609],\ +[1,-1,1,-1145,15193],\ +[0,1,0,-2340,-106812],\ +[1,0,1,-12297861,-11967258896],\ +[1,0,0,-261,-135],\ +[1,0,1,-1172879,4774036106],\ +[1,0,1,-8717,313608],\ +[1,0,1,804,25114],\ +[0,1,0,-933,10620],\ +[1,-1,0,-74616,7699976],\ +[0,0,0,-792,-7551],\ +[1,-1,0,2496,-2814472],\ +[0,1,0,-11316,428580],\ +[1,-1,0,-24855,1514465],\ +[1,0,1,-252652,48858922],\ +[1,-1,1,181,3539],\ +[1,0,1,1243597,584187598],\ +[0,1,1,145,-2116],\ +[1,-1,0,-1203,-17217],\ +[0,1,1,-3105,-66616],\ +[1,0,0,-40193,-3456639],\ +[1,0,0,-1196,17496],\ +[1,-1,0,867,6057],\ +[1,0,0,41274,2292580],\ +[0,1,0,-472781,124967439],\ +[1,-1,0,-471990,124927476],\ +[1,0,1,-758882,254391348],\ +[1,0,1,-61,3660],\ +[0,0,1,-1769136,905711628],\ +[0,1,0,-64941,7409359],\ +[0,1,1,4455,-139326],\ +[1,0,1,-101,498],\ +[0,1,1,1379,-9249],\ +[1,-1,1,-90668,10664407],\ +[1,-1,0,232404,-7024944],\ +[0,0,0,-9,-4799],\ +[0,0,1,-34758,2494194],\ +[1,0,1,-42024,3312366],\ +[0,1,0,-58,-615],\ +[1,0,0,188842,63244580],\ +[1,0,0,-890,9892],\ +[1,-1,0,-339,12995],\ +[1,-1,0,-7842,273108],\ +[0,1,1,-201,1065],\ +[0,0,0,2313,-19634],\ +[1,0,1,219,536],\ +[1,-1,0,-1201671,507322173],\ +[0,0,0,-492,4201],\ +[0,1,1,-9507,353640],\ +[0,1,0,-5893,-179961],\ +[0,1,0,-1205,15703],\ +[1,0,0,-1893,31545],\ +[1,0,1,-257395,52101902],\ +[1,0,0,-4177,164649],\ +[1,0,0,3799,58265],\ +[1,0,0,-3338,69156],\ +[1,-1,0,-879,12653],\ +[0,0,0,-4599,122446],\ +[1,0,0,-1279,-39399],\ +[1,0,0,-1672568,832436288],\ +[1,0,1,320195,37903000],\ +[0,1,0,83,399],\ +[1,0,1,-8724,181266],\ +[1,-1,1,-1838,376381],\ +[1,0,0,-7077,68481],\ +[1,0,1,-6693,210208],\ +[0,0,0,-104544,13010436],\ +[1,0,1,15,240],\ +[0,0,0,-117,549],\ +[0,1,1,-1341,18461],\ +[0,1,1,-29,210],\ +[0,0,0,-1359,19126],\ +[1,-1,1,64,419],\ +[0,0,1,270,1613],\ +[1,0,1,-23546,1386452],\ +[1,0,0,-415,3225],\ +[1,0,1,1031,3422],\ +[0,1,1,-529,5575],\ +[1,0,0,-307482,41491044],\ +[1,0,0,-7860,304272],\ +[1,-1,0,-2322,44670],\ +[1,0,1,-271,2006],\ +[0,1,1,85,419],\ +[1,0,1,-5796,169336],\ +[0,1,0,-5308,144740],\ +[0,1,0,-125,1023],\ +[0,1,0,136404,35720324],\ +[1,0,0,-400,4032],\ +[0,1,1,-761,10795],\ +[0,1,1,-71,341],\ +[1,0,1,-633988,155243906],\ +[1,-1,1,-1775,29431],\ +[1,-1,1,-845,9653],\ +[0,1,0,159,1520],\ +[0,1,0,-52,676],\ +[1,0,1,1086,4112],\ +[1,0,1,-253655,49150200],\ +[0,1,1,-38765,6268269],\ +[1,0,1,-2302,54932],\ +[1,0,0,82,188],\ +[0,0,0,-17745,909841],\ +[1,0,0,-70881,7257545],\ +[1,0,1,-12657854,17332522896],\ +[1,0,1,-150326,-452592952],\ +[0,0,0,-1071,13078],\ +[0,1,0,-513030,-141363775],\ +[1,-1,0,-30837,4521525],\ +[1,0,1,-213181,37855210],\ +[1,0,0,2161,11897],\ +[0,1,0,-699149,224777583],\ +[1,0,0,-397888,96571392],\ +[0,0,0,-1944,25569],\ +[1,0,0,-96681,11581145],\ +[0,1,0,-493,-593],\ +[1,0,0,-4726,124580],\ +[0,0,0,-395637,95784109],\ +[1,0,0,147436,-1361668208],\ +[0,1,0,-17341,874559],\ +[1,-1,1,5209,-47897],\ +[1,0,1,-6325,193072],\ +[1,-1,0,-11814,497220],\ +[1,0,1,74,-1184],\ +[0,0,1,-1158,15828],\ +[1,0,0,157,-831],\ +[1,0,0,8890,-67228],\ +[1,0,1,-605826,-134038116],\ +[1,0,0,-235,-77775],\ +[0,1,0,-10612,417284],\ +[1,-1,1,-350,2261],\ +[0,0,1,198,785],\ +[0,1,1,-100341,12200826],\ +[1,0,1,-303,1948],\ +[1,-1,0,-4686,117588],\ +[1,-1,0,-42675,3432545],\ +[1,0,1,800,11492],\ +[1,-1,0,-102156,12563216],\ +[1,0,0,-7237785,7493959225],\ +[0,0,1,-390,4803],\ +[0,1,0,-9468,351460],\ +[0,1,1,-94251,-660904],\ +[0,1,1,-2143,54010],\ +[1,-1,0,-348,2682],\ +[0,1,0,-318,2089],\ +[1,0,1,18,342],\ +[1,0,1,-1357,11848],\ +[0,1,0,-4748,124356],\ +[0,1,0,-4756,-135356],\ +[1,0,0,-24888,-96924608],\ +[1,0,1,-2076,174298],\ +[1,-1,1,-2010116,-1029444697],\ +[1,-1,1,766,64769],\ +[1,0,1,-14866,696380],\ +[0,0,0,0,121],\ +[1,-1,1,-7811,225539],\ +[0,1,0,-5958,175121],\ +[0,0,0,-6960,223492],\ +[1,-1,0,-777,8517],\ +[0,1,0,-56773,5187879],\ +[1,0,0,-2012,34576],\ +[0,1,1,-125,3906],\ +[1,0,1,4845,104512],\ +[0,1,0,34,289],\ +[1,-1,1,-2054,469909],\ +[0,0,1,64692,-10012101],\ +[1,0,0,-64874378,188241899556],\ +[1,0,0,-16512,815104],\ +[1,0,0,-9638,363492],\ +[0,1,1,-765,7769],\ +[1,0,0,-21650414,-38809132924],\ +[0,1,1,-1057,19897],\ +[0,0,0,552,-1628],\ +[0,1,1,-29965,1986594],\ +[1,0,1,-122,14762],\ +[1,0,0,362,4892],\ +[0,0,0,-276,1753],\ +[1,0,1,-5334,204736],\ +[1,0,0,-50,2500],\ +[1,0,1,230,-1988],\ +[1,0,1,-5490,215812],\ +[1,-1,1,-11045,449525],\ +[1,-1,1,-947,-142829],\ +[0,0,1,60,3],\ +[1,-1,0,-447,4013],\ +[1,0,1,989,-41294],\ +[1,-1,1,-608,-253],\ +[1,-1,0,-1587,24825],\ +[0,1,0,-1052,12804],\ +[1,0,1,-423,2178],\ +[0,1,0,-1139858,468028185],\ +[1,0,1,-147,448],\ +[0,1,0,812,3332],\ +[1,0,0,-2045,-251663],\ +[1,0,0,1207612,121765392],\ +[1,0,1,-99240,12049142],\ +[1,0,0,164,-5360],\ +[1,-1,0,-735,9261],\ +[1,0,1,-1919,32186],\ +[1,-1,0,-5595,162791],\ +[0,1,0,-693,6615],\ +[1,0,0,-302,2436],\ +[1,0,0,-257,1481],\ +[0,1,1,-54953,4940063],\ +[0,1,1,-34141,-2457470],\ +[0,1,0,542,713],\ +[1,-1,0,-239289,63310445],\ +[1,0,1,-12085406,16174225380],\ +[0,1,1,-23,-904],\ +[1,0,1,331,1576],\ +[1,0,1,-993654,381159056],\ +[0,1,0,-60,900],\ +[1,0,1,-5769118,-4434456944],\ +[0,0,1,-8232,-150663],\ +[1,0,1,-1970,33482],\ +[1,-1,1,-47573,4005677],\ +[1,0,1,69,124],\ +[1,-1,0,-364281,-72729739],\ +[1,0,1,483,-31592],\ +[0,1,0,-722,-999],\ +[0,1,0,-101,-1340],\ +[1,-1,0,-52953819,148317133733],\ +[0,1,1,1465,-82286],\ +[1,0,1,-602126,-179960074],\ +[0,1,1,187,8742],\ +[0,1,1,-1565,23319],\ +[0,0,1,-702,14735],\ +[1,-1,0,-285,1961],\ +[1,0,1,-5151,105010],\ +[1,0,0,-806891,278926385],\ +[1,0,1,-13599,-566198],\ +[1,0,1,-189621,31765824],\ +[1,0,0,-172971,27674865],\ +[1,0,1,-164412,25645698],\ +[1,-1,1,-1595,25003],\ +[0,0,1,102,-972],\ +[0,0,1,-2250,41079],\ +[1,0,1,-11201,-2552452],\ +[1,-1,0,21342,-84852],\ +[0,0,0,10161,176566],\ +[0,1,0,-57,224],\ +[1,0,0,-10781,-4506319],\ +[1,-1,1,-254,7309],\ +[1,0,0,-10668,-526960],\ +[1,0,0,-17,289],\ +[1,0,0,-2202,39564],\ +[1,-1,0,-330,2466],\ +[1,0,1,37924,57494298],\ +[0,1,1,-67793,6776825],\ +[1,0,0,-20,400],\ +[1,0,1,31384,-1439314],\ +[1,0,0,-448,2560],\ +[1,0,1,-3279,72906],\ +[0,0,0,-180,873],\ +[1,0,1,-160424,27565166],\ +[1,0,1,170,242],\ +[1,0,0,-1842,72836],\ +[1,0,1,-1016,42222],\ +[1,0,0,-13,169],\ +[1,0,1,-368,2658],\ +[1,0,1,-1642,25212],\ +[1,0,0,-43202,-9092156],\ +[1,0,1,-236514,37690036],\ +[1,-1,0,-84,840],\ +[0,0,1,-2142,38157],\ +[0,1,0,-8653,-315985],\ +[1,-1,1,562,34781],\ +[0,1,1,-63,992],\ +[1,-1,1,3265,14311],\ +[1,0,1,1094,-19860],\ +[0,1,1,32155,-506869],\ +[1,0,0,-23061,1330785],\ +[1,0,1,-33031,2307852],\ +[1,-1,1,-2795,-52165],\ +[1,-1,0,-564,35720],\ +[0,1,0,-2306,-108575],\ +[1,0,0,-79481,8618745],\ +[1,0,0,28,784],\ +[1,0,0,-190,1092],\ +[0,1,0,-3692,84996],\ +[1,0,1,-2401,36212],\ +[1,0,1,-2175,42412],\ +[0,1,0,-162,6561],\ +[0,0,1,-16500,815781],\ +[1,0,1,11525,188760],\ +[0,0,0,-1935,-28746],\ +[1,0,0,-815,7225],\ +[1,0,1,1504,10990],\ +[0,0,0,-3048,82372],\ +[1,0,0,363,-11871],\ +[1,0,1,-8251,287762],\ +[1,0,0,97,-15],\ +[1,-1,0,-897,10565],\ +[0,1,1,167,7],\ +[1,0,1,171621,-6890138],\ +[1,0,0,-751,7865],\ +[1,0,1,1447,-13552],\ +[1,-1,1,70,-271],\ +[0,1,0,-4333,-293412],\ +[1,-1,1,-10964,444599],\ +[1,-1,0,5620170,-1957408300],\ +[1,0,0,-1060,13072],\ +[1,0,1,-737014,243473536],\ +[1,-1,0,-1878,30572],\ +[0,1,1,-481,4705],\ +[1,0,0,-264,-15488],\ +[1,-1,1,1015,8969],\ +[1,0,0,-213,2017],\ +[1,0,0,-33092573,73270909105],\ +[0,1,0,22,121],\ +[1,0,1,-14714,812972],\ +[0,0,0,0,1156],\ +[1,0,0,-653,17681],\ +[1,0,0,-6211,270785],\ +[1,0,1,-736,22342],\ +[1,0,1,-691,19732],\ +[1,0,1,-1800,29232],\ +[1,0,0,-2792,64856],\ +[1,-1,0,42,168],\ +[1,0,1,-2123,37478],\ +[1,0,0,-40951,3339561],\ +[0,1,1,-1113,16518],\ +[1,-1,1,-52175,4600279],\ +[0,1,0,251,359],\ +[1,0,0,-9816,364096],\ +[1,0,1,-5776972,3184665098],\ +[1,-1,0,-11085,451995],\ +[1,0,1,-18259,948632],\ +[1,0,1,-236,-484],\ +[1,-1,0,1608,-36492],\ +[0,1,1,21,110],\ +[1,0,1,-2016,43310],\ +[1,0,0,-159,-1503],\ +[1,0,1,-276,3298],\ +[1,-1,1,145,2255],\ +[1,0,0,-1263,17],\ +[1,-1,0,-939,98595],\ +[0,1,0,-293,1991],\ +[1,0,1,-3306,86956],\ +[1,-1,0,-12030,510900],\ +[0,1,0,-246045,46910268],\ +[0,1,0,322,-343],\ +[1,0,1,4873,23751002],\ +[0,1,0,-15549,741439],\ +[0,1,0,-5012,134916],\ +[1,-1,1,-947,-25829],\ +[1,-1,0,-7278,239508],\ +[0,1,1,-273,1650],\ +[1,0,0,-788,8080],\ +[1,0,0,-1555156,-746908784],\ +[1,-1,1,-15686,-747307],\ +[1,-1,0,-375,3021],\ +[1,0,0,6222,-84860],\ +[1,0,0,-220,48400],\ +[0,0,0,-360855,83430702],\ +[0,0,1,-261522,51642345],\ +[1,0,1,-37201,3144548],\ +[1,0,1,-1824,31666],\ +[0,1,1,-12819,554385],\ +[1,-1,0,-4125,103011],\ +[0,1,0,-13933,169775],\ +[1,0,0,300,1232],\ +[0,1,1,-177,460],\ +[1,-1,0,168,3024],\ +[0,0,0,-720,-9468],\ +[0,1,1,-3183,68069],\ +[0,1,0,387,9215],\ +[1,0,0,-2150,34532],\ +[1,0,1,-90230,-10408490],\ +[1,0,1,-1679,-58398],\ +[0,0,1,-174,1095],\ +[1,-1,1,9982,11065601],\ +[1,-1,1,-695,7183],\ +[1,0,0,-153,1081],\ +[1,0,0,-205,977],\ +[0,0,0,12,-503],\ +[0,0,1,-684,5757],\ +[1,0,0,50,2500],\ +[0,0,0,-183,1198],\ +[0,0,1,-114,342],\ +[0,1,0,-1500,22148],\ +[1,0,1,68,4692],\ +[1,0,0,-193,1673],\ +[1,-1,0,1803,-4555],\ +[0,0,1,-1062,12897],\ +[1,0,0,-19,361],\ +[0,0,1,-90,353],\ +[1,0,1,-5326,148298],\ +[1,0,0,-3737,133689],\ +[1,-1,0,-429,3753],\ +[1,0,1,-1528,22848],\ +[1,0,1,3526,-25108],\ +[0,1,0,-1645357,-870873521],\ +[1,0,1,-35,1190],\ +[1,0,0,1267,62993],\ +[1,0,0,-47066,1356476],\ +[1,-1,1,-587,6299],\ +[0,1,0,-9546,355825],\ +[1,-1,1,10288,11754611],\ +[1,0,0,-2031,35001],\ +[0,1,0,-36065,2519288],\ +[1,-1,1,-1955,34147],\ +[1,0,0,-2480153,1543229753],\ +[1,0,1,-2801,56810],\ +[1,0,1,-74279,16387652],\ +[1,0,1,-212,1038],\ +[1,0,0,2687,46089],\ +[1,-1,0,-2019,-90975],\ +[0,1,1,2259,-50660],\ +[1,0,1,125,15750],\ +[1,0,1,34,1190],\ +[1,0,0,3359,-250879],\ +[1,0,1,-627,5358],\ +[1,-1,1,-33683,2391731],\ +[1,0,0,28005,4445137],\ +[1,-1,0,92559,-22217187],\ +[0,0,1,-110856,14206494],\ +[0,1,0,71,288],\ +[1,0,1,-23990,1242892],\ +[1,0,1,448,-818],\ +[1,0,1,-696,7190],\ +[1,0,1,-67592,6758038],\ +[1,0,1,-11209,-471904],\ +[1,-1,0,-1527,23417],\ +[1,0,1,-810,8812],\ +[1,0,1,1924,146298],\ +[1,0,1,-71720,7386742],\ +[1,0,0,-20945,1165025],\ +[1,0,0,-978260,-356886128],\ +[1,0,0,-553,12761],\ +[1,0,1,-41201,3750148],\ +[1,-1,0,16972281,32638033725],\ +[1,0,1,-15098,712756],\ +[1,0,0,-22,484],\ +[0,0,1,0,32942],\ +[1,0,1,-780,7932],\ +[1,0,0,54,2916],\ +[1,0,1,19470,2107012],\ +[1,-1,1,-10659494,13398599989],\ +[0,1,0,3395019,-1140038281],\ +[1,0,1,-160258,24506056],\ +[1,-1,1,-398,-4643],\ +[1,0,0,-108,11664],\ +[0,0,1,-2460,-6495],\ +[0,1,1,-93303,10938576],\ +[1,-1,0,-192,366],\ +[1,0,1,2553,-65162],\ +[1,0,0,-413,3185],\ +[1,0,1,-418473,104067756],\ +[1,0,0,-99,377],\ +[1,0,1,-590645,174668672],\ +[1,-1,0,-1662,-1356],\ +[1,0,1,-1505189,737338736],\ +[1,0,1,-101684,12471796],\ +[0,1,1,9713,-606480],\ +[0,1,1,-11535,-54411],\ +[1,0,1,-215,1342],\ +[0,0,0,-93,373],\ +[1,0,0,-360,2600],\ +[1,0,1,-26930,1717660],\ +[0,1,1,-2713,52622],\ +[0,0,1,-324,3395],\ +[1,0,1,-1687151,843347298],\ +[0,1,0,-612,-3484],\ +[1,0,1,3675,-936320],\ +[1,0,1,665,442890],\ +[0,0,0,-153,873],\ +[1,-1,1,4615,246169],\ +[1,0,0,-6595,-199975],\ +[1,0,0,-4358,110180],\ +[0,1,0,602,1169],\ +[1,0,1,-388951,93334298],\ +[1,0,0,-253625,49141625],\ +[0,1,0,-268,1380],\ +[0,0,0,-615,11422],\ +[1,0,1,-460518,120254008],\ +[0,1,0,26,169],\ +[0,1,1,-77833,60878494],\ +[1,-1,0,1875,389375],\ +[0,1,0,-3604981,2633461719],\ +[0,1,0,-492,4004],\ +[1,0,1,-1346986,-582460048],\ +[1,0,0,652899,1171049841],\ +[1,-1,1,-27083,1722331],\ +[1,-1,1,-200,1139],\ +[1,0,1,-69879,7745002],\ +[1,0,0,1279,6921],\ +[1,0,0,-88,7744],\ +[0,1,0,-517,5351],\ +[1,0,1,2208,29102],\ +[1,0,0,-1230,8452],\ +[0,1,1,399,1515],\ +[0,1,0,-478,3977],\ +[1,0,0,-1322,10916],\ +[1,0,1,-91117,10625992],\ +[1,0,0,83,-39],\ +[1,0,1,28150,1767260],\ +[1,0,1,-126,748],\ +[0,1,0,-5473,155032],\ +[0,0,0,-2160,32292],\ +[1,0,1,-171,1324],\ +[1,0,0,133,-1519],\ +[1,0,0,-22688,1310392],\ +[1,0,1,118,-728],\ +[1,0,0,-386,3780],\ +[1,-1,1,-65,-1007],\ +[1,0,0,-1422,44036],\ +[1,0,0,124,-744],\ +[0,1,1,-232135,42971306],\ +[1,-1,1,-290,9505],\ +[1,0,0,234,-964],\ +[1,0,1,-9646,361760],\ +[1,-1,0,-2157,39797],\ +[0,1,0,-173,836],\ +[1,-1,1,-48275,4094579],\ +[1,0,1,-236,2442],\ +[0,0,1,-258,1578],\ +[1,-1,0,48,-222],\ +[0,1,1,-4341,108640],\ +[0,1,0,-29722,1954561],\ +[0,1,1,-2583,49619],\ +[1,-1,1,142,2161],\ +[1,-1,0,-11409,471915],\ +[1,0,1,2501,122786],\ +[1,0,1,-26975,1706610],\ +[0,1,1,-10181,376895],\ +[0,0,1,648,10685],\ +[1,0,0,-449138,119253892],\ +[1,0,1,-253124,48995922],\ +[1,-1,0,-11220,460260],\ +[1,0,1,-8389,-756244],\ +[0,1,1,-1037,12495],\ +[1,0,1,-2076970,-1144552228],\ +[0,0,1,90,83],\ +[1,0,1,-1018,12508],\ +[1,0,1,-410076,6726870298],\ +[1,-1,0,-3913818,2981203668],\ +[1,0,0,-1803,29169],\ +[0,0,0,-283500,58100625],\ +[1,0,1,63110,10082220],\ +[1,0,0,6519,-1393255],\ +[1,-1,1,-24896,1556579],\ +[1,-1,1,-677,8029],\ +[1,0,1,-365,132860],\ +[1,0,0,-14638,-2090108],\ +[1,-1,1,-2285,43541],\ +[1,0,0,-3969,-133623],\ +[1,0,1,-417370,103748932],\ +[1,0,0,1009,-19079],\ +[0,1,0,-9676,363140],\ +[1,-1,1,-2204,39647],\ +[0,1,0,-43060,3424900],\ +[0,1,1,-873,13917],\ +[1,-1,1,-533,5357],\ +[1,0,0,-7302,239716],\ +[1,0,0,1322,33060],\ +[1,-1,0,2145,48941],\ +[0,0,1,0,306],\ +[0,1,1,-56583,-4834006],\ +[1,-1,0,-45294,-6185692],\ +[1,0,0,-3346,73220],\ +[1,0,1,776,-2534],\ +[1,0,1,-712,6768],\ +[0,1,0,-748,8324],\ +[0,1,0,-813,5679],\ +[0,0,1,162,479],\ +[0,1,0,-12341,720055],\ +[0,1,0,6259,2446095],\ +[1,0,1,-125,15500],\ +[0,1,0,-97333,-10522537],\ +[0,1,0,-107333,13727463],\ +[1,0,0,-603310,180317572],\ +[0,1,0,-53,-1865],\ +[1,0,1,-396,6634],\ +[0,1,1,1665,-1182111],\ +[1,0,0,34926,1517572],\ +[1,0,0,-1885621,-1002371319],\ +[1,0,1,-58896,3431350],\ +[1,-1,0,2820,-131500],\ +[1,0,1,7107,-81992],\ +[1,0,0,-81859,-8807743],\ +[0,1,1,-11503,441216],\ +[1,-1,0,903,-6715],\ +[1,0,0,59,-7679],\ +[1,0,1,19924,-957202],\ +[0,0,0,-564,5161],\ +[0,1,0,-1373,17887],\ +[1,0,1,-131,586],\ +[1,-1,0,-1392,20366],\ +[1,0,1,-4899,131506],\ +[1,-1,0,-24921,1520493],\ +[1,-1,1,-3023,64607],\ +[1,-1,1,49,239],\ +[1,0,1,27126,-9823328],\ +[1,-1,0,-5154,143828],\ +[1,0,0,-250,1500],\ +[1,0,1,-575,5320],\ +[1,-1,0,-114,1520],\ +[1,0,1,-676056,-221194910],\ +[1,-1,0,-274371542037,55316825404416117],\ +[0,0,1,-30626508,60661288299],\ +[1,0,0,-4913,970217],\ +[1,0,0,-1531,23825],\ +[1,0,1,1132,-20194],\ +[1,0,1,337,113906],\ +[1,-1,1,-5375,178471],\ +[1,0,1,-293976,61325570],\ +[1,0,0,-38,-34332],\ +[1,-1,0,-6414,200348],\ +[1,-1,1,-10208,399491],\ +[1,-1,1,178,-331],\ +[1,-1,1,2320,-53],\ +[0,1,1,13499,-548845],\ +[0,0,0,2025,110862],\ +[0,1,0,-629,5623],\ +[1,0,1,-1496,-187918],\ +[0,1,1,-5815,168806],\ +[1,0,0,-2376,-27584],\ +[1,-1,1,118,1481],\ +[0,0,0,-1005,-66659],\ +[1,0,0,-1024,1048576],\ +[0,1,0,-205,1100],\ +[0,0,0,87,73],\ +[0,1,0,-20501,1122999],\ +[0,1,0,319,6240],\ +[1,-1,0,-84867,9537291],\ +[1,0,0,-1366,19300],\ +[1,0,0,-2639,51961],\ +[1,0,1,-498,4256],\ +[1,0,0,-101571,-3329855],\ +[0,1,0,-1409,-21616],\ +[1,-1,1,-938,98281],\ +[0,1,1,-78107,8376025],\ +[1,-1,0,-213,1257],\ +[1,0,1,-25552,14238],\ +[0,1,0,1211,20039],\ +[0,0,1,-2124,37677],\ +[0,0,0,-165048,190162372],\ +[1,-1,1,-9644462,11533391549],\ +[1,0,0,1902,-25236],\ +[1,0,0,-3741,87921],\ +[1,0,0,-457814844,3799963969552],\ +[1,0,0,-3323,73489],\ +[0,0,0,-27783,1685502],\ +[0,1,0,39,80],\ +[0,1,0,-757,7639],\ +[1,0,1,1255,29692],\ +[1,-1,0,-9724500,11674532400],\ +[0,1,0,-10388,-407260],\ +[1,0,1,-110303,16939506],\ +[1,0,0,-15656,553856],\ +[1,0,1,1175,-12768],\ +[1,0,1,-221,2154],\ +[1,0,0,-23401607,-43377460599],\ +[1,-1,0,-31362,2802068],\ +[1,-1,1,-1228583,525368927],\ +[0,0,1,-204,1455],\ +[0,1,0,-1148,-10780],\ +[1,-1,0,-45492,3670416],\ +[1,0,1,58975,-90921580],\ +[0,1,0,47,-10016],\ +[0,0,0,129,262],\ +[1,0,1,65667,-2715944],\ +[1,-1,0,-3072,1050624],\ +[0,1,0,-131458,18301713],\ +[0,0,0,-63,-4058],\ +[0,1,0,-258,1513],\ +[1,0,0,2612,-11120],\ +[1,-1,1,-5453,-142603],\ +[0,1,1,-579,-4220],\ +[0,1,0,131,1023],\ +[1,0,1,-34880,1305902],\ +[1,0,0,-7241,-328935],\ +[1,0,1,-58317,5415592],\ +[0,1,1,-5771,166880],\ +[1,0,1,-1526,-29960],\ +[0,1,0,82,-391],\ +[0,1,0,11,-2537],\ +[0,1,0,-4413,111519],\ +[1,-1,1,-2297,73369],\ +[1,-1,0,-465,4281],\ +[1,-1,1,-1084502,-428665499],\ +[0,1,0,-56733,5182388],\ +[0,1,1,302835,44955056],\ +[1,0,1,-41876,3294866],\ +[1,0,1,-311,96410],\ +[0,1,1,121,869],\ +[1,-1,0,-153564,23201648],\ +[0,1,1,-506823,138708938],\ +[1,0,1,-87430,8148440],\ +[0,1,1,-25839,1617375],\ +[1,0,1,-264,1546],\ +[1,0,0,-5848,140864],\ +[1,-1,0,-4767,297773],\ +[0,1,1,-1031,-35015],\ +[1,-1,1,-1037,16949],\ +[1,-1,0,-162,30],\ +[1,-1,0,-1167,15641],\ +[1,-1,0,-768,66048],\ +[1,0,0,-2216,40000],\ +[1,-1,0,-144,2400],\ +[1,-1,1,-2663,-58849],\ +[0,1,1,-9541,337475],\ +[1,-1,0,-15443742,23364080916],\ +[0,1,1,-109,-1251],\ +[0,1,0,-34206,2421369],\ +[1,0,1,624,14998],\ +[1,-1,0,-16914,951348],\ +[0,1,1,65,239],\ +[1,-1,1,-1019,16427],\ +[1,0,0,-503422,-31569391804],\ +[1,0,0,-8263,305929],\ +[1,0,0,4662,-121564],\ +[1,-1,0,-327,1977],\ +[1,-1,1,-349463,-81199313],\ +[0,0,0,-252,1521],\ +[0,1,1,-35,306],\ +[1,0,1,-995978,382497148],\ +[1,0,1,-14692,684182],\ +[1,-1,0,660,47960],\ +[0,0,0,-1512,12609],\ +[0,1,1,-205,734],\ +[0,1,0,-981772,374098916],\ +[1,0,0,-435,225],\ +[1,-1,1,-2975,66311],\ +[0,1,1,95,-119],\ +[1,-1,1,6730,-1748539],\ +[1,-1,1,-89,929],\ +[0,1,0,-35412,-2231324],\ +[1,0,1,-10429,107032],\ +[1,0,1,4276,129682],\ +[1,0,1,-91,412],\ +[1,-1,1,-5024,132419],\ +[1,0,1,-3076,381298],\ +[0,1,0,-60252,5637124],\ +[0,1,1,-45,506],\ +[1,0,1,-1085,1176140],\ +[0,1,0,-3349,-2601],\ +[1,0,1,-17303,874506],\ +[1,0,0,13327,-800087],\ +[1,-1,1,81595,-1323331],\ +[1,-1,1,-4160,95075],\ +[1,0,1,-28636,32827162],\ +[1,0,1,-5523,168078],\ +[0,1,0,67,-124],\ +[1,0,1,-9151,336182],\ +[0,1,1,-10171,-179279],\ +[1,0,1,61199,4368644],\ +[1,0,1,-38916,2951586],\ +[0,0,0,201,814],\ +[1,-1,0,-308979,66327285],\ +[0,1,1,215,181],\ +[1,-1,1,-1205,16397],\ +[1,0,1,-63464,6147766],\ +[0,1,0,195,2303],\ +[1,0,0,-6198,187300],\ +[1,-1,0,-19641,1063533],\ +[0,1,0,-22,121],\ +[1,-1,1,3400,-144325],\ +[1,-1,1,265,-3889],\ +[0,0,1,-6210,170255],\ +[1,0,0,-1656,-24904],\ +[0,0,1,-7116,231048],\ +[1,0,0,-20532,225424],\ +[1,0,1,2674,283548],\ +[1,0,1,464,3476],\ +[1,-1,0,-327840,72332550],\ +[1,-1,0,390,-19324],\ +[1,-1,1,1996,-40553],\ +[1,0,0,-56834,-5959484],\ +[1,0,0,1456,-13568],\ +[1,0,1,-6919,-356224],\ +[1,0,1,-3806,92126],\ +[1,0,1,-1633,19468],\ +[0,1,0,95,528],\ +[0,1,0,699,5959],\ +[1,-1,0,-3012,64268],\ +[0,0,1,0,272],\ +[0,1,0,-2130,35225],\ +[1,-1,0,-4083,101447],\ +[1,0,0,-10062,390916],\ +[1,-1,1,-635,6251],\ +[0,1,0,2651,103559],\ +[1,0,1,82882,56361556],\ +[1,-1,0,3801,164493],\ +[1,-1,1,-170,3305],\ +[0,1,0,-1413,19980],\ +[1,0,0,-1322028,-1024554096],\ +[0,1,0,35158,-10056399],\ +[0,1,1,-2501,50426],\ +[1,0,0,81,6561],\ +[0,1,0,-1525,22423],\ +[1,0,0,-907,10481],\ +[0,0,0,324,-1647],\ +[1,0,1,4381,-19168],\ +[1,-1,1,-49430,4188197],\ +[0,1,0,1227,-9225],\ +[1,0,0,-280739,-76334783],\ +[0,1,0,-245,343],\ +[1,0,0,167,953],\ +[1,0,0,-8493150,199943095500],\ +[0,1,1,-20000845,34422034349],\ +[0,1,1,-8309,109380],\ +[0,0,1,0,240],\ +[1,0,0,-31158,2114316],\ +[0,1,0,-3020,52868],\ +[1,0,0,10913811,-2110155823],\ +[1,0,0,-263773,52121009],\ +[1,0,0,-2010,86372],\ +[0,0,0,-4548,170497],\ +[1,0,0,-2048,4194304],\ +[1,0,1,-520,4550],\ +[0,1,0,662,1697],\ +[1,0,1,2418,-163648],\ +[0,1,1,1775,-45094],\ +[0,0,1,2496,169305],\ +[1,0,0,-833,9609],\ +[1,0,1,-55552,5029598],\ +[0,1,1,1965,3214],\ +[1,-1,0,849,5741],\ +[1,0,1,-51194,8018732],\ +[1,0,0,4474,-81820],\ +[0,1,1,-71,1260],\ +[0,0,0,-4743,128542],\ +[0,0,0,164568,187085956],\ +[0,1,1,-683,3069],\ +[0,1,0,-5933,-177012],\ +[0,1,0,-1797,28764],\ +[1,0,0,-128,16384],\ +[0,0,0,-6696,210897],\ +[1,0,1,14470,356780],\ +[0,0,1,-540,-84895],\ +[1,0,1,-2307473,1348934628],\ +[1,-1,0,525,1421],\ +[1,0,0,72,136],\ +[1,0,1,-92704,10867646],\ +[1,0,1,-27215369,54622767692],\ +[1,0,1,10299,-132952],\ +[0,1,0,-24437,1462356],\ +[0,0,0,-1224,17316],\ +[1,0,0,-3066,65700],\ +[1,0,0,-739,5761],\ +[0,1,1,3,-2455],\ +[1,0,1,-85,7140],\ +[0,1,1,-4583,117902],\ +[1,0,1,1311,-46964],\ +[1,0,1,74,148],\ +[1,0,1,-729,7056],\ +[1,0,0,113,-711],\ +[0,0,1,-7068,228714],\ +[0,1,0,-1653,25335],\ +[1,0,0,-29661,-1550159],\ +[1,0,1,-3526,-76152],\ +[0,1,1,-5543151,5021879771],\ +[0,1,1,-281,1855],\ +[1,0,1,-22419,447742],\ +[1,0,1,1634,3736],\ +[1,0,0,-228,1304],\ +[1,0,1,-38,1406],\ +[1,-1,0,210,-294],\ +[1,0,0,-713,-15999],\ +[1,-1,1,-3527,81479],\ +[1,-1,1,-602,40601],\ +[1,-1,0,191883,161791541],\ +[1,-1,1,-419,-4213],\ +[1,-1,1,385,-4697],\ +[0,1,1,-37621,-3188339],\ +[1,0,1,-10739,-519794],\ +[1,0,1,-9112,-168442],\ +[0,1,0,-940,10788],\ +[0,1,0,327,6560],\ +[1,0,0,-245,-2975],\ +[1,-1,0,-11202,480788],\ +[1,-1,1,478,25121],\ +[0,1,0,-2724,52964],\ +[0,1,0,-373,1975],\ +[0,0,1,-402,5085],\ +[0,0,0,-207,1494],\ +[1,0,1,-2344759,1381764046],\ +[1,0,0,-72,5184],\ +[1,0,1,-21,420],\ +[0,1,1,-4143,101333],\ +[0,0,0,-4104,141156],\ +[0,0,0,-2367,44326],\ +[1,-1,0,-58956,-3172924],\ +[0,0,1,-44682,-3389925],\ +[1,-1,0,228,-3610],\ +[1,-1,1,-23030,159749],\ +[1,-1,1,2122,-41723],\ +[1,-1,1,-46388,5730967],\ +[1,-1,1,-389,3197],\ +[1,0,1,-28223,1396378],\ +[1,0,1,-943,958],\ +[1,0,0,-15,225],\ +[1,0,1,-1205,15932],\ +[0,0,0,561,7894],\ +[1,0,0,-317083,69171433],\ +[1,0,1,184,-890],\ +[1,0,1,-19604,801946],\ +[0,1,0,-65,288],\ +[1,0,1,-77224,8253686],\ +[0,1,1,-125,-1071],\ +[1,0,0,-25,625],\ +[1,-1,1,-875,10171],\ +[1,0,0,-2601,50841],\ +[1,-1,0,435,681],\ +[1,-1,1,-98957,13320181],\ +[1,0,0,98017,7911129],\ +[1,-1,1,-870878,-377090963],\ +[1,0,1,-117,-2052],\ +[1,-1,1,-3824840,2880129035],\ +[0,1,0,-6717174,6698582353],\ +[1,0,1,-184821,-33080396],\ +[1,-1,1,583,2009],\ +[1,-1,0,-24657,1496429],\ +[1,-1,0,-140916,20395776],\ +[0,0,0,0,169],\ +[1,-1,1,196,-313],\ +[0,1,0,-205053,35723871],\ +[1,0,1,1316,-130018],\ +[0,0,1,0,342],\ +[0,1,0,-2018,35505],\ +[1,-1,0,-147,2499],\ +[1,0,1,-297514,62436212],\ +[0,1,1,-1693,26271],\ +[1,0,0,-80,-19648],\ +[1,-1,0,-44901,3673281],\ +[1,-1,0,114,1368],\ +[1,0,1,49,2450],\ +[1,0,1,-3150,35840],\ +[1,-1,0,-456,4146],\ +[1,0,1,-64414188,198766128906],\ +[0,0,1,-180,-2391],\ +[1,0,1,-345,-13628],\ +[1,0,0,-20853,-1234359],\ +[1,-1,1,-5396,154103],\ +[1,0,1,107,-694],\ +[0,1,0,-821,8695],\ +[1,0,1,-920,9290],\ +[0,0,0,585,8622],\ +[1,0,0,-9388,349392],\ +[1,0,1,-7951,-268504],\ +[1,0,0,-8491,319921],\ +[0,1,1,7417,7119],\ +[0,1,0,82,-1695],\ +[0,1,1,-21861,1236835],\ +[0,1,0,-357,1764],\ +[1,-1,0,-56417019,189154215525],\ +[0,1,1,-177,867],\ +[0,1,0,-17021,-841121],\ +[0,1,1,435,-6181],\ +[1,0,0,-280647,57201929],\ +[1,-1,1,295,-71],\ +[1,0,0,-1347,18369],\ +[1,0,0,66112,174768392],\ +[1,0,1,-21829,1239652],\ +[0,1,0,1258,-2871],\ +[1,-1,1,4012,-50633],\ +[1,0,0,-8938,324516],\ +[1,0,1,-381671,90725482],\ +[0,0,0,-1810080,937335537],\ +[1,0,0,-34928,-4476672],\ +[1,0,1,-335822,74892592],\ +[0,1,1,-2605,51009],\ +[0,0,1,-1062,13772],\ +[1,0,0,-1388,3792],\ +[1,-1,0,-1909509,-1839240235],\ +[0,0,1,-114,525],\ +[1,0,1,-576,-19852],\ +[0,1,1,-1583,22869],\ +[0,0,1,294,-1596],\ +[1,-1,0,-23865,1425005],\ +[1,-1,1,1150,-6839],\ +[1,-1,1,1093,-30061],\ +[1,0,1,-784,8702],\ +[0,1,1,481,14279],\ +[1,0,1,-17,-582],\ +[0,1,0,-870,9593],\ +[0,1,1,-8403,304535],\ +[0,1,1,13477,224673],\ +[1,0,1,-495498,-135052994],\ +[1,-1,0,199866,48619140],\ +[0,1,1,-73281,7927256],\ +[0,1,0,1258,-38079],\ +[1,0,0,-1661,27185],\ +[0,1,0,27140,289508],\ +[0,1,0,-338818,-76106831],\ +[0,0,0,-2025,-24975],\ +[1,-1,1,-80,755],\ +[1,0,1,104,334],\ +[1,0,0,-822,8676],\ +[1,0,0,-2738,47748],\ +[0,1,0,-69572,-7021916],\ +[1,0,1,517708,-228378958],\ +[0,0,0,-43593,-3609647],\ +[1,0,1,-135,560],\ +[0,1,1,-46152849083,3816314316984119],\ +[1,0,1,-621,15994],\ +[0,0,1,-101592,12462932],\ +[1,0,1,-2530,46222],\ +[1,0,1,734,560],\ +[1,0,0,-4482,115884],\ +[1,0,1,-485,4062],\ +[0,1,0,-633,2088],\ +[1,0,0,-810828,280955024],\ +[1,0,1,-18891,34390],\ +[1,0,1,-5079826,4415328548],\ +[1,-1,0,282,-64572],\ +[1,0,0,-587,2929],\ +[1,-1,0,252,6888],\ +[0,1,0,-73,360],\ +[1,0,0,-3135,35225],\ +[1,0,1,72,-52],\ +[1,0,0,168760,76360600],\ +[1,0,0,-525,4625],\ +[1,0,0,-513,-21583],\ +[1,-1,0,9915240,5842986816],\ +[0,0,1,-330,2304],\ +[1,0,0,8737,-139983],\ +[1,-1,1,-839588,299208647],\ +[1,-1,0,222,-16428],\ +[1,0,1,-12384,-351304],\ +[1,-1,1,-31835,-3517685],\ +[1,0,0,-382,2844],\ +[1,0,1,-476,3970],\ +[1,0,0,987,38017],\ +[0,0,1,-612,4497],\ +[1,0,1,-201,1070],\ +[1,0,1,3662,53188],\ +[1,0,0,-2500,-22000],\ +[1,0,1,-1001,-7748],\ +[1,0,1,622,387506],\ +[1,0,0,-38658,-10119996],\ +[1,0,1,-30826,2080548],\ +[1,-1,0,-48021,4062401],\ +[0,1,0,754,-4095],\ +[1,0,1,40049,-17578702],\ +[1,-1,1,-6455,245647],\ +[0,0,1,-15288,-200382],\ +[1,-1,1,-14204,655679],\ +[1,-1,1,-423884,-116113201],\ +[0,1,1,-881561,358250691],\ +[1,-1,0,2523,2357],\ +[1,0,0,-1244763,534512017],\ +[1,0,1,-71,264],\ +[0,1,0,-450,3473],\ +[1,0,0,48,2304],\ +[0,0,0,-111024,14238801],\ +[1,-1,1,1447,20537],\ +[1,-1,0,174,3248],\ +[1,-1,1,-1201193,507019241],\ +[0,1,1,9219,234281],\ +[1,0,1,-552,-8732],\ +[0,1,0,-558,5113],\ +[1,0,1,-4583453,2818995256],\ +[0,1,0,-4836,127844],\ +[0,0,0,-591,10582],\ +[1,0,0,1862,-78108],\ +[0,0,1,-2844,58437],\ +[1,-1,0,-24558,1487438],\ +[0,1,1,-567,80372],\ +[1,-1,1,-4031,99503],\ +[1,0,0,-2513,40017],\ +[0,0,1,582,-1572],\ +[1,0,1,228,-958],\ +[1,0,1,-343,117306],\ +[1,0,1,-120766,-16200476],\ +[1,-1,0,-972,11910],\ +[1,-1,1,-4745,295049],\ +[0,1,1,-25583,657644],\ +[1,0,1,-990666,379440956],\ +[0,1,1,-989,11654],\ +[1,0,1,1999,-80828],\ +[1,0,0,-68,248],\ +[1,0,0,-2284,41872],\ +[1,0,1,-1171,15246],\ +[1,0,0,-738,-15292],\ +[1,-1,0,-2532567,1551910941],\ +[0,0,0,-7128,231633],\ +[1,-1,0,-3075,66311],\ +[1,-1,0,-34689,2500845],\ +[1,0,1,-8424,-227914],\ +[1,0,0,392,5768],\ +[0,1,1,-93,-1429],\ +[0,1,1,-19279,690949],\ +[0,0,1,-2220,34188],\ +[0,1,1,-646591,253002076],\ +[0,1,1,-549,-131795],\ +[1,0,1,-124,536],\ +[1,-1,0,894,-27244],\ +[1,-1,1,112,1331],\ +[0,0,1,144,353],\ +[1,-1,0,2883,7541],\ +[1,0,0,65114,-2720284],\ +[1,0,0,12409,234121],\ +[1,-1,1,-13313,637417],\ +[0,1,1,107,-440],\ +[1,-1,0,-1689,25523],\ +[1,0,1,-248876,47767530],\ +[0,1,0,-429533,108210111],\ +[0,0,0,-303,2998],\ +[1,0,1,-109870,18108320],\ +[1,0,1,867807,-263166444],\ +[0,0,0,-66024,-5053319],\ +[1,-1,0,7950,-17164],\ +[0,0,1,-8412,297090],\ +[0,1,1,-163,326],\ +[0,0,1,-2526,181023],\ +[0,0,0,84,-887],\ +[1,0,1,5202,-235744],\ +[1,0,1,-667,6568],\ +[1,0,0,-38599,-1072119],\ +[1,0,1,-209802,19293308],\ +[0,1,1,-4083,99119],\ +[1,0,1,-3314,73172],\ +[1,0,0,40,1600],\ +[1,0,1,29,870],\ +[1,0,1,2570,20512],\ +[0,1,1,-27857,1780320],\ +[1,0,0,-5646,162820],\ +[1,-1,1,637,-215549],\ +[0,1,0,-22661,-1344665],\ +[1,0,0,-61135,6495225],\ +[1,-1,1,-1415,20863],\ +[0,1,1,-149,194],\ +[1,0,0,-36,1296],\ +[0,1,0,987,12871],\ +[1,-1,0,-28089,1819245],\ +[1,0,0,-452,3656],\ +[1,0,0,-83,353],\ +[1,0,1,-237279,67938802],\ +[1,0,1,-2048,-9494],\ +[1,-1,1,43,-188819],\ +[1,0,1,-5957,176448],\ +[1,-1,1,-1649,39457],\ +[0,1,0,-351957,80250679],\ +[1,0,1,-87,7482],\ +[1,0,0,4144,-21224],\ +[1,0,1,-316,2086],\ +[1,0,0,-58911,5498641],\ +[1,0,1,-41071,-3285358],\ +[1,0,1,-575,-8178],\ +[0,1,1,-2189,38919],\ +[0,1,1,-21059,-4736270],\ +[1,0,1,-3619,85086],\ +[1,0,1,-5934,175426],\ +[1,0,1,100,-8],\ +[0,0,1,-708,-9786],\ +[0,1,1,-24899,165975],\ +[1,0,0,-8471,295401],\ +[1,0,1,-576858,70892556],\ +[1,0,1,74,-580],\ +[1,0,1,1404,77554],\ +[1,0,1,-23406,1373952],\ +[1,0,1,-3036,62656],\ +[1,-1,1,-2135,-85265],\ +[1,-1,1,-2288,42067],\ +[0,1,1,307,23562],\ +[1,0,1,-19225,1024360],\ +[1,0,1,-1465506006,21593699883752],\ +[1,-1,1,-113,1481],\ +[0,0,1,-252,2135],\ +[1,0,0,267,-991],\ +[1,0,1,-4401,109892],\ +[0,1,1,1995,-47744],\ +[0,1,1,61,209],\ +[1,-1,0,-26571,1673793],\ +[1,0,0,-1284346,560128996],\ +[1,-1,1,-3587,-11389],\ +[1,0,0,-1512186,347724260],\ +[1,0,0,-7311,233081],\ +[0,1,0,-205,2703],\ +[1,0,1,-862,9688],\ +[1,0,1,-43095,3526090],\ +[0,1,0,-14516,706884],\ +[0,0,0,4068,90081],\ +[1,0,1,-529,-9284],\ +[1,0,0,256,65536],\ +[1,0,1,-173,678],\ +[0,1,1,-7323,238476],\ +[1,-1,1,-4808,129547],\ +[0,1,0,-1285,17308],\ +[1,0,0,-129606,17948836],\ +[1,0,0,-1097,15129],\ +[1,0,0,-602,5724],\ +[0,0,0,45360,2455812],\ +[0,1,0,-50,625],\ +[1,-1,1,-33644,2526959],\ +[0,1,0,-253,-4961],\ +[1,0,1,733,-10402],\ +[1,-1,1,-6104,181979],\ +[1,0,1,-751,8120],\ +[1,0,0,-2411,45361],\ +[0,0,0,-17415,884574],\ +[0,0,0,-2625,625],\ +[0,0,1,-780,-7872],\ +[1,0,1,-19132,1016932],\ +[0,1,0,-4277,113239],\ +[1,0,1,-3162,68172],\ +[1,0,1,-2854,58806],\ +[1,0,1,3174,400048],\ +[1,-1,0,-384,16640],\ +[1,-1,1,-8735,281735],\ +[1,0,1,-532073,149339756],\ +[1,0,1,-12146,956676],\ +[1,0,0,586,-324],\ +[1,0,0,-1437579,665215217],\ +[1,-1,1,-2864,42899],\ +[1,0,0,-1332,18576],\ +[1,0,0,-78,316],\ +[0,1,1,-548055,77905334],\ +[1,0,0,-1046,3620],\ +[0,0,0,513,-11034],\ +[1,0,0,883,1809],\ +[0,1,1,-236311,44136770],\ +[1,-1,0,-183,3843],\ +[1,-1,0,-156,2808],\ +[0,0,1,-62748,6049883],\ +[1,0,1,-39064,2968446],\ +[0,1,0,38,361],\ +[1,0,0,-140,392],\ +[1,-1,0,-133572,18823008],\ +[1,0,0,-57,-2799],\ +[1,0,0,705,-2663],\ +[0,1,0,-5068,276164],\ +[1,0,1,-1051860,414298770],\ +[1,0,1,-37147881,87491728492],\ +[0,0,1,-1440,-49165],\ +[1,0,1,-5405,152472],\ +[0,1,0,-2837,-27369],\ +[0,0,0,0,114244],\ +[0,0,1,-37170,2758308],\ +[1,0,1,-19287,1029322],\ +[1,0,1,-7418,256556],\ +[1,0,1,-693,6958],\ +[0,0,1,732,-44286],\ +[0,1,0,-2165,38263],\ +[1,0,0,-29905724,-62534211568],\ +[1,0,1,475527,-728662244],\ +[1,0,1,-5344798,-5394485744],\ +[1,-1,0,-10356,408228],\ +[0,1,1,-29,-15820],\ +[0,1,1,-1083,-12804],\ +[0,1,0,923,11111],\ +[0,1,0,-700,-1500],\ +[0,0,0,-2079,36486],\ +[1,0,1,-31,930],\ +[1,0,0,-1400,20032],\ +[1,0,1,53600,23477870],\ +[0,1,1,-68577,6924422],\ +[0,1,1,-433,3394],\ +[1,-1,0,232131,-96164667],\ +[1,0,1,-58973,5507256],\ +[1,0,1,-1698,26778],\ +[0,0,1,-120,573],\ +[0,1,1,-4623,-144178],\ +[1,0,0,-315783,68278409],\ +[1,0,1,5677706,-2912037368],\ +[1,-1,1,-11126,454469],\ +[1,0,1,-7135,209650],\ +[0,1,1,-221,51],\ +[0,0,0,-15768,782433],\ +[0,1,1,-37,342],\ +[0,1,0,68,1156],\ +[1,-1,1,-15122,720721],\ +[1,0,0,23653,4506129],\ +[1,-1,1,-1217,-16759],\ +[1,-1,1,325,-4309],\ +[0,1,0,9134,-25191],\ +[1,0,1,360,-2438],\ +[0,0,1,-54146322,152913838745],\ +[1,0,1,-2440,46170],\ +[0,0,1,-3942,-90070],\ +[1,-1,0,237,-243],\ +[1,-1,1,-20810543,36545608631],\ +[1,0,0,135,-8775],\ +[0,0,1,-126,434],\ +[0,1,0,-98,2401],\ +[1,0,1,-7994,-264824],\ +[0,1,1,-681,6616],\ +[1,-1,0,-58083,5404517],\ +[0,1,0,-1018,14129],\ +[0,1,1,4349,-63580],\ +[1,0,1,1270083,870074392],\ +[1,0,1,-47556,-18028034],\ +[0,1,1,-1041,6490],\ +[1,-1,0,-222,1338],\ +[0,1,0,-61740653,186844830159],\ +[1,0,0,-78525,8172657],\ +[1,-1,1,-1763,27467],\ +[0,0,0,-1527,67054],\ +[1,0,1,-8111,201044],\ +[1,0,1,-888,10138],\ +[0,0,0,-7329,-224999],\ +[0,1,0,-10250,-420727],\ +[1,-1,1,-749,-152171],\ +[0,0,1,-1356,8088],\ +[1,0,0,568287,45297225],\ +[1,0,0,-9142,337316],\ +[0,1,0,55,168],\ +[1,-1,0,75,575],\ +[0,1,0,-3833,90088],\ +[0,1,1,45,506],\ +[1,0,1,-9553,348256],\ +[1,0,0,-2905,60025],\ +[0,1,0,-913,7744],\ +[0,0,1,-174,822],\ +[1,0,1,-2518,-7061944],\ +[1,-1,0,-4650,123236],\ +[1,0,0,-437,3489],\ +[1,-1,1,-4472,116219],\ +[0,1,0,138,4761],\ +[1,0,0,-591776,175170880],\ +[0,0,0,252,-1503],\ +[1,-1,0,603,-5835],\ +[1,0,1,543,-14118],\ +[1,-1,1,-768125,-259927099],\ +[1,0,1,-15116701,-131765441452],\ +[0,0,1,-1818,29823],\ +[1,0,1,-2820,57390],\ +[1,0,1,428296,-405376954],\ +[1,0,0,-459,3761],\ +[1,0,1,-5681,164316],\ +[1,0,0,1294,31620],\ +[1,0,0,-22588,1305104],\ +[1,0,0,-465,3817],\ +[0,1,1,19,-1234],\ +[0,0,1,678,-1308],\ +[0,1,1,44927,-2311225],\ +[0,1,0,-3453,76959],\ +[1,0,0,-6538,202788],\ +[1,0,1,-11076,448448],\ +[0,0,1,-1098,13623],\ +[0,1,1,-483,14761],\ +[0,1,1,1007,6130],\ +[0,0,1,3702,72528],\ +[1,-1,1,-11099,452819],\ +[1,0,0,46974,-31906620],\ +[1,-1,1,14047,2385137],\ +[0,1,0,915,-98225],\ +[1,-1,1,-9344,349859],\ +[1,-1,1,-34724,118639],\ +[1,0,0,-5784,168832],\ +[1,0,0,-20368,-7229184],\ +[1,-1,1,-77,701],\ +[0,1,1,-8111,-627164],\ +[0,1,1,-3691,67015],\ +[0,1,0,-3098,64881],\ +[1,0,1,12548,391308],\ +[0,1,0,-2221,8399],\ +[0,0,0,-269580,53874049],\ +[1,0,1,-83733,-1993632],\ +[0,1,1,-124021,14938111],\ +[0,1,1,-587,21755],\ +[1,0,0,347,4481],\ +[1,-1,1,-560,5819],\ +[1,0,1,165,-1688],\ +[1,0,1,1199,-64156],\ +[1,0,1,3131,193976],\ +[1,0,0,-613,5889],\ +[1,0,1,-78600,8475542],\ +[1,-1,1,-857,12089],\ +[0,0,1,-2412,45597],\ +[1,-1,0,-57,399],\ +[0,1,0,595,21903],\ +[0,1,0,-39781,6590500],\ +[0,1,0,-7542,250721],\ +[0,1,0,1483,-215964],\ +[1,-1,0,1200,159200],\ +[1,0,0,9074,-65020],\ +[1,0,1,-8625,308572],\ +[1,0,0,-26,676],\ +[1,0,1,-8951,255548],\ +[0,1,0,-1269,16983],\ +[1,-1,1,-569,5977],\ +[1,0,1,-421,3290],\ +[1,0,1,79,174],\ +[1,0,1,-1846,-169128],\ +[1,-1,1,-86807,-15959761],\ +[1,0,1,-52082,16411908],\ +[0,0,1,-234,1352],\ +[1,-1,1,-5726,-123227],\ +[0,1,0,-3693,85167],\ +[1,0,1,-607049,182024012],\ +[1,-1,1,-8651,90523],\ +[1,0,1,-40544,3138806],\ +[1,0,1,-601,-19156],\ +[1,0,1,-229996,42433450],\ +[1,0,1,784074,-22725464],\ +[1,0,1,-3010,63300],\ +[0,1,0,-26,169],\ +[1,0,0,-5651,291681],\ +[1,0,0,-1689,26577],\ +[0,0,0,-228,1297],\ +[1,-1,0,783,-6459],\ +[1,-1,0,-1014,-23580],\ +[1,0,0,-155,777],\ +[1,0,1,-1632576,805672798],\ +[1,0,1,-11254821,-15368974448],\ +[0,1,1,-13333,-805006],\ +[1,-1,0,417,557],\ +[0,0,1,-774,8372],\ +[1,-1,1,-632312,193957499],\ +[1,-1,0,1632,294848],\ +[0,1,1,-5003,-118908],\ +[1,0,0,-1023,-212967],\ +[1,0,1,373,2098],\ +[1,0,0,-3229,-179663],\ +[1,0,1,-41284,3225186],\ +[1,0,1,-1393091,-32040898],\ +[0,1,0,-11626,478865],\ +[1,0,1,19,380],\ +[1,0,1,1738541,-2815618],\ +[0,1,0,-100,2500],\ +[0,1,0,563,3596],\ +[1,0,0,-14260,-492400],\ +[1,0,0,132,80],\ +[1,-1,0,-85542,9651216],\ +[1,-1,1,169,-337],\ +[0,1,0,-38,361],\ +[0,0,0,-1719,27406],\ +[0,1,0,-397,9999],\ +[0,1,0,27971,-19514241],\ +[1,0,0,69709,28267745],\ +[0,0,1,-7668,258464],\ +[1,0,0,-283,3473],\ +[1,0,0,-28,784],\ +[1,0,0,-253,2801],\ +[1,0,1,974,-59098],\ +[1,-1,1,61804,7498103],\ +[1,0,1,-3270,104300],\ +[1,-1,0,2074371,-344158065],\ +[1,0,0,19844,7997520],\ +[0,1,0,-468,3844],\ +[1,0,1,-5024,138242],\ +[0,1,1,915,-3986],\ +[0,1,0,-151805,22714975],\ +[1,0,1,-6616,-198380],\ +[0,0,0,-729,15849],\ +[1,-1,1,-170,113],\ +[1,0,0,-1128,14400],\ +[0,1,0,172,-508],\ +[1,-1,0,-534,-1812],\ +[1,0,0,1653,14129],\ +[0,0,1,-618,5928],\ +[0,0,0,-35100,2531097],\ +[0,1,0,-4333,108463],\ +[1,0,1,383306,49048076],\ +[1,-1,0,-1446,-8892],\ +[0,1,0,-24341,1453719],\ +[1,-1,1,-3884,94127],\ +[1,-1,1,727,3817],\ +[1,0,0,-38538,3341348],\ +[1,-1,0,111,-327],\ +[1,0,0,-634,6092],\ +[0,0,1,-3510,80489],\ +[0,1,0,-3199988,2311054020],\ +[1,0,0,-1297,18281],\ +[0,1,0,-325,2375],\ +[0,1,0,-11308,-317020],\ +[1,0,1,-95,8930],\ +[1,-1,1,-2708,54647],\ +[1,0,1,-2459,46712],\ +[0,1,0,-2,-1071],\ +[1,0,0,-19748,133904],\ +[1,0,1,-3291,14350],\ +[1,0,0,-8261,149185],\ +[1,0,0,-5462,154916],\ +[1,0,0,-581092,196718864],\ +[0,0,0,513,6534],\ +[1,0,0,385,-7583],\ +[1,0,1,-756,23554],\ +[1,-1,1,-7616,256739],\ +[1,0,1,29004799,-190854789452],\ +[1,0,0,-16091,951121],\ +[0,1,0,-141,604],\ +[1,0,0,-902,-53556],\ +[1,0,1,2461,37612],\ +[1,0,1,-143861,20957312],\ +[1,-1,1,-16094,-698003],\ +[0,1,0,-11884244,15739296708],\ +[1,0,0,-77596,8301840],\ +[0,1,1,-1920571,1023816910],\ +[1,0,0,-72476,43770456],\ +[0,1,1,-2013,34211],\ +[1,0,0,-262011,-107173359],\ +[1,0,0,-1808,29440],\ +[0,1,0,-143466,20957545],\ +[1,0,1,-2058,38668],\ +[1,0,0,-855,9577],\ +[0,1,0,-35077,19307111],\ +[0,1,0,-2421,-47116],\ +[0,1,1,-283,1744],\ +[0,1,0,1932,-548604],\ +[0,1,1,-135,64],\ +[0,1,0,1468,-1596],\ +[1,0,1,-5520,157372],\ +[0,0,1,-1620,15788],\ +[0,1,0,6060,138788],\ +[0,1,1,-4913,130922],\ +[1,0,1,-24978,1706398],\ +[0,1,0,-2286,-295191],\ +[1,0,1,-8101,279944],\ +[1,0,1,-440,2432],\ +[1,-1,1,-12368,532531],\ +[1,-1,0,-477,3957],\ +[1,0,0,13,169],\ +[0,1,0,-135528681,607243149800],\ +[1,0,0,-23053,-2608111],\ +[0,0,0,0,334084],\ +[0,1,0,-1833,29088],\ +[1,0,0,-745,8025],\ +[0,1,0,-885,9783],\ +[0,0,1,84,63],\ +[1,-1,0,-12,-1530],\ +[1,-1,1,-3674,86617],\ +[0,0,0,0,225],\ +[0,1,1,4615,321931],\ +[0,1,1,-28299,1822934],\ +[1,-1,0,-9870,379860],\ +[0,1,0,-36277,2665596],\ +[0,1,1,-23,132],\ +[0,0,0,-2943,61542],\ +[0,1,1,-12721,2558275],\ +[1,0,0,-778899326,8366941727556],\ +[1,0,1,94,264],\ +[0,0,0,-3924,-91151],\ +[1,-1,0,1113,-6855],\ +[0,1,1,-275,1454],\ +[1,0,0,-373,5921],\ +[1,0,1,-3013,61888],\ +[1,0,1,932,2306],\ +[1,-1,0,-3058584,2059629038],\ +[0,0,0,-1512,24516],\ +[0,1,0,-24453,1403207],\ +[0,1,0,8667,1153351],\ +[1,0,1,163,208],\ +[0,1,1,-3845,21881],\ +[0,0,1,-17310,876585],\ +[1,0,1,-2763,55656],\ +[1,-1,0,381,333],\ +[1,-1,1,76,599],\ +[1,0,0,22,484],\ +[1,0,0,1255185,103212217],\ +[1,0,1,1751,5266],\ +[1,0,0,-493,10193],\ +[0,1,1,-6361,192226],\ +[1,0,1,16,272],\ +[0,1,0,-2833,57088],\ +[1,-1,1,-9344,359587],\ +[1,0,0,-148,720],\ +[1,0,1,67,4556],\ +[1,0,1,-882,8532],\ +[1,0,0,-278,100],\ +[1,0,1,-805,-2528],\ +[1,-1,1,4471,230537],\ +[1,0,0,-2518,45860],\ +[1,0,1,-1953,33048],\ +[0,1,1,-4670183,-3905012113],\ +[1,-1,0,-267,1241],\ +[1,-1,1,313,-1],\ +[1,0,1,-1526,8002],\ +[1,-1,0,-51,323],\ +[1,0,1,-1017251,-404348002],\ +[1,-1,1,-124481,-21398831],\ +[1,0,0,-8238,287108],\ +[0,1,1,-3063,64235],\ +[1,-1,0,-11355,468575],\ +[1,-1,1,286,8929],\ +[1,0,1,-759,575322],\ +[0,1,1,-14910607,23481131715],\ +[1,0,1,-24410,1374870],\ +[0,1,0,-357,2791],\ +[0,1,0,123,-89],\ +[0,1,0,-4484,114084],\ +[1,0,1,-1937,80308],\ +[0,1,0,-22293,1273751],\ +[1,0,1,-4876,-76134],\ +[1,-1,1,-457211,119348459],\ +[0,1,0,-7466,245585],\ +[0,1,0,18635,1161463],\ +[0,1,1,-46833,3884869],\ +[1,0,1,-147584,6686632],\ +[1,0,1,-960,12110],\ +[1,-1,1,-1713680,-867191053],\ +[1,0,1,-416566,103449256],\ +[1,0,1,-993,12806],\ +[0,0,1,-4182,146112],\ +[1,-1,1,-1892,6791],\ +[1,-1,1,937,97031],\ +[0,1,0,-1162,9441],\ +[0,1,1,405,41006],\ +[0,0,0,177,598],\ +[0,1,1,-56341,5133780],\ +[1,0,0,1371058,-167867124],\ +[1,0,1,-4839,-78504],\ +[1,0,1,-30427,-27110938],\ +[0,0,1,-6324,193560],\ +[0,1,0,-733,10076],\ +[1,0,1,-15,-3318],\ +[1,0,1,-7826,265798],\ +[1,0,0,-168120,26574400],\ +[0,1,1,-16259,-3155440],\ +[1,0,0,-617,8961],\ +[0,1,0,-9598,358745],\ +[1,-1,1,17452,353207],\ +[0,0,1,-864,9047],\ +[0,1,1,-2207,37442],\ +[0,1,0,98,2401],\ +[0,1,0,-973,59535],\ +[1,-1,0,-1227,16857],\ +[1,-1,0,-480,25920],\ +[1,-1,1,-1559,35567],\ +[1,-1,0,15243,884277],\ +[1,0,1,-160,562],\ +[1,-1,0,705,3501],\ +[0,1,0,-30,225],\ +[1,0,0,794,-37660],\ +[1,-1,1,-70139,3810539],\ +[1,-1,1,-1289,25097],\ +[0,1,1,37,71],\ +[1,0,0,-4720499033,-124833514303047],\ +[1,0,0,127,521],\ +[1,0,1,-10776,527136],\ +[1,0,1,-478021,-112696720],\ +[1,0,0,1524,-13680],\ +[1,-1,0,9201,1011693],\ +[1,0,0,708,-10224],\ +[0,1,1,-171271,-56625740],\ +[1,-1,1,5938,-3177251],\ +[1,0,0,-530,4652],\ +[1,-1,0,-15945,774125],\ +[1,0,1,-1076,47298],\ +[0,1,1,-13841,1084796],\ +[1,0,0,-6888,219392],\ +[0,1,0,-68,1156],\ +[1,0,1,-22360880,40696920830],\ +[0,0,0,63,9],\ +[0,0,1,-63798,6202383],\ +[1,-1,0,-5979,-105147],\ +[1,-1,0,-12882,603828],\ +[1,-1,1,55,-2167],\ +[1,0,1,-4195840,3245182030],\ +[1,0,1,-5076,1035298],\ +[1,-1,0,-140712,20351528],\ +[1,0,1,-821059,286289582],\ +[1,0,0,-888,-11008],\ +[1,0,0,-1138,-3708],\ +[0,1,0,-4516,10180],\ +[1,0,0,185,-1783],\ +[0,0,1,-198,-2127],\ +[1,-1,0,-26259,1615013],\ +[0,1,0,-86893,12370511],\ +[0,0,0,153,414],\ +[1,-1,1,-50693,4405757],\ +[1,0,1,-14721,686210],\ +[0,1,0,-29365,3669463],\ +[1,-1,0,-47787,4032773],\ +[0,1,1,-6267,110270],\ +[1,0,1,-763,7638],\ +[0,1,1,-16237,1195245],\ +[0,1,1,79,-125],\ +[0,1,1,-205,-141],\ +[1,0,0,-2886,57700],\ +[0,1,0,1139,17564],\ +[0,0,0,-495,2518],\ +[1,0,1,-19163,1019406],\ +[0,1,1,-395,9899],\ +[1,0,0,28,-3824],\ +[1,0,1,-11601,481124],\ +[0,1,0,347,-5540],\ +[0,1,0,54,-1495],\ +[1,0,1,-662427,207345062],\ +[1,0,0,237,-277983],\ +[1,0,1,8947,-66552],\ +[1,0,0,-32632,2283584],\ +[1,0,1,-85357462,303528987048],\ +[0,0,0,-48888,4169188],\ +[1,0,1,-8307,-1143458],\ +[1,0,1,801,-159758],\ +[1,0,1,86,-34],\ +[0,1,0,-10139085,12423049775],\ +[1,0,1,-4034,123636],\ +[1,0,1,-136323,19389278],\ +[1,0,1,541,4906],\ +[0,0,0,744,-1052],\ +[0,1,1,667,1744],\ +[0,1,0,-14558,-664143],\ +[1,-1,0,-43107,3455333],\ +[0,0,1,-342,57],\ +[0,1,1,-691,30101],\ +[1,0,0,42,28],\ +[1,0,1,-253,-15752],\ +[0,0,0,1497,59998],\ +[0,1,0,-324,1988],\ +[0,1,1,-5213,49386],\ +[1,0,1,-15677,555672],\ +[1,0,0,-998,12140],\ +[1,-1,0,12,-12628],\ +[1,0,1,-8401,295652],\ +[0,0,0,-159,934],\ +[0,0,1,-1332,18537],\ +[1,0,0,38788,4738576],\ +[1,0,1,-39212,2985338],\ +[1,-1,0,-6198,186468],\ +[1,0,1,-6145,189690],\ +[1,0,0,500,250000],\ +[0,1,0,-353,-3176],\ +[1,0,1,-164359,25633296],\ +[0,0,1,372,3279],\ +[1,-1,0,-9438,355188],\ +[1,-1,1,-839,4807],\ +[0,1,1,-413,3148],\ +[1,-1,0,-1437,21365],\ +[0,1,0,44,484],\ +[0,1,0,-10066,-438655],\ +[1,0,0,-71838,6749892],\ +[0,0,1,-216,1613],\ +[1,0,1,-1647,25578],\ +[1,-1,0,-1377822,-1286401260],\ +[1,0,1,-1321,38156],\ +[0,1,1,-1181,15231],\ +[0,1,0,-1141,14455],\ +[0,1,1,-1675,26354],\ +[1,-1,0,-636486,195899156],\ +[0,1,1,9973,428210],\ +[0,0,0,-297,-639],\ +[1,-1,0,-282,-6972],\ +[1,-1,1,763,4349],\ +[1,-1,1,-902,6229],\ +[0,1,0,539,3239],\ +[1,0,0,294,86436],\ +[1,-1,0,-2094,14100],\ +[0,1,1,-131,1121],\ +[1,-1,0,-8514,310548],\ +[0,1,1,-27381,1734806],\ +[1,0,1,-10832,-17522],\ +[1,0,0,-613960,184833600],\ +[1,0,0,-2345,-28975],\ +[1,0,0,-6092,197776],\ +[1,0,1,46831,-3332474],\ +[1,-1,0,78,624],\ +[1,0,1,-761,13276],\ +[1,0,1,-70194,-11987804],\ +[1,0,1,486,-13428],\ +[0,1,1,8817,41069],\ +[1,0,1,-6509,201576],\ +[1,0,1,-10189,398536],\ +[0,0,1,-12024,-552418],\ +[0,1,0,-6708,475588],\ +[1,0,1,-851,-12086],\ +[1,0,0,-480888,100067392],\ +[0,1,1,-975,11404],\ +[1,-1,1,-1442,231841],\ +[1,0,0,-907,10201],\ +[1,0,0,-8763,315017],\ +[1,0,1,2120,26390],\ +[0,1,1,-695,6824],\ +[0,1,1,-1927,232805],\ +[1,0,0,-13672,-558016],\ +[1,-1,0,-2217,-81171],\ +[1,0,1,-189852,31829538],\ +[1,0,0,-68366,-5842940],\ +[1,0,1,-35601,2916644],\ +[0,1,1,303,687],\ +[1,-1,1,-2762,-53839],\ +[0,1,0,-1178,15225],\ +[0,0,1,3588,-91410],\ +[1,0,1,3520,-194390],\ +[1,-1,0,-11112,453644],\ +[1,0,0,-2537262,1555342236],\ +[1,0,1,-168,-1392],\ +[0,1,1,-6833,-110131],\ +[1,0,1,-2001,23012],\ +[1,-1,0,-681,8121],\ +[1,0,1,-1306641,574777860],\ +[0,1,1,-14191,646015],\ +[1,0,1,-511,4396],\ +[1,0,0,-179265,28961225],\ +[1,-1,0,-124959,-21232035],\ +[1,0,0,-312,576],\ +[1,0,1,-84411840,-298619333138],\ +[1,0,0,15882,106660],\ +[1,-1,1,-7013,229717],\ +[0,1,0,47,120],\ +[1,0,0,527,10601],\ +[1,-1,0,-960,103040],\ +[1,0,0,89,7921],\ +[1,0,1,-176,1398],\ +[1,0,1,1051,-760128],\ +[0,1,0,-965,11188],\ +[1,-1,1,-24641,1494929],\ +[0,1,1,-9,-1016],\ +[1,0,1,-102951,9712298],\ +[1,-1,0,-5277,-155007],\ +[1,0,0,732,20728],\ +[1,-1,0,-26769,1692525],\ +[0,1,1,2697,-35125],\ +[1,0,0,2407,229433],\ +[1,-1,1,8380,-9241],\ +[1,0,1,171,29412],\ +[0,1,1,109,701],\ +[1,0,0,-165511,27187841],\ +[0,1,0,76,1444],\ +[0,0,1,-3330,74259],\ +[1,0,1,-523,6578],\ +[1,0,1,-10951,440798],\ +[1,0,1,5684,238610],\ +[1,-1,1,415,-4879],\ +[0,0,1,0,375156],\ +[1,0,0,-770,-3388],\ +[1,-1,1,367,257],\ +[1,0,0,244,720],\ +[1,-1,0,220164,-7825104],\ +[0,1,0,-461901,120675599],\ +[1,0,1,-119221,15710784],\ +[1,0,0,-18529,-917303],\ +[1,-1,0,-2367,46041],\ +[0,0,0,0,2116],\ +[1,0,1,-472,3898],\ +[1,0,0,1511,2297],\ +[1,-1,1,-716780,233762671],\ +[0,0,0,-2175,-18650],\ +[1,0,0,-1482,-31636],\ +[0,1,0,-638333,161830463],\ +[0,1,0,3116,-117052],\ +[1,-1,1,-455468,-19827193],\ +[1,0,1,6631,884476],\ +[0,1,0,-653,26895],\ +[1,0,1,-2894,8372342],\ +[1,0,1,-17201,884548],\ +[1,0,0,-1842,30276],\ +[1,0,0,69,-559],\ +[1,0,1,20723,335368],\ +[1,-1,0,-25977,1618029],\ +[0,1,0,-1013,12055],\ +[1,-1,1,-13442,-1016191],\ +[1,0,1,-718,7556],\ +[1,-1,1,82,701],\ +[1,0,0,-1133,52433],\ +[1,0,0,-6014,179012],\ +[1,0,1,-1886,26706],\ +[0,0,1,8226,-706920],\ +[1,-1,0,-75642,8518454],\ +[0,0,0,0,83521],\ +[0,0,1,0,1056],\ +[0,1,1,-152455,22861131],\ +[1,0,0,-227,-599],\ +[1,0,1,-5727,166318],\ +[0,0,1,270,-1546],\ +[1,0,1,-2000191,1088686226],\ +[0,0,0,0,58564],\ +[1,0,1,-1971,157204],\ +[0,0,1,0,7140],\ +[1,0,0,357,4753],\ +[0,0,1,0,91506],\ +[0,0,1,0,12],\ +[1,-1,0,-618,-28],\ +[0,0,0,0,2829124],\ +[0,0,1,0,230880],\ +[1,0,0,-119964,16974072],\ +[0,0,0,0,100],\ +[1,0,0,-41168,-3266304],\ +[0,0,0,0,3844],\ +[0,0,0,0,289],\ +[1,0,1,737,9638],\ +[0,1,0,-2838,46225],\ +[0,0,1,0,930],\ +[1,0,0,-19238,1056228],\ +[0,1,1,-901,-18404],\ +[1,0,0,-35639,2617361],\ +[1,-1,0,-363,-485883],\ +[1,0,0,-25731,1423745],\ +[1,-1,0,-177,3599],\ +[0,0,1,0,462],\ +[1,0,0,-11827,909281],\ +[1,0,1,-17985,926800],\ +[1,-1,1,-80214896,278518083283],\ +[1,0,0,2470,119652],\ +[0,1,1,-83,461],\ +[1,-1,1,-3455,84647],\ +[0,1,0,-5892,172196],\ +[1,-1,0,-2580,-63010],\ +[1,0,0,-3456,11943936],\ +[0,0,0,264,-1532],\ +[1,0,0,56,3136],\ +[1,-1,0,-24393,1472493],\ +[1,0,0,-777,8281],\ +[0,0,1,-6948,222914],\ +[1,0,1,-131035,-7206568],\ +[1,0,0,75992,2844224],\ +[1,0,0,137,617],\ +[0,1,0,3208099,227750404],\ +[1,0,1,-44,1892],\ +[0,1,1,-3257,78560],\ +[1,0,1,-10691,519806],\ +[1,-1,1,430,-4967],\ +[1,0,1,-313,97656],\ +[0,1,0,-178449,-21089016],\ +[1,-1,1,-9752555,-11889018053],\ +[0,0,1,-47106,3940968],\ +[1,0,1,1549,-13714],\ +[0,0,0,-6252444,-6029005959],\ +[1,0,1,-12833694,17694953776],\ +[0,0,0,-1985472,1076920164],\ +[0,1,1,-115843,15146206],\ +[0,0,1,66,-798],\ +[0,0,0,2007,-19583],\ +[1,-1,0,-807,9017],\ +[0,1,0,-3190,-62087],\ +[0,1,1,-77,-1605],\ +[1,-1,0,3483,18741],\ +[1,0,1,438,-2612],\ +[0,1,1,-1701,-80495],\ +[1,0,0,-72436,5905016],\ +[0,0,0,235056,90253444],\ +[1,0,1,18693,-1180692],\ +[0,1,0,-766,9],\ +[0,1,1,-3887,106460],\ +[0,0,1,-732,-9150],\ +[0,0,1,2700,-79792],\ +[1,0,1,-309958,66396056],\ +[1,0,1,162,-844],\ +[0,1,1,-543,353],\ +[1,0,1,-1939699,-8441659378],\ +[1,-1,1,5695,87697],\ +[1,0,1,-7736,-286874],\ +[0,1,1,-18231283,29956141927],\ +[1,-1,0,-12843,416517],\ +[1,-1,0,-120108,16047312],\ +[1,0,1,-31432,-2317678],\ +[1,0,0,-80,6400],\ +[1,0,1,1725,4912],\ +[0,1,1,-9351,344946],\ +[0,0,0,-972,11961],\ +[1,0,1,-20459,216822],\ +[0,0,1,-1950,-28119],\ +[1,0,0,-107556,13566736],\ +[0,0,0,-3645,45981],\ +[0,0,1,-16800,838131],\ +[1,0,0,-3118843,2736899345],\ +[1,0,0,-1570,23812],\ +[1,0,1,-2592,50562],\ +[1,-1,0,-22281,1285613],\ +[0,1,1,717,-19681],\ +[1,0,1,-32121,2213082],\ +[1,0,1,-1429965,658047690],\ +[1,0,1,-19389,1114936],\ +[1,0,1,-2288,41906],\ +[1,0,1,-14601,684764],\ +[1,0,0,48272,-18853632],\ +[0,1,0,-1148,17444],\ +[0,0,0,-1737,27841],\ +[0,1,1,119,-95],\ +[0,1,1,-5583,159869],\ +[1,-1,1,-40709,3170557],\ +[0,0,0,-693,5917],\ +[0,1,0,-173,-6353],\ +[1,0,1,-773,8506],\ +[1,0,0,-7778912,8350119464],\ +[1,0,0,-18244,947496],\ +[0,1,0,16210,1212513],\ +[0,1,0,-529622,-129917199],\ +[0,0,1,-546,4914],\ +[1,0,0,-322,2156],\ +[1,0,1,9929,-315940],\ +[1,0,1,-15323,-1330972],\ +[1,0,1,35,-938],\ +[1,0,1,-381,2806],\ +[1,0,0,-20493,16818193],\ +[1,0,1,-2051,-42090],\ +[1,0,1,-1098181,2303866816],\ +[1,0,0,-609,-7343],\ +[1,0,1,30732652,688165823378],\ +[1,0,0,112914,2510460],\ +[1,0,0,-179638,29289892],\ +[1,-1,0,2283,-459],\ +[0,1,0,-869,13799],\ +[0,1,1,77,341],\ +[1,0,0,437,-46359],\ +[1,0,0,387,5617],\ +[1,-1,0,-1458,19572],\ +[1,0,1,-6801,215204],\ +[1,0,0,-2794,164772],\ +[1,0,0,267,2593],\ +[1,0,1,-148958,-28093444],\ +[1,0,0,-59157,5533129],\ +[0,1,0,242,-487],\ +[1,-1,0,1008,-6834],\ +[0,1,1,-98733,-10106781],\ +[1,-1,1,-53189,4735037],\ +[1,-1,0,-222,5624],\ +[1,-1,1,-36494,1930397],\ +[1,0,0,-169,897],\ +[0,1,0,-898,10065],\ +[1,0,0,-1493,25569],\ +[1,0,1,-99663,12101738],\ +[0,0,1,-132,675],\ +[1,0,1,-63927,6678442],\ +[1,0,0,-2159,-37279],\ +[1,0,0,-6075846,13849423740],\ +[1,-1,0,3381,-716667],\ +[0,1,0,17292,-3936412],\ +[1,0,0,-492,242064],\ +[0,0,1,102,129],\ +[1,0,0,-6653,229225],\ +[0,0,0,-624,-11996],\ +[1,-1,0,183,-327],\ +[1,-1,0,-168,3248],\ +[0,1,1,-1643,24333],\ +[1,0,0,92,248],\ +[1,0,1,18430,1881012],\ +[0,1,0,-149,-149001],\ +[0,1,0,-3549,-758177],\ +[1,0,0,1932,-13680],\ +[1,-1,0,-2844,-49650],\ +[1,0,0,23610,513892],\ +[1,0,0,-119708,15935760],\ +[0,1,1,-1395,-22119],\ +[1,-1,1,-2180,40447],\ +[1,0,1,-49728670,134972421520],\ +[1,0,1,-239636,58823174],\ +[1,0,1,-14518,672056],\ +[1,-1,0,-155604,23665728],\ +[1,0,1,-2098,36756],\ +[0,0,0,-3087,66166],\ +[1,0,0,-413,7217],\ +[1,0,1,-554854,159228856],\ +[1,0,1,-203,41006],\ +[1,0,1,-1001536,385689694],\ +[1,-1,1,238,6161],\ +[0,1,0,-285261,22396239],\ +[0,1,0,-861,13564],\ +[1,0,1,-13377,775608],\ +[0,1,1,-667,6410],\ +[1,0,1,-4531695,3712743670],\ +[1,0,0,-24338,1544196],\ +[1,0,1,-20908,1516806],\ +[1,0,0,-18635,-903503],\ +[0,0,0,-7056,228132],\ +[1,0,0,-2352,43776],\ +[1,0,1,711499,73725248],\ +[1,0,1,-103052594,402697233426],\ +[1,0,1,-17012,809138],\ +[1,-1,1,-613802102,-6574818923899],\ +[1,-1,1,-56933,5244317],\ +[1,0,1,-2769,56136],\ +[1,0,0,958,16836],\ +[1,-1,1,-202430,36165197],\ +[1,-1,1,-3044,65287],\ +[0,0,0,-1125,14173],\ +[1,-1,0,13227,-629667],\ +[1,0,1,-407,3108],\ +[1,0,0,-25922,13764036],\ +[1,0,1,-55208,4982518],\ +[0,1,0,-8850126,10130902209],\ +[1,0,1,-811,-95330],\ +[1,0,1,16849,777386],\ +[1,0,1,4004,637594],\ +[0,1,1,-1005,11909],\ +[0,1,1,-209,1135],\ +[1,-1,1,1825,-4409],\ +[1,0,1,-1154,14906],\ +[1,0,1,-3075,65982],\ +[1,-1,0,-2949,117993],\ +[1,0,0,-3622,82916],\ +[1,0,1,-4485,115072],\ +[1,-1,0,-785367,223040541],\ +[0,1,0,-39637,-2806921],\ +[0,1,0,-2500,34148],\ +[1,-1,0,-792465,280432925],\ +[1,0,1,-451,-23302],\ +[0,0,0,-4437,115741],\ +[1,0,0,795,1025],\ +[1,-1,1,-1700,25799],\ +[1,-1,1,2797,86387],\ +[1,0,1,4026,67216],\ +[0,1,0,-1108,13860],\ +[0,1,0,-81,440],\ +[1,-1,1,-24608,1491931],\ +[0,1,1,-25545,1562924],\ +[1,0,1,-19752,1066792],\ +[1,0,0,-296,1880],\ +[0,1,1,-39,380],\ +[0,1,1,-891,9946],\ +[1,0,0,-2658,52524],\ +[0,1,0,-477,4636],\ +[0,1,1,-2851,46696],\ +[1,-1,0,-88123617,318431948541],\ +[1,-1,1,-7697,260921],\ +[1,0,1,-6762,213478],\ +[1,0,1,-796,26074],\ +[0,1,1,-1339,-24125],\ +[1,0,0,-11552,472064],\ +[1,-1,0,-942,11366],\ +[1,-1,0,-222,710],\ +[1,0,1,-269434,53457316],\ +[1,0,1,-16142,788032],\ +[0,1,0,-1150,14673],\ +[1,0,1,-1984136,1087462614],\ +[1,-1,0,-2997,67125],\ +[1,0,0,-9132567,-10881047511],\ +[0,1,0,-14101,635799],\ +[1,0,1,239,-970],\ +[0,1,0,-7333,-72537],\ +[1,-1,0,-217779,39172085],\ +[1,0,1,114,26],\ +[1,0,1,-1613,-26594],\ +[1,0,0,-207485,-34610103],\ +[1,-1,1,8044,-15497],\ +[1,0,1,3146,-26448],\ +[1,0,0,-2829,57681],\ +[1,0,0,-7579,265681],\ +[1,0,1,14673,1171228],\ +[0,1,0,-1226,-8335],\ +[1,0,1,-12619,-674858],\ +[1,0,1,156,24492],\ +[0,1,1,-7583,248827],\ +[1,0,0,-296263,62042889],\ +[1,0,1,-3036,-103746],\ +[1,0,1,-329,2226],\ +[1,-1,1,-26573,-1140619],\ +[0,0,1,486,-1708],\ +[1,0,0,-19550,1050500],\ +[1,0,0,-492,1224],\ +[1,-1,1,-2162,38449],\ +[1,0,0,-18158,-1608572],\ +[1,0,1,-17246,855632],\ +[0,0,0,-744,7876],\ +[0,1,0,-48556,156644],\ +[1,-1,1,-998,-2437003],\ +[1,0,0,-1424,-33864],\ +[1,-1,1,-11936,504899],\ +[0,1,0,6113410,32037609313],\ +[1,0,1,748,-413422],\ +[1,0,0,16201349,13831099921],\ +[0,0,0,-35064,2527204],\ +[1,-1,0,35922,613908],\ +[1,0,0,300,-6768],\ +[0,1,0,-86012,9680324],\ +[1,-1,0,-31719,2170533],\ +[1,0,1,1188620,79419382],\ +[1,0,1,287738602,488137804328],\ +[1,0,1,-2657673,1667606428],\ +[1,0,0,-1245,17137],\ +[1,0,1,-119576,-16598202],\ +[1,0,1,-1375,19482],\ +[1,0,1,-4321,-111474],\ +[1,-1,0,-897981,327752901],\ +[1,-1,0,-138111,19790171],\ +[0,1,0,-226,945],\ +[1,0,1,-166,866],\ +[0,0,0,-5103,-404298],\ +[1,-1,0,-240,6560],\ +[1,0,0,-108,568],\ +[1,-1,1,-1355,19547],\ +[0,0,1,-2598,62028],\ +[1,0,1,-803995,277410470],\ +[1,0,0,-57718596,168775493176],\ +[1,0,1,-31281,2126802],\ +[1,0,1,-32403,3386256],\ +[0,1,1,-176755,68039756],\ +[1,-1,1,-794,70489],\ +[1,0,1,-37453,2827756],\ +[1,-1,1,-4655,139447],\ +[0,0,0,-242736,108091012],\ +[1,-1,0,-687642,219651380],\ +[1,0,1,-115784,15156496],\ +[1,0,0,-12057,91961],\ +[1,0,0,-21238,-1180508],\ +[0,1,0,-3533,79663],\ +[1,0,1,134,592],\ +[1,0,1,-9645419,11529939926],\ +[1,0,0,-22216,1272896],\ +[0,1,1,295,-52766],\ +[1,0,0,-3057,64809],\ +[1,-1,0,183,-3259],\ +[0,1,0,950,-3927],\ +[0,1,1,399,-55554],\ +[1,-1,0,-474,4418],\ +[1,-1,1,-365,2453],\ +[1,-1,0,-3579,83303],\ +[1,0,0,1901,7457],\ +[1,0,1,-9601,361364],\ +[1,0,0,-1655,25777],\ +[1,0,1,-10701,425648],\ +[1,0,1,-597643,-470214742],\ +[0,0,0,-783,18198],\ +[0,1,0,-42,441],\ +[1,-1,1,-3548,82207],\ +[0,1,1,455,2131],\ +[1,0,1,-112028,-13331402],\ +[1,-1,1,-32051,2205523],\ +[1,0,0,-5898,-253916],\ +[1,-1,0,-85812,9696912],\ +[1,0,0,-11338,464676],\ +[1,0,0,-42042,3314556],\ +[1,0,1,2830,27012],\ +[1,0,1,-117196,-17392478],\ +[1,0,0,-50327,4328361],\ +[0,1,1,-54713,4907693],\ +[1,-1,1,-678080,215086051],\ +[0,1,1,127,-83],\ +[0,0,0,-12528,545508],\ +[0,1,1,-1261,16821],\ +[1,0,0,-43782,3516004],\ +[1,0,0,-12215,589225],\ +[1,0,1,-22,462],\ +[0,0,1,-3870,-94392],\ +[0,1,0,163,1599],\ +[1,0,1,10005,-51878],\ +[0,0,1,0,5037780],\ +[1,0,0,-365388,84981392],\ +[0,1,1,-8467,297040],\ +[0,0,1,-144,785],\ +[1,-1,0,-11004,447060],\ +[1,-1,0,-78612,8502992],\ +[1,0,1,-811579,281345222],\ +[0,0,0,-3816,-97628],\ +[1,-1,0,100101,-290107],\ +[0,0,0,-141,757],\ +[0,0,1,2598,183585],\ +[1,-1,1,205,-3437],\ +[1,0,1,32856,-2859274],\ +[1,-1,1,-7055,287447],\ +[0,0,0,0,1500625],\ +[1,-1,0,120,-334],\ +[1,0,0,-20101,1068865],\ +[1,-1,0,-329004,74808528],\ +[1,0,1,-6514,192092],\ +[1,0,0,-978091,372239025],\ +[1,0,0,-442,4836],\ +[0,1,0,-8325,-3354777],\ +[1,0,1,-23605667,38971755102],\ +[0,0,0,0,1225],\ +[0,1,0,-10940,-353212],\ +[0,1,0,5667,-21537],\ +[1,0,0,-11663,439417],\ +[0,1,0,70,-17775],\ +[0,0,0,-447,6214],\ +[1,0,0,2128,-59584],\ +[0,0,0,0,122500],\ +[0,1,1,111,3080],\ +[0,1,1,-337,2527],\ +[0,1,0,-389,3239],\ +[0,1,1,-639,6004],\ +[0,1,0,-420,-32732],\ +[1,0,1,-249677,18351632],\ +[1,-1,1,-4707965,3916682693],\ +[1,-1,1,-92,991],\ +[1,-1,0,-2130,37556],\ +[0,1,1,-2843,57393],\ +[1,0,1,-1545,23232],\ +[1,0,1,20,420],\ +[1,0,1,4910,107812],\ +[1,0,1,-13184,581482],\ +[1,0,1,-3243,69658],\ +[0,1,1,-959,57839],\ +[1,0,1,-1124919,637490242],\ +[1,0,0,-2556,49680],\ +[1,0,1,52066,1317232],\ +[1,-1,1,-48224,4610819],\ +[1,-1,1,61,379],\ +[0,1,1,13503,-1117258],\ +[1,0,0,-27193,1578105],\ +[1,0,1,30107,1031008],\ +[1,0,0,3864,60760],\ +[0,0,0,0,21609],\ +[0,0,1,450,-1726],\ +[0,1,1,-7027645807,226755689102920],\ +[0,0,1,-3708,87573],\ +[0,1,1,-4213,193528],\ +[1,0,1,-76915,8191502],\ +[1,0,1,422,2798],\ +[1,0,1,-121154,16221162],\ +[1,-1,0,-624513,-210091203],\ +[0,1,1,-247,1160],\ +[1,0,0,102,-676],\ +[0,0,0,-3888,91908],\ +[0,1,0,2635,-2537],\ +[0,1,1,523,-3790],\ +[1,-1,0,5883,95541],\ +[0,1,1,-2149,21964],\ +[1,0,1,136515,848920],\ +[0,1,0,45727,-38506680],\ +[0,1,1,-323703,70345010],\ +[0,1,0,-837125,-232685977],\ +[0,1,0,-1549,-16561],\ +[1,0,1,-70688,7227838],\ +[1,0,0,-14619,679121],\ +[1,0,1,-256428,49958506],\ +[0,0,0,-2439,46366],\ +[1,-1,1,3211,-323891],\ +[0,1,0,-35252,2537764],\ +[1,-1,1,-438999035,3540437436899],\ +[1,0,1,-27036,-1973510],\ +[0,0,0,729,13662],\ +[1,0,1,1246,-21148],\ +[1,0,1,-801,-57310],\ +[1,0,1,-7067,-163158],\ +[1,-1,1,-65,505],\ +[1,0,1,-408,-111944],\ +[1,0,0,90929,-51214855],\ +[1,-1,1,-11639,468559],\ +[0,0,1,153048,-6295548],\ +[0,1,0,6758,-56079],\ +[1,0,0,-763,24017],\ +[1,0,0,-610,8772],\ +[0,0,1,114,183],\ +[0,0,1,352944,-235260052],\ +[1,0,1,-2730344,1736269526],\ +[1,-1,0,-18510,980820],\ +[1,-1,0,-15969,-12387717],\ +[1,0,0,707,19313],\ +[0,1,0,-24882,1502289],\ +[0,0,0,111,169],\ +[1,0,0,-856,732736],\ +[1,0,0,4277,-20111],\ +[1,0,1,-180,992],\ +[1,-1,0,-1377,20037],\ +[0,0,0,0,441],\ +[1,0,0,-1068061,476430641],\ +[1,0,0,-21883,19175633],\ +[1,0,1,316,-998],\ +[1,0,0,-6432523,6278933489],\ +[0,1,0,-590,-3975],\ +[1,0,0,5019,183041],\ +[0,0,1,1278,-17133],\ +[1,0,1,-1433,20306],\ +[0,1,1,-217,1207],\ +[0,1,0,-338708,-76168412],\ +[0,0,0,-8925,-92987],\ +[1,-1,0,-747,8025],\ +[0,1,1,-191,2351],\ +[0,1,0,339,964],\ +[1,-1,1,-1240922,527977369],\ +[1,0,0,207,1513],\ +[1,0,0,-8583,231561],\ +[1,0,1,-513711,116024482],\ +[0,0,1,-35010,2521368],\ +[0,1,0,1638,-299511],\ +[0,1,0,-6333,194463],\ +[0,1,1,5639,483595],\ +[1,0,1,-111,592],\ +[1,0,0,578,334084],\ +[0,1,1,-41,420],\ +[0,0,0,-12912,571684],\ +[1,0,1,847,-17494],\ +[0,0,1,-275928,57764868],\ +[0,1,0,-5716,164484],\ +[1,0,0,-14851,695361],\ +[1,-1,1,586,37829],\ +[1,0,0,-1955,33025],\ +[0,1,0,283,551],\ +[1,0,0,-1058,24900],\ +[1,-1,1,88,811],\ +[0,1,1,-72005,7404034],\ +[1,0,0,-6263,14185],\ +[1,0,0,-815,-56775],\ +[0,0,1,0,854700],\ +[1,0,1,-841930,297193532],\ +[0,0,0,9,-5042],\ +[1,0,0,107029,30124081],\ +[1,0,1,-10288,925406],\ +[1,0,0,912,831744],\ +[1,0,1,177,278],\ +[0,0,1,-930,11154],\ +[0,0,1,-504,2667],\ +[1,-1,1,-5785739,5358010907],\ +[1,0,1,-19709,1064782],\ +[1,0,1,-34702,2558912],\ +[1,-1,1,-4772408,4014056891],\ +[1,0,1,50476,-1385134],\ +[1,-1,0,-954,7428],\ +[1,0,1,-1236,-41050],\ +[1,-1,1,-11693,324757],\ +[1,-1,0,-17835,834821],\ +[1,-1,0,399,441],\ +[1,0,1,-148545,22035880],\ +[1,0,0,2662,-93084],\ +[0,0,0,-405,-90099],\ +[1,-1,0,-9336024,10983345768],\ +[0,0,0,0,1764],\ +[0,0,1,-115674,-1058313],\ +[0,1,1,-13889,657650],\ +[1,0,1,-62901,5226048],\ +[1,0,0,78,-7956],\ +[1,0,0,-733,22193],\ +[1,-1,1,11122,-1135403],\ +[1,-1,1,-191,4159],\ +[1,0,1,-1246477,535534032],\ +[0,1,0,42,441],\ +[0,1,1,-13101,551666],\ +[1,0,0,-4538,115428],\ +[1,0,0,-2658,52740],\ +[1,0,1,-34778,3863756],\ +[1,-1,1,-272,8371],\ +[1,-1,1,-508733,139794077],\ +[0,1,1,-905,10184],\ +[0,1,1,-301721,-38769259],\ +[1,0,1,-1885,31332],\ +[1,-1,0,-982680,363864896],\ +[1,-1,1,-58433,5614481],\ +[1,0,0,-30,900],\ +[1,0,0,-13807,623289],\ +[1,-1,0,-24264,1774548],\ +[1,-1,1,-1298,-13999],\ +[1,0,1,1152,5006],\ +[0,1,1,-1465791,930476],\ +[1,0,0,26513,5677689],\ +[1,0,0,-3967,95441],\ +[1,0,0,-872,760384],\ +[1,-1,1,6625,129671],\ +[0,1,0,-18014,918913],\ +[0,1,0,-1533,21663],\ +[1,0,0,21,441],\ +[1,-1,1,-10100,406999],\ +[1,0,0,-3367,45129],\ +[1,0,0,-1360,1849600],\ +[1,-1,0,63,399],\ +[0,1,1,-1317,-5460],\ +[0,0,1,-741156,245590089],\ +[1,-1,1,-16310,310213],\ +[0,1,1,637,1468],\ +[1,-1,0,-63,483],\ +[0,1,1,-61,-1779],\ +[1,0,1,-2329,115196],\ +[1,0,0,-21416513,37419575649],\ +[1,0,0,-2316,42696],\ +[1,0,1,0,-21428],\ +[1,0,0,-17628,899344],\ +[1,0,1,5154,-506928],\ +[1,0,1,-55707,-20190298],\ +[0,0,0,0,86436],\ +[0,1,0,-3381,77175],\ +[1,0,1,-40605,3134200],\ +[0,0,1,-34974,2517480],\ +[1,-1,1,-272,1819],\ +[1,0,0,-4018398,3389757148],\ +[1,0,0,9389,455585],\ +[1,0,1,106,11342],\ +[0,1,1,-41331,3220400],\ +[1,0,1,-100979,12342286],\ +[1,0,1,-78818,-9641292],\ +[0,0,0,-3960,-88988],\ +[0,1,1,-2781,56531],\ +[0,1,0,-4733,-264612],\ +[1,0,0,-10614546,13715791876],\ +[1,-1,0,-573,6057],\ +[1,0,1,-55279,9284652],\ +[1,0,1,-32576,2260298],\ +[1,-1,1,-4651979495,122126226227615],\ +[1,0,0,-921,11321],\ +[1,-1,1,11230,-583415],\ +[1,-1,1,-425,3241],\ +[1,-1,1,-24194,65052289],\ +[1,-1,1,835,-6587],\ +[1,0,1,-5291,1124652],\ +[1,0,0,159,-1655],\ +[1,0,0,-5209,144257],\ +[1,0,0,-32072,-2207496],\ +[1,-1,1,-56042240,176029563683],\ +[0,1,1,-33385,244689],\ +[1,0,1,365367,-68763444],\ +[1,0,0,4012,-113712],\ +[1,-1,1,-58499,5624579],\ +[1,0,1,-1725,22072],\ +[0,0,1,-882,10262],\ +[1,-1,0,-3726,88476],\ +[0,1,1,-3263,70665],\ +[1,-1,0,-9447,-357813],\ +[1,0,0,773,849],\ +[1,-1,0,-141324,20484368],\ +[1,-1,1,-25055,3029447],\ +[1,0,0,-2848645,-1804099263],\ +[1,0,1,-759853024,8061931362766],\ +[1,0,1,83,6972],\ +[0,1,1,-6187,2394755],\ +[1,0,1,-75486,8232144],\ +[1,0,1,-43545,38781692],\ +[1,-1,0,-24477301773,1473992350953957],\ +[1,-1,1,373,15251],\ +[1,0,1,2179,92656],\ +[1,0,1,-120125,16014900],\ +[1,0,1,48996,7717356],\ +[0,1,0,-3122,-65711],\ +[1,0,0,1807,17769],\ +[1,0,1,-73405,7653400],\ +[1,0,0,1750,-24500],\ +[0,0,0,-16602096,26037093028],\ +[1,0,0,-2087,46089],\ +[0,1,1,-625,7531],\ +[0,1,1,52377,-1669678],\ +[0,1,1,-53353,4725623],\ +[1,-1,0,-19266,1188116],\ +[1,0,1,137697,14099506],\ +[1,0,1,-356499,-101612834],\ +[1,0,1,3224,-102388],\ +[0,0,1,75400728,915315823467],\ +[0,0,0,-6672,209764],\ +[1,0,1,-542,4852],\ +[1,0,1,-20433,990556],\ +[0,1,0,-7708,-1436412],\ +[1,0,1,-21023,1171506],\ +[0,0,0,-7704,260289],\ +[0,1,0,-394,2793],\ +[0,1,1,-5061,134076],\ +[0,0,1,-8473062,-36115545960],\ +[0,1,0,22730,600225],\ +[1,0,0,-547,4929],\ +[1,-1,1,-2495,50023],\ +[1,-1,1,-16742663,-44852794369],\ +[1,0,0,549,-2735],\ +[1,0,1,-248446,-193093768],\ +[1,0,1,-306,4024],\ +[0,1,0,-14898,1248065],\ +[1,0,1,59614,8946020],\ +[0,0,0,-837,8541],\ +[1,0,1,-601618,-180339342],\ +[0,1,0,-5081,1615440],\ +[1,0,0,-4129189,3162812801],\ +[1,0,1,-786139,268567386],\ +[1,0,0,-202344,-36849088],\ +[1,0,0,5318789,-494142959],\ +[1,0,1,-252121,48704950],\ +[1,-1,1,10,-1747],\ +[0,0,0,-17232,901444],\ +[1,0,0,-1688990194,26717130253892],\ +[1,0,1,-251708,48585306],\ +[1,-1,1,-76886,8078693],\ +[1,-1,1,-605,5797],\ +[1,-1,0,498,-5338],\ +[1,-1,1,-8912,325811],\ +[1,0,0,861,-2303],\ +[1,0,0,-15497,407961],\ +[1,0,1,-5550,-280670],\ +[1,0,0,-43268,3102224],\ +[1,-1,1,-80930,8881697],\ +[1,0,1,-732394,241187596],\ +[1,0,1,-60449,5715372],\ +[1,0,1,136717,109649568],\ +[1,-1,1,-3893,-251443],\ +[1,0,1,-16311,800170],\ +[0,1,0,-505,16128],\ +[1,0,1,-1939,40412],\ +[0,0,1,-1793808,924723974],\ +[1,0,1,-373351,87774698],\ +[1,0,1,421152067,105484554028056],\ +[1,-1,0,-11037,646005],\ +[0,1,1,-522794757,4600748567162],\ +[1,-1,1,-470,4349],\ +[0,0,0,-60711,5757598],\ +[0,1,1,-169,7140],\ +[1,0,0,1337,70217],\ +[0,1,0,-81341,8902175],\ +[1,0,0,32928664,-180697327040],\ +[1,0,1,-2395,44982],\ +[1,0,1,1312067,931628056],\ +[0,1,0,692,1988],\ +[1,-1,0,-567,5241],\ +[0,0,0,-5139816,4482359908],\ +[0,1,0,18963,-4857489],\ +[0,0,0,-16845,841501],\ +[1,0,1,-1234471,566994602],\ +[0,1,1,29375,215722656],\ +[1,0,1,4564,-220850],\ +[1,-1,1,-9200,-381037],\ +[1,0,0,-1005,11025],\ +[1,0,1,-586,5480],\ +[0,1,1,-134917,-3520958],\ +[0,1,0,-2933,61495],\ +[1,-1,1,-3995,107723],\ +[0,0,0,-279,2574],\ +[1,0,0,-2467,52481],\ +[1,0,0,-1782,23716],\ +[0,0,0,-1469343,-2090171642],\ +[1,0,0,-1746,33596],\ +[1,0,1,-1251,-1876850],\ +[1,0,1,53105,-141026398],\ +[1,0,1,142778,19162472],\ +[0,0,1,-528,8529],\ +[0,1,1,33,-1340],\ +[1,0,1,-355830,81712040],\ +[1,0,1,17779,185736],\ +[1,-1,1,160,-341],\ +[1,0,1,-10887308,13065513418],\ +[1,0,0,9670027,-7793379039],\ +[1,0,1,-87687,9964882],\ +[0,1,1,-4063,98385],\ +[0,1,0,84547,16480159],\ +[0,1,1,137,-482],\ +[1,0,1,-1729184,1263498446],\ +[1,0,0,-27832,-1845496],\ +[1,0,1,-4945,140232],\ +[0,1,1,1507,16780],\ +[0,1,0,-788,516],\ +[1,0,0,6061,174497],\ +[1,0,1,-1404094,-644749424],\ +[1,0,1,-1395476,634382930],\ +[1,0,1,-106882,-14971612],\ +[0,1,1,-26633,1664076],\ +[1,0,1,10770,-324640],\ +[1,0,0,-19271,1028081],\ +[1,0,0,-4852,-1507696],\ +[0,1,0,23139,8311564],\ +[0,1,0,1915,52775],\ +[0,1,1,-1087,-33053],\ +[1,-1,0,-622599,184985405],\ +[1,0,0,-4254,106956],\ +[1,0,1,-1899951,1007931298],\ +[1,0,1,-1186,14820],\ +[1,-1,0,-7583289,8048950973],\ +[1,0,0,7732,2383928],\ +[1,0,1,-26722,2370852],\ +[1,-1,0,-79716,8556576],\ +[1,0,0,-992,11776],\ +[1,-1,1,-153998,23299997],\ +[0,1,1,-87691,9965626],\ +[1,0,1,-5346,29772],\ +[1,-1,1,13309,-631421],\ +[1,0,0,-8061,278425],\ +[1,-1,0,-375,15875],\ +[0,1,1,-12931,561685],\ +[0,1,0,-6590,129313],\ +[1,0,0,-1280,1638400],\ +[1,0,0,-5554,158852],\ +[1,0,1,109912,-2839562],\ +[1,0,0,4057,-208311],\ +[1,0,1,269052,6469028],\ +[1,-1,0,-2001192,1090135968],\ +[1,0,0,-162,26244],\ +[1,-1,1,-2000,10675],\ +[1,0,1,21013,-508578],\ +[1,0,0,-17951,981905],\ +[0,1,1,-1697,-332058],\ +[1,-1,0,-1677,26997],\ +[1,0,1,-3177,69408],\ +[0,1,0,-4322101,-3494268841],\ +[0,1,0,-67358,6548337],\ +[0,1,0,46,529],\ +[0,1,1,-1447,-1310],\ +[0,1,1,-2331,28236],\ +[0,0,1,0,45156],\ +[1,0,1,-9875,451982],\ +[1,0,1,-10690,423500],\ +[0,0,0,-6417,208801],\ +[1,-1,0,-85272,9605592],\ +[0,1,0,-4653,120879],\ +[1,0,1,-121,694],\ +[0,1,1,-53833,4789619],\ +[1,-1,0,-45138,3140712],\ +[1,0,1,-687,-100478],\ +[1,0,1,-3428,77006],\ +[0,1,1,-347445,78711699],\ +[1,-1,1,190,-3319],\ +[1,-1,1,2365,60419],\ +[1,0,1,-110556,489006874],\ +[0,0,1,41004,1907228],\ +[0,0,0,-1503,64998],\ +[0,0,1,-6756,213738],\ +[0,1,0,-44842,3518249],\ +[1,0,0,-128,776],\ +[0,1,1,19683,96855122],\ +[1,0,0,-5438,153156],\ +[1,0,0,-1581,28241],\ +[1,0,1,-4682,123932],\ +[1,0,1,-232408076,1363699770698],\ +[0,1,0,-13420,595268],\ +[0,1,1,-1443,19523],\ +[0,1,0,1507,-28193],\ +[1,-1,0,-658242,205718916],\ +[0,1,1,177,-12067],\ +[0,1,0,-5166,141209],\ +[1,0,0,2488421,-863138543],\ +[1,-1,0,-730164,-128208402],\ +[1,0,1,-165684,25943946],\ +[1,-1,1,-3902,1693901],\ +[0,1,1,-9637,360940],\ +[1,-1,0,54,-13404],\ +[1,-1,1,-26192,1638091],\ +[1,0,1,-167,27722],\ +[1,0,0,-887321,323954401],\ +[1,0,0,-144453,-29806911],\ +[0,1,0,-55333,4991463],\ +[1,0,1,23328,4381742],\ +[1,0,0,-10683,371601],\ +[1,-1,1,-85790,9693101],\ +[1,-1,1,-17768,921131],\ +[0,1,0,-6970,222225],\ +[1,0,0,-6383,185529],\ +[1,-1,0,-8788731,10018309733],\ +[1,0,1,-966,11536],\ +[1,0,1,70626,3376112],\ +[0,1,0,-13914,628993],\ +[1,0,1,-719,7356],\ +[0,1,1,-2654487,1663750550],\ +[1,0,1,42674,-953952],\ +[1,0,0,-27980,1120400],\ +[1,0,1,-51,2550],\ +[1,0,0,-100,10000],\ +[1,0,1,2032,23806],\ +[0,0,1,-1068,-36],\ +[1,0,1,275,992],\ +[1,0,1,65,4290],\ +[1,-1,0,-123252,16730640],\ +[1,0,1,201,40602],\ +[1,-1,0,-3801,-147],\ +[1,0,0,-1784,28696],\ +[1,0,1,-5900598,5516349256],\ +[1,-1,0,8286,-11052],\ +[1,-1,1,1726,330049],\ +[1,0,0,-18248,947264],\ +[1,0,0,-16591,821241],\ +[1,-1,1,-46226,-5982767],\ +[1,0,0,-1956,3825936],\ +[1,-1,1,5356,-47113],\ +[1,-1,0,-2781,56931],\ +[0,1,0,4292,167588],\ +[0,1,1,527,610],\ +[1,0,0,162,26244],\ +[0,1,0,-7973,-23961],\ +[0,1,0,-314226,67692529],\ +[0,0,1,2574,-19221],\ +[1,0,0,-3372,76176],\ +[0,1,0,-698,7409],\ +[1,-1,0,-507,4377],\ +[0,1,1,-53313,4720303],\ +[1,0,1,-750465266,-7984201509628],\ +[1,0,0,-2426,42980],\ +[1,-1,1,-134759,-1219553],\ +[1,0,0,-5002,135716],\ +[0,1,0,-80461,8757935],\ +[0,0,0,13995,-412659],\ +[1,0,0,-3576,83520],\ +[1,0,1,-72749,11580456],\ +[1,0,0,-1801,35481],\ +[1,0,0,-147298,21721156],\ +[0,1,1,-373,2680],\ +[1,0,1,-486,9892],\ +[0,1,0,-3053,63919],\ +[1,-1,1,-2375,46271],\ +[1,0,0,-1975,-12375],\ +[1,0,1,-1851,37220],\ +[1,0,1,-34550,2468612],\ +[1,-1,0,-174208092,-918546000688],\ +[1,0,0,-30918,205668],\ +[1,0,1,-31584,8400302],\ +[1,0,0,-934931,347868705],\ +[1,0,0,-6263,190017],\ +[0,0,0,-7080,229297],\ +[1,0,1,-32366,2238464],\ +[1,0,1,331339,-9446848],\ +[0,1,1,-2201,23746],\ +[0,1,1,-317,1910],\ +[0,1,0,-949876,357423940],\ +[0,1,0,-4286,106569],\ +[1,0,0,-18992,1005824],\ +[1,-1,1,1534,260609],\ +[1,0,0,-2240,40600],\ +[1,-1,0,-1603128,781670688],\ +[1,0,1,-6999228,7126843898],\ +[1,0,1,152,-1622],\ +[0,1,1,-16839,-863845],\ +[1,0,1,-25464332,49457014858],\ +[1,-1,0,-7170,234060],\ +[1,0,0,-1502,22276],\ +[1,-1,1,110410,-4524859],\ +[0,0,0,1596,7681],\ +[1,0,0,-1156,29520],\ +[0,0,1,-510,7983],\ +[0,0,0,1512,-394812],\ +[1,-1,1,1240,-32021],\ +[0,1,1,-3887,75247],\ +[1,0,1,-404466861,-3167107263264],\ +[1,0,0,535589,132489641],\ +[0,1,0,1654,-43551],\ +[1,0,1,5326,130116],\ +[1,0,0,927,2249],\ +[1,0,1,7573,38792],\ +[0,1,0,87,440],\ +[1,0,1,-15912375,5937305242],\ +[1,0,1,1127,-43772],\ +[1,0,0,2213,12881],\ +[0,1,0,-506,4185],\ +[1,0,1,-740,7930],\ +[1,0,1,-629328,211392798],\ +[1,-1,0,-13326,595668],\ +[1,0,1,-56349,5143672],\ +[1,-1,0,-2031,58221],\ +[1,0,1,-6949778,-33195561244],\ +[1,0,1,-363991,84494234],\ +[1,-1,1,-5680088,5211934067],\ +[0,1,1,333,6805],\ +[1,0,1,-1700,-23210],\ +[0,1,0,-63173,6092199],\ +[0,1,1,143,-53],\ +[1,0,1,-6810523,9167300006],\ +[1,0,1,-53139,4933222],\ +[1,-1,1,-24113,1447201],\ +[1,-1,1,-30631490,65260648001],\ +[1,0,1,-4646,121386],\ +[1,-1,0,663,-6075],\ +[1,-1,0,-16134,795140],\ +[1,-1,0,-1287,18105],\ +[1,0,0,-44538,4294628],\ +[1,0,0,-9837,-2021679],\ +[1,-1,0,-1182,15942],\ +[1,-1,1,7585,181063],\ +[1,0,1,-121301,16250700],\ +[1,-1,1,-4673,-197423],\ +[1,-1,0,45939,3917411],\ +[0,0,0,-2097,36961],\ +[0,1,1,-947,10910],\ +[1,0,0,188,336],\ +[1,0,1,-5183,151418],\ +[1,0,1,-8751,314342],\ +[1,-1,0,-85722,9681672],\ +[0,1,1,-9481,352186],\ +[1,0,1,2802,50756],\ +[0,0,0,-5712,166084],\ +[1,0,0,11187,4995217],\ +[1,0,1,-23850,-2481920],\ +[1,0,1,-8801,317044],\ +[1,-1,0,1653,-5415],\ +[1,-1,1,-23519,1394119],\ +[1,0,1,644,15994],\ +[0,1,0,-10061,-3118340],\ +[1,0,1,-414,-12014],\ +[1,0,1,32304,8464190],\ +[0,1,1,17309,-247235],\ +[0,1,1,-43,462],\ +[1,-1,1,-3180134,1872295669],\ +[0,1,1,-523,4600],\ +[0,0,1,-6372,195770],\ +[0,1,0,915,10900],\ +[1,-1,0,300,9800],\ +[0,1,1,-83463,1413290],\ +[1,-1,0,375,15375],\ +[1,0,1,-1055,24742],\ +[0,1,1,-22501,1291655],\ +[1,0,0,-1405,23025],\ +[0,1,1,425,-3496],\ +[1,-1,1,-3896021,2593621549],\ +[0,1,1,-10747,425107],\ +[0,0,1,0,1560],\ +[1,0,1,-49467,3961222],\ +[1,0,0,2757,-26991],\ +[1,0,0,1462,40740],\ +[1,0,1,84,7140],\ +[1,0,1,503,-658],\ +[1,-1,0,-2517,87273],\ +[1,0,0,16839,-2057095],\ +[0,1,1,-87611,9953041],\ +[1,0,1,-48821,2932544],\ +[1,-1,0,-627,6137],\ +[0,1,0,891,10279],\ +[0,0,1,1188,-16603],\ +[0,1,0,-38869,-2952457],\ +[0,1,1,-754371,2909357686],\ +[1,0,0,-272253597,-1088436748751],\ +[1,0,1,-4576,-15702],\ +[1,0,1,-57234,-8576274],\ +[0,1,0,-53413,4733607],\ +[1,-1,0,-312,2258],\ +[0,1,0,-1757,193599],\ +[0,1,1,-12083,-947506],\ +[0,1,1,-17413,877937],\ +[1,0,1,961,16966],\ +[0,0,0,-840,9508],\ +[1,0,0,-295,337],\ +[1,0,0,-1598,-27156],\ +[0,1,1,-33687,1343567],\ +[1,-1,1,-376592708,-2665792822769],\ +[1,-1,1,-43418,3859481],\ +[1,-1,0,581646,20280410],\ +[0,1,0,-13309,586559],\ +[1,-1,0,-48595191,119724718941],\ +[1,0,1,-5624,288982],\ +[1,0,1,-9076,332048],\ +[1,0,0,2063760,-4837643208],\ +[1,0,1,-2415,42622],\ +[0,1,0,-24061,-1141340],\ +[1,-1,1,-1196,13103],\ +[1,-1,0,-31407,1943595],\ +[0,0,1,-36078,2595483],\ +[0,0,0,0,279841],\ +[1,-1,1,-220772,39981871],\ +[0,0,0,-16605,823581],\ +[1,-1,0,-15966,-713424],\ +[1,-1,1,-1730,28297],\ +[0,1,0,-14695821,21679055055],\ +[1,0,1,73874,3820640],\ +[0,1,1,147,-492],\ +[1,0,0,-472465298,3952736903684],\ +[1,-1,0,318,18],\ +[0,1,0,571,-7052],\ +[0,1,0,-6556,127300],\ +[1,0,0,-4083,100449],\ +[1,0,1,-8633532,9775583738],\ +[1,0,0,-23,529],\ +[0,0,0,3987,-9683],\ +[0,0,0,-855,8878],\ +[0,0,1,-918,10073],\ +[1,0,1,-17251,888602],\ +[0,1,1,343,29412],\ +[1,0,0,3075404,-66589395824],\ +[1,-1,1,-87815,10038071],\ +[1,0,1,-21726,1226448],\ +[0,1,0,-4946,132249],\ +[1,0,1,-4586946506,119572755688892],\ +[1,0,1,-642,9638],\ +[1,0,0,-216,46656],\ +[1,-1,1,-1232687,527086711],\ +[0,1,1,-2405,43256],\ +[0,0,0,300,-1607],\ +[1,0,1,-897,-212],\ +[1,0,1,-117523,15500078],\ +[1,-1,1,-5888,171811],\ +[0,1,0,-250,15625],\ +[1,0,1,204,-1874],\ +[0,1,1,-43421,3468120],\ +[0,1,0,-366,2465],\ +[0,1,1,2179,-562680],\ +[0,1,1,-337631,75402400],\ +[0,1,0,-25916,-1683996],\ +[1,0,1,-60448,30497006],\ +[1,0,1,-200621,34570424],\ +[0,1,1,-1485,21539],\ +[0,0,0,0,6724],\ +[1,0,1,-814775,328420352],\ +[1,0,1,690,-35678],\ +[0,1,1,-68839,8881474],\ +[1,0,0,-5745,-19863],\ +[1,0,0,-1910,31972],\ +[1,0,1,-7306,149892],\ +[1,-1,0,-132,2024],\ +[0,1,1,947,-8709],\ +[0,1,0,-134,4489],\ +[1,0,1,205,442],\ +[1,0,0,-9574,390316],\ +[0,0,0,-30375,2058750],\ +[1,-1,0,-205332,36995280],\ +[1,-1,0,-1536,263168],\ +[0,1,1,-883,11044],\ +[1,0,1,-30063,1378906],\ +[0,0,1,-72828,7565483],\ +[1,0,1,-20279,1109802],\ +[1,0,0,-52119,-2737943],\ +[1,0,1,-31736,2173394],\ +[0,1,1,-3791,88490],\ +[1,0,0,-1942,-46876],\ +[1,0,1,-6851,217594],\ +[1,0,1,-194461,32989992],\ +[0,1,1,-597,5410],\ +[0,1,1,-1223,14463],\ +[1,0,0,-5496735,-5051572775],\ +[1,0,1,-1549406,2038409552],\ +[1,-1,1,5947,415037],\ +[0,0,0,-1968,26308],\ +[1,0,1,-123,15006],\ +[1,0,1,-244951,46683798],\ +[0,1,0,-2325,-51625],\ +[1,-1,0,-294,2058],\ +[0,1,1,-3403,75285],\ +[1,-1,0,-44355,3606501],\ +[1,0,1,-60524,5751866],\ +[0,0,0,-1111320,450936612],\ +[0,1,0,-14108,-716028],\ +[1,0,0,-37010,4341100],\ +[0,1,0,-1490461,699875839],\ +[1,-1,0,-960,-25380],\ +[1,-1,0,-6612,-620208],\ +[1,-1,0,-15232542,22886474516],\ +[1,0,1,-7805,-105000],\ +[0,1,0,635,4775],\ +[1,-1,1,-8252,295679],\ +[1,-1,0,-6099,481293],\ +[0,1,1,-993,13530],\ +[0,0,1,0,13050156],\ +[1,-1,1,-452,4079],\ +[1,0,0,-1984966,10944061996],\ +[1,0,1,-51818,-2801292],\ +[0,0,0,-948,11497],\ +[1,-1,0,132,1848],\ +[0,1,1,14659,-2556674],\ +[1,-1,1,-9197,131669],\ +[1,0,1,-135707,19232742],\ +[1,-1,1,130,1805],\ +[0,1,1,-21405,725934],\ +[0,1,1,-1203409,-563496155],\ +[1,0,1,-16755,108302],\ +[1,-1,1,-85385,9624593],\ +[1,0,1,-101637,12463148],\ +[1,0,1,-10996069,14033823392],\ +[1,0,0,49312,-19012608],\ +[1,0,0,-7251,360865],\ +[0,0,0,360,-1692],\ +[1,0,1,-3468,116306],\ +[0,0,0,-1881,31393],\ +[0,1,1,-20517,1124317],\ +[1,0,0,-248963,-192789183],\ +[1,0,1,-16548,818006],\ +[1,0,0,-888285,322138097],\ +[1,-1,1,-1835,30971],\ +[1,0,0,314,1380],\ +[0,1,1,-29,-2121],\ +[0,1,0,-75669,8639639],\ +[0,0,0,-1845,30493],\ +[0,1,1,-301,1041],\ +[0,1,1,-861,9371],\ +[0,1,0,2602,13065],\ +[1,0,0,-512,262144],\ +[1,0,1,-311288,-60184762],\ +[0,1,1,265,4289],\ +[0,1,0,-4682,121761],\ +[1,0,0,-4086372256,-98221911563264],\ +[0,0,1,-924,-3990],\ +[0,1,1,-4009,-7572620],\ +[0,1,0,-9181,-268705],\ +[1,-1,0,-300,10200],\ +[1,0,1,246,60762],\ +[1,-1,1,241,-233],\ +[1,0,0,-11397,462169],\ +[0,1,1,-9645,460649],\ +[1,-1,0,-313242,65188916],\ +[0,1,1,-343,7481],\ +[1,0,0,14784,576000],\ +[0,1,1,-587067,159837707],\ +[0,1,0,-310,1833],\ +[0,1,1,-85147,10121070],\ +[1,0,1,-4315,174980],\ +[1,0,1,-2055,35682],\ +[0,1,1,-975,-36969],\ +[1,-1,1,-128474,-45364711],\ +[1,0,0,-4121,78201],\ +[1,-1,1,-264605,52475045],\ +[1,0,1,-34136,2448120],\ +[0,1,1,-9641247,-11495824720],\ +[0,0,1,6102,221528],\ +[1,0,1,-395617234,3028699522532],\ +[1,0,1,-22338074,40794758516],\ +[1,0,1,-76951,4030298],\ +[1,0,0,-4691,124321],\ +[0,1,1,47,552],\ +[1,0,0,8193,339481],\ +[1,0,1,-1538,23988],\ +[0,1,0,-149469,-32422401],\ +[0,0,1,-60138,5723094],\ +[0,1,1,-3231213,2234561798],\ +[0,1,1,-24967,1510020],\ +[1,-1,1,-1238,14117],\ +[1,-1,1,-5228,146927],\ +[1,0,0,-140408,-51378112],\ +[0,1,0,-253,1556],\ +[0,0,0,-9000,328977],\ +[0,1,1,-11671,481405],\ +[1,-1,0,-1311,15911],\ +[1,-1,0,-702,1788],\ +[1,0,1,-89307,10271828],\ +[0,1,0,275,500],\ +[1,0,1,-66216,6552566],\ +[1,-1,1,-23651,1405859],\ +[1,0,1,-32201,2459548],\ +[1,0,0,-11796,-411760],\ +[1,0,1,-29156,505946],\ +[0,1,1,-6421625,6260876179],\ +[0,0,0,-405,5157],\ +[1,0,0,-73138,10421892],\ +[1,-1,0,1713,29933],\ +[1,0,0,-21641,-3974439],\ +[1,0,1,-465,3830],\ +[1,0,0,-1028026,400726756],\ +[1,-1,1,-322061,70642229],\ +[0,0,0,312,-1628],\ +[1,0,0,-203449,35573201],\ +[1,0,0,100,10000],\ +[1,0,0,496,-13544],\ +[0,1,0,1838559,-336136896],\ +[1,0,0,1595706,4778318692],\ +[0,1,1,-9169,334894],\ +[0,1,1,-1255,-27119],\ +[1,-1,1,1024,-85981],\ +[1,0,1,-243,1658],\ +[1,0,1,-6932878,7026354256],\ +[1,-1,0,7563,179765],\ +[0,1,1,-1457,36547],\ +[1,0,1,206,-928],\ +[1,0,1,128,68],\ +[0,0,0,-1791,29158],\ +[1,-1,1,66949,-19004821],\ +[0,1,0,3662,-126775],\ +[0,1,0,3358,30129],\ +[0,0,0,-1593,24417],\ +[0,1,1,-12013,685461],\ +[0,1,0,2042,33713],\ +[0,1,0,-1530533,-6650317241],\ +[1,-1,1,-22331,1289899],\ +[1,0,1,121202,13144256],\ +[1,-1,0,-5148594,-5118223092],\ +[1,0,1,-2901,53432],\ +[1,-1,0,-45759,3779013],\ +[0,1,1,-43459,3472680],\ +[1,0,1,-850,9920],\ +[1,0,1,-5888,173388],\ +[1,0,1,85,7310],\ +[1,0,1,10832,915806],\ +[1,0,1,-26936418,128998573108],\ +[1,0,0,-5738,166308],\ +[0,1,0,-28996,1890820],\ +[0,1,1,-4801,123046],\ +[1,0,1,-6148254,-8545590894],\ +[1,0,0,-1232,16856],\ +[1,-1,0,-4857,56429],\ +[1,0,0,-2004,-44144],\ +[1,0,1,-2937,-1285552],\ +[1,0,1,-275308,55579306],\ +[0,1,1,697,2038],\ +[0,1,0,13263,-274184],\ +[1,0,1,-68,4556],\ +[0,0,1,798,-852423],\ +[1,0,1,-5913,724988],\ +[1,0,1,7852,-773422],\ +[1,-1,0,-3339881244,74293279877250],\ +[1,0,1,-155296,23541966],\ +[0,1,0,-628,-26620],\ +[0,0,0,24,-28223],\ +[1,0,0,-13138,581892],\ +[1,0,1,-11829636,15659493122],\ +[1,-1,1,-386259491,2921604777883],\ +[0,1,1,-3865,84994],\ +[0,0,1,3438,-14853],\ +[1,-1,0,483,-5259],\ +[0,1,0,4231,1117248],\ +[1,-1,1,-88310,10123013],\ +[0,0,1,594,-1546],\ +[0,1,1,-12757,-173270],\ +[0,0,0,-3120,64132],\ +[1,0,1,-1226,16716],\ +[1,0,1,-1701,117298],\ +[1,0,0,-2955,59977],\ +[1,0,1,-172,29412],\ +[0,1,1,-19647,-510523],\ +[0,1,1,-406365,649246619],\ +[1,0,0,-6013,1452017],\ +[1,0,1,-4511609,3688085532],\ +[1,-1,1,-74180,-7366553],\ +[0,1,0,-1477,21364],\ +[1,0,0,3534,247940],\ +[1,0,1,-6620,213590],\ +[1,0,0,-7336,220736],\ +[0,0,1,-1512,22547],\ +[1,0,1,-6396,93342],\ +[1,0,0,-1799338,-931459420],\ +[1,0,1,851,-38744],\ +[1,0,0,-1163,-43791],\ +[1,0,0,59,3481],\ +[1,0,1,-975714,371376436],\ +[1,0,1,336674,75108048],\ +[0,0,0,-168,-23567],\ +[1,-1,0,2226,-117420],\ +[1,0,1,-79965,8710840],\ +[1,-1,1,-8885,108109],\ +[0,1,0,-261,540],\ +[1,0,1,-198657,31005252],\ +[0,1,1,-383,2794],\ +[0,1,0,2523,-3636],\ +[0,1,0,-618,5705],\ +[1,-1,1,-12284,558527],\ +[0,1,0,-653,2479],\ +[1,0,1,3887,300788],\ +[1,0,0,-24417,1467649],\ +[0,0,1,-1620,-41803],\ +[1,0,0,-24263,1451017],\ +[1,0,1,44511,-2622548],\ +[0,0,1,-258,2229],\ +[1,-1,1,127,1721],\ +[0,1,0,-43516,3479524],\ +[0,0,0,1473,58054],\ +[1,-1,1,-920,-26725],\ +[1,0,1,-6118,183658],\ +[0,1,1,681,28729],\ +[0,1,0,-588,5572],\ +[0,0,0,-824343,-309443378],\ +[0,1,1,-6353,-145927],\ +[0,1,0,-108812109,436845585519],\ +[1,0,0,224,-1960],\ +[1,-1,0,-1107150,1715306580],\ +[1,0,1,-11229891,14490400062],\ +[0,1,1,529,69960],\ +[1,0,1,-341,3016],\ +[0,1,1,-1983,32969],\ +[1,-1,1,-135008,-17715349],\ +[1,0,1,-32926,2296848],\ +[0,1,1,-272693,54661411],\ +[1,0,0,-18447,963449],\ +[1,0,0,-9305,-151623],\ +[0,1,0,-3873,91512],\ +[0,0,0,-10296,322852],\ +[1,0,0,157,833],\ +[0,1,0,308,-53116],\ +[0,0,0,1320,-56303],\ +[1,-1,0,300,-54],\ +[1,0,1,-32269,2655496],\ +[1,0,0,-61474,3087756],\ +[1,0,1,-69484,7043906],\ +[1,-1,0,-7305,-9199],\ +[0,0,1,-630,4809],\ +[0,0,0,-12375,528750],\ +[1,0,1,-84814,11432192],\ +[0,1,1,-268177691,1635287342401],\ +[1,0,1,-253,-118244],\ +[0,1,0,-9988,380900],\ +[0,1,0,-14508,-669916],\ +[0,1,1,-124333,-2396381],\ +[1,0,0,-14797333,-22209515935],\ +[0,1,0,-30266,-3141751],\ +[1,0,1,-2775471,1790655394],\ +[0,1,0,995,61503],\ +[1,0,1,1090277,-11638494],\ +[0,1,0,-293,940],\ +[1,-1,1,-1865,49609],\ +[0,0,0,3888,-94716],\ +[1,-1,0,-912,10830],\ +[0,0,1,-179766,29336583],\ +[0,1,0,-2728981,2273092460],\ +[0,1,1,89,461],\ +[1,0,0,-5629,289521],\ +[1,-1,0,1146,-30772],\ +[1,-1,0,-6225,191411],\ +[0,1,0,-12301,521039],\ +[1,0,1,-62202654,207873217306],\ +[1,-1,1,-12788,596567],\ +[1,0,1,-117,13572],\ +[1,0,1,5083,-84192],\ +[0,1,1,-8681,256956],\ +[0,1,0,-562,4929],\ +[1,-1,0,-4757955,3995838575],\ +[1,-1,0,-2517,50741],\ +[1,0,0,216,512],\ +[1,0,1,1998,9028],\ +[1,-1,0,5466,-182460],\ +[1,0,1,-145,20880],\ +[1,-1,0,-344478,77733252],\ +[0,1,1,-3853,163108],\ +[1,0,0,-988,-8112],\ +[1,-1,0,726,-24732],\ +[0,1,1,-66013,-19663475],\ +[0,0,0,-35937,-5138991],\ +[0,1,0,-91716,10660420],\ +[1,0,0,-204866,-35751420],\ +[0,1,0,74174,6029465],\ +[1,0,1,-2042417,34485046102],\ +[1,0,0,-125,15625],\ +[0,1,1,229,-77045],\ +[0,0,1,480,5673],\ +[1,0,0,-649668,201346064],\ +[1,0,1,-23524,1372866],\ +[1,0,1,89,8010],\ +[1,-1,0,-2838432,-3244606560],\ +[0,0,1,21258,-1114170],\ +[0,0,0,-549,3421],\ +[1,0,0,-738,7660],\ +[1,0,0,8086,126052],\ +[0,1,0,250,15625],\ +[1,-1,0,1203,-6795],\ +[1,0,1,-457,2688],\ +[1,-1,1,-387647,-59302681],\ +[1,0,1,-39110,3099880],\ +[1,0,0,3547,-2375],\ +[0,0,0,10152,654372],\ +[0,0,0,-40392,3125124],\ +[1,0,1,-6088,260938],\ +[1,0,1,18177,-22283994],\ +[1,0,1,-7395,-137390],\ +[0,1,1,-2779,54680],\ +[1,0,0,-3640083,2672795681],\ +[1,0,0,947,34961],\ +[1,0,1,-5201,142948],\ +[1,0,0,-11321,-1836935],\ +[0,1,0,3106,-58071],\ +[0,1,1,135,-69],\ +[1,0,0,-4753184,3987653632],\ +[1,-1,0,-12372,-78768],\ +[1,-1,1,-2960,62579],\ +[1,-1,1,-3989,97957],\ +[1,0,1,-5172,-57102],\ +[1,0,1,244941,3076046],\ +[1,0,1,-69,4692],\ +[1,-1,1,-28169,-897271],\ +[1,-1,1,-290,1513],\ +[0,0,0,-4359,534334],\ +[1,-1,0,32478,1774548],\ +[0,0,1,-3618,84323],\ +[0,1,0,-53206,4708369],\ +[1,-1,1,-2225,40249],\ +[0,1,0,-8444,298404],\ +[1,-1,1,-5132,137231],\ +[1,-1,1,-140636,20334943],\ +[1,0,1,7302,264028],\ +[1,0,0,12504,-465344],\ +[1,-1,0,31047,-718227],\ +[1,0,0,-2165,38617],\ +[1,0,1,-8891543,10269404858],\ +[1,-1,1,-91664561,337031222753],\ +[1,0,1,-1888579,-998461198],\ +[0,1,0,-24350,-1926375],\ +[0,1,0,-3236,-234716],\ +[1,0,1,372,-11994],\ +[1,0,1,-32336,947486],\ +[1,0,1,-9037,326942],\ +[0,0,1,-2412,40340],\ +[1,0,1,-24205,1265042],\ +[1,0,1,-161606,24607000],\ +[0,1,0,-12973,564431],\ +[0,1,0,-421,3719],\ +[1,0,1,29197,-407994],\ +[0,1,1,-18451,972496],\ +[0,1,0,-334045,71722143],\ +[0,1,1,-65611,6444541],\ +[1,0,0,-720,6912],\ +[1,-1,1,-377,16001],\ +[1,0,1,-9338,348438],\ +[1,-1,0,-3264,72548],\ +[0,1,0,-3861,22679],\ +[0,1,0,-118058,15572937],\ +[1,0,1,-464,722],\ +[1,-1,0,552,33488],\ +[0,1,0,-3972,-19836],\ +[1,0,1,-56336176,-162933589602],\ +[1,0,1,404,-910],\ +[1,0,1,-4681,-9558],\ +[1,0,1,-335911,74901674],\ +[1,0,0,1530,-50588],\ +[1,0,1,409,6312],\ +[1,0,1,-190501,31987248],\ +[1,-1,1,1774,348689],\ +[1,0,1,3090,34312],\ +[0,1,0,-20389,6543239],\ +[0,1,0,-24021,-5709545],\ +[1,-1,1,-85475,9639803],\ +[1,0,0,154859,-88257375],\ +[1,-1,1,-86780,-4049729],\ +[1,-1,0,2133,-1959],\ +[1,0,1,-19320943,32747502306],\ +[1,0,1,-3475346,2493398692],\ +[1,-1,0,-101511711,242460378531],\ +[1,0,0,-1185,17225],\ +[1,0,1,56,3192],\ +[1,0,0,-6,-3420],\ +[1,0,0,-17256,870976],\ +[0,1,1,-261,1306],\ +[1,0,0,1644,51920],\ +[1,0,1,-123886130,-531111887070],\ +[0,0,0,-792,8676],\ +[0,1,0,-44833,5748088],\ +[1,0,0,-34,1156],\ +[1,0,1,-394054,95175256],\ +[0,1,0,-97,624],\ +[1,0,1,-24,552],\ +[0,1,0,-101005,16208975],\ +[1,0,0,-1003768,382664768],\ +[1,0,1,-4302,108792],\ +[1,0,0,-82138728578,15533762992474820],\ +[0,1,1,-415,3044],\ +[0,1,1,-429,3214],\ +[0,0,0,-1647,25686],\ +[1,0,0,-86997,10112481],\ +[1,0,1,-1083,13768],\ +[0,1,1,5235,50519],\ +[0,1,0,-87325,9769375],\ +[1,0,1,-7053,252948],\ +[1,0,0,1067,44513],\ +[1,0,0,90962,-12726908],\ +[1,0,0,-2525,48625],\ +[1,0,0,-97500366978,11718102594161348],\ +[0,1,0,-590,5313],\ +[1,-1,0,-8469886587,-299827109897371],\ +[0,1,0,-5980,176100],\ +[1,0,1,59138928,-26793428642],\ +[0,1,0,147,-44],\ +[0,1,1,3635,11619],\ +[0,1,0,-363186,84488489],\ +[0,1,1,-5903,222956],\ +[0,1,1,-541,4646],\ +[0,1,0,-8556,127044],\ +[1,0,1,-438302,112092832],\ +[1,-1,0,-324,-6132],\ +[1,-1,0,-20348484,36028028240],\ +[1,-1,1,28330,-3202459],\ +[0,1,1,-257845,52696474],\ +[1,-1,1,-104,1259],\ +[1,0,1,154,804],\ +[1,0,0,-3627,83889],\ +[1,0,0,380,-2488],\ +[1,0,1,16732,-1119742],\ +[0,1,1,-50299,4326060],\ +[0,1,1,-1441,-1243124],\ +[1,-1,0,-3306,73956],\ +[1,0,0,-255112,-13600704],\ +[1,-1,1,142,-343],\ +[1,0,1,8499,-140368],\ +[1,-1,0,-1542,21708],\ +[0,0,1,-1140,-61275],\ +[0,1,0,-2006,17105],\ +[1,-1,1,-9695,509383],\ +[1,0,0,-144571,21196665],\ +[0,1,0,-2305,11600],\ +[0,1,0,-29878,2107505],\ +[0,0,0,-1944,37476],\ +[0,0,0,-7512,250609],\ +[1,0,0,2884,-9200],\ +[1,0,1,125392,-12274882],\ +[1,-1,0,-332124,73754430],\ +[0,0,1,498,6135],\ +[1,0,0,11862,-118108],\ +[0,1,0,-26005,1605975],\ +[1,-1,0,-13992,79416],\ +[1,0,1,-1630,25182],\ +[0,0,1,-6612,206940],\ +[1,0,1,867,-2282],\ +[1,0,0,-13,-34983],\ +[0,1,0,-8773,37479],\ +[1,0,0,-1144261,-465750079],\ +[1,0,1,85632,60177806],\ +[0,1,0,-1241,-27616],\ +[0,0,1,432,4529],\ +[0,1,1,-443,3386],\ +[1,0,0,-5197,107369],\ +[1,-1,0,-3876,83268],\ +[1,0,0,-163,1217],\ +[0,0,0,-19749087,33780779334],\ +[1,-1,0,-642348,225864912],\ +[1,0,0,-2620,51400],\ +[1,-1,1,-134,2069],\ +[1,-1,1,-114230,14908997],\ +[1,-1,1,-32528,-3391669],\ +[0,1,1,1453,131405],\ +[1,0,0,-55016,4962176],\ +[0,0,1,-703758,-225961152],\ +[1,0,0,-107808,14715576],\ +[1,0,1,-826,28048],\ +[1,0,0,101212,13727568],\ +[1,-1,1,-21443,1157507],\ +[1,0,0,-8413,296313],\ +[1,0,1,-31377196,67647618666],\ +[0,1,1,-6501,161155],\ +[1,-1,1,-4222466714,105609223733977],\ +[1,0,1,-2423,-25494],\ +[1,-1,0,-229749,42305805],\ +[1,-1,0,489,1101],\ +[1,0,1,-636,16762],\ +[1,0,1,-288364,59577662],\ +[0,1,0,-358,2513],\ +[0,1,0,292,-2940],\ +[1,0,0,-20232,1105984],\ +[1,0,1,59485,11529182],\ +[1,-1,1,-1721,26353],\ +[1,0,0,-122961,17676585],\ +[0,0,0,-17145,864081],\ +[1,0,1,-262992,52174878],\ +[1,-1,1,-24839,1512959],\ +[1,-1,0,-87,899],\ +[1,0,0,97,-270887],\ +[0,1,1,-1613,20972],\ +[1,0,1,-38526,2908848],\ +[0,1,0,230,-51007],\ +[1,0,1,-630,6140],\ +[1,0,0,11674,1068156],\ +[1,0,0,-222900875,-1278859420943],\ +[1,0,1,-189951,31848798],\ +[1,0,0,-2829197,-1835591919],\ +[0,1,0,-80333,8769588],\ +[1,0,1,-48477,4102072],\ +[0,1,1,3997,144268],\ +[1,0,1,187,35156],\ +[0,1,1,-11845,483131],\ +[1,0,1,-248186,174331820],\ +[1,0,1,-7318,84708],\ +[1,0,1,2569,-11374],\ +[1,0,0,-4138,99492],\ +[0,1,0,-72852,7598916],\ +[0,1,0,268,-21564],\ +[1,-1,1,2707,80597],\ +[1,-1,1,2617,-299969],\ +[0,1,1,-236441,-27801980],\ +[0,0,1,-119304,15861422],\ +[1,0,1,-636796,200201390],\ +[1,0,0,-2417,60009],\ +[1,0,0,98,9604],\ +[1,0,1,-3504,79602],\ +[1,0,0,-11400,467000],\ +[1,0,0,-1895,33737],\ +[1,0,0,-28009,-1816999],\ +[0,1,1,-1255,98909],\ +[1,0,0,-2138,27492],\ +[1,0,1,-2896,59730],\ +[0,1,0,-2075933,1150554239],\ +[0,1,0,-1130180,-759548572],\ +[1,-1,0,1272,-32428],\ +[1,0,1,-3864,91636],\ +[0,1,1,-463,-1155],\ +[0,1,0,-805,11975],\ +[0,1,1,42999,-680884],\ +[1,0,0,94,-1300],\ +[0,0,0,-12960,-452412],\ +[1,0,1,21936,-5600994],\ +[1,0,0,-94950,11318500],\ +[1,0,0,443,-831],\ +[0,0,1,-559908,161258688],\ +[1,-1,1,109315,-16109755],\ +[1,0,0,-5538,636740],\ +[1,0,1,-3653,86348],\ +[0,0,1,-869592,409918932],\ +[1,0,1,-287656661,1878310826400],\ +[1,0,1,-106619,13390966],\ +[1,0,0,3079,-1146375],\ +[1,0,1,1993,3974042],\ +[1,-1,0,13890,-216780],\ +[1,0,1,-6790,-367108],\ +[1,0,0,-9196,327056],\ +[0,1,0,-2638,79577],\ +[0,1,1,567,894],\ +[0,1,1,-14133,-713150],\ +[1,0,1,-7971,192072],\ +[1,0,0,4106,-964444],\ +[1,-1,0,-7086,233436],\ +[1,-1,1,-161549,24980789],\ +[1,0,0,-6382,195716],\ +[1,0,1,-131682188,584719628906],\ +[1,0,1,14658,-490538],\ +[1,0,0,-1838,17796],\ +[0,0,0,-6000,178852],\ +[0,1,0,11891,-273841],\ +[0,1,1,19861,-11289410],\ +[1,0,1,-28,756],\ +[1,-1,0,-10842,437244],\ +[0,0,1,-589284,174115992],\ +[1,-1,1,2428,-122329],\ +[0,1,1,55,756],\ +[0,1,1,-1197,15545],\ +[1,0,0,-21073,-583895],\ +[1,0,0,-37878,2816164],\ +[1,0,1,353,-11748],\ +[0,0,0,1296,-55836],\ +[0,1,0,964,-3900],\ +[1,0,0,-5899,173897],\ +[1,0,0,-122763,-15531983],\ +[1,0,0,-503,10601],\ +[1,0,1,-2003,34256],\ +[1,-1,0,1566,-36012],\ +[0,1,0,-1122,-11591],\ +[1,0,0,1541,-23279],\ +[1,0,0,-32377,-2154951],\ +[1,0,0,419,2745],\ +[0,1,1,-205,-12244],\ +[1,0,0,-34309,2442817],\ +[0,1,0,-2549,-41076],\ +[1,0,1,6761546,8907350056],\ +[0,0,1,-180,1163],\ +[1,0,0,-29513,1949017],\ +[0,1,1,-111,811],\ +[0,0,0,-7152,232804],\ +[1,0,1,-1412316,79786758682],\ +[0,1,0,-16926,833985],\ +[1,0,0,153,161],\ +[1,0,1,-2031154,1134421556],\ +[1,-1,1,-104,-10453],\ +[1,-1,1,-26192,1687091],\ +[1,0,0,-4788,108584],\ +[1,-1,0,-6666963,-6324246523],\ +[1,0,0,5348,-84784],\ +[0,0,1,-1482,23712],\ +[0,0,1,0,1972620],\ +[1,0,0,-9445,231937],\ +[1,-1,1,-407,3439],\ +[0,1,0,-1061,20039],\ +[0,1,1,-317,1245],\ +[1,0,1,-64840,6349142],\ +[1,0,0,-31123,2110753],\ +[1,-1,0,543,1593],\ +[1,0,1,13697,-480494],\ +[0,0,1,-86313618,307808285114],\ +[1,0,0,1202,56636],\ +[1,0,0,-18317,-944879],\ +[0,1,0,1859,49604],\ +[0,1,0,-5474,154089],\ +[1,0,1,-187311,31187022],\ +[1,-1,0,-210,5040],\ +[1,0,0,-2420,45712],\ +[1,0,0,-3438,-81108],\ +[0,0,0,-19215,1025334],\ +[1,0,1,-3933,94168],\ +[1,-1,0,-92835,10281525],\ +[1,-1,0,43296,-6528072],\ +[1,-1,0,-487446,131112116],\ +[0,0,0,-92232,-22502556],\ +[1,0,1,-4121,354556],\ +[1,0,1,-54613415,155340367372],\ +[1,0,1,-32108,2210618],\ +[0,1,0,379,1319],\ +[0,1,1,419,-6069],\ +[0,0,0,-4119,477454],\ +[1,-1,1,1693,-261469],\ +[1,0,1,69388654,325502045092],\ +[0,0,1,-6000,159531],\ +[1,0,0,-5968,176960],\ +[0,1,0,-112254437,-378301696596],\ +[0,1,1,-625053,189997436],\ +[1,-1,0,-5861984742,173796099284916],\ +[1,-1,0,-29710992,62341252416],\ +[1,-1,1,-622280,189094411],\ +[1,0,1,-366,-73120],\ +[0,1,1,-81113,8863096],\ +[1,0,1,-898938389,10375915887712],\ +[1,0,1,-19451,1034048],\ +[1,0,0,-7838,266436],\ +[0,1,1,-14483,-672802],\ +[1,0,1,-2344862,1381855098],\ +[0,0,0,-1011933,392255757],\ +[0,0,1,-7320,228567],\ +[1,0,1,-18285,1012072],\ +[0,1,0,1125763,-79022241],\ +[0,1,0,412,-28],\ +[1,0,1,-19194,1021882],\ +[1,0,1,-8537088,9600675406],\ +[0,0,1,-606,5754],\ +[0,0,0,-13527,5103054],\ +[1,-1,0,2322333,388169847],\ +[1,-1,1,-14447,672671],\ +[0,0,1,-3576,-1420626],\ +[0,1,0,-3233,69688],\ +[1,0,0,-4236,59536],\ +[1,-1,0,-1347,19385],\ +[1,0,1,-806,7040],\ +[0,1,1,-339181,75923050],\ +[1,0,0,-1703443,855593513],\ +[0,1,1,81219,-727000],\ +[1,0,1,863,13508],\ +[0,1,0,90,2025],\ +[1,-1,1,-24179,1453139],\ +[1,0,1,-51348,4479378],\ +[1,0,1,823,-1634912],\ +[1,0,1,-8601,306284],\ +[0,1,0,-4685,109775],\ +[1,0,1,296,1196],\ +[1,-1,1,-142166,20667493],\ +[0,1,1,-9455,350734],\ +[1,-1,0,-14436,-897504],\ +[1,0,1,-7164,459362],\ +[0,0,1,-16920,847127],\ +[0,1,1,275835,62469181],\ +[0,1,0,-2034,-122607],\ +[1,0,0,211,-1903],\ +[1,0,0,-59035,-5446775],\ +[1,-1,0,2145,-115425],\ +[1,-1,0,-294,9800],\ +[0,1,0,-2581,-39561],\ +[1,0,0,-4013,648017],\ +[1,0,1,-2500,53662],\ +[1,0,1,-22115,1953182],\ +[0,0,0,-22455,1296846],\ +[1,0,1,-21981,-1076376],\ +[1,-1,0,-4812198,4064358068],\ +[1,-1,1,-596,-37321],\ +[0,0,1,-3979530,-3146382232],\ +[1,0,1,-123920,16753502],\ +[1,0,1,-4331,-29968],\ +[0,0,1,-35442,2568180],\ +[0,1,1,-57,812],\ +[1,-1,1,-2497403,1976020331],\ +[1,0,0,-66581,6606945],\ +[1,-1,0,480,25280],\ +[1,-1,0,151158,-57152620],\ +[0,0,1,354,-1686],\ +[0,0,1,-444,6135],\ +[1,0,0,41679,-7462935],\ +[0,1,0,-923973,341553772],\ +[1,0,0,-1914182,-964585116],\ +[1,0,1,-1409,20216],\ +[0,1,1,-222385,40292439],\ +[0,1,0,-398,2969],\ +[1,0,1,-17146,1063980],\ +[1,0,1,619809,374859250],\ +[1,0,1,-233237,40082528],\ +[1,0,0,1492,87608],\ +[0,1,0,-1845,29943],\ +[1,0,1,13620,1002262],\ +[1,0,0,-17775881,35860321945],\ +[1,-1,1,-654833,200599201],\ +[0,0,1,-11430,468317],\ +[1,0,0,-9383,585545],\ +[1,-1,0,-1594824,776668130],\ +[1,0,0,-252386,48781916],\ +[1,0,0,111939,-18729359],\ +[1,0,0,1592,-13760],\ +[1,0,0,-1012,-86896],\ +[1,0,0,-26038,1725348],\ +[0,1,1,289,5111],\ +[1,-1,0,276,8280],\ +[1,-1,1,-108839,-9274273],\ +[1,-1,1,-518780,143815231],\ +[1,-1,0,3030,-316650],\ +[1,0,1,-839,9712],\ +[1,0,0,-287602806,1877293805220],\ +[1,0,1,-103,10506],\ +[0,0,1,-2304,42567],\ +[1,0,0,-13535,-231903],\ +[1,-1,1,-21290475254,1230363362782469],\ +[1,0,1,-5074,186916],\ +[1,0,0,308160,-121944808],\ +[0,0,1,-2580,45828],\ +[1,0,0,177,1081],\ +[0,1,1,-55,756],\ +[1,0,0,4687461,-713370159],\ +[0,1,1,-78063,8368941],\ +[1,0,1,-7552993,-7989435944],\ +[0,0,0,-34632,2480644],\ +[1,0,0,-21347,1202049],\ +[1,-1,0,2676,78618],\ +[1,0,1,-2526,54616],\ +[1,0,0,-698522,-203332756],\ +[1,-1,0,-507,28899],\ +[1,-1,0,-1626,23876],\ +[1,0,1,-458920,120259250],\ +[0,1,0,-7604,353508],\ +[0,0,0,-2583,50542],\ +[0,1,1,-7895,267274],\ +[0,1,0,967,-22712],\ +[0,0,1,-468,-16036],\ +[1,0,0,-97861,-47242559],\ +[0,1,1,-51913,4535363],\ +[0,1,0,-1030,6225],\ +[1,0,1,-2735,55082],\ +[1,0,1,-664018,208197508],\ +[1,-1,0,-2823,58247],\ +[0,0,1,-6156,185888],\ +[1,0,1,4391,384956],\ +[0,1,0,-8257,-351256],\ +[1,-1,0,-135204,19168928],\ +[1,0,1,-250781,48373544],\ +[0,0,0,-6840,217737],\ +[1,0,0,1070,21252],\ +[1,0,1,1582,3108],\ +[1,-1,0,10191,-556435],\ +[1,0,1,-296,3774],\ +[0,1,1,-561,6195],\ +[1,0,1,2909,-8994],\ +[1,0,1,-52603,4408006],\ +[1,-1,1,-326792,72228691],\ +[1,0,0,131589,101543185],\ +[0,0,0,-64071,6242238],\ +[1,0,1,-395907,96018872],\ +[1,-1,1,-1532,21439],\ +[1,-1,0,-200040048,1127755758762],\ +[1,0,1,-1336,72622],\ +[1,0,1,-2191,39306],\ +[1,0,1,-6962,231572],\ +[1,-1,1,102811,-100963],\ +[0,1,0,-69057,8245936],\ +[1,-1,1,-52011599441,4565618973045569],\ +[1,0,0,-5352,115264],\ +[0,1,1,3575,36104],\ +[1,0,0,-2862,59076],\ +[1,0,1,-875047,312163032],\ +[0,1,1,-333,1451],\ +[1,0,0,-6840,193600],\ +[0,1,0,-2588837,1602423399],\ +[0,0,0,132,-1103],\ +[1,0,1,-2714294,1720981676],\ +[0,0,1,7560,69419],\ +[0,1,1,255,16256],\ +[1,0,0,-1417361,649366441],\ +[1,0,1,-2578844,1594264042],\ +[1,0,0,-1690,21092],\ +[1,0,0,-4216,105496],\ +[1,0,0,-30303,-2511271],\ +[1,0,1,-236701,44331048],\ +[1,-1,0,-11706,490428],\ +[0,1,1,-227,12882],\ +[0,0,1,-3492,79857],\ +[1,0,0,-16208703,25117201305],\ +[0,0,0,756,-999],\ +[1,-1,1,-427385,-36263591],\ +[1,0,1,250,-980],\ +[1,0,1,-359,128522],\ +[0,1,0,-90,2025],\ +[0,1,1,-292383,-60830494],\ +[1,-1,0,-1135638,466089498],\ +[1,0,1,1243,-13012],\ +[0,1,1,-1253369,539672925],\ +[0,0,0,-58653,5467077],\ +[1,0,1,-12963,564406],\ +[0,1,0,2139,66439],\ +[0,1,0,-8697,-312056],\ +[1,-1,0,-14730,692700],\ +[0,1,0,-3433,76288],\ +[0,0,0,4656,-2207039],\ +[1,0,0,-62526,-7282620],\ +[1,0,1,-89947,10193508],\ +[1,0,1,-6164,185736],\ +[0,0,0,-2889,59841],\ +[1,-1,1,-9723398,11672547221],\ +[1,-1,0,-359025,82894365],\ +[1,0,0,-550,4132],\ +[1,-1,0,-633,-157587],\ +[1,0,1,1549,-71702],\ +[1,0,0,-1221,-41599],\ +[1,-1,0,-117660,15557616],\ +[1,0,1,1285991,628835696],\ +[0,0,1,0,2352],\ +[0,1,1,-4615341,3814861240],\ +[0,1,1,-240661,45361820],\ +[1,0,0,-6037,180041],\ +[0,1,1,-31053,2096066],\ +[1,-1,1,-3758930,-1626256303],\ +[0,0,1,-3000,17031],\ +[0,0,0,-2637,52141],\ +[1,-1,1,-770,8393],\ +[0,0,1,-10860,437748],\ +[1,-1,1,3445,17947],\ +[1,0,1,1002119,465091886],\ +[1,-1,1,-29459,1954099],\ +[1,0,0,-79626,-9420020],\ +[0,1,1,-511111,174944791],\ +[1,0,0,555,-9063],\ +[0,1,0,-634,-2991],\ +[1,0,1,-488566,132401960],\ +[1,-1,1,-141758,20578637],\ +[0,0,1,0,101442],\ +[1,0,1,39,1560],\ +[1,-1,0,-95016,11471946],\ +[1,0,0,-20938,1209636],\ +[1,0,0,-1170,30212],\ +[1,-1,1,-38942,2267309],\ +[1,0,1,-45823,3887506],\ +[1,0,1,-75693,12471208],\ +[0,1,1,-5592341,5088380115],\ +[1,0,1,-60285,5692120],\ +[1,0,0,-4188,107280],\ +[1,0,1,-902124,358458922],\ +[1,-1,1,-92180,10795447],\ +[0,0,1,-126,-3171],\ +[0,1,0,-27874,1781953],\ +[1,-1,0,-3273,-27667],\ +[0,0,1,-1638,25473],\ +[1,0,1,-2611,51120],\ +[1,0,0,-31333,2132161],\ +[1,0,1,562649,-34985302],\ +[1,-1,1,-17051,858059],\ +[1,0,0,-11232,-469504],\ +[1,-1,0,-47319,3973733],\ +[1,0,1,-381,6154],\ +[1,0,1,-14258,769556],\ +[0,1,0,-326812,71803076],\ +[1,-1,0,26508,-3097584],\ +[1,0,1,-988674,378296996],\ +[0,0,1,-5100,139908],\ +[0,1,1,-5993,-172585],\ +[0,1,0,11964,-1052316],\ +[1,0,0,-1680,31400],\ +[0,0,0,-6048,-1172988],\ +[0,0,1,-34542,2470980],\ +[1,-1,0,-3102,129978],\ +[1,0,0,-6788,214608],\ +[1,0,1,-200445833,1092287640268],\ +[1,-1,0,-10135869,18391131333],\ +[1,0,0,-214081,-31729215],\ +[1,0,0,-31543,2153641],\ +[0,1,1,-273,1767],\ +[1,0,1,-13647905,19398800532],\ +[1,0,0,120260,12906600],\ +[0,1,0,15542,2355713],\ +[0,0,1,-7452,247610],\ +[0,1,1,-283,-4431],\ +[1,0,0,78396,-54563824],\ +[0,0,0,-3432,101956],\ +[0,1,1,-961,11156],\ +[1,-1,1,-120623,15875831],\ +[1,-1,0,-73842,-7454620],\ +[1,-1,1,-13772,625871],\ +[1,-1,0,-2613,-61347],\ +[1,0,0,-6106,183140],\ +[0,1,0,-4833,128088],\ +[1,-1,1,54007,35813897],\ +[1,0,1,-42172,3329898],\ +[1,0,1,-70699,7232122],\ +[1,0,0,1551546,4516561252],\ +[0,1,1,-2333,42951],\ +[1,-1,1,208,4691],\ +[0,1,1,-383157,91164585],\ +[1,0,0,-2872,-5056],\ +[1,-1,0,-1755672,895699008],\ +[1,0,0,6406,-261204],\ +[1,0,0,-31403,2139313],\ +[0,1,0,-170,7225],\ +[0,1,1,-10083,409619],\ +[0,1,0,-67437,6716719],\ +[1,-1,0,-28131,1801061],\ +[0,1,0,-3973,255911],\ +[0,0,1,0,650],\ +[1,0,1,74969355,-374919641600],\ +[1,0,0,-97,9409],\ +[0,1,0,-2900,58500],\ +[0,0,1,-1902,103335],\ +[0,0,0,-30120,-1979996],\ +[1,0,1,-2826,50798],\ +[1,-1,0,-10401,387053],\ +[1,-1,1,-1389269,-418003411],\ +[1,0,1,-26526945,52916309332],\ +[1,-1,1,-800,8891],\ +[1,-1,1,-642113546,6263096219273],\ +[1,0,0,-6934,221732],\ +[1,0,0,-329,817],\ +[0,0,0,-1053,32373],\ +[0,1,0,2939,128039],\ +[1,0,0,2510,-11708],\ +[1,0,0,-42940,-4648408],\ +[1,0,1,-365174,59915972],\ +[0,0,1,966,252],\ +[1,0,1,736,-36564],\ +[1,-1,1,655,2849],\ +[1,0,0,6383,304809],\ +[1,0,1,-17619673895,900210770141610],\ +[0,1,1,43615,-9539811],\ +[1,-1,0,-22830,1358100],\ +[1,0,0,4581,-17199],\ +[0,1,1,-299,5699],\ +[0,1,0,-1108,16388],\ +[0,0,1,-1350,52643],\ +[0,1,1,-1031,66821],\ +[1,0,0,-573,13681],\ +[1,0,0,393,-2519],\ +[1,0,0,-30703,2068153],\ +[0,1,1,-9585,358014],\ +[1,-1,1,-296,9899],\ +[0,1,0,-1627124,798333348],\ +[1,-1,1,553,-544081],\ +[1,0,0,3149,36065],\ +[1,0,0,43265,627225],\ +[1,0,1,-6451,198698],\ +[1,-1,0,-3471,-17407],\ +[1,-1,1,-151517,22653541],\ +[1,0,1,113,-1412],\ +[0,1,0,-2029,69044],\ +[1,-1,0,-5532,160028],\ +[1,-1,1,2950,96689],\ +[1,0,0,536036,79222032],\ +[0,0,0,-999,11646],\ +[1,0,0,18504,219520],\ +[1,-1,0,-887613,322094277],\ +[0,1,0,180,8100],\ +[0,1,0,-701780,-285334972],\ +[0,1,0,2491,-3932],\ +[1,0,0,-27852,3013776],\ +[0,1,0,-26378,1640185],\ +[1,-1,0,-1437,30633],\ +[1,0,1,279,78120],\ +[1,0,1,-1,-35308],\ +[1,0,0,-618,5220],\ +[1,0,1,59954,2092160],\ +[0,0,1,-74088,7763033],\ +[1,0,0,62,-4220],\ +[1,-1,1,-1354204958,18991200884141],\ +[0,1,1,1167,8994],\ +[0,1,1,-5953,-175537],\ +[1,0,0,16345752,34046241560],\ +[1,0,1,-139976,-9725802],\ +[1,-1,1,-126795983,-535421010769],\ +[1,-1,1,10528,-226429],\ +[1,0,0,-2681,72441],\ +[1,0,0,-881,10025],\ +[1,0,0,-3962864,-570326784],\ +[1,-1,0,-555,5741],\ +[1,0,0,-1483,15305],\ +[0,0,1,-1830,-33123],\ +[1,0,0,-1562,52836],\ +[1,0,1,257,-6342],\ +[0,0,1,0,702],\ +[1,-1,0,-2679,-58015],\ +[0,1,0,-454870,-111951775],\ +[1,0,1,21924,19206298],\ +[1,0,1,-1235,18460],\ +[1,-1,0,-82803,8378613],\ +[0,1,0,-631781,187998919],\ +[1,-1,0,-2481,-67987],\ +[0,0,1,-44418,-3443241],\ +[1,-1,0,294,9408],\ +[1,0,1,337164,-184736910],\ +[1,-1,0,-387249,92875805],\ +[1,-1,1,-9830,-321803],\ +[0,1,0,-1247781,536066919],\ +[1,-1,1,1303,16169],\ +[0,1,0,-5365,165463],\ +[1,0,1,-338,938],\ +[1,0,0,-3403,91505],\ +[1,-1,0,-660,876],\ +[0,0,1,-2846178,1848166958],\ +[1,-1,1,-8207,249431],\ +[1,-1,1,700,-6209],\ +[0,1,1,147,5402],\ +[0,1,0,-1346,18705],\ +[1,0,1,-58830,6085760],\ +[1,-1,0,-53395017,150188891277],\ +[0,1,1,-1367,-23123],\ +[1,0,1,-3751,88260],\ +[0,0,0,-13377,290521],\ +[1,0,1,-3608,-629882],\ +[0,1,1,-8912091,10236434545],\ +[0,1,0,-510,65025],\ +[1,0,1,21342,2546068],\ +[1,0,1,-198033,-81531932],\ +[1,0,1,-4179397,3288307952],\ +[1,-1,0,-219,-8217],\ +[0,1,0,-26206,-1638951],\ +[0,0,0,2952,42372],\ +[0,0,1,0,18906],\ +[0,0,1,126,-1078],\ +[0,1,1,-5353,148982],\ +[0,0,0,-840,-6263],\ +[0,0,1,1062,-15777],\ +[1,0,1,-525,3732],\ +[0,1,0,-4890,31113],\ +[0,0,1,-18000,929531],\ +[1,0,1,100081,-7834758],\ +[1,0,1,-556,12874],\ +[1,0,1,312,97656],\ +[0,1,1,-14177,-2550075],\ +[0,1,1,767,7357],\ +[1,-1,0,-3822,81044],\ +[1,0,0,-29585466,62623900900],\ +[0,1,0,-836,-20380],\ +[1,0,0,-5623,161825],\ +[1,-1,1,-46754357,122947792589],\ +[1,-1,0,11622,-226692],\ +[0,1,1,-270833,-54314239],\ +[0,0,1,-62172,-5980608],\ +[1,0,0,304,92416],\ +[1,0,1,264,2542],\ +[1,0,1,-19578,1347756],\ +[0,1,1,-1195,89699],\ +[0,0,1,-19500,1048281],\ +[1,0,1,-2446,46446],\ +[1,0,0,-1141281,-468813239],\ +[1,0,0,-635,6225],\ +[1,0,1,-66,-2694],\ +[0,1,1,178917,77096369],\ +[1,0,1,-2750564,-1962704654],\ +[1,-1,1,-1790,29813],\ +[1,0,0,-1751,65985],\ +[1,0,1,-149360,22203902],\ +[1,0,0,-112,12544],\ +[1,0,0,-31823,2182393],\ +[1,0,0,477,8641],\ +[0,1,0,162,-503],\ +[0,0,0,-269880,53964004],\ +[1,-1,1,2584,-45397],\ +[0,1,0,-4933,-250137],\ +[1,0,0,-55841,4434505],\ +[0,1,0,972,236196],\ +[1,-1,0,-10941,1517481],\ +[1,-1,1,-2405,47197],\ +[1,0,1,-32774,-2086568],\ +[1,-1,1,-1379,-11221],\ +[0,1,1,-4173,108731],\ +[1,0,1,54674,3328298],\ +[0,0,1,282,1779],\ +[1,-1,0,-29145,1922925],\ +[1,0,1,-2825,66162],\ +[1,0,1,1124,49498],\ +[0,1,0,40947,3513519],\ +[1,0,1,-26312,1484758],\ +[1,0,1,-43778,-4475652],\ +[1,0,0,-10312,394304],\ +[1,0,0,-3990,96292],\ +[0,1,0,-108245,11356343],\ +[1,0,1,-30639,-2453788],\ +[1,0,1,9781,1933426],\ +[0,1,0,-12708,-876412],\ +[0,1,0,-5353,149824],\ +[1,0,1,-4174875,3282972410],\ +[1,-1,1,-30482,2057081],\ +[0,0,1,288,-8553],\ +[1,-1,1,-25301,1555309],\ +[1,0,0,-2193781,1250473761],\ +[1,-1,0,-4398,113372],\ +[1,0,0,-27763,1778017],\ +[0,0,0,-927,10246],\ +[0,0,0,2052,16497],\ +[1,0,0,-268790,61096100],\ +[0,1,0,-462,53361],\ +[1,0,0,-1323,18865],\ +[0,0,1,3180,-86412],\ +[1,0,1,-50608,4382118],\ +[0,0,1,-27468,2694573],\ +[1,0,1,-2126,-153952],\ +[1,0,1,19435,265872],\ +[1,0,1,87,7656],\ +[1,-1,0,-2778,-53002],\ +[0,0,1,-62482680,190102394433],\ +[1,0,1,-1232475,473376262],\ +[1,-1,0,-4617,137541],\ +[1,0,1,-8324,467166],\ +[1,0,0,6405,11025],\ +[1,0,0,-5582240,5076001792],\ +[0,0,0,-7119,-242154],\ +[0,1,1,271,-2836],\ +[0,1,1,-107,755],\ +[1,0,0,-3125,9765625],\ +[0,1,0,7588,-170716],\ +[0,1,0,-18909,-1883412],\ +[0,0,1,178200,28495631],\ +[1,-1,0,1551,23993],\ +[1,0,0,-2449,46441],\ +[0,1,0,-1276,17220],\ +[1,0,1,1614,13280],\ +[1,-1,0,-26286,1696788],\ +[1,-1,1,-134414,19001117],\ +[0,1,1,-3835,-734111],\ +[1,0,1,-663,10238],\ +[1,0,0,-182946,-15006564],\ +[1,0,0,-104931,-15591295],\ +[0,1,0,355,7743],\ +[1,0,1,-33018,-2044444],\ +[1,0,1,334,-11500],\ +[1,0,1,-290926,60373520],\ +[1,0,1,-908031,333157516],\ +[1,-1,1,4829353,-858161681],\ +[1,0,1,-5497,156388],\ +[1,-1,1,-2246015282,40970675640881],\ +[0,1,0,-553557,-239878089],\ +[0,0,1,1002,528],\ +[1,0,0,-9223598,10781214916],\ +[0,1,0,-20802,1145889],\ +[1,-1,0,-43404,2893328],\ +[1,0,0,-514,4476],\ +[1,0,1,-735474,242710756],\ +[0,1,1,187,-512],\ +[1,0,0,-12479,453337],\ +[1,0,0,-5451,157041],\ +[0,0,1,-394812,95484665],\ +[1,0,0,-11691381,100510977825],\ +[0,1,1,-287,5255],\ +[0,1,1,-257,1597],\ +[1,0,0,-813,27217],\ +[1,0,0,-27526306,55565620036],\ +[0,1,1,-1479,-19095],\ +[0,1,0,627,-18513],\ +[1,0,0,9233,439481],\ +[0,0,1,-105192,13131632],\ +[1,0,1,26,702],\ +[1,0,0,-27833,1784761],\ +[1,0,0,45,2025],\ +[1,-1,1,-658580,205877111],\ +[1,0,1,-440791,107391956],\ +[1,0,1,7736556,4476961362],\ +[1,0,1,-52701,4686798],\ +[1,0,1,-11350,-457498],\ +[1,0,1,-2022,34752],\ +[0,0,0,-2313,42817],\ +[1,0,0,110396,-7961584],\ +[1,0,0,-1978,33700],\ +[0,1,0,-982,11529],\ +[1,0,1,-3076,59648],\ +[0,1,0,-8220,284068],\ +[1,0,0,3802,1060],\ +[0,0,0,-1188,16497],\ +[0,1,0,-1893,60391],\ +[1,-1,0,219,5183],\ +[0,1,0,3667,-35537],\ +[0,1,0,-126100,19563748],\ +[1,0,1,-4855,-528208],\ +[1,0,1,-34865,1988760],\ +[0,1,0,-129708,17937188],\ +[0,1,0,-20117,1091511],\ +[0,1,0,12882515,14980989775],\ +[0,0,0,-4368,110308],\ +[1,0,0,-963,-8839],\ +[1,0,0,232,-6080],\ +[1,0,0,-767143,261436745],\ +[1,0,0,132,568],\ +[1,0,0,-6763,116017],\ +[1,0,0,243,59049],\ +[0,0,0,-211848,17819428],\ +[1,-1,0,-1978278,1005245108],\ +[1,0,1,-19011,-1490718],\ +[1,0,0,-414,4292],\ +[1,-1,1,-5761904,-3752927533],\ +[0,0,0,-117,-3299],\ +[0,1,0,-94629,-35529561],\ +[0,0,1,-7224,-233583],\ +[1,0,1,-84,-5538],\ +[1,0,1,10563,-1359848],\ +[1,0,0,-11279,-464703],\ +[1,0,0,-764,8072],\ +[0,1,0,-396,39204],\ +[0,0,0,-2061,36013],\ +[1,-1,0,-1259694,567891108],\ +[1,0,1,-35516,2573534],\ +[1,0,1,976,2782],\ +[0,0,0,-64911,6365398],\ +[1,0,0,-243,59049],\ +[1,0,0,17722,183140],\ +[0,1,0,-18202,-2863839],\ +[1,0,0,1303,281],\ +[0,1,1,-99237,11999730],\ +[1,0,0,-191521,32251465],\ +[1,0,1,-206,1884],\ +[1,-1,0,-336,12768],\ +[1,0,0,-16225466,25154780900],\ +[1,0,1,646,-2724],\ +[0,1,1,-5083,138369],\ +[0,1,1,-235963,44039252],\ +[0,0,0,-38856,3526057],\ +[1,0,0,734,9540],\ +[0,1,1,-5259,135615],\ +[1,0,0,520,-600],\ +[1,-1,0,-13917,993141],\ +[1,0,1,-69,-19904],\ +[0,1,1,-9375,345531],\ +[0,0,0,-1768608,905306193],\ +[1,0,1,-20826,-1238202],\ +[0,1,0,-458,-6879],\ +[1,-1,1,-39350,2893253],\ +[0,1,0,-43142,1078401],\ +[1,0,1,-2299,-31058],\ +[1,0,0,-270498,54254916],\ +[1,-1,1,22597,-12659669],\ +[1,0,0,-1205606,-505953564],\ +[0,1,1,-3916459,2981931400],\ +[1,0,0,-182526,-7469244],\ +[1,0,1,-1389666,638751796],\ +[0,0,1,-18522,761717],\ +[0,1,1,-80747,8804725],\ +[1,0,1,-32164,-2191738],\ +[0,0,0,5249232,47711554308],\ +[1,-1,0,-49035,4191621],\ +[1,0,0,3768,576],\ +[0,0,0,153,-6914],\ +[1,0,1,1323384,-210447146],\ +[1,0,0,-7188,233936],\ +[1,0,0,-195,-17063],\ +[0,1,1,-821,1280],\ +[1,-1,1,-9197,350669],\ +[0,1,0,8639,-1705240],\ +[0,1,1,175,31],\ +[0,1,1,-17957,919757],\ +[1,-1,1,-5861,170549],\ +[1,0,1,-10801,431684],\ +[1,0,1,-174451,26987798],\ +[1,-1,0,13548,-2257200],\ +[1,0,1,-8463,71613906],\ +[1,0,1,-17534,892432],\ +[1,-1,0,723,-6283],\ +[0,0,1,-750,-76719],\ +[1,-1,0,141,2115],\ +[1,-1,1,14470,192889],\ +[1,-1,0,31005921,-37947248947],\ +[1,0,0,1914,-477540],\ +[1,0,0,-2990,29100],\ +[1,0,0,-3891768,3035003968],\ +[0,1,0,-668,6884],\ +[1,-1,0,-5096205,4429464075],\ +[0,1,1,193,2255],\ +[0,1,0,-2501,103559],\ +[1,0,0,-540,291600],\ +[1,0,0,-30791,-2427639],\ +[1,-1,1,-140840,20379179],\ +[1,0,1,1104,-43364],\ +[1,-1,0,255,7055],\ +[1,0,0,-128171,-8136015],\ +[1,-1,0,291,-87],\ +[1,0,1,103147,-42792352],\ +[0,1,1,-115,869],\ +[1,0,1,185,-92500],\ +[1,0,1,-708366,229734330],\ +[0,1,1,939,-33200],\ +[0,0,1,0,187922],\ +[1,-1,1,12745,597647],\ +[0,1,0,-74958,-595287],\ +[1,-1,0,1686,314720],\ +[1,-1,1,10945,425447],\ +[0,1,0,422,-24399],\ +[1,0,0,-136067,6571841],\ +[1,-1,1,-5339,371147],\ +[1,0,0,-1031388,-390586608],\ +[1,0,1,-5221,144736],\ +[1,0,0,-284551,58399881],\ +[1,0,1,5454,1184824],\ +[1,0,0,22322,-6651644],\ +[1,0,0,-5455,140025],\ +[1,0,1,-16490,813700],\ +[1,0,1,-4076,97048],\ +[1,-1,0,1248,-242346],\ +[0,0,0,-7728,261508],\ +[1,0,1,-8076,278648],\ +[1,0,0,4568,-289216],\ +[0,1,0,-260,-11100],\ +[1,0,0,114019,-2658255],\ +[1,-1,1,-1070,10109],\ +[1,0,1,-1548,-5877494],\ +[0,0,0,-528,-14492],\ +[0,1,0,-893,7327],\ +[1,0,1,-6050,185060],\ +[1,0,1,-333,110556],\ +[1,0,0,-13329,-596159],\ +[0,0,1,-12750,553281],\ +[1,0,1,-90069334,329008984296],\ +[1,0,1,-370248701,3664377305048],\ +[1,-1,1,403,469],\ +[1,0,0,-5423744,4861345792],\ +[1,0,0,-17606,951140],\ +[1,0,0,-4803,-2367],\ +[1,-1,1,-5627,-8105749],\ +[1,-1,1,6385,118103],\ +[1,0,1,-4333497,3471841372],\ +[0,0,1,-64638,6325283],\ +[1,0,1,30654,-375470],\ +[1,-1,0,-54105,4858001],\ +[1,0,0,-16014873,40263675193],\ +[1,0,0,-59044,5858576],\ +[1,0,0,-11396,474320],\ +[0,1,0,-23085,1079983],\ +[0,0,1,414,4133],\ +[1,0,0,3987,632017],\ +[0,1,0,3803,217031],\ +[1,-1,1,-28700,1878935],\ +[1,0,0,32651,3294937],\ +[1,-1,1,790,-6479],\ +[1,0,1,-8286,212304],\ +[0,1,1,85581,-19990950],\ +[0,1,1,-7197,274295],\ +[1,0,0,-30143,2011801],\ +[0,0,0,0,19518724],\ +[0,1,1,-1297281,568290575],\ +[0,0,0,-351432,859777956],\ +[1,-1,1,39553,-1997081],\ +[0,1,0,-4953,132984],\ +[0,1,0,-473,-968],\ +[1,0,0,-16302166,25333244196],\ +[0,0,0,-73080,7752292],\ +[1,-1,0,-5280,149156],\ +[0,1,1,10253,-174560],\ +[0,1,1,-483,-781],\ +[0,1,0,-1157,14764],\ +[1,-1,1,-26819,1697219],\ +[0,1,0,-96454,11497913],\ +[1,-1,0,-2697360,1708347216],\ +[1,0,0,-4495092,3667850704],\ +[1,0,1,-276964,53974536],\ +[1,0,1,-54535840,155008340950],\ +[1,0,0,-288,2240],\ +[1,-1,0,-342,2166],\ +[1,0,0,-954,1252],\ +[0,1,1,4437,-63728],\ +[1,0,1,-401946,98249540],\ +[0,1,1,-1557072833,23648426992869],\ +[1,-1,0,-1212,16550],\ +[1,0,1,-2174,38792],\ +[0,0,0,459,-10467],\ +[0,0,1,-3798,122528],\ +[1,0,0,23617,-1014119],\ +[0,0,0,-3312,70884],\ +[0,1,1,-3207,-61180],\ +[0,1,0,-69589,3093623],\ +[0,0,1,-172998,4278584],\ +[1,0,1,-38364737,91420666868],\ +[1,-1,0,5298,72102],\ +[0,1,0,-418517,104108279],\ +[1,0,1,77073,9515518],\ +[1,0,1,-756418,253153108],\ +[1,0,1,-1467093,-29088656192],\ +[1,-1,1,-1595,23059],\ +[1,0,1,-1990,-11800],\ +[0,1,1,-723,3863],\ +[1,0,0,-925,19257],\ +[0,1,0,4652,198404],\ +[1,0,1,-79288,8587238],\ +[1,0,1,173,-868],\ +[0,0,1,-48010062,118690861290],\ +[1,-1,0,255,-199],\ +[0,1,1,-1885,31814],\ +[1,-1,1,-13232,589331],\ +[1,0,0,1043905,1092121025],\ +[1,0,0,-188,-3896],\ +[1,0,1,-735705,242825122],\ +[1,0,1,-7496672,-9237191768],\ +[1,0,1,1444,82074],\ +[1,0,1,-17124,-3536078],\ +[0,0,0,255,1417],\ +[0,0,1,-2070,36249],\ +[1,0,0,-98,9604],\ +[1,-1,0,-12462,538644],\ +[1,-1,1,-101293385,414962310089],\ +[1,0,1,595253,-133135978],\ +[1,-1,1,-8335016960,292894310258723],\ +[1,-1,0,5187,313257],\ +[1,0,0,-1859,30697],\ +[1,0,0,-430951,109236681],\ +[1,0,0,-7800,-281368],\ +[1,0,1,-4247,-116152],\ +[0,0,0,-16695,830286],\ +[1,0,1,-68121411,539690231542],\ +[1,0,1,-24041001,45368837548],\ +[1,-1,0,-6630,207300],\ +[1,-1,1,-8480,302275],\ +[1,-1,0,10302,36372],\ +[0,1,0,-5945,167600],\ +[1,-1,1,334,12209],\ +[0,0,0,1460943,212861169],\ +[0,0,1,-4338,-66156],\ +[0,1,1,57,812],\ +[0,0,1,-828,8373],\ +[1,0,1,-5198,143778],\ +[0,1,0,-418,3209],\ +[1,0,0,-7463,247521],\ +[1,0,1,1764,122842],\ +[0,0,1,-378,623],\ +[0,1,0,-57948,-4523868],\ +[1,-1,1,1030,-29191],\ +[1,0,1,196566,-98098084],\ +[0,0,0,-2529,48961],\ +[1,0,0,-1093,48833],\ +[1,0,1,-14605,678110],\ +[0,1,0,1204,362404],\ +[1,0,1,-232378,27220748],\ +[1,0,1,-33787,1850182],\ +[1,0,1,-12198,517256],\ +[1,-1,1,-134408,14878027],\ +[1,0,1,-124486,22692200],\ +[1,0,1,-28058,4852668],\ +[0,1,1,-2469,-44855],\ +[1,-1,1,-482,26081],\ +[0,1,0,2490,-52975],\ +[1,0,1,-9775,373822],\ +[0,1,1,-42371,3790456],\ +[0,1,1,-5893,170716],\ +[0,1,0,-79080421,270650778279],\ +[1,0,1,72837,-7073594],\ +[1,0,1,-1026,43048],\ +[1,0,1,-31386,2137524],\ +[1,0,0,-74106,7758620],\ +[0,1,0,-9260,339908],\ +[0,1,0,-445,4100],\ +[1,0,1,-99212286,-380356880438],\ +[0,1,0,179,44],\ +[1,0,1,-72979,19297806],\ +[0,1,1,-1725,27029],\ +[1,0,1,364,4962],\ +[1,0,1,-1026696,400324822],\ +[0,1,1,-2643,39216],\ +[1,0,0,-211,1305],\ +[1,0,1,8088463,11261453492],\ +[1,0,1,-104614,8909176],\ +[1,0,1,-4397,112502],\ +[1,0,1,256,-2094],\ +[0,1,1,-2917,-23533],\ +[1,-1,0,930,-83340],\ +[1,0,0,-2220,43912],\ +[1,0,0,-12302,-19135484],\ +[1,0,1,-15201,9256798],\ +[0,0,1,-2052,35777],\ +[1,0,1,-6356,20306],\ +[0,0,0,-1320,19588],\ +[1,0,1,-8080,-257458],\ +[1,-1,1,-253640,48278539],\ +[1,0,0,-329373,-70478991],\ +[1,0,0,-3095,66025],\ +[1,0,0,663,89],\ +[1,-1,1,-70566854,228187734869],\ +[0,0,0,-612,5841],\ +[1,0,0,-10354249,12823211801],\ +[1,0,0,-967,10249],\ +[1,-1,0,-6846,217908],\ +[1,0,1,-6780,-185600],\ +[0,1,0,-1626466,797849025],\ +[0,1,0,-365,8463],\ +[1,0,1,51424,-727702],\ +[0,1,1,12797,-1993229],\ +[1,0,1,-9641,394850],\ +[0,1,1,47067,15517],\ +[0,0,0,-3912,92809],\ +[0,1,1,-9492579,11253882494],\ +[1,0,0,-2183,39049],\ +[0,1,1,-29971,1821871],\ +[1,0,1,-95433,11339168],\ +[1,0,0,-975,11457],\ +[0,1,1,-2203,38865],\ +[0,0,0,-6984,224649],\ +[1,-1,1,5155,-819611],\ +[1,-1,1,-5060,139879],\ +[0,1,0,-972,236196],\ +[1,0,1,-18822,992302],\ +[1,-1,1,-1234586,523787993],\ +[0,1,0,-10806,394425],\ +[1,0,0,-496,-68424],\ +[1,0,0,-65430,6436900],\ +[1,0,0,2368,34344],\ +[1,-1,1,-467930,77338649],\ +[0,1,1,1077,-23947],\ +[1,-1,1,-3632,85139],\ +[1,-1,0,-1986,10188],\ +[0,0,0,-285,2677],\ +[0,1,1,-1001679,432824950],\ +[0,1,0,18915,5545900],\ +[1,0,1,-487,4112],\ +[0,1,0,-185,2208],\ +[0,1,1,-46595,-12744276],\ +[1,0,1,-18540,-3316310],\ +[1,0,0,-7026,226180],\ +[1,0,1,-958,10056],\ +[1,-1,0,618,-5898],\ +[1,0,0,112,12544],\ +[1,0,0,-1943,28385],\ +[1,0,1,-1005,12262],\ +[1,0,0,1424,2027776],\ +[0,1,0,-13732,616484],\ +[1,0,1,294,-1000],\ +[0,0,0,-1041,31657],\ +[0,1,1,-3645581,2678135675],\ +[1,0,0,58724,19996040],\ +[1,-1,0,-3852,92988],\ +[1,0,1,-13,156],\ +[1,-1,0,-1017,8883],\ +[0,1,0,-100,-252],\ +[1,-1,0,-927,11097],\ +[1,0,0,-1706,26980],\ +[1,0,1,-31106,2108972],\ +[1,-1,0,-3762,97470],\ +[1,0,1,-7149,-156728],\ +[1,0,1,-1801,16604],\ +[1,0,0,-3576,81280],\ +[1,-1,1,6112,-41533],\ +[1,0,1,-304,456],\ +[0,1,0,-716,7140],\ +[1,-1,1,-1568,-4669],\ +[1,0,0,-3238,65508],\ +[1,0,1,212,488],\ +[1,-1,0,-3999,98343],\ +[1,-1,1,-503,-2473],\ +[1,0,0,1084,21840],\ +[0,0,0,-423,1342],\ +[0,1,0,-9140,285988],\ +[1,-1,0,-656082,205111548],\ +[1,0,0,49,2401],\ +[1,-1,0,-897,13113],\ +[1,-1,0,-471645,124790571],\ +[0,0,0,-2712,50209],\ +[0,0,0,2913,231334],\ +[1,-1,0,-656442,204875892],\ +[1,-1,0,-29475,1955745],\ +[1,0,0,-5748,53928],\ +[1,0,1,-474,5486],\ +[1,-1,1,-8372,296471],\ +[0,0,0,-14007,346606],\ +[0,0,0,2868,39481],\ +[1,0,1,-28556,1850906],\ +[1,-1,0,-10977,445419],\ +[1,0,1,-5673,150506],\ +[1,-1,0,-139452,20203200],\ +[1,0,1,-437774,-9825928],\ +[1,0,1,-286534,59011352],\ +[1,0,1,-141054,118709176],\ +[1,0,0,-13378,-590716],\ +[0,1,0,-2108,34596],\ +[0,1,0,-4660,120900],\ +[1,0,1,-70144,7218006],\ +[1,0,1,-30686,2066384],\ +[1,0,1,-4110853,3207742256],\ +[1,0,0,-578,334084],\ +[0,1,0,-27228,1720260],\ +[1,0,1,-9863,366906],\ +[1,0,1,997,-1752],\ +[0,0,0,-23952,778921],\ +[0,0,0,-332607,73806694],\ +[1,0,0,-30538,2249508],\ +[1,0,1,31,992],\ +[1,-1,1,-29885,4255301],\ +[1,-1,1,-327683,72280451],\ +[1,-1,1,-38525,2917829],\ +[1,-1,0,-36969,-2578275],\ +[0,1,0,-9156,334180],\ +[1,0,0,-11420,-450288],\ +[1,-1,1,-70442,-67627159],\ +[1,0,0,-371368,87076416],\ +[1,0,0,80420,10438352],\ +[0,0,0,-69092175,221036459542],\ +[1,0,0,-13476,-579824],\ +[1,0,1,34484,-1052466],\ +[1,0,0,-480,230400],\ +[0,0,0,-69090960,221044622641],\ +[0,1,0,-1261,27764],\ +[1,0,1,-18729,984952],\ +[1,0,1,-1816,-18670],\ +[1,0,0,-2066,91140],\ +[1,0,0,-115196,15041040],\ +[1,-1,0,-41157,3223233],\ +[1,-1,1,-9740,-330289],\ +[1,-1,0,-658467,205824375],\ +[1,0,1,234,1972],\ +[1,0,1,-3601,78884],\ +[1,0,1,-5589,160336],\ +[1,-1,1,89185,34491143],\ +[1,0,1,516,-2714],\ +[1,0,1,-113,12656],\ +[1,0,0,1197,56161],\ +[1,0,1,-2919,-2918],\ +[1,0,0,14880814,-23572439484],\ +[1,0,1,-1166096,484586382],\ +[1,0,0,-81373266,-282504599100],\ +[1,0,1,-82668,-8585642],\ +[1,0,1,2907,166808],\ +[1,-1,0,-47916009,127676162763],\ +[1,-1,1,-429728,108528707],\ +[1,-1,0,-3073509,1885066263],\ +[1,-1,1,981832,570811907],\ +[1,-1,0,-182259,32927013],\ +[1,-1,1,-2307848,-1265537149],\ +[1,-1,0,-264,7920],\ +[0,1,0,-645,5868],\ +[1,0,0,-7486,248900],\ +[1,-1,0,-607842,182549700],\ +[0,1,0,-158781,-12751956],\ +[1,0,1,-40059,2670022],\ +[1,0,0,-497010,-134027900],\ +[1,0,0,9199,653481],\ +[0,0,0,-268455,53311102],\ +[0,0,0,-268140,53442961],\ +[0,0,0,-44580,489049],\ +[0,1,0,1759,192720],\ +[1,0,0,544,295936],\ +[1,-1,1,-3512,68411],\ +[1,-1,0,-8790,319140],\ +[1,0,0,-858,30268],\ +[0,0,0,176505,3893758],\ +[1,0,0,4227,-466767],\ +[1,0,0,-458478,119313540],\ +[1,0,0,4754,-294844],\ +[1,0,1,-7166,141104],\ +[1,0,0,-203408,34672896],\ +[0,0,0,-300135,-24161762],\ +[1,0,1,-32103,-2202244],\ +[1,0,0,-12365,673417],\ +[0,0,0,-161220,24652969],\ +[1,0,1,-197668,-65745694],\ +[1,0,0,790,11172],\ +[1,0,1,-59054,-1269744],\ +[1,0,0,-3287436,2293935760],\ +[1,0,1,-152489,-18650788],\ +[1,-1,0,-78613794,-265421985192],\ +[1,-1,0,2093706,489256308],\ +[1,-1,0,-119698794,503716997808],\ +[1,-1,0,-1239,23373],\ +[1,-1,0,-9345,319725],\ +[1,-1,1,-18107,940331],\ +[1,0,1,-11103,443506],\ +[1,-1,0,-7215,668781],\ +[1,0,1,-53914,24289112],\ +[1,0,1,-29761,-5465056],\ +[0,0,0,-3512055,2533320142],\ +[0,0,0,-219540,39569281],\ +[1,-1,0,-84612,9397728],\ +[1,0,1,-1114,15512],\ +[1,0,1,-4170829,3278200952],\ +[1,0,0,-3195948,1940689296],\ +[1,0,1,-3228,83398],\ +[1,-1,0,-2285091144,39448430519400],\ +[1,-1,0,-2206295064,42466591386648],\ +[1,0,1,-100326,7911736],\ +[1,0,0,-327411,-71558559],\ +[1,0,0,-680,10752],\ +[1,-1,0,-2245667184,40961151325440],\ +[1,0,0,-15365,676417],\ +[1,0,1,-2454,6872],\ +[1,0,1,-3911168,2896585806],\ +[1,0,1,-15304,389846],\ +[1,0,0,-33051,2309265],\ +[1,0,1,-18791,989850],\ +[1,0,0,-19271,-820535],\ +[1,0,0,-26070,1540900],\ +[0,1,0,-150921,22516704],\ +[0,1,0,-17073,-834624],\ +[1,0,0,-5417648,4853152000],\ +[1,0,1,-7741,274950],\ +[0,1,0,-26380,-1611900],\ +[1,0,0,-36933,2729601],\ +[1,0,0,-18423,-931095],\ +[1,0,0,-3454133,1947795873],\ +[1,0,1,-31749,2133472],\ +[1,0,1,-170591,27102782],\ +[1,-1,1,-3338,75017],\ +[1,0,1,-3637266,2669692964],\ +[1,0,1,-377009,88818932],\ +[1,0,0,-2380,41552],\ +[1,0,0,-36011,2627185],\ +[1,-1,0,-1164,12348],\ +[1,0,1,-383334,91314616],\ +[1,0,1,-100603,12273398],\ +[1,0,1,-808261,279621500],\ +[0,1,0,-2073,35352],\ +[1,0,1,-28031,-214306],\ +[0,1,0,-18101,930924],\ +[0,1,0,-3701,14724],\ +[1,0,0,-21348,-1165104],\ +[1,0,0,-1024428,-397363824],\ +[1,-1,0,-10680,427500],\ +[1,-1,1,78448657,68848863671],\ +[1,-1,1,-77236913,258927848417],\ +[1,0,0,-274946,54190276],\ +[0,1,0,-31753,2021840],\ +[1,0,1,-10251,398882],\ +[1,-1,1,-15712943,23947250231],\ +[1,-1,1,-192818543,-1023537198409],\ +[1,0,1,-966699,286220566],\ +[1,0,1,-3169,211076],\ +[0,1,0,-22941,-1304100],\ +[0,1,0,-306325,65144348],\ +[0,1,0,-5045,83100],\ +[0,1,0,-12385,526400],\ +[1,0,0,-67183,6696825],\ +[0,1,0,3559,790320],\ +[1,0,1,8004,322726],\ +[1,0,1,-5334326,4741650632],\ +[1,0,0,-4295,86025],\ +[1,0,0,-54066,10757700],\ +[1,0,0,-196982018,1064096943300],\ +[0,1,0,-45053,3664572],\ +[1,0,0,5255,126137],\ +[1,0,0,-3616,29696],\ +[1,0,1,-26558,1656668],\ +[1,0,1,-2297746,1330534052],\ +[1,0,1,251436156,6090441959042],\ +[1,0,0,-643,17153],\ +[0,1,0,-6505,194600],\ +[1,0,0,-7928,126280],\ +[1,0,1,-3623,-425994],\ +[1,0,1,7037,996938],\ +[1,-1,1,-81020,8896511],\ +[1,0,1,66422,-65720452],\ +[0,0,0,9108,-742751],\ +[0,1,0,-92268,10756900],\ +[1,0,0,-1499708,715071504],\ +[0,1,0,-48385,4046408],\ +[1,-1,0,16050,-194220],\ +[1,-1,0,-21432390,21847614516],\ +[0,1,0,-3708481,2747557400],\ +[1,0,1,-135413,19170156],\ +[1,0,1,-141289,15091692],\ +[1,0,1,-9908,264818],\ +[1,-1,0,729690,-925954380],\ +[1,0,1,-86069,-1400704],\ +[1,0,1,-154476,23145130],\ +[1,0,0,-449610,45012772],\ +[1,0,1,42279,42280],\ +[1,0,1,-186778,99423756],\ +[0,1,0,-5584341,5077464084],\ +[1,-1,1,-6968,223931],\ +[0,1,0,35419,4531900],\ +[1,0,1,-7377066,2139455260],\ +[1,0,0,-59106,-5430204],\ +[1,0,1,38371,4632356],\ +[1,0,0,-12369181,15826636745],\ +[1,0,1,14937,-493094],\ +[1,0,0,-194882701,1047131714681],\ +[1,0,1,-2313909,426827206],\ +[1,0,1,-1374209,1457338286],\ +[1,0,1,19051,-26054944],\ +[1,0,1,-5046924,1895045066],\ +[1,0,1,-1839559,960172346],\ +[1,0,1,-163034,25323896],\ +[1,0,0,27025,-162375],\ +[1,0,1,-5078326,4404404424],\ +[1,0,0,-50670,4384900],\ +[1,0,0,-87381911,314384171241],\ +[1,-1,1,-9398,352901],\ +[1,0,1,-1271,1614170],\ +[0,1,0,-21301,1189524],\ +[0,1,0,-1111825,-449640000],\ +[1,0,0,-68356,6776336],\ +[1,0,1,-50199,4323622],\ +[1,0,0,-582051,170728705],\ +[1,0,1,-11734,487832],\ +[1,0,1,-5499561,2925877804],\ +[1,0,1,-57989,5369952],\ +[1,0,1,-4654,-90324],\ +[0,1,0,-21365,1194900],\ +[0,1,0,-6359081,-328376256],\ +[1,0,0,-462881,127206985],\ +[1,0,1,-86826,-7439924],\ +[1,-1,0,2445,-660699],\ +[1,0,1,-5468,-37942],\ +[0,1,0,-7733,230436],\ +[1,-1,1,-48850082,-130618447711],\ +[1,0,0,-97756,11749136],\ +[1,0,0,-171430,59297252],\ +[1,0,1,-6126966,5836846600],\ +[1,-1,0,-24195,1454625],\ +[1,-1,1,-3257,-28519],\ +[1,0,1,-569621,165424736],\ +[1,0,1,-63878,-235752],\ +[1,0,0,-255246,46985220],\ +[1,0,0,-4161068,3123806608],\ +[0,1,0,-37053,805140],\ +[0,1,0,-1488345,698385600],\ +[0,1,0,-8521,298424],\ +[1,-1,1,-9830,377525],\ +[1,-1,0,-2472,28044],\ +[1,0,1,15726,1353316],\ +[1,0,1,-588893,173892008],\ +[1,0,0,-12821,557601],\ +[1,0,0,-58015,-1490983],\ +[1,0,1,-108475448,1079289750278],\ +[1,0,1,-32733,2240056],\ +[1,0,1,-55929534,160989278332],\ +[1,0,1,-3028263528,18137793952006],\ +[1,0,0,-52401306,146814120036],\ +[1,0,1,-38005452808,2851783142342918],\ +[0,0,0,3288,-87791],\ +[0,0,0,-10968,444433],\ +[1,0,1,-231011,187415966],\ +[1,0,1,557456,124252526],\ +[1,0,1,-50478,-3082352],\ +[1,0,0,-3869211,11155581585],\ +[1,0,0,-5255,254025],\ +[1,0,1,-30806,2032410],\ +[1,0,1,-2913254,2422201656],\ +[1,0,1,11171,294756],\ +[1,0,1,-5411743,4845218658],\ +[0,1,0,-101361,12399760],\ +[0,1,0,-68185,6829208],\ +[1,0,0,-198,39204],\ +[1,0,1,-7384,236882],\ +[1,0,1,-11289,2622716],\ +[1,-1,0,-4761030,3999712500],\ +[1,0,1,1437,39338],\ +[1,0,1,-17308,833418],\ +[1,0,1,-8133,-78944],\ +[1,0,1,-10168,392306],\ +[1,0,0,-893400,42772032],\ +[1,0,0,-34263,-798551],\ +[0,0,0,-4572,-51911],\ +[1,0,0,-316903,68532425],\ +[1,0,1,-122466,-15631616],\ +[0,1,0,-2039121,-375784920],\ +[1,0,1,-24806,1500392],\ +[1,0,0,-1073743,428161721],\ +[1,0,0,-14181,583425],\ +[1,0,1,-127056,-14091698],\ +[1,0,1,-5949723,5585394256],\ +[1,0,1,-6903,-175994],\ +[1,0,1,197777,322291256],\ +[1,0,1,-63473,-4407244],\ +[0,1,0,-11161,-88840],\ +[0,1,0,-9773,115404],\ +[1,-1,0,-1554024,746038080],\ +[1,0,1,-2646,282484],\ +[1,0,0,-475496,89893440],\ +[1,0,1,-322589,69234536],\ +[1,0,1,-454066,-68883196],\ +[1,0,1,-10574,312716],\ +[1,0,1,2278861,-850446484],\ +[1,0,1,-113744,14702366],\ +[1,0,1,-55002084,157000947682],\ +[1,0,1,-250764,48312202],\ +[1,0,1,-9485039,-11240205244],\ +[1,0,0,-88779456,321963397120],\ +[1,0,1,47772876,648698733922],\ +[1,0,1,-174573204,-704504238494],\ +[1,0,0,3347,444881],\ +[1,0,1,-25458,4011268],\ +[1,-1,0,-893445,325273221],\ +[0,1,0,114959,13069784],\ +[1,-1,0,-485304,86128128],\ +[0,1,0,-15561,325360],\ +[1,0,0,-29857870,-62785836988],\ +[1,0,0,389490,-79877628],\ +[1,0,0,-13968590,19556060100],\ +[1,0,0,-47361,3131145],\ +[1,0,1,-1404223,639455378],\ +[1,0,1,4172,-20994],\ +[0,1,0,-78776125,269090062500],\ +[1,0,1,-972469,-362372724],\ +[0,1,0,-6861,751564],\ +[1,0,1,-118851,15760750],\ +[1,-1,0,-47397,3983553],\ +[0,1,0,-10033,383096],\ +[0,1,0,-9408113,11103837936],\ +[1,0,0,-25660,1499600],\ +[1,0,0,-101723,12981265],\ +[1,0,1,-397806,96538576],\ +[1,0,0,5102,521220],\ +[1,0,0,9400,1784832],\ +[1,0,1,-1465374166,21590786021864],\ +[1,0,1,-457493,118925408],\ +[1,0,1,-970291,513861326],\ +[0,1,0,-19105,1013600],\ +[0,1,0,-5621,113484],\ +[1,-1,0,-34059,2420613],\ +[1,-1,1,-19493,980957],\ +[1,-1,1,-22265,1284185],\ +[1,0,0,-5080028,-2221725936],\ +[1,0,0,-444078,117122436],\ +[1,0,1,56807,65747708],\ +[1,-1,0,-1996440,1086255936],\ +[1,0,0,-43770,-8963100],\ +[1,-1,1,-227162,-38120551],\ +[0,1,0,-52493,4611684],\ +[1,0,0,-16906,-193564],\ +[0,1,0,-13994721,20145710880],\ +[1,0,1,-134368,149877806],\ +[1,0,1,-8239368,-1567338194],\ +[1,0,1,-82029368,285951093806],\ +[1,0,0,-575418,167963364],\ +[1,0,1,-1159604,480239282],\ +[1,0,1,-240223,-20220622],\ +[1,0,1,-39219,31466426],\ +[1,0,0,-269968,53842176],\ +[0,1,0,-16373,799596],\ +[1,0,0,-1040610,414764100],\ +[1,0,1,-862749,-2317976008],\ +[1,0,0,-53231648,-123278195712],\ +[1,0,0,-5679776,5209646080],\ +[1,-1,1,-54782,-4101811],\ +[1,0,0,-65496,-3930624],\ +[0,1,0,-75185,1379400],\ +[1,0,1,-324031,17654546],\ +[1,0,0,-4104806,2923396836],\ +[1,0,1,-5858678,5457653256],\ +[1,0,1,-180445994,951990304916],\ +[1,0,1,-32679,2288602],\ +[1,0,1,-2903465114,60217301097812],\ +[1,0,1,-11405474,14526794612],\ +[1,0,1,-216308,38694306],\ +[1,0,0,-112818,45386820],\ +[0,1,0,-29332641,61136777520],\ +[1,0,1,1628621,1049403086],\ +[1,0,0,-22463,1087065],\ +[0,0,0,-24588,1479313],\ +[1,0,1,-178511,29014382],\ +[1,0,0,-10308,487440],\ +[1,-1,1,-315255323,2154555279947],\ +[1,0,1,-3587678,44580719198],\ +[1,0,1,-94789223,-344631905494],\ +[1,0,1,-13232348,18370364006],\ +[1,0,0,104884,36806800],\ +[1,0,1,32271697,-1200056843302],\ +[1,-1,0,-20019,1028133],\ +[1,-1,1,-33533,2363717],\ +[1,0,1,-94431,12923890],\ +[1,0,0,1517,90593],\ +[1,0,1,-31419,1776566],\ +[1,0,0,-5861,159681],\ +[0,0,0,-557208,160093657],\ +[0,0,0,-64872,-5331239],\ +[1,0,0,-47231,3926745],\ +[1,0,0,106514122,26003957668],\ +[1,0,1,-116178,-12003052],\ +[1,0,0,-3213840,-2212183808],\ +[1,0,1,-743323,246596006],\ +[1,0,0,11469,697825],\ +[1,0,1,8154,2652004],\ +[1,0,1,-13893,-533444],\ +[1,0,1,-67911,6807190],\ +[1,0,1,-62186,-14144244],\ +[1,0,0,-15488,750528],\ +[1,0,0,25857,-1037799],\ +[0,1,0,-284985,22280400],\ +[0,1,0,-85601,-6037560],\ +[1,0,0,-82202181,286855213761],\ +[1,0,0,1800,3240000],\ +[1,0,1,-15363,-368594],\ +[1,0,1,-642096018,6262451382556],\ +[1,0,1,-40528898,95808836828],\ +[1,0,1,7234108287,-1256162261296844],\ +[1,0,1,-2483338,1560504188],\ +[1,0,1,-1813766,-581868664],\ +[1,0,0,6667,-266271],\ +[0,1,0,-17693,776724],\ +[1,0,0,-2504795,1525203025],\ +[1,0,0,-6864795,-4966628975],\ +[1,0,0,-2225236,1270313360],\ +[1,-1,0,-20382,728640],\ +[1,-1,1,-388775,88554719],\ +[1,0,1,-122648,16493078],\ +[1,0,1,-467866,-60317956],\ +[1,0,1,-1163634,8020184836],\ +[0,1,0,-56501,5354124],\ +[1,0,0,-45425,3697257],\ +[1,-1,0,-72249,4235805],\ +[1,0,0,16212,712080],\ +[1,0,1,-189181,31655304],\ +[1,0,1,-1574744,750564326],\ +[1,0,1,185809,-15995698],\ +[1,0,0,-173738,52770468],\ +[1,0,1,97401,-1857578],\ +[1,0,1,22357,1458758],\ +[1,0,1,-70249939,226623956702],\ +[1,0,1,-880968,-294171194],\ +[1,0,1,-14250063,20089820338],\ +[1,0,1,-110619,14151142],\ +[1,0,0,-34331,3771601],\ +[1,0,1,-6329,166152],\ +[1,0,0,-5145,191737],\ +[1,0,1,-146924,21396522],\ +[1,0,0,18565,670225],\ +[1,0,1,-46459,3689846],\ +[1,0,0,27384,-442304],\ +[1,0,1,-7095936,7274542030],\ +[1,0,0,16745,2234025],\ +[1,0,0,-548906,6150010020],\ +[1,-1,1,-1401272,638757371],\ +[1,-1,1,-81272,11493371],\ +[1,-1,1,-337999971467,75635136359142491],\ +[1,-1,0,-797760,-75115674],\ +[1,-1,0,190890,-9271584],\ +[1,-1,1,-21124971467,1181806109142491],\ +[1,-1,1,-184802,3794744801],\ +[1,-1,1,-37624802,87630392801],\ +[1,0,0,-212198,37608676],\ +[1,-1,1,-1588937,-563637751],\ +[1,-1,1,4036063,-3661887751],\ +[1,0,0,-3395238,2407700260],\ +[1,-1,0,-3515175,2679250365],\ +[1,-1,0,-57110895,166135477221],\ +[1,0,0,-94798,6638060],\ +[1,0,0,-41558,-3190044],\ +[1,0,0,-389323,83584433],\ +[1,0,1,-50848393,139551341258],\ +[1,0,0,48079,981801],\ +[1,0,1,6521787,11267329906],\ +[1,0,0,-308831765,2088938760225],\ +[1,0,1,30351,5239066],\ +[1,0,0,-12401,122985],\ +[1,0,0,34037,6617585],\ +[1,0,1,-986483,-349090882],\ +[1,0,0,-308818045,2089133647337],\ +[1,0,1,-20679,1013782],\ +[1,-1,1,30700,-1842721],\ +[1,-1,0,-84252,9518418],\ +[1,-1,1,-10460,-262177],\ +[1,-1,0,-84462,9469152],\ +[1,-1,0,-12609303759,-540879409097235],\ +[1,-1,0,-1359303759,5418340902765],\ +[1,-1,1,-16117250,24416906753],\ +[1,-1,1,-618980,187591943],\ +[1,-1,1,-598820,200365319],\ +[1,-1,1,102910,1176661505],\ +[0,0,0,-1000407,301170094],\ +[1,0,0,-1465873,-574111255],\ +[0,0,0,-938532,349939969],\ +[1,0,0,-420433,96433961],\ +[1,0,1,-1427599,656415072],\ +[0,1,0,-1267021,-495478396],\ +[0,1,0,1674204,-2453157756],\ +[1,0,1,-89229,10250036],\ +[1,-1,0,-13019049,18084015693],\ +[1,-1,0,-12929049,18346293693],\ +[1,0,1,-227636,41781090],\ +[1,0,1,-3642096,2675012642],\ +[1,0,0,-145305,21304377],\ +[1,0,0,-132185,25311225],\ +[1,0,0,-330640813,2313712255305],\ +[1,0,0,-715030,232660652],\ +[1,0,0,-330626373,2313924485761],\ +[1,0,0,-44350,3690500],\ +[1,-1,0,-17797962,28909738620],\ +[1,-1,0,-17798802,28906874388],\ +[1,-1,1,640540,-3631145209],\ +[1,-1,1,-1993700,-1051697401],\ +[1,0,1,-11884506,15768575744],\ +[1,-1,0,831231,596364525],\ +[1,-1,0,-7601589,-3996072927],\ +[1,-1,0,-7606269,6909302025],\ +[1,-1,0,-59062419,171969089175],\ +[1,0,1,-740846,247686096],\ +[1,-1,1,-18107222,29657943821],\ +[1,-1,1,704263,423132761],\ +[1,-1,1,-1232222,376443821],\ +[1,-1,1,-375737,74508761],\ +[1,0,1,-2830433,1832609306],\ +[1,-1,1,-28012178660,1804555029664775],\ +[1,-1,1,-1750818020,28194577798151],\ +[1,0,1,-174183,29546806],\ +[1,0,0,-6104891,6233420505],\ +[1,0,1,-693395864,-6906172512238],\ +[1,0,1,24049486,-20504918654278],\ +[1,0,1,-403421,98453360],\ +[1,0,1,-27248,244478],\ +[1,0,0,-397091,89537025],\ +[1,0,1,107752,1972478],\ +[1,0,0,-99665291,382961048745],\ +[1,0,1,-32981,509024],\ +[1,0,1,-262708,16800306],\ +[1,0,1,987292,130800306],\ +[0,0,0,-235488,-16801607],\ +[1,0,1,-381924,-86617484],\ +[1,0,1,7462542,329471979268],\ +[1,0,1,-366916,85514924],\ +[0,0,0,862017,-128966618],\ +[1,0,1,-23006,1325756],\ +[1,0,1,-68454,5166532],\ +[1,0,1,-1532943618,-13643973660092],\ +[1,0,0,-19473,1334889],\ +[1,0,0,-335033,74607921],\ +[0,0,0,-13311948,18694854673],\ +[0,0,0,-212992743,1196452119742],\ +[0,1,0,-21071476,43715283524],\ +[1,-1,0,-547092,155822940],\ +[0,1,0,-22076381,39915938700],\ +[1,-1,0,-454482,210222054],\ +[1,0,1,-33,68],\ +[1,-1,0,-140610,20329416],\ +[1,0,0,-1800841,-929518975],\ +[0,1,0,-1713,26064],\ +[1,0,0,-85841,-21597975],\ +[1,0,0,-80401,7409321],\ +[1,0,0,-119806,15951236],\ +[0,1,0,-12316,541284],\ +[1,0,1,-724554,-237122944],\ +[1,-1,0,-218349,39325905],\ +[1,0,1,-1319,17732],\ +[1,0,1,-3353,17256],\ +[1,0,0,-63456,6017536],\ +[0,1,0,-12441,529984],\ +[1,0,0,7004,-2181360],\ +[0,1,0,-285,1900],\ +[1,-1,0,-957,11637],\ +[1,-1,1,-223598,-39740803],\ +[1,0,1,5474,-129478],\ +[1,0,0,-3327436,2235239760],\ +[1,-1,1,-116870,15400469],\ +[1,0,1,66421,14468006],\ +[1,0,1,-5489,166376],\ +[1,0,0,-4588,119120],\ +[1,0,1,-7351,241934],\ +[1,-1,1,-33620,3176759],\ +[1,-1,0,-6969,175725],\ +[1,0,1,-30526,2089040],\ +[1,-1,1,40108,-6284041],\ +[1,0,1,-4646,-11608],\ +[1,0,1,-2454,-24098],\ +[1,-1,1,-31598,1270397],\ +[1,0,0,-23703,1400553],\ +[1,-1,1,-586580,173046071],\ +[1,0,1,-11661,491656],\ +[1,0,1,-1116,50842],\ +[1,-1,0,-4760784,3999402540],\ +[1,0,1,-18899,966116],\ +[1,0,1,-3931548,-2999081822],\ +[0,1,0,-41116,3039620],\ +[1,-1,0,-9725382,11676120624],\ +[0,1,0,-393,-2448],\ +[1,0,1,73582,-37210642],\ +[1,0,0,-18180,-47600],\ +[1,0,1,-187421,31214504],\ +[1,0,1,-491,3206],\ +[1,0,1,-8863,317156],\ +[0,1,0,-2485,-44100],\ +[1,0,0,-50860048,-139590565632],\ +[1,-1,0,-125004,17040528],\ +[0,0,0,-348,2497],\ +[1,0,0,-3510288,-1698594560],\ +[1,-1,1,-364892,-72380041],\ +[1,-1,0,-249,1593],\ +[1,0,1,-5543,158358],\ +[1,0,1,137,18906],\ +[1,-1,0,-218079,39427803],\ +[1,0,1,-2829,55816],\ +[1,-1,1,-1088420,435877895],\ +[1,0,0,-1043,11809],\ +[1,-1,0,-2000004,1089165528],\ +[1,0,1,-4128133,3179409968],\ +[1,-1,0,-47475,3993381],\ +[1,-1,1,-5505035,4972852379],\ +[1,0,0,-501578,136684324],\ +[1,0,1,-48586,4101176],\ +[1,0,1,-1656,20116],\ +[1,-1,0,-139860,20027250],\ +[1,0,1,21994,1004240],\ +[1,-1,1,-100580,-352249],\ +[1,-1,1,-88080395,318197707931],\ +[1,-1,0,-139590,20108736],\ +[1,-1,0,-1190115,499342995],\ +[1,0,0,-177010,-304203900],\ +[1,-1,1,97,-313],\ +[1,-1,0,-1189665,499739625],\ +[0,1,0,-581,4900],\ +[1,0,0,-516,3600],\ +[1,-1,0,-47295,4025025],\ +[0,1,0,-45,100],\ +[1,0,0,-1538,8388],\ +[1,0,0,-1298,17860],\ +[1,0,1,-70344,7175126],\ +[1,-1,0,-4761414,3998291598],\ +[1,-1,1,-14702,24024701],\ +[1,0,1,-11984,-1753954],\ +[1,0,1,-113363,14681406],\ +[1,0,1,-303584,-64272994],\ +[1,0,0,-151,681],\ +[1,-1,1,-83822,9260669],\ +[1,-1,0,-183204,-23655240],\ +[1,0,1,-9456,-138514],\ +[1,0,0,-333038,186072708],\ +[0,1,0,530124,-93216060],\ +[1,-1,1,-2958122,-1945774231],\ +[1,0,0,-56,3136],\ +[1,0,1,-234,1352],\ +[1,-1,1,820,-26161],\ +[1,0,0,-4413,-105615],\ +[1,0,0,-59360,5494272],\ +[0,1,0,-413,-565068],\ +[1,0,1,-56841,5211220],\ +[1,0,1,11661,-20414],\ +[1,0,0,-4738,123588],\ +[1,0,0,-48166,-3565300],\ +[0,1,0,-105028,-12951484],\ +[1,0,1,-253,-252],\ +[0,1,0,-41,120],\ +[1,-1,1,-20483,1132931],\ +[0,1,0,300,22500],\ +[1,0,1,-6883,242718],\ +[1,-1,1,-1201055,463366919],\ +[1,-1,0,-235044,42676308],\ +[1,0,1,-58,56],\ +[1,-1,0,-687,7065],\ +[1,-1,1,-9170717,-9431836891],\ +[1,0,0,-13285,588225],\ +[1,-1,0,4536,2283120],\ +[1,-1,1,-15992,-710341],\ +[1,-1,0,-59724,5313168],\ +[0,1,0,-23556,1383300],\ +[1,0,0,-1843196,963021840],\ +[1,0,0,-16343,2288169],\ +[1,0,0,-23208,1359424],\ +[1,0,0,-45586,3738116],\ +[1,0,0,-106,420],\ +[1,-1,0,-149349672,702574979040],\ +[1,0,0,-431248,-57237760],\ +[1,0,1,-2093,32808],\ +[1,0,0,-205060,-35666928],\ +[1,0,1,359,1916],\ +[1,0,0,-5290,112100],\ +[1,-1,1,13869283,-49217308891],\ +[1,-1,1,-137030,9739541],\ +[1,-1,0,-139692,20130768],\ +[1,0,1,-1946,32780],\ +[1,-1,1,-692,1559],\ +[1,-1,0,-7764,264420],\ +[1,0,1,-524,4566],\ +[1,-1,0,-149351112,702560755008],\ +[1,-1,1,-650570,198518465],\ +[1,0,0,-678,-5660],\ +[1,0,1,-18657636,31017818606],\ +[1,-1,1,-647330,200625761],\ +[1,-1,0,-3969,1752975],\ +[1,-1,0,-15219,720225],\ +[1,0,1,292714,54762104],\ +[1,-1,0,-21819,1245825],\ +[1,0,1,-4170249,3279158416],\ +[1,0,1,-211824,37492822],\ +[1,-1,1,-1976360,-533544469],\ +[1,0,1,-37836,57297322],\ +[1,-1,1,11743,-226519],\ +[1,0,1,-6126326,5838127112],\ +[1,-1,0,11235,1517481],\ +[1,-1,1,-1052888,236264411],\ +[1,0,0,-37380,2778552],\ +[1,0,0,7812,-4098600],\ +[1,0,1,-67733,-3401944],\ +[1,-1,0,-84372,9454032],\ +[1,-1,1,-25988,536807],\ +[1,-1,1,3370792,1701387227],\ +[1,0,0,-64775,6339657],\ +[1,0,0,-6688,209856],\ +[1,-1,1,97492,4093031],\ +[1,-1,1,306580,207410159],\ +[1,-1,0,-153760710,-718370541900],\ +[1,0,0,-1132986,463688316],\ +[1,-1,1,-246380,42849263],\ +[0,0,0,15432,15433],\ +[1,-1,0,-24045,1473435],\ +[1,-1,0,81666,-30433212],\ +[1,-1,0,-1104714,-408413880],\ +[1,0,1,-12808,3372668],\ +[1,-1,0,-16207569,25097012325],\ +[1,0,0,-528771,147951801],\ +[1,-1,0,-772569,583145325],\ +[1,-1,0,-1312499979,18302265770103],\ +[0,1,0,-1487900,698824548],\ +[1,-1,0,-2526687,1546510077],\ +[0,1,0,-290676,49924324],\ +[1,-1,0,-82031229,285988426353],\ +[1,-1,1,419800,-61980181],\ +[1,-1,0,-73494,7514208],\ +[1,0,1,-748309,232308596],\ +[1,0,0,-37731,2361961],\ +[1,-1,0,162846,57087828],\ +[1,-1,0,-1168524,486480330],\ +[1,-1,0,-2527227,1545816393],\ +[0,0,0,-4766520,4005669841],\ +[0,0,0,-76265535,256354293382],\ +[1,0,1,-725586,3120280996],\ +[0,1,0,-14996,1263780],\ +[0,1,0,30212,9011492],\ +[1,-1,1,-548483,301084931],\ +[0,1,0,-109436,13355364],\ +[1,0,0,-196242178,1072486876868],\ +[1,-1,1,-25691495,50163161375],\ +[1,-1,1,-11147,281819],\ +[1,-1,1,-411142055,3208853410463],\ +[1,0,0,-1398101911,20121198379241],\ +[1,-1,1,-134348,19905527],\ +[0,1,0,-203261,35204260],\ +[0,1,0,-203556,35096644],\ +[1,-1,1,-136148,19369847],\ +[0,1,0,-5583716,5078658084],\ +[1,0,1,-681951,-216513740],\ +[1,-1,1,-1150907,475521131],\ +[0,1,0,-21220,1212068],\ +[1,-1,1,-70907,7665131],\ +[1,-1,1,-390605,94016909],\ +[1,0,1,-560981,170688224],\ +[1,-1,1,-20165,1999613],\ +[1,0,1,-9034,718952],\ +[0,1,0,-57236,3469764],\ +[0,1,0,-275700,78717348],\ +[1,-1,1,-75728417,253667009009],\ +[1,-1,1,-1277753,556257881],\ +[1,-1,1,-20444153,35584770521],\ +[1,-1,1,-4603937,4190782961],\ +[1,0,0,-810670,280872900],\ +[1,0,1,-56358284,158395512332],\ +[1,0,1,-731624,240807306],\ +[1,0,1,-45724,3760266],\ +[1,-1,1,-10718,248357],\ +[1,0,1,-2093578,-1121528452],\ +[1,0,0,-3558310,2581168100],\ +[1,-1,1,-608288,178140971],\ +[1,0,1,-1211269,-499974208],\ +[0,1,0,-51668,2510916],\ +[0,1,0,-12540,512388],\ +[1,-1,1,9112,9220331],\ +[0,1,0,495,-85400],\ +[1,-1,0,-166935,26255925],\ +[1,0,1,-130074,15000196],\ +[1,0,1,-18264,948472],\ +[0,0,0,-5150712,3744452041],\ +[1,0,1,-67289644,212325232842],\ +[0,1,0,-523580,-923530172],\ +[1,-1,0,-514494,142176708],\ +[1,-1,0,-8231994,9092933208],\ +[1,-1,1,-174230,-27262555],\ +[1,0,1,1088832,9792585806],\ +[1,-1,1,2410,-1402459],\ +[0,1,0,1620,656100],\ +[1,-1,0,-3156057,2160187785],\ +[0,0,0,-61743,123478],\ +[0,0,0,-24135087,-42155969834],\ +[1,-1,0,-3156597,2159412453],\ +[1,0,0,-14683,682649],\ +[0,1,0,-85260,-3004092],\ +[1,-1,0,-100455,-11835639],\ +[0,1,0,-5753,167464],\ +[1,0,1,-26624,1596972],\ +[1,0,1,-38668601,-90464871220],\ +[1,-1,1,2167573,-1002593221],\ +[1,0,0,-108655,-1329223],\ +[0,0,0,-1476228,-498737927],\ +[1,-1,1,-712427,-142049221],\ +[0,1,0,-3725356,2721272900],\ +[1,-1,1,-10550,-253627],\ +[1,0,1,21152,-293494],\ +[1,-1,1,-71990,7266629],\ +[1,0,0,18177,1827865],\ +[1,0,1,-116893,14331806],\ +[1,0,0,-839721306,9365858928036],\ +[1,-1,1,89302,886044521],\ +[1,0,0,-9983,324121],\ +[1,0,1,-873389,312582512],\ +[1,-1,1,-832298,286635881],\ +[0,0,0,3817977,-3263371778],\ +[1,0,1,-76069,8055116],\ +[1,0,0,-14221,427961],\ +[0,0,0,-99164847,385846976086],\ +[1,0,1,-589273,173656256],\ +[1,-1,0,-66270,-1527804],\ +[0,1,0,7492,-3015996],\ +[0,0,0,-88647,-8817314],\ +[1,0,0,-128226,9651780],\ +[1,-1,1,-169025,-5612335],\ +[1,-1,1,-1643585,806575313],\ +[1,0,1,-58209,5327096],\ +[0,0,0,24252,3938497],\ +[1,0,0,-4370946,3516948676],\ +[1,0,1,-214231,37647002],\ +[1,-1,1,-27131927,-142442449],\ +[1,-1,1,6782953,-20348881],\ +[1,-1,0,-33881904,75918616578],\ +[1,-1,0,-2116674,1187736480],\ +[1,0,1,-164041,25558926],\ +[0,1,0,-588,86436],\ +[1,-1,0,-18788229,31349091285],\ +[0,1,0,-4607716,3805410084],\ +[0,1,0,-288021,59370580],\ +[0,1,0,-151196,22430244],\ +[1,0,1,-480486,121995484],\ +[1,-1,0,-17829909,34689219813],\ +[1,0,1,-144908,21216818],\ +[1,0,1,-2743826,1716050252],\ +[1,-1,1,-80307362,58200729761],\ +[1,0,1,9574,-415590],\ +[1,-1,0,-10950630,-12888938124],\ +[1,0,0,-12560,540600],\ +[1,0,0,-46816,3891776],\ +[0,1,0,14524,131364],\ +[1,0,1,-18651,1005362],\ +[1,0,1,-3736,-64206],\ +[1,0,0,-47583,2737233],\ +[1,0,1,-162784,25405496],\ +[1,0,1,-56949,3084322],\ +[1,0,1,-1631484,799191496],\ +[1,-1,1,-79954187,275316028211],\ +[1,0,1,-109953,-13993702],\ +[0,1,0,-13516,-97180],\ +[1,-1,0,-1605834,682139340],\ +[1,-1,1,-79963907,275245775939],\ +[1,0,0,-446371,252435201],\ +[0,1,0,-67988956,214981755044],\ +[0,1,0,-8073,274456],\ +[1,-1,1,-138676913,-210940695583],\ +[1,0,0,4832212,10124595600],\ +[1,0,0,-6151,173961],\ +[1,0,1,-326921,-71828350],\ +[1,0,0,-28225,1150625],\ +[0,1,0,-128908,17771364],\ +[0,0,0,-99581592,382486927849],\ +[1,0,1,-6133254,5845834552],\ +[1,0,1,-294379,49753256],\ +[1,0,1,-169131,295972],\ +[1,-1,1,-866678,310047581],\ +[1,0,1,-2092409,1164691596],\ +[1,0,1,-6529571,6402834974],\ +[1,0,1,-3858585364,85443449449986],\ +[1,-1,0,2586,73098],\ +[1,-1,1,-75758,639677],\ +[1,0,0,-7508001,7917700681],\ +[1,-1,0,-31943899899,2197513725059205],\ +[1,-1,0,-1996399899,34339915559205],\ +[1,-1,0,7818,194742],\ +[1,0,0,-24073468,45460778576],\ +[1,-1,1,131647,-101996719],\ +[1,-1,1,-3320614787,-24007043874301],\ +[1,0,0,-240645,45417025],\ +[1,-1,0,-1303110,572664600],\ +[1,-1,0,-68490,11900196],\ +[0,1,0,-190233,31892616],\ +[1,-1,1,779514493,-2914338806269],\ +[0,1,0,-3044268,2043416484],\ +[1,-1,1,-2633153,-1551857839],\ +[1,-1,0,-97332,11713680],\ +[0,0,0,-14628,1573297],\ +[1,-1,1,-2474825,1417946249],\ +[1,-1,1,-2437385,1465255433],\ +[1,-1,0,1741158,104688180],\ +[0,0,0,-311223,66764878],\ +[1,0,1,-3636706,2670556260],\ +[1,0,1,2551,6510152],\ +[1,-1,0,-16109982,21648084948],\ +[1,-1,0,-295083927,1951155696843],\ +[1,-1,0,-3650337,2665989693],\ +[1,-1,0,26243658,116257645980],\ +[1,-1,0,-1557372,748449864],\ +[1,-1,1,-83060,8426495],\ +[1,-1,0,-7019082,845804484],\ +[1,-1,0,-295085637,1951131954177],\ +[1,0,0,-471468,-824580720],\ +[1,0,0,-4356,18974736],\ +[1,-1,0,-1181097,6211324485],\ +[1,0,1,-100383,12329806],\ +[1,0,1,-54258,4859806],\ +[1,-1,1,-215483,36939827],\ +[1,0,1,-92407626,341513426332],\ +[1,0,0,-4023566,3106107396],\ +[1,-1,1,33853,1955819],\ +[1,-1,1,-440780,112208591],\ +[1,0,1,-29074,1902216],\ +[1,0,0,-65764908,205270647184],\ +[1,0,0,-5889610,5496980772],\ +[1,0,0,-94131,-171449055],\ +[1,-1,1,-212963,37880291],\ +[0,0,0,-24303,16442998],\ +[1,0,0,-59758,448836],\ +[0,0,0,-70608,7172737],\ +[1,0,0,-42798,3396484],\ +[1,-1,1,-214592,-10892509],\ +[1,-1,1,-694220,-31339825],\ +[1,-1,1,-8990,444053],\ +[1,0,1,-5078966,4403238600],\ +[1,-1,1,-1983272,1067294819],\ +[1,0,1,-50306,3168254],\ +[1,-1,1,-10591346300,419357236049471],\ +[1,-1,1,-776674940,4125971887679],\ +[1,0,0,-51950773,144110846369],\ +[1,0,0,-89162933,-323908103775],\ +[1,0,0,-105371893,-197967726367],\ +[1,0,1,-688878,219264248],\ +[0,0,0,-21087,-872666],\ +[1,0,1,-85349366,303485803976],\ +[1,0,0,-590973,174814425],\ +[1,0,1,-1103,1215506],\ +[1,0,1,-74243,-4381342],\ +[1,0,1,-111271,11598122],\ +[0,0,0,-275223,49638382],\ +[1,0,1,-1685911,842378186],\ +[1,-1,1,-11387,1641899],\ +[1,0,1,2182581,1763862742],\ +[1,0,0,-117276,6716880],\ +[1,0,0,17450,6180132],\ +[1,-1,1,-2168,523451],\ +[0,0,0,-175743,28357318],\ +[1,0,1,-808671,279323512],\ +[1,0,0,-69143,6284833],\ +[1,-1,0,-10830,414990],\ +[1,-1,1,-10870403,13789769987],\ +[1,-1,1,-5536742,12384929909],\ +[1,0,1,-7851,267074],\ +[1,0,0,-338608,75806976],\ +[0,1,0,11132,1196324],\ +[1,0,1,-216629,164967356],\ +[0,1,0,-339588,-75675708],\ +[1,0,0,221985,-11626983],\ +[1,-1,1,-7564262,8000620661],\ +[1,-1,1,-2738,102377],\ +[1,0,1,-55111,-495286],\ +[1,0,1,-2166663,1227357656],\ +[1,0,1,219249,-3897350],\ +[0,1,0,-34420,-2407900],\ +[1,0,1,-371066,-47384980],\ +[0,1,0,-21476,1168804],\ +[1,0,1,-4561778,3742923756],\ +[1,0,1,-2729381,1735350986],\ +[1,-1,1,-185455373,971087778101],\ +[1,0,1,-2872044,1117435726],\ +[1,0,1,-53999,2562672],\ +[1,-1,0,-42876567,108073993959],\ +[1,0,1,134742,-20418944],\ +[1,0,1,-49808,-3222582],\ +[1,-1,1,-5170667,4526419259],\ +[0,0,0,-37527,2762446],\ +[1,-1,1,-5562347,3801184571],\ +[1,0,1,-15298,-46822],\ +[1,-1,1,403582405,-25793932376149],\ +[1,0,0,3538920,341510400],\ +[1,0,1,41499,1642952],\ +[1,-1,1,-834593,510543857],\ +[1,-1,1,-995873,382616561],\ +[1,-1,1,-11015410235,-426011354019925],\ +[1,-1,0,-2679777,1689169545],\ +[0,1,0,-75340,5300900],\ +[1,-1,1,-8508173,23429353781],\ +[1,0,0,-100255,12205025],\ +[1,0,0,-19223,1015273],\ +[1,-1,1,-903443,122695931],\ +[1,0,1,-12313,440838],\ +[1,0,1,-11741,216120],\ +[1,0,1,-75633,7940056],\ +[1,-1,1,207877,14675627],\ +[1,0,1,-30616,2059314],\ +[1,0,1,-362809,83753532],\ +[1,0,1,-5411123,4846384506],\ +[1,-1,0,-238149639,1414659494673],\ +[1,0,1,-5491118,4695741408],\ +[1,-1,0,-238151259,1414639287765],\ +[1,0,1,4042002,19285228256],\ +[1,-1,0,-836919,216107433],\ +[1,0,0,-102284211,397198260585],\ +[1,-1,1,-9231242,10797597641],\ +[1,-1,0,-4816449,-3893155245],\ +[1,-1,1,-2938640,732005363],\ +[1,-1,1,-591242,160029641],\ +[0,0,0,-4402049583,112416616169782],\ +[1,-1,0,-4760430,4000770540],\ +[1,-1,1,-5644355,5162831939],\ +[1,0,1,-117234,15440122],\ +[0,1,0,-1622236,794737860],\ +[1,0,0,-5068263,4391319753],\ +[1,-1,1,-38328080,91272348659],\ +[1,0,1,-49972854,135958522616],\ +[1,-1,1,-5606915,5234671811],\ +[0,0,0,-275127888,1756512455713],\ +[1,0,0,-18558,960876],\ +[1,-1,1,-1147971488,14971080405251],\ +[1,-1,1,-18367544408,958135304037827],\ +[1,0,1,-366356,65925200],\ +[1,0,1,266604,-84005714],\ +[1,-1,0,-4413114,3564676998],\ +[0,1,0,-26150796,-51434667900],\ +[0,0,0,-12326340,16657097497],\ +[0,0,0,-12325575,16659268414],\ +[1,-1,1,-677973785,-6697956457159],\ +[0,0,0,-146568,40785433],\ +[0,0,0,-2884143,1884268438],\ +[1,0,1,15067,-1063582],\ +[1,-1,0,-194364,89270748],\ +[0,1,0,36812,935300],\ +[1,-1,0,-1554504,745554528],\ +[0,1,0,43764,-660060],\ +[0,1,0,-1916700,1020722500],\ +[0,1,0,-119825,15910000],\ +[1,-1,1,-40211825,-18792219161815],\ +[1,0,0,-1070583,430807905],\ +[1,-1,0,177903,-272777463],\ +[1,-1,0,-5377887,-4609627137],\ +[1,0,0,19099,2919681],\ +[1,0,0,-28718,-114812],\ +[1,0,1,65761,-1096193688],\ +[1,0,0,-74258,7171588],\ +[1,0,0,114642,-888956],\ +[1,0,1,-30746,725816],\ +[1,0,0,-1420470976,20606022291456],\ +[1,0,0,4906394,13976534756],\ +[0,1,0,-305980,65044100],\ +[1,-1,0,-65699244,204998797458],\ +[1,0,0,-968250,-366367068],\ +[1,-1,0,-1438704,664547760],\ +[1,-1,0,-1506204,598816260],\ +[0,0,0,-1966440,-803219087],\ +[1,0,1,25876,2003996],\ +[1,0,1,-58864,28927262],\ +[0,0,0,-131223,478515598],\ +[1,-1,1,264358,-180857959],\ +[1,0,0,-244481,-43822839],\ +[1,0,1,-1039616,407908254],\ +[1,-1,1,18907,4344797],\ +[1,-1,1,-32373860,64061436863],\ +[0,0,0,-625548,188544553],\ +[1,0,1,-66256,6105246],\ +[1,0,1,-7317493,7618277408],\ +[1,-1,1,2832682,-1756969819],\ +[1,-1,1,-1000598,-257390683],\ +[1,-1,1,-28568210,62038063505],\ +[0,1,0,-82516,9094820],\ +[1,-1,1,-29005970,60135383441],\ +[1,-1,1,-24963984113,1518171186213281],\ +[1,-1,1,-1559767793,23737080689057],\ +[0,1,0,-28716636,63827980164],\ +[1,0,0,-162706,25088156],\ +[1,0,0,-175600,26611832],\ +[0,0,0,-1150680,350356921],\ +[1,-1,1,1032907,2400018437],\ +[1,-1,1,-1362893,580168757],\ +[1,-1,0,-65700414,204991132320],\ +[1,-1,0,-893865,324952425],\ +[1,-1,1,-23825,1095113],\ +[1,0,1,-408066,91293664],\ +[1,0,1,-565458,163419268],\ +[1,0,0,-70893,6874065],\ +[1,0,1,-523979,145944722],\ +[1,0,0,-1023558,-398210652],\ +[1,0,0,-81798,-2483100],\ +[1,0,1,-13371,-249034],\ +[1,0,1,-93738678,349314517256],\ +[1,-1,1,-240008,135078347],\ +[1,-1,1,-768861545,-8178047006551],\ +[1,-1,1,-25683305,-247146100567],\ +[1,0,1,-111631,14175534],\ +[1,-1,1,-28516577,-27948710671],\ +[1,0,0,-2721578,1724906508],\ +[1,-1,1,-355208,81441227],\ +[1,-1,1,-7562300,-6919473985],\ +[1,-1,1,98544343,-208934285119],\ +[0,1,0,-621036,119641860],\ +[1,0,0,1252504,593432640],\ +[1,-1,1,-227411222,1319418514469],\ +[1,-1,1,-187598102,1796124888101],\ +[0,1,0,-747340,-247586812],\ +[1,-1,0,-39753774,96482435580],\ +[1,0,0,-165008,96183040],\ +[1,-1,0,-2377494,1643862708],\ +[0,0,0,-595335,176591518],\ +[1,0,0,-404740,99074792],\ +[1,0,0,17202212,-16442251504],\ +[1,0,0,-16720610,26314988100],\ +[1,0,0,-7161518,7375988100],\ +[1,0,1,-978303,1034879506],\ +[0,1,0,-127036,-17243100],\ +[0,1,0,-173236,27637764],\ +[0,0,0,-12354087,16610694334],\ +[0,0,0,-288732,580663681],\ +[1,0,0,200704,-27728904],\ +[0,1,0,-223913916,1289569066884],\ +[0,0,0,4733025,-5089536794],\ +[1,0,1,-1465371606,21590865232360],\ +[1,0,1,-2138073,1162309756],\ +[1,-1,0,4222746,6394422528],\ +[0,1,0,-7468,586244],\ +[1,-1,0,-36806184,72590498190],\ +[0,0,0,-52850172,147880428361],\ +[0,0,0,-54587127,137640383854],\ +[0,1,0,-52708,4571780],\ +[1,0,1,-926324,679180466],\ +[1,0,1,-17179251,27401284174],\ +[1,-1,1,252148,139460879],\ +[1,0,1,-17078,-173994],\ +[1,-1,1,-2987852,1787972879],\ +[1,-1,0,-19059,4553613],\ +[1,0,0,-343223,77363793],\ +[0,0,0,-17033295,27055385782],\ +[1,-1,1,-14886950,22112021621],\ +[0,0,0,-47820,1058209],\ +[1,-1,1,-238190990,1414993301525],\ +[1,-1,1,58718875,2263131561629],\ +[1,-1,1,-141821285,628408393373],\ +[1,-1,1,-17109212,25288622111],\ +[1,-1,1,-106629557,428196486989],\ +[1,-1,0,-47607,3946635],\ +[1,0,1,-1955223,1038277378],\ +[1,-1,1,-1710950837,27240255446861],\ +[1,-1,0,-753265989,7957075773645],\ +[1,-1,1,17390308,114380182559],\ +[1,-1,0,-50140989,107247648645],\ +[1,0,1,1250609,139216754],\ +[1,0,1,-32080669,-69586350024],\ +[0,1,0,-9697948,10382960324],\ +[1,-1,0,1389696,589003128],\ +[0,0,0,-24917583,47874801238],\ +[1,0,1,-119111,15688262],\ +[0,0,0,-1557408,747984193],\ +[0,0,0,-6644928,4156634977],\ +[1,-1,0,-948347037,5345128611909],\ +[1,-1,0,-64990940337,6377174354342745],\ +[0,0,0,19826097,29023515862],\ +[1,-1,0,-802466397,8745518801925],\ +[1,-1,0,-64990933677,6377175726701013],\ +[0,1,0,-21908,206244],\ +[0,0,0,-1489863,696276862],\ +[0,0,0,-149268,-3781847],\ +[1,0,1,-3210906,2165259940],\ +[0,1,0,-78777380,269081058628],\ +[1,-1,1,-6733337,2918077049],\ +[1,0,1,-10968499,10658486222],\ +[1,-1,0,-1995960,1086804000],\ +[1,-1,1,-55393817,-156668833159],\ +[1,0,0,-809517088,-8864879082496],\ +[1,0,1,-1753969,888155526],\ +[1,0,0,-1645683,812443753],\ +[1,-1,1,104938,-23651539],\ +[1,-1,0,-542277,135954639],\ +[1,0,1,-250484,48425546],\ +[1,-1,1,-21743366270,1234071148581389],\ +[1,-1,0,50913,11028825],\ +[1,-1,1,-1359048830,19279981335053],\ +[1,0,1,-82836,9135460],\ +[1,0,0,-9206778,10751736996],\ +[1,0,1,-188808,48902306],\ +[1,0,0,-90958816,332805084096],\ +[1,0,0,-3078816,9986692096],\ +[1,0,0,-90876576,333438837760],\ +[1,0,0,-248728,47725064],\ +[1,0,1,-63023,5578328],\ +[1,-1,0,-926577,343144809],\ +[0,1,0,-577676,164417220],\ +[1,0,0,-91515,5888017],\ +[1,-1,0,-42237,8333685],\ +[1,0,0,-29093,1907521],\ +[1,0,0,-27933,2066905],\ +[1,-1,1,-3954713,-2495166343],\ +[1,0,0,-65678,5693956],\ +[1,0,0,-267918,-47576060],\ +[1,-1,1,7841767,-14541731719],\ +[1,-1,1,287065,363486431],\ +[1,-1,0,-158292,15844572],\ +[1,-1,0,459018,108811458],\ +[1,0,1,-105219,15596182],\ +[1,0,0,-317880,67623552],\ +[1,-1,0,-314799,68061105],\ +[1,0,0,-894036,2776433040],\ +[1,-1,0,-133572,-18219366],\ +[1,0,0,-188255,28023025],\ +[1,0,1,-165148,4049078],\ +[1,0,1,-172301,31128266],\ +[1,0,1,-1576191,761509042],\ +[1,0,1,-703323,274324006],\ +[1,0,0,-426948918,208128239524],\ +[1,0,0,-22977909238,-1340636967574812],\ +[1,0,0,-1403783478,-21935789795420],\ +[1,0,1,-70251159,226615691446],\ +[1,-1,0,-2134894284,37774229621040],\ +[1,0,0,-100970275,-390479138343],\ +[1,0,0,-125183,-9103335],\ +[1,0,0,-53788906,150142914020],\ +[1,0,0,-2845275,1083736657],\ +[1,0,0,-83251,7309281],\ +[0,0,0,-6316068,6109677817],\ +[0,0,0,-299247,57996886],\ +[1,0,1,-244736,44732900],\ +[1,0,0,-3422378,2435323044],\ +[1,0,0,-174468,28033488],\ +[0,1,0,29692,4264260],\ +[0,0,0,-6316743,6108306622],\ +[1,0,0,-82125701,287415643905],\ +[1,0,1,26441,14216606],\ +[0,0,0,-393063,94850878],\ +[1,0,1,-6687696,8148502222],\ +[1,-1,0,-15267852,22966096212],\ +[1,-1,0,-956592,357167664],\ +[1,-1,0,-1009749,390673305],\ +[1,-1,1,-69741050,218398828601],\ +[1,-1,1,-1107831290,14192754403385],\ +[1,-1,1,-3391997,1691355269],\ +[1,0,0,-88748,6568848],\ +[1,-1,1,568003,175467269],\ +[1,-1,1,-315146843,2156112054731],\ +[1,-1,1,-3057143,1253124047],\ +[1,0,1,-1086621,435887842],\ +[0,1,0,1043140,172092900],\ +[1,-1,0,-2317206672,42933974946048],\ +[1,-1,1,-2711543,1718854607],\ +[1,0,1,-1336446,-594187396],\ +[1,0,0,-628251,191569105],\ +[1,-1,0,-37075306032,2747746702562400],\ +[1,0,1,-284124,-24922198],\ +[1,0,1,-188921,31746720],\ +[1,0,0,-1903120,-4032249600],\ +[1,0,1,-6366606,-6180850580],\ +[1,-1,1,-165182,22926989],\ +[1,-1,1,-660182,-182597011],\ +[1,0,0,-23323,1268009],\ +[1,0,0,-20231,8392545],\ +[1,0,1,941532,-1352679194],\ +[0,1,0,-913876,335957924],\ +[1,-1,0,-361663290,2647447585020],\ +[1,-1,0,-361665090,2647419916500],\ +[1,0,1,-25827026,-50510238856],\ +[1,-1,1,-49853,-162619],\ +[1,0,1,52137,-2717594],\ +[0,1,0,-31093,2105076],\ +[0,1,0,-497828,135031204],\ +[1,-1,0,68328,20090430],\ +[1,0,0,-44093,-2692599],\ +[1,-1,0,-51462,4062528],\ +[1,0,1,-35187563,-52580054662],\ +[0,0,0,-49318743,133310895982],\ +[1,0,0,6019,727545],\ +[1,0,1,-67610354,212197666052],\ +[1,-1,0,2531151,-15187095],\ +[1,0,0,-90145,10408737],\ +[0,0,0,-3108468,2045988817],\ +[1,0,0,-725425,237753257],\ +[1,0,1,-138023,14225006],\ +[1,-1,0,-10125099,-113905845],\ +[1,0,1,-139698699393,-18932707983308492],\ +[1,0,1,-148039,-20287938],\ +[0,0,0,-557583,159867382],\ +[1,0,1,-603958,170231556],\ +[1,0,1,10821,913892],\ +[1,-1,1,-574538,759199817],\ +[1,-1,1,-15385910,23232973061],\ +[1,-1,1,-16492658,25706077481],\ +[1,-1,1,-15392750,23211287525],\ +[1,-1,1,-194990,31102589],\ +[1,-1,1,175450,135122141],\ +[1,-1,0,-57122604,1260716779728],\ +[1,0,0,-113416,-3624384],\ +[1,-1,1,-719393,-136618063],\ +[1,0,0,-1226316,468914320],\ +[1,0,1,-395069,-15055774],\ +[1,0,1,-846781,-136189174],\ +[1,-1,1,-5099513,4336360481],\ +[1,0,1,-25104544,48412527206],\ +[1,0,0,-35358150,80924422500],\ +[1,0,0,-231240,187785792],\ +[1,0,0,12948,421776],\ +[1,0,0,-4767,127449],\ +[1,-1,1,-3606647,2637610319],\ +[1,0,1,-286854,58872856],\ +[1,0,0,-31900,1610000],\ +[1,0,0,-471900,124722000],\ +[1,0,0,-5557266,-3547208700],\ +[1,0,0,-2096146,1124611076],\ +[1,-1,1,-455648,94718531],\ +[1,-1,0,-2994759,1995489513],\ +[1,-1,0,-9156294,4087006308],\ +[1,-1,0,-2245670064,40961041011648],\ +[1,-1,1,-20320943,8757439031],\ +[1,0,1,-1840059,959624146],\ +[1,0,0,-12180181,16360637345],\ +[1,0,0,-749461,263897441],\ +[1,0,1,-2376073528,44530097120006],\ +[1,0,1,-375973,85217756],\ +[1,0,1,-687089,-116077264],\ +[1,0,1,-55935204,151397748706],\ +[1,0,0,-2088590,-732603900],\ +[1,0,1,-5134368,4453877806],\ +[1,0,1,-181466594,940883727476],\ +[1,0,1,-40131018,97848210556],\ +[1,0,1,-3339463,1946476406],\ +[1,0,0,-6229091,5983356225],\ +[1,0,1,-10696531938,425805659785156],\ +[1,0,1,-672781938,6564320785156]] diff --git a/l-multiples_l-torsion/400k-3.gp b/l-multiples_l-torsion/400k-3.gp @@ -0,0 +1,27648 @@ + +\\ Elliptic curves downloaded from the LMFDB downloaded on 11 January 2019. +\\ Below is a list called data. Each entry has the form: +\\ [a1,a2,a3,a4,a6] (Weierstrass Coefficients) + + +data = [\ +[0,0,1,-54,-88],\ +[0,1,1,13,42],\ +[0,1,0,-2,1],\ +[0,1,1,-83,244],\ +[1,-1,0,-96,1088],\ +[0,0,0,27,-27],\ +[0,1,1,-1423,-21113],\ +[1,-1,1,-6404,199847],\ +[0,0,1,-6924,221760],\ +[0,1,1,-27,55],\ +[0,0,1,-534,4752],\ +[1,-1,0,-6,8],\ +[1,0,0,-2,4],\ +[1,0,1,-621,-7064],\ +[0,1,1,-7,5],\ +[0,1,1,3,2],\ +[0,0,1,-210,1134],\ +[0,0,0,-9,9],\ +[1,-1,0,-96,386],\ +[1,-1,1,-29,37],\ +[1,0,1,800,1070],\ +[0,0,1,-18,29],\ +[1,0,0,-3473,-79127],\ +[1,-1,0,-177,197],\ +[0,0,1,-24,45],\ +[1,0,0,-302,-2036],\ +[0,1,1,5,6],\ +[0,1,0,-13,15],\ +[1,0,0,-57,161],\ +[0,0,1,240,1233],\ +[0,0,0,-24,-284],\ +[0,0,1,-84,315],\ +[0,0,1,-246,2043],\ +[0,0,1,0,20],\ +[1,-1,0,-177,953],\ +[1,0,0,-22,36],\ +[1,0,0,27,1],\ +[1,0,0,-36,-440],\ +[0,0,1,-16860,842625],\ +[0,0,0,-264,1636],\ +[1,-1,0,-4041,99891],\ +[0,1,1,-23,41],\ +[0,1,1,15,-69],\ +[1,0,1,714,-16080],\ +[0,0,0,-57,169],\ +[0,1,0,-93,316],\ +[1,-1,0,-81,783],\ +[1,0,0,167,225],\ +[1,0,0,-8,64],\ +[0,1,1,-163,1721],\ +[0,1,0,-77,236],\ +[0,1,1,-253,441],\ +[1,0,1,-2801,49924],\ +[1,0,1,-26,46],\ +[1,-1,0,-1332,19062],\ +[1,-1,0,-221427,40159989],\ +[0,1,0,-188,932],\ +[1,-1,0,-27,99],\ +[1,-1,0,-1197,16245],\ +[0,1,1,-7112371,-7584550689],\ +[1,-1,0,-522,4590],\ +[0,0,0,105,142],\ +[0,1,1,7,12],\ +[1,0,1,-901,-10648],\ +[0,0,1,-2268,41573],\ +[0,1,0,-228,1252],\ +[0,0,0,-135,702],\ +[0,1,1,-457,3560],\ +[0,1,1,-3275,-57546],\ +[1,-1,1,-455,3647],\ +[1,0,1,-14605,702472],\ +[0,0,0,-72,36],\ +[1,0,0,15753,666801],\ +[0,0,1,-1506,24354],\ +[1,0,0,-133932,-25444656],\ +[1,-1,1,-234509,43769909],\ +[1,0,0,3149,66081],\ +[1,-1,0,-25020,1529550],\ +[0,1,1,4415,-63694],\ +[1,-1,1,-1094,133589],\ +[0,0,1,-102,252],\ +[1,-1,0,-1122,11348],\ +[1,-1,0,-4986,136836],\ +[0,0,0,-63,198],\ +[1,0,0,12,-8],\ +[0,0,1,-270570,54171090],\ +[1,-1,1,-3380,76439],\ +[0,0,1,1734,10044],\ +[0,1,1,-333,2244],\ +[0,1,1,-36581,2679900],\ +[1,-1,1,-338,12881],\ +[1,0,1,3887,-78212],\ +[1,0,1,-256,2854],\ +[0,0,0,33,-26],\ +[1,0,0,67,113],\ +[0,0,1,348,2835],\ +[0,0,1,-894,23535],\ +[0,0,1,-378,4529],\ +[0,0,0,-62769,6052921],\ +[1,-1,0,-219660,39865616],\ +[1,-1,0,-162,3024],\ +[0,0,1,-1771248,907333974],\ +[0,1,1,-159549,-38239046],\ +[1,-1,0,-54,360],\ +[0,0,1,-486,4124],\ +[0,0,1,6,-468],\ +[1,-1,0,162,2808],\ +[1,-1,0,-24723,1502433],\ +[1,-1,0,54,288],\ +[1,0,1,-2175,-36590],\ +[1,0,1,-654,4152],\ +[0,1,1,-163,748],\ +[1,0,1,562,-105344],\ +[0,1,1,243,-4705],\ +[0,1,1,-28027,1796670],\ +[0,0,1,726,13545],\ +[1,0,0,-701,-5095],\ +[0,0,1,-90552,10509777],\ +[0,0,0,-45,117],\ +[1,0,1,121,-4894],\ +[0,1,0,-108,388],\ +[0,1,1,-4781,136281],\ +[0,0,0,15,-23],\ +[0,0,1,1302,3528],\ +[1,-1,0,-2718,54972],\ +[1,-1,0,-10950,443780],\ +[1,-1,0,-26802,1695654],\ +[1,-1,0,-3957,106037],\ +[0,1,1,7,-53],\ +[0,0,1,-12810,557235],\ +[0,0,1,-1037190,406570248],\ +[1,-1,0,-219888,39742218],\ +[0,0,0,-324,2241],\ +[0,0,0,-1992,39076],\ +[1,-1,1,2785,6023],\ +[1,0,1,-1664,30862],\ +[0,0,1,-395274,95652315],\ +[0,0,1,-3684,84330],\ +[1,-1,1,526,30449],\ +[1,-1,1,-1352,-12149],\ +[1,0,1,-31421,2098200],\ +[1,-1,1,4180,-50641],\ +[0,1,1,-863,6705],\ +[0,0,0,-489,7369],\ +[1,0,0,-2031,88145],\ +[0,0,1,-318,2178],\ +[0,1,1,579,83810],\ +[0,0,0,-15375,733750],\ +[0,1,1,-193,970],\ +[0,1,1,-157,-705],\ +[1,0,0,-2066,-41404],\ +[0,0,1,1410,4914],\ +[1,-1,0,243,6399],\ +[1,-1,1,148,2351],\ +[1,-1,1,795451,364884797],\ +[1,-1,1,-3155,72947],\ +[0,0,0,483,5749],\ +[1,0,1,-3806,-60208],\ +[1,-1,0,-2151,38151],\ +[0,1,1,-8675,-314021],\ +[0,0,1,-858,9828],\ +[1,-1,0,288,-4050],\ +[1,0,1,1031,19676],\ +[1,0,0,58,-22684],\ +[1,-1,1,-73580,-7523089],\ +[1,0,0,288,-27584],\ +[1,-1,1,-299,2107],\ +[0,0,1,-7572,253620],\ +[0,0,1,-177390,28599392],\ +[1,-1,1,-7184,234739],\ +[0,0,0,-420,3313],\ +[1,0,0,-58822,-5496476],\ +[1,0,0,-288,-27712],\ +[1,-1,1,1498,248501],\ +[1,-1,1,-167,-9241],\ +[1,0,0,-65738,-6492380],\ +[1,-1,1,-63797,6225869],\ +[1,0,0,1427,-22511],\ +[1,-1,1,-78950,8557813],\ +[1,-1,0,-5364,152748],\ +[1,-1,1,-50,-1159],\ +[1,0,0,49377,14082265],\ +[1,-1,0,-2547,51705],\ +[0,1,1,-557,4545],\ +[0,1,1,-55,209],\ +[1,-1,1,-9842,10768241],\ +[0,1,1,-79,-436],\ +[1,-1,0,-108,1368],\ +[0,0,0,267,1573],\ +[1,0,1,-1888241,-998908100],\ +[0,1,1,887,4318],\ +[1,0,1,16389,-3528890],\ +[1,0,1,-3988,-132462],\ +[0,0,1,-1740,19368],\ +[1,-1,1,-5954,3942209],\ +[0,1,1,-1143,14536],\ +[0,1,1,-1437,16372],\ +[1,0,0,436,-8048],\ +[0,1,0,-1333,18295],\ +[0,0,0,-120,388],\ +[0,1,1,-1293,21540],\ +[1,-1,0,693,-6183],\ +[0,1,0,-1397,19639],\ +[0,0,0,-12432,539044],\ +[1,0,0,-582,5356],\ +[1,0,0,-3368,17984],\ +[1,0,0,-569,5177],\ +[0,0,0,60,-767],\ +[0,0,0,-540,4833],\ +[1,0,0,-608,5720],\ +[1,-1,1,-69908,12371447],\ +[1,0,1,16673,-505358],\ +[1,-1,1,11425,468551],\ +[1,-1,1,-28139,1824059],\ +[1,-1,0,-4419,114183],\ +[1,-1,0,-34476660,-44141945904],\ +[0,1,0,-458,3713],\ +[0,1,1,-21177,-1558825],\ +[1,-1,0,-147852,21919248],\ +[0,0,1,-414,3242],\ +[1,-1,1,-16259,797699],\ +[1,-1,0,-387,2745],\ +[0,1,1,-53,88],\ +[1,-1,0,540,32040],\ +[0,0,1,-5628,162414],\ +[1,0,1,-1817,24708],\ +[1,-1,1,-5180,167447],\ +[1,-1,1,-27455,3612647],\ +[0,0,0,-567,3726],\ +[1,-1,1,33505,-684665],\ +[1,-1,1,2455,1513],\ +[1,-1,0,-60957,6006429],\ +[0,0,1,-53130,4711149],\ +[0,1,1,1007,13447],\ +[0,0,0,-4377,538729],\ +[1,-1,0,-338452578,2396680742988],\ +[0,1,0,-814,8673],\ +[0,0,1,204,-32472],\ +[0,0,0,528,-39836],\ +[1,-1,1,-14774,687629],\ +[1,-1,1,-617,-469591],\ +[0,0,1,-450,3674],\ +[1,-1,1,-1193189,501960989],\ +[1,-1,0,-3357,80757],\ +[0,0,1,-2106,37199],\ +[0,1,1,47,-1444],\ +[0,0,1,-2268,35714],\ +[0,0,0,-1332120,-8074892828],\ +[0,0,1,-4134,480915],\ +[0,1,1,-173,820],\ +[0,1,1,111,-105],\ +[0,0,1,-408,5229],\ +[1,-1,1,-284,9119],\ +[1,-1,0,-486,26568],\ +[1,-1,1,895,-6703],\ +[1,-1,1,-756680,253575947],\ +[0,0,1,-4422,161892],\ +[1,0,0,-803,8705],\ +[0,0,1,-399432,97165575],\ +[0,0,1,-17670,904077],\ +[0,0,0,-22125,1268125],\ +[1,-1,1,67,461],\ +[0,0,0,-797511,274128478],\ +[0,0,0,24,-572],\ +[0,0,0,-504,4356],\ +[0,0,0,34575,-73775],\ +[1,0,0,-21183,-1188207],\ +[1,-1,0,-864,83520],\ +[1,-1,1,511,1297],\ +[1,-1,0,-18783,994113],\ +[1,-1,1,-1265,17633],\ +[1,-1,0,-3285,73251],\ +[1,-1,1,-35267,2564291],\ +[1,-1,1,-302225,64140545],\ +[1,-1,1,-166442,26184809],\ +[1,0,0,-8462601,10074373785],\ +[0,1,1,81,1640],\ +[1,0,0,113,-89991],\ +[1,-1,1,1093,132131],\ +[0,0,0,-108192,13697476],\ +[0,1,1,-167,1805],\ +[1,-1,1,3046,-317311],\ +[0,0,0,81,-5994],\ +[0,0,0,143088,32083684],\ +[0,0,0,-292440,60871876],\ +[1,0,0,307,3473],\ +[1,-1,1,-8015,360983],\ +[0,0,0,-2511,48438],\ +[0,0,0,-35640,2589732],\ +[0,0,0,-3240,-131868],\ +[0,1,1,-104659,-13066250],\ +[0,0,1,-5520,135387],\ +[0,0,1,-63336,6135129],\ +[0,0,0,-262713,-169989887],\ +[1,0,0,-64,4096],\ +[1,-1,0,-1559232,749790864],\ +[1,-1,0,-2532357,1551717945],\ +[0,0,0,-588,5497],\ +[0,0,1,132,279],\ +[1,-1,0,-31257,2136429],\ +[1,0,0,613857,-1307431],\ +[1,-1,0,117,-14553],\ +[1,-1,1,9598,10230401],\ +[1,-1,1,244705,263779463],\ +[0,0,1,-103656,12844944],\ +[1,-1,1,-27320,-10030021],\ +[1,-1,0,513,28899],\ +[0,0,1,-8868,321714],\ +[0,0,1,-4890522,5138330967],\ +[1,-1,1,-515,29755],\ +[1,-1,1,-149180,13208447],\ +[1,0,0,6754,-267924],\ +[0,0,1,1698,77535],\ +[1,-1,1,-101705,12762569],\ +[1,-1,1,-25205,-1347955],\ +[0,0,0,3120,-85628],\ +[0,1,1,-3549,80020],\ +[1,-1,1,-860,9911],\ +[1,-1,1,-505580,138314351],\ +[1,0,1,-11303,-462302],\ +[1,-1,1,-1010984,399872747],\ +[1,-1,1,5350,74081],\ +[1,-1,0,-5768001,5333392701],\ +[1,-1,0,-648,47088],\ +[1,-1,1,-141656,20556443],\ +[1,0,1,-8026,291660],\ +[1,-1,1,78781,1918019],\ +[0,1,1,31,-95],\ +[1,-1,0,-216,5328],\ +[0,1,1,-3423,67926],\ +[1,-1,0,-9761103,11740504203],\ +[1,-1,0,2313,-135],\ +[0,0,1,-6276,191358],\ +[1,0,1,-7731,-821554],\ +[0,0,1,-107544,13574592],\ +[1,-1,0,648,46224],\ +[1,0,0,-37713,3219281],\ +[1,-1,0,-9006,331028],\ +[0,0,1,-3090,21015],\ +[1,-1,1,-25763,1598051],\ +[1,-1,0,-17001,854253],\ +[0,1,1,13117,-3553690],\ +[0,0,0,-558327,216960046],\ +[1,-1,1,1012621,-3364010413],\ +[0,0,1,-4212,106697],\ +[1,0,1,353119,227939916],\ +[0,1,1,-93,300],\ +[1,-1,1,-15305,1186697],\ +[1,-1,0,729,58563],\ +[1,-1,0,153,-3015],\ +[0,1,1,-211689,32656574],\ +[1,0,1,-13403,-587994],\ +[1,-1,0,-15401502,23268297492],\ +[0,0,1,762,-972],\ +[0,0,0,197664,-3787292],\ +[0,0,0,-17265,873169],\ +[0,0,0,1455,56617],\ +[0,0,1,-3507438,2528326269],\ +[0,1,1,-397,2295],\ +[1,0,0,-39313810,-94881275900],\ +[1,-1,1,850,79805],\ +[1,-1,0,-454878,118197252],\ +[1,-1,1,1899058,1177721309],\ +[1,-1,1,-785,10369],\ +[1,-1,1,-545,-1591],\ +[0,1,1,-39,109],\ +[1,-1,1,-88052,19208279],\ +[0,0,0,-8112,281284],\ +[1,-1,0,-49581,4261761],\ +[0,0,0,5784,197188],\ +[1,-1,1,9283,-531259],\ +[1,-1,0,-9522,370548],\ +[0,1,1,-123,480],\ +[1,-1,0,633,2573],\ +[1,-1,0,-613242,184988916],\ +[0,1,1,-113,418],\ +[0,0,0,-84,121],\ +[1,-1,1,-1221377,519850001],\ +[1,0,1,-420117,104474208],\ +[1,-1,1,-3368930,-2317366303],\ +[1,-1,0,-4977,156357],\ +[1,-1,0,-2504007,1525736925],\ +[1,-1,1,-2573465,1589649401],\ +[0,1,1,-38837,-2958515],\ +[1,0,1,-59055,5449802],\ +[1,-1,0,-484686,130000356],\ +[1,-1,1,-1634,297569],\ +[0,1,1,-3309,-55726],\ +[1,-1,0,3123,11637],\ +[0,0,0,-564375,-1104691250],\ +[1,-1,0,-216810,38911050],\ +[0,1,1,-613,5968],\ +[1,-1,0,-23004,156528],\ +[1,-1,1,-600305,114721697],\ +[0,1,1,901,50399],\ +[0,0,1,51450,-65575512],\ +[0,0,0,-405,1053],\ +[1,0,0,-1128,51976],\ +[0,0,1,-192,1305],\ +[0,0,1,-34680,2531367],\ +[0,0,0,-82272,9066436],\ +[0,1,0,-4924,131364],\ +[1,-1,0,423,-4923],\ +[0,0,1,0,992],\ +[0,0,1,0,48620],\ +[0,1,1,-173,-519],\ +[0,0,1,-15240,724095],\ +[0,0,1,-12312,-521728],\ +[1,-1,1,-88574,871755149],\ +[0,1,1,-77887,8425782],\ +[1,-1,1,-2300,-77065],\ +[1,-1,1,-1365432152,19420522946651],\ +[1,-1,0,-13437,592029],\ +[1,-1,1,-4878680,4148867675],\ +[1,-1,1,-4430,-816803],\ +[1,0,1,-90151,-10431310],\ +[0,0,1,6588,1195715],\ +[0,1,1,-19890845,34819486974],\ +[0,1,1,-1389,19469],\ +[0,1,1,-1887,-320218],\ +[1,-1,0,-48528,4126842],\ +[1,-1,1,19525,1504811],\ +[0,0,1,-6618,1226529],\ +[0,0,1,-34986,2471229],\ +[1,0,1,-12657069,17334780392],\ +[1,-1,1,-1674707,2651650931],\ +[1,0,1,-20661,-1261248],\ +[1,-1,0,-233981316,1496712495888],\ +[1,-1,1,-133394,18785297],\ +[0,0,0,-2349,43821],\ +[1,0,1,-38879,2998002],\ +[0,1,1,-1437,20495],\ +[0,1,1,137,-11445],\ +[1,0,1,-63852,4324522],\ +[0,0,1,-24960,1522755],\ +[0,0,0,-81,-3807],\ +[0,0,0,-1200,3652],\ +[1,-1,1,-4968347,4263775571],\ +[0,1,1,-507845,-144933244],\ +[0,0,1,-2240328,1290670893],\ +[1,-1,1,-149918,22380077],\ +[1,-1,0,-62217,5994513],\ +[0,0,1,-226830,41566680],\ +[1,0,0,-2563,49729],\ +[1,-1,0,41886,3185748],\ +[1,0,0,-3399,19441],\ +[1,-1,1,34987,2111717],\ +[1,-1,1,-3758,89597],\ +[1,0,0,-4946178,-4234444092],\ +[0,1,1,6169,-778350],\ +[1,0,0,3156,197072],\ +[1,-1,1,-1112,11099],\ +[1,-1,0,-33786,2391066],\ +[1,-1,0,-6597,255285],\ +[0,0,1,-6060,181548],\ +[0,0,0,10896,-83036],\ +[1,-1,1,-98510,11885789],\ +[0,0,1,186,675],\ +[0,0,1,6918,290412],\ +[1,-1,1,658264,-55348117],\ +[0,0,1,-876,-5292],\ +[1,-1,1,-131441,-18966751],\ +[0,0,0,-21432,3317956],\ +[0,1,1,-15,19],\ +[0,1,1,-43,131],\ +[0,0,0,174192,48470308],\ +[0,0,0,-113376,14693668],\ +[1,-1,1,-17447,888671],\ +[1,-1,0,-34821,2515293],\ +[0,0,1,7980,-108612],\ +[0,0,1,-11730,487287],\ +[0,0,1,-16724316,26325139014],\ +[1,0,0,1103,4329],\ +[1,-1,0,-10656,443556],\ +[1,0,1,-81282,-8966252],\ +[1,-1,0,-47826,4037706],\ +[1,0,0,-1427,21281],\ +[0,0,1,-90570,12405267],\ +[1,-1,0,-3236517,2241930213],\ +[0,0,1,-570,9873],\ +[1,-1,0,-149508,-1324138032],\ +[1,-1,0,-85227,9689093],\ +[1,-1,0,82899,14026851],\ +[0,1,1,-1293,17471],\ +[1,-1,0,-972,105624],\ +[1,-1,1,-73280,-7601309],\ +[0,0,0,-168778200,843961508836],\ +[1,-1,0,4743,52677],\ +[1,0,0,-2753,55369],\ +[0,0,0,3278625,11820703750],\ +[0,1,1,-93073,10995425],\ +[1,-1,1,45445,8739947],\ +[1,-1,1,-590,5573],\ +[1,0,0,-1023268,-398492912],\ +[0,1,1,-6561,-3593059],\ +[0,1,1,23,132],\ +[0,1,1,-263,1558],\ +[1,-1,0,-1206,13356],\ +[0,1,1,-9593,101285],\ +[1,0,1,-19380,1006962],\ +[0,1,1,-937673,-355020408],\ +[0,0,0,-336,-19388],\ +[1,-1,0,-1467,22041],\ +[1,-1,0,4653,-49977],\ +[0,0,0,-10992,-661799],\ +[1,-1,1,-6040166,5668453109],\ +[0,0,0,-9840,376612],\ +[0,0,0,-2267409,1314143881],\ +[0,0,1,-64470,6300639],\ +[1,-1,0,-1296,187488],\ +[0,0,0,-13215,584134],\ +[1,0,0,-3019,63601],\ +[1,0,1,-27980,-1821750],\ +[0,0,1,9060,-354015],\ +[0,0,0,699,12517],\ +[0,0,0,-42375,3478750],\ +[1,-1,0,-140508,20307312],\ +[0,0,0,-6384,196324],\ +[0,0,1,-89220,15933438],\ +[1,0,0,-1915768,574511680],\ +[1,0,1,-2345274,1381126572],\ +[0,0,0,12264,970468],\ +[1,-1,1,-2813,57917],\ +[0,0,1,1086,1242],\ +[1,-1,1,-11507,459731],\ +[0,1,0,-3353,73624],\ +[1,-1,0,-369,-169875],\ +[1,-1,1,48370,-6900451],\ +[1,-1,1,310,10505],\ +[1,-1,0,-23922,-1541286],\ +[1,-1,0,-30627,2056293],\ +[0,0,1,-946542,263932605],\ +[1,-1,0,-133164,18736848],\ +[1,-1,0,-164376,25697736],\ +[1,-1,0,-13315266,18704676006],\ +[1,0,1,42051,-2577128],\ +[1,-1,1,37345,5837447],\ +[1,0,1,-36678,-1408744],\ +[1,-1,0,-141171,20318453],\ +[0,0,1,-149484,42354180],\ +[1,-1,1,-103181,12308789],\ +[0,0,0,-18885,998989],\ +[0,1,1,-1125,-106469],\ +[0,0,0,-18264,989809],\ +[1,-1,0,-8034,278540],\ +[1,-1,0,1281,15533],\ +[1,-1,0,-32334,2368340],\ +[0,0,0,-5304,148489],\ +[1,-1,1,-4268,99631],\ +[1,0,1,325,105950],\ +[1,-1,0,-1149,20393],\ +[0,0,1,-16050,782631],\ +[0,0,1,-270,-1051],\ +[0,1,1,-23709,2438399],\ +[0,0,0,-14025,639025],\ +[0,0,1,-52062906,1540416635109],\ +[1,-1,1,-1379696,624039059],\ +[1,0,0,2757,301393],\ +[1,-1,0,-25911,1611873],\ +[1,-1,1,-635180,195004847],\ +[1,-1,0,-14058,697572],\ +[0,0,0,-6696165,912659101],\ +[1,0,1,-32042,-2212748],\ +[0,0,1,-212250,37601406],\ +[0,0,0,-6168,186433],\ +[1,-1,1,3802,-50443],\ +[0,1,1,1125,-104469],\ +[1,-1,1,-151817,-36190159],\ +[1,-1,1,-1433,30457],\ +[0,0,0,-2685,3229],\ +[1,-1,0,-3492,86166],\ +[1,-1,1,997,8587],\ +[1,-1,1,20032,-119069],\ +[1,-1,0,-3456,1329408],\ +[1,0,0,-4938,131876],\ +[1,-1,0,-1458,237168],\ +[1,0,0,-5009466,-11355529500],\ +[0,0,0,12705,-402554],\ +[0,1,1,-9637,343337],\ +[0,0,1,3348,-88540],\ +[0,0,1,-11028,448164],\ +[1,-1,0,-6120,186516],\ +[1,0,0,-40908,-3317104],\ +[0,0,1,-1218,43029],\ +[1,-1,0,6354,-39204],\ +[0,0,1,-216,-1861],\ +[0,0,1,-2214,40097],\ +[1,-1,0,-4780710,4024535220],\ +[0,1,1,63,-123],\ +[1,-1,0,-22644,1317150],\ +[0,0,1,-33822642,-76848435468],\ +[1,-1,1,578083,19491941],\ +[0,0,1,-750,7974],\ +[1,0,1,-85356197,303538433808],\ +[0,0,1,-10812,434790],\ +[0,0,1,131459748,-366945002865],\ +[0,0,1,2508,170955],\ +[1,0,0,-2259,45217],\ +[1,-1,0,-8091,242433],\ +[0,0,1,-1763472,901365570],\ +[0,0,1,-22512,1147797],\ +[1,-1,0,-11529,-1242297],\ +[1,-1,1,607,40601],\ +[1,0,1,-5024,-66634],\ +[1,0,1,-496345,-134478980],\ +[0,0,1,-133466934,593483566707],\ +[0,0,1,-370956,-106098507],\ +[0,0,1,-1435944,1031018292],\ +[0,0,1,-4980,134928],\ +[0,0,0,-1065,-64271],\ +[1,-1,1,958,101441],\ +[1,-1,0,-4833846,4091812308],\ +[1,-1,0,-1147383,473339133],\ +[0,0,1,-6383330652,196299469230210],\ +[0,0,1,264408,3190932],\ +[0,0,1,-43032,-3722625],\ +[1,-1,1,-39758,2380637],\ +[0,1,1,243,14762],\ +[0,0,1,-40620,3811788],\ +[1,-1,0,-10950,463436],\ +[0,0,1,-72408,7500033],\ +[0,0,1,-235416,-55548891],\ +[1,-1,1,6448,-38221],\ +[1,-1,0,7173,157977],\ +[1,-1,0,-11193,458603],\ +[1,-1,1,-1412780,660559151],\ +[1,-1,0,4227858,2160028620],\ +[1,-1,1,-6825614,18650844317],\ +[0,0,1,-78812292,269231055957],\ +[0,0,0,-24736791,47354705422],\ +[0,0,1,-3036,61218],\ +[1,-1,1,3937,-352249],\ +[1,0,1,-4855,23566170],\ +[1,-1,1,15070,862697],\ +[1,-1,0,439696431,-169899663267],\ +[0,0,1,-6564,1206675],\ +[0,1,1,-268385,28622931],\ +[1,-1,1,741001,-606635953],\ +[0,0,1,13074,1108134],\ +[1,-1,1,-319280,67284371],\ +[0,0,1,-941934,351846810],\ +[1,-1,1,1300,-6649],\ +[1,-1,1,-175567991,895441895759],\ +[1,0,1,-41331,-3234538],\ +[1,-1,1,-1109,-20411],\ +[0,0,1,-21720,1233207],\ +[0,0,0,-1884,35521],\ +[1,-1,1,-3776,-259477],\ +[0,0,1,-76295424,256505008725],\ +[1,-1,0,-72,-11052],\ +[1,-1,1,-327515,113255435],\ +[1,-1,1,-30522290,64911985841],\ +[0,0,0,-9975,379150],\ +[0,1,1,-849,9244],\ +[1,0,1,-101449,12532372],\ +[1,-1,0,1382535,-3718714419],\ +[1,-1,1,-662,49061],\ +[1,-1,0,-3164589,2167617573],\ +[0,0,0,555,-125939],\ +[1,-1,1,-16177187,25058742499],\ +[1,-1,0,-8315748,9232045632],\ +[1,-1,0,37116,-1964862],\ +[1,-1,0,-52740,4675266],\ +[1,-1,1,-1460147,-714867181],\ +[0,0,1,-5250,122031],\ +[1,-1,0,-9837,523125],\ +[1,-1,0,-3222,75510],\ +[1,-1,1,-15247805,22920879197],\ +[0,1,1,-1405,19809],\ +[1,0,0,-81551,-8892295],\ +[1,-1,0,-46422,3861378],\ +[0,0,0,-3288,94372],\ +[0,0,1,-1398,21528],\ +[1,-1,0,-648342,201096540],\ +[0,0,1,-383394,91372455],\ +[1,-1,1,-62141,4654469],\ +[0,0,0,602943,-37934831],\ +[0,1,1,-5763,-67768],\ +[0,1,1,-37,-790],\ +[0,0,1,-2173314,312645600],\ +[1,-1,0,-4527,38529],\ +[0,1,1,-12679,567230],\ +[1,-1,1,4135,34553],\ +[0,0,0,-475167,126117574],\ +[1,-1,0,-1998,444888],\ +[0,1,1,-11717,484540],\ +[0,0,0,8088,-108191],\ +[0,0,1,-169752,27033552],\ +[1,-1,0,60786,7233948],\ +[1,-1,0,-1582368867,24227957283291],\ +[1,-1,0,-1873224,992098530],\ +[1,-1,0,306,-17892],\ +[1,-1,1,-9719915,-11987234629],\ +[1,0,0,-33420517,-75619489279],\ +[1,0,1,-212287,-32513902],\ +[1,-1,0,-20565,1139805],\ +[0,0,1,-8220,286938],\ +[1,0,0,-303423,-64358055],\ +[1,-1,1,9805,331283],\ +[1,-1,0,-72747,7598853],\ +[0,1,1,-1423,25570],\ +[1,-1,0,-85632,9666440],\ +[1,-1,1,220,-3553],\ +[1,-1,1,-3038,1027181],\ +[0,0,1,-1830,33804],\ +[1,-1,0,-1944,421200],\ +[0,1,1,-31971,1109135],\ +[0,0,1,-648,5123],\ +[1,-1,1,70402,-8287603],\ +[1,-1,1,-57479,5320127],\ +[1,-1,1,-1400,20531],\ +[1,-1,1,-687173,353670077],\ +[1,-1,1,-9290,-372599],\ +[1,-1,0,-3636,-8802],\ +[0,0,0,-804,8881],\ +[0,0,0,-543,8998],\ +[0,0,1,-1782,28937],\ +[1,-1,0,1944,418608],\ +[1,0,1,5882,1056],\ +[1,-1,1,-78035,8965235],\ +[1,-1,1,2920,8147],\ +[0,0,1,-8904,-94743],\ +[0,0,0,3624,69028],\ +[1,0,0,-326757,-71918271],\ +[1,-1,1,-2753240,1736320475],\ +[0,0,0,-1623,75598],\ +[1,-1,1,-12101,499709],\ +[0,0,1,-378048,89467659],\ +[0,0,1,-270030,54009000],\ +[1,-1,1,-148037,23317949],\ +[1,0,1,6084399,59073891044],\ +[1,-1,0,-6144,4198400],\ +[1,-1,0,-405,18495],\ +[0,0,1,-76858068,296428056048],\ +[0,0,0,0,2025],\ +[0,0,0,0,8100],\ +[1,0,1,-14866,671964],\ +[0,0,1,25476,487710],\ +[0,0,1,-230070,42463890],\ +[1,-1,1,-282785,-56651407],\ +[1,-1,1,-71429,7174757],\ +[0,0,0,0,202500],\ +[1,-1,0,405,17955],\ +[0,0,0,0,50625],\ +[1,-1,1,-2287580,1441288991],\ +[0,0,1,-7770,-188811],\ +[1,0,1,-5990,-11959368],\ +[1,-1,1,-12875,858971],\ +[0,0,1,-2272867608,41797116490338],\ +[0,1,1,-293,1840],\ +[1,-1,1,1700041,-909217393],\ +[1,0,0,4577,-482087],\ +[1,-1,0,-21456,1214838],\ +[0,0,0,-50613447,138594816286],\ +[0,0,0,-8796,589633],\ +[0,1,1,-4055,82381],\ +[0,0,1,-6708,211464],\ +[1,-1,1,-31775,4791431],\ +[0,0,1,118050,96067674],\ +[0,1,1,-3989,95600],\ +[0,0,1,-12781200,17594829045],\ +[0,0,0,-17544,2242276],\ +[0,0,0,-4935,-417602],\ +[1,-1,1,-4514,117857],\ +[0,1,1,31,240],\ +[0,0,0,-2415,-8426],\ +[1,-1,1,-2615,53903],\ +[1,-1,0,-963,-142047],\ +[1,-1,1,-214637,38481149],\ +[1,0,0,-145235,-21316775],\ +[1,-1,0,1062,-29628],\ +[1,-1,1,3046,-48103],\ +[1,-1,1,22,-12823],\ +[1,-1,0,2187,529983],\ +[1,-1,1,-2750,58421],\ +[1,-1,1,-5421002,4782421001],\ +[0,0,0,8745,2111182],\ +[0,0,0,-1041348,409017553],\ +[0,0,0,17448,2008996],\ +[0,0,0,-2055,120382],\ +[1,-1,1,-2075,37451],\ +[1,-1,1,-3151805,2155800197],\ +[0,0,0,-984,-2351],\ +[1,-1,1,-160934,24893237],\ +[0,0,1,-7950,262881],\ +[1,-1,1,-16418,816481],\ +[1,-1,1,-15932,780031],\ +[1,-1,0,-400074,-131132620],\ +[1,-1,1,-1028,16687],\ +[1,-1,1,-162947,41356171],\ +[1,-1,0,-252504,49395528],\ +[1,-1,0,-72,-183546],\ +[0,0,0,-49269,-2458451],\ +[1,-1,0,11875698,27247966308],\ +[0,0,1,-16740,833645],\ +[1,-1,1,-4973,62741],\ +[1,0,0,-10997,-493479],\ +[0,0,1,-300,2943],\ +[0,0,1,-17010,853895],\ +[1,-1,1,-10940,462719],\ +[0,1,1,-1309,17799],\ +[1,0,0,-11533,-1810415],\ +[1,0,1,644342922,-3131331464744],\ +[0,0,1,-1740,-36855],\ +[0,0,1,-10380,403497],\ +[1,-1,0,-7371,6041763],\ +[1,0,0,-2304,-1769984],\ +[1,-1,0,-149688,22328712],\ +[1,-1,0,-17991,848421],\ +[0,0,0,-399,-764714],\ +[1,-1,1,-6914,-1776383],\ +[1,-1,1,-21308,1202231],\ +[1,-1,1,-465746,122457233],\ +[1,-1,0,819,-223587],\ +[0,0,0,-26175,1637350],\ +[0,0,0,-1335,-53426],\ +[1,0,1,-1465508581,21593620205520],\ +[0,0,0,-35616,2200228],\ +[0,0,1,-19093368,32112338139],\ +[0,0,0,-642144,238847236],\ +[0,0,1,-719238,234772713],\ +[1,-1,1,-299030,60307301],\ +[1,0,0,16078,-1658236],\ +[0,0,1,-6324978,6122610648],\ +[1,-1,1,-5219600,4003551731],\ +[0,0,0,-253317,-46947899],\ +[0,0,1,-78078,8400483],\ +[0,0,0,-552,-13871],\ +[0,0,1,-66738,6636033],\ +[1,-1,0,10818,414342],\ +[1,-1,1,1122250009,-34611518652001],\ +[1,-1,1,1156,-30913],\ +[0,0,1,30930,-202383],\ +[1,-1,1,-697623296,-7102987683037],\ +[1,-1,1,111784,-35191717],\ +[1,-1,1,-22952363,-54618681733],\ +[1,-1,1,-8672,319619],\ +[1,-1,1,-252977,49045601],\ +[1,-1,0,-5175,144711],\ +[1,-1,0,-20862,1363068],\ +[0,0,0,-23456793,-45333186383],\ +[1,-1,1,-585401,179909849],\ +[0,0,0,-3415872,2464527364],\ +[0,0,1,-810,8039],\ +[1,0,1,-23014,-3745288],\ +[1,-1,1,-47978096,127924387283],\ +[1,-1,0,-9711,382311],\ +[0,0,1,-5592,-1219068],\ +[0,0,1,852,-46836],\ +[1,-1,0,-26505,1667565],\ +[1,-1,1,-140738,20357057],\ +[1,0,1,3280,-3586498],\ +[1,-1,1,-5531,-137077],\ +[0,0,0,-99057,12049081],\ +[1,-1,1,2455,65449],\ +[1,-1,1,744010,209195461],\ +[0,0,0,-8625,300625],\ +[1,0,1,-164624,25546422],\ +[1,-1,1,-49523,4324691],\ +[1,-1,1,1033663,-247822639],\ +[0,1,1,-7553,-55897],\ +[1,-1,1,-142574,20756477],\ +[1,-1,0,-529398,148404852],\ +[0,0,1,-1997976,1086883749],\ +[1,-1,1,-3425,83441],\ +[1,-1,1,-37481,-50719831],\ +[1,-1,0,-42882318,108095737788],\ +[0,0,0,-1138917,398973949],\ +[0,0,1,-264090,52236702],\ +[1,-1,1,8995,271397],\ +[1,0,1,239024,-10823394],\ +[0,0,1,-2237574,1288291707],\ +[0,0,0,387321,-47817506],\ +[0,0,1,-29784,1474812],\ +[1,0,0,10892,4734968],\ +[1,-1,0,-81171,8987301],\ +[0,0,0,-770133,260133757],\ +[1,0,0,-7938,271556],\ +[1,-1,1,958,-5091559],\ +[0,1,1,-8715,4750219],\ +[0,1,1,7075,119979],\ +[0,0,1,2022,110529],\ +[1,-1,0,2592,744768],\ +[1,-1,0,-548028,156321252],\ +[1,-1,0,864,82368],\ +[1,-1,1,-22127,-1810249],\ +[1,0,0,-8188,284496],\ +[1,-1,0,683928,-286163136],\ +[0,0,1,-3450,102924],\ +[1,-1,1,-3695,94583],\ +[1,-1,1,-1465070,682907645],\ +[0,1,1,-22927,1327920],\ +[0,0,1,-743808,246909663],\ +[1,0,0,-8163,283193],\ +[1,-1,0,-668592,210588660],\ +[0,0,1,13848,5306085],\ +[1,0,0,-7238,359660],\ +[1,-1,1,-9128,337771],\ +[1,-1,0,-4608,121572],\ +[1,-1,1,-9041,119873],\ +[1,0,0,18432,-113242112],\ +[0,1,1,-3309,74549],\ +[1,-1,1,-41383112,-90790271989],\ +[0,1,1,-4847,128282],\ +[1,-1,0,-3174,54980],\ +[0,0,1,-15348,749664],\ +[0,0,1,294,1953],\ +[1,-1,1,31846,-5615143],\ +[1,-1,0,-2952,65502],\ +[0,0,1,25260,-343755],\ +[0,0,0,-73047,-13186514],\ +[1,-1,1,-1480973,694059581],\ +[1,0,0,-8338,292356],\ +[0,0,1,-34050,-1320444],\ +[1,-1,0,-591642,175294260],\ +[0,0,1,-14874222,17714695617],\ +[0,0,1,-49728,4262733],\ +[1,0,1,-1544,-794474],\ +[1,-1,0,-47921922,127699796268],\ +[1,-1,0,14859,211491],\ +[1,-1,1,-2729,101737],\ +[0,0,0,5019,692197],\ +[1,-1,0,-287604,59503410],\ +[0,1,1,-4979,133580],\ +[1,-1,1,-20120,1102835],\ +[0,1,1,-21701,1255996],\ +[0,0,0,-5922984,-6819780764],\ +[1,-1,0,-14697,1099845],\ +[0,1,1,277,-13587],\ +[1,-1,1,-16994165,26970518693],\ +[1,-1,1,-2868305,1870693697],\ +[0,0,0,1032,772],\ +[1,-1,1,-66335,20193671],\ +[0,0,0,38625,103750],\ +[1,-1,1,-1376547620,19658146900295],\ +[1,-1,1,-3861059,2907266627],\ +[1,-1,1,-1086854,-426310891],\ +[0,0,0,3894000,-1715397500],\ +[1,0,0,11446247,5766992185],\ +[1,-1,1,-3965,106373],\ +[0,0,1,4002,86778],\ +[1,-1,0,350559,57983121],\ +[1,-1,0,-359937,83729889],\ +[1,-1,0,-1274229,553957785],\ +[1,-1,0,12843,607797],\ +[1,-1,1,-80645,8897789],\ +[1,0,0,-163411949,-842919996463],\ +[0,0,1,-2154,44712],\ +[1,-1,1,-25889,1578737],\ +[0,0,0,-16527,7612054],\ +[1,-1,0,-729342,239939820],\ +[1,-1,0,-11673,323217],\ +[0,0,0,-20064,331396],\ +[1,-1,1,-67356623,214773134231],\ +[0,0,0,-14351823,20927084022],\ +[1,-1,1,26761,-1740913],\ +[0,0,1,-77736,8315964],\ +[0,0,0,13488,-35516],\ +[1,-1,0,-209115,36858645],\ +[1,-1,1,-3659,-4461541],\ +[1,-1,0,-273753,55231713],\ +[0,0,1,-65604,6467607],\ +[0,0,1,-9282,-63063],\ +[1,-1,1,32926,120439649],\ +[1,0,0,-4873,-332191],\ +[1,0,1,-8625,-39620],\ +[1,-1,0,-3096,66996],\ +[0,0,0,-1053,12717],\ +[1,-1,1,-12452,571079],\ +[0,0,0,-5520,157732],\ +[0,0,1,-18120,112554],\ +[1,-1,0,-131286492,653370019416],\ +[1,-1,0,48258,-36657684],\ +[0,0,1,-1296,17759],\ +[1,0,0,-938,879844],\ +[1,-1,1,14629,-657781],\ +[0,0,1,-3535140,2558338713],\ +[1,-1,1,166945,122261447],\ +[1,-1,0,-37917117,-1114292862459],\ +[0,0,1,-619554,187567227],\ +[0,0,1,5388,-106560],\ +[0,0,1,-28409952,58284605952],\ +[0,1,0,-9494,352913],\ +[0,1,1,-213509,-38045330],\ +[1,0,0,972,-314712],\ +[0,0,0,391785,155753134],\ +[0,0,0,-16500,-4199375],\ +[1,-1,0,58671,-11859615],\ +[0,0,0,41865,272014],\ +[1,-1,1,-76280,-6817669],\ +[0,0,1,-1704,83205],\ +[1,-1,0,-1253088,540226098],\ +[1,-1,1,688,52211],\ +[1,-1,1,64525,692435],\ +[1,-1,0,-51687,4535973],\ +[0,0,1,-130872,18228042],\ +[1,-1,0,7947,-491427],\ +[0,0,0,-156000,-50701583],\ +[1,-1,0,-2202,18044],\ +[1,-1,1,-10100,393175],\ +[0,0,0,16728,56689],\ +[1,-1,1,-851,80939],\ +[0,1,1,103,-113],\ +[1,-1,1,-28697,1858169],\ +[1,-1,1,-18848,-361853],\ +[1,-1,0,-90018,10347912],\ +[1,-1,0,-137754,19713528],\ +[1,-1,0,-191916,32461776],\ +[1,-1,1,-14913680,22171608947],\ +[1,0,0,4847,-297631],\ +[1,-1,0,-37494,2814750],\ +[0,0,1,-12540,539505],\ +[0,1,1,121,3660],\ +[0,0,1,-14232,-315288],\ +[0,1,1,-26061,-1661480],\ +[0,0,0,2833584,13871546692],\ +[1,-1,0,-239754,45597528],\ +[1,0,1,-600500,168535730],\ +[1,0,0,-128080548,-557932049352],\ +[1,-1,1,-212168,68190731],\ +[1,-1,1,-2859854,3452574557],\ +[1,-1,0,-5823729,5410865853],\ +[0,0,1,-11460,470205],\ +[1,-1,1,581269,64215443],\ +[1,-1,1,11740,81479],\ +[0,0,1,-6271518,6045150348],\ +[1,-1,1,4936,-49093],\ +[0,1,1,37,342],\ +[0,0,1,691260,-813572640],\ +[1,-1,0,-23238,1369278],\ +[1,-1,0,-8514,80298],\ +[0,1,1,-247,3905],\ +[0,0,1,20580,-2066661],\ +[1,-1,1,-4369091,17728035779],\ +[0,1,1,-231483,-42943245],\ +[0,0,1,-11640,-593226],\ +[1,-1,0,48879,4494771],\ +[1,-1,0,-297459,-110640087],\ +[1,-1,0,14463,788805],\ +[0,0,1,86010,4888845],\ +[0,1,1,-323,2140],\ +[1,-1,1,-1418,224201],\ +[1,0,1,-164147,25732558],\ +[1,-1,0,-1716,548],\ +[1,-1,1,430,649],\ +[1,-1,1,-23387,1382411],\ +[0,0,1,-3756756,2802689793],\ +[0,0,1,-3733212,1631292822],\ +[0,0,1,-11460,475398],\ +[1,-1,1,-11348804,14718276559],\ +[1,-1,0,-582,6218],\ +[1,0,0,37428,-166256],\ +[1,-1,1,141592,-39525973],\ +[1,-1,0,-569142,165469428],\ +[1,-1,0,-315846,70117056],\ +[1,-1,1,-54446,4508093],\ +[1,-1,0,-1191231,500726493],\ +[1,-1,1,336820,-84607153],\ +[1,-1,0,-361351458,2643976981908],\ +[1,-1,0,-1335948,-476231662],\ +[1,-1,0,-7461,2241],\ +[1,-1,0,17694,367956],\ +[0,0,1,-10344,-730008],\ +[1,-1,0,-113872326,467857909556],\ +[0,0,1,-1843212,-964768428],\ +[1,-1,1,6454024,-63443091077],\ +[1,-1,1,-10586,421849],\ +[1,-1,1,-2021,-377827],\ +[1,-1,0,2052,466488],\ +[0,1,0,21198,-1392759],\ +[1,-1,0,-25317,1556829],\ +[1,-1,1,833029,599031019],\ +[1,-1,0,-14742,-860832],\ +[1,-1,1,-444632,114226139],\ +[1,-1,0,-860481,718988013],\ +[1,-1,1,947443,142825781],\ +[1,-1,0,55719,-2013039],\ +[0,0,1,-354,4005],\ +[1,0,0,-28186,-1788484],\ +[1,-1,1,-6935,278831],\ +[0,1,1,-1757,27795],\ +[0,0,1,2844690,1814396832],\ +[1,-1,0,-1458792,678521664],\ +[1,0,0,-9738,369188],\ +[1,0,0,-4500,-6751000],\ +[1,-1,0,-1194363,502702173],\ +[0,0,1,-349410,-118959957],\ +[1,-1,1,-10829,436429],\ +[1,-1,1,-3038,-2212243],\ +[1,-1,0,-6408,-74358],\ +[1,-1,1,-12044,352567],\ +[1,-1,1,-27257,-1036519],\ +[0,0,1,-6456,-1131606],\ +[0,0,0,-1217496,517195492],\ +[1,-1,1,-6593,208937],\ +[0,1,1,-79,419],\ +[0,0,0,22632,3420772],\ +[1,-1,0,-232200,43125210],\ +[1,-1,1,-914870,-336686651],\ +[1,-1,1,-20012,1268399],\ +[1,-1,1,-49055,11165447],\ +[0,1,1,-126821,-17316664],\ +[1,-1,1,-55373,5029877],\ +[1,-1,0,-261234,60979338],\ +[0,1,1,-27687,1803297],\ +[0,0,1,-18480,966987],\ +[0,0,1,-90264,10432152],\ +[1,0,0,-429766,-144258204],\ +[1,-1,1,114466,-9942163],\ +[0,0,0,-7932,484081],\ +[0,0,1,-19041690,31982053743],\ +[0,0,0,-2316,50713],\ +[1,-1,1,-1630661,1851469373],\ +[1,-1,1,-216014,38858717],\ +[1,-1,1,-172742,-27858859],\ +[1,-1,1,-24872,1515971],\ +[0,0,0,3582528,-96303836],\ +[0,0,1,-83748,9337383],\ +[0,0,1,-152022,9755217],\ +[1,-1,1,-3275915,-2481014509],\ +[1,-1,1,20333830,2810984249],\ +[1,-1,1,-1432787,660709811],\ +[1,-1,0,-4302,-223182],\ +[0,1,1,-3383,74619],\ +[1,0,1,-139144,20264726],\ +[0,0,0,-56301636,162603404953],\ +[1,-1,0,-15468327,23419890207],\ +[1,-1,1,30865,3935351],\ +[0,0,1,-966,11844],\ +[1,-1,0,19962,519372],\ +[0,0,0,-558120,163495204],\ +[1,-1,1,-52160,-4681501],\ +[0,0,1,-6876,219458],\ +[1,-1,1,-135059,22725299],\ +[0,0,1,0,3422],\ +[0,0,0,492,-1703],\ +[0,0,0,-772239,261201526],\ +[1,-1,1,-337281440,2384251894595],\ +[1,-1,1,-77168,10475731],\ +[1,0,0,41061,483281],\ +[0,0,1,0,578360],\ +[1,-1,1,673,3079],\ +[1,-1,0,-28233,2320947],\ +[0,0,0,19392,-120651932],\ +[1,-1,1,175,3305],\ +[1,-1,0,-744,-32500],\ +[1,-1,1,51160,-117565],\ +[1,-1,1,-54083,-25616573],\ +[1,-1,0,-825,11321],\ +[1,-1,1,150061,13644659],\ +[1,-1,1,1984,436259],\ +[1,0,0,-232996,-23416560],\ +[1,0,0,100493,-17768671],\ +[1,-1,1,-3082154,2116252649],\ +[1,-1,1,-18752,39081251],\ +[1,0,1,-69165,6903460],\ +[1,-1,0,-8955,336231],\ +[1,-1,1,-21857,12089],\ +[0,0,0,18375,-419375],\ +[1,-1,1,-140279,20257607],\ +[1,-1,1,-988826,378544529],\ +[1,-1,0,160596,-10074672],\ +[1,-1,1,-80084921,275870815193],\ +[0,0,0,-828345,-305920487],\ +[1,-1,1,-2574401,1625426129],\ +[0,0,1,31542,6719328],\ +[0,0,0,-66927,6664246],\ +[1,0,0,10387,-132327],\ +[1,-1,1,-3296,1208899],\ +[1,0,1,-31106,2151820],\ +[0,0,1,-24488202,46642658985],\ +[1,-1,0,-1602,25182],\ +[1,-1,1,1498477,158382587],\ +[1,-1,1,-81302,9592301],\ +[1,-1,0,-153360,23155416],\ +[1,-1,0,-12546,578196],\ +[0,0,1,66732,6101964],\ +[0,0,1,-394086,95221413],\ +[0,0,0,-2860959,-1629986906],\ +[0,0,0,-14616201,-21642520727],\ +[0,0,0,-373711071,2780686697542],\ +[1,-1,1,-11732195,36613966115],\ +[0,0,0,-4584,172996],\ +[1,-1,0,-2340,43596],\ +[1,-1,1,-16349,-667123],\ +[1,-1,1,224626,-7546723],\ +[1,-1,1,256,7139],\ +[1,0,0,-262821,65055105],\ +[0,0,1,-2746614,1903641057],\ +[0,1,1,1541995,-1543319619],\ +[1,-1,1,-377564,89322527],\ +[1,-1,0,-9728028,11680885728],\ +[0,0,1,-27390,1755225],\ +[1,-1,1,-1080974,-432196451],\ +[1,-1,0,-2121,63161],\ +[0,0,1,209976,-2790918],\ +[1,-1,1,-37458077,109631449829],\ +[1,-1,0,-19557,1886517],\ +[0,0,1,38724,-2790261],\ +[0,0,1,1981518,-76926150],\ +[0,0,1,-4022940,3105656100],\ +[1,-1,1,286062752065,-27620747711045017],\ +[0,0,0,-2928,57508],\ +[1,-1,1,-23780633,44641749881],\ +[0,0,0,-15105,714481],\ +[1,-1,0,-171144,34518150],\ +[1,-1,1,-42737,3410849],\ +[1,-1,0,-565317,163703187],\ +[1,-1,1,-13595,-997981],\ +[0,1,1,-6193,-157795],\ +[0,0,1,31308,922680],\ +[0,1,1,-18254503,29875986028],\ +[1,-1,0,-149094,22100850],\ +[1,-1,1,4414,2162369],\ +[1,-1,1,-127922,13232369],\ +[1,-1,0,3309039,2916436833],\ +[0,0,1,3430158,-518992443],\ +[1,-1,1,-5766260,5330977679],\ +[1,-1,0,963,-569727],\ +[1,0,1,3036776049,-10326280400702],\ +[1,-1,0,-58005,5393601],\ +[1,0,0,-23087,-316679],\ +[1,-1,1,-153653,24789197],\ +[0,0,0,-14952,1641796],\ +[1,-1,0,-25611156,49814572266],\ +[1,-1,1,-7637,15149],\ +[0,0,0,-79365,-11426627],\ +[0,0,1,-93000,12992031],\ +[1,-1,0,-38682,2952054],\ +[1,-1,0,-64674,6355818],\ +[0,0,0,11040,-2776412],\ +[0,0,0,-117480,14705764],\ +[1,-1,0,-41859,3306213],\ +[1,-1,1,-4379,30539],\ +[0,0,0,-4536,-54108],\ +[0,0,0,-222384,91168324],\ +[1,-1,0,-21501,1162881],\ +[1,-1,0,-66897,6974829],\ +[0,1,1,-9403,347107],\ +[1,0,1,285847,-62340244],\ +[1,0,1,-4948,116006],\ +[1,-1,0,-10464,414620],\ +[0,0,0,-759,17134],\ +[1,-1,0,-13380,599300],\ +[1,-1,1,-1838,4861],\ +[0,0,0,-18345,956401],\ +[0,0,1,-34830,2501948],\ +[1,-1,1,-1862357,-2731070419],\ +[0,0,1,-35154,2490257],\ +[1,-1,1,113107,705557],\ +[1,-1,0,-16110,786510],\ +[1,-1,0,3888,1677024],\ +[0,0,1,16080,-421173],\ +[0,0,1,-35154,2536940],\ +[1,-1,0,-3888,1682208],\ +[0,0,1,-34830,2548577],\ +[1,-1,1,-26826365,-50623228475],\ +[1,-1,1,-1655600,-940277869],\ +[1,-1,1,11386345,4403676719],\ +[0,0,1,-278670,56621880],\ +[0,1,1,-32753,2271216],\ +[1,-1,1,-111002,16192001],\ +[1,0,1,30026,5125216],\ +[1,-1,1,-13016,574939],\ +[1,-1,0,18639,-718227],\ +[0,0,0,-22935,1339054],\ +[1,-1,1,440293,-62348461],\ +[1,-1,1,-630932,193317239],\ +[1,-1,1,87844,857347679],\ +[1,-1,0,-567,36099],\ +[1,-1,1,-10320134,12771783317],\ +[1,-1,0,-150606,22534416],\ +[1,-1,1,25321,-753361],\ +[0,0,0,0,3969],\ +[1,-1,0,-2007,35577],\ +[1,-1,0,-131328,18350712],\ +[1,-1,1,-209885,37062245],\ +[0,0,0,-111000,13322500],\ +[0,0,0,2265,139102],\ +[0,1,1,-87,505],\ +[1,-1,0,189,3843],\ +[1,-1,0,-54342,-12474180],\ +[1,-1,0,4122,-760158],\ +[1,0,0,-15779,564761],\ +[1,-1,0,-270,8280],\ +[1,-1,0,-68535,-68345325],\ +[0,0,0,-120785880,510942895972],\ +[1,0,0,82785,-2401775],\ +[1,-1,0,-42561,3389841],\ +[0,0,1,2058,16632],\ +[0,0,0,1131,33829],\ +[0,0,1,-42150,66006],\ +[0,0,0,-8337,-141959],\ +[0,0,1,-73542,7677207],\ +[1,-1,0,-9638064,11519235720],\ +[1,-1,0,810,72360],\ +[1,-1,1,1200172,3243878327],\ +[0,0,1,-4246500,3368175156],\ +[0,0,1,-9646500,11531420631],\ +[1,-1,0,19323,1471797],\ +[0,0,0,-57076797,165688988389],\ +[0,0,0,4848,-103196],\ +[1,0,0,-13691,808825],\ +[0,0,0,753,14614],\ +[1,-1,1,-9230,465797],\ +[1,-1,1,-8704472,9996388571],\ +[1,-1,1,-1416461,804677429],\ +[1,-1,0,-45369,3730833],\ +[1,-1,1,378463,69582449],\ +[1,-1,1,-683780,217803431],\ +[1,-1,1,-6395,241643],\ +[0,1,1,43,462],\ +[1,-1,0,5598,-45612],\ +[0,1,1,-4605,118756],\ +[1,-1,0,-745506,249198876],\ +[1,-1,0,20736,47761920],\ +[0,0,0,-4066095,3156401302],\ +[0,0,0,-398541,96840637],\ +[0,0,1,-11244,461700],\ +[1,-1,0,-477234,127014588],\ +[1,-1,0,-6687,213543],\ +[1,-1,0,-5750586,5309258886],\ +[1,-1,1,-97493,11942957],\ +[1,-1,1,-176474,-60920423],\ +[1,-1,0,-21987,2358585],\ +[1,-1,0,774081,-43508817],\ +[1,-1,1,-433244,-110186081],\ +[1,-1,1,158971,15766589],\ +[1,-1,0,15254901,25867845405],\ +[0,0,1,-9282,653562],\ +[0,0,1,-6492,201330],\ +[0,0,0,375,3337],\ +[0,0,0,-1379352,-608337596],\ +[1,-1,0,21312,-742122],\ +[0,1,1,-12679,51799],\ +[1,-1,0,-13538502,19177006878],\ +[1,-1,0,215802,-48695148],\ +[0,0,0,-1036056,405903652],\ +[0,0,0,-2026920,1438511524],\ +[1,-1,1,-1670,26813],\ +[0,0,0,54033,-3110474],\ +[0,0,1,1518,6462],\ +[0,0,0,11625,-391250],\ +[1,0,0,-89301149,-322652227023],\ +[0,0,1,-16644,852750],\ +[0,0,1,1797576,1228128282],\ +[0,1,1,-7553,251282],\ +[0,0,0,-48648,16726372],\ +[0,0,1,-213384,-66050163],\ +[1,-1,1,-23090,1356185],\ +[1,0,1,-22362509,40701368162],\ +[0,1,1,-177147,-2615245765],\ +[1,0,0,-1555317,-746715591],\ +[0,0,1,-17130,862947],\ +[0,0,1,-75810,8035929],\ +[1,0,1,2691,-66824],\ +[0,1,1,-353,2458],\ +[0,0,1,-7338,417528],\ +[1,0,1,-101872,12402558],\ +[1,-1,1,-280466267,1809335144459],\ +[0,0,1,-360750,83512656],\ +[1,-1,0,-8388,303372],\ +[0,0,0,766428,-11742300911],\ +[1,-1,1,-105809180,418948419935],\ +[1,-1,1,-1314725,567180893],\ +[1,-1,0,-36945,2738961],\ +[1,-1,1,-125474,38024417],\ +[0,0,1,-4369620,3515714982],\ +[1,-1,0,4374,2122848],\ +[1,-1,1,-170573,27168797],\ +[0,0,1,-95610,10130742],\ +[0,0,0,-541101,153467197],\ +[1,-1,1,-3362,1257761],\ +[1,0,0,5327,207849],\ +[0,1,1,591,4035],\ +[1,-1,0,-4374,2128680],\ +[0,0,0,-582682719,5413832850886],\ +[0,1,1,-4825,127406],\ +[0,0,0,-97824,11775076],\ +[0,0,1,324,-8971],\ +[0,0,1,-2754,55667],\ +[0,0,0,27951,-2405639],\ +[1,-1,1,-2723,-330973],\ +[1,-1,1,-5769743,5335808087],\ +[1,-1,1,-71168,7348907],\ +[1,0,0,-156286,24776516],\ +[1,-1,0,-227583,41845653],\ +[1,0,1,3777,-264494],\ +[0,0,1,7332,-110286],\ +[1,-1,0,-1440117,680838291],\ +[1,-1,1,12820,-28727953],\ +[1,-1,0,-135243,19010133],\ +[0,0,0,1377,-17658],\ +[1,-1,0,-125820,17207856],\ +[0,0,0,-43092,3444849],\ +[1,-1,1,-258305,299023697],\ +[1,-1,0,-65232,6176088],\ +[1,-1,1,-200651,34643099],\ +[1,-1,1,-60854,-2748283],\ +[0,0,0,-3807,91206],\ +[0,0,0,4212,-528687],\ +[1,-1,0,27333,1172583],\ +[0,0,0,-59367,5567326],\ +[0,0,0,-2238951,1289481118],\ +[0,0,0,-2316063,1356669862],\ +[1,-1,0,-42917721,-108193278459],\ +[0,0,1,-24940182,47939946075],\ +[1,-1,0,88788,-9159472],\ +[0,0,0,-190911,33899398],\ +[1,-1,1,-386244731,2921839243883],\ +[1,-1,1,-13844480,19829056547],\ +[1,0,0,-15705208,-23957305280],\ +[1,-1,0,-74916,8384958],\ +[1,-1,1,-845537,298592561],\ +[0,0,1,-3648,375129],\ +[0,1,1,-269,639],\ +[0,0,1,-1818768,2008121733],\ +[0,1,1,-43269,3504745],\ +[1,-1,1,-33485,2370485],\ +[0,1,1,-43611,3436041],\ +[0,0,0,-62625,6600625],\ +[1,-1,1,18193,-712969],\ +[1,-1,0,11493,-1153467],\ +[0,0,1,-1074,14022],\ +[1,-1,1,-53402,-4407271],\ +[0,0,1,-121800,16362234],\ +[0,0,1,-518430,145672740],\ +[1,-1,0,-285453,71225217],\ +[1,-1,1,-19229,1029989],\ +[1,-1,1,-2795,869555],\ +[1,-1,0,25767,-752787],\ +[0,0,0,252168,-115949756],\ +[1,-1,0,2385,-43929],\ +[0,0,0,-1605,-42419],\ +[1,-1,0,6633,130041],\ +[0,0,0,-782040,265771492],\ +[1,-1,0,21753,1892025],\ +[1,-1,1,-544865,148460465],\ +[0,0,0,-2460,-6379319],\ +[1,-1,0,-8757,423477],\ +[1,-1,0,-1260,-127890],\ +[0,0,1,3642,362979],\ +[1,-1,1,-45212,1799111],\ +[1,-1,1,-169871,26958359],\ +[1,-1,1,-3107147,2108873819],\ +[1,-1,1,-82751,9258023],\ +[1,-1,1,152788,-107874889],\ +[0,0,1,-16590,822465],\ +[1,0,1,-157876,-24686670],\ +[0,0,1,-59592,5492682],\ +[1,0,0,-16147592,-24976558016],\ +[1,-1,1,-186437,30590461],\ +[1,-1,1,-947,14419],\ +[1,-1,1,-229892,42483791],\ +[1,0,0,-28168,-194432],\ +[1,-1,1,-446036,158670623],\ +[1,-1,0,-7497,206829],\ +[0,0,0,-6308940,6099338113],\ +[0,0,0,608692920,-22155246051356],\ +[1,-1,0,-93465,-32081175],\ +[1,-1,0,-27819,1769733],\ +[1,-1,0,-56952,5247018],\ +[1,-1,1,-5648,165107],\ +[0,0,1,45924,58514823],\ +[1,-1,0,-1529100,728165160],\ +[1,-1,1,7573279,5124509489],\ +[1,0,1,-221137357746,40025898324909124],\ +[0,0,1,180528,-179032680],\ +[0,0,1,-59412,7526340],\ +[1,-1,1,8185,217343],\ +[1,-1,1,183316,-9538513],\ +[1,0,1,-732009,241453932],\ +[1,-1,1,-25169,1543169],\ +[1,-1,0,13599,-1252719],\ +[1,-1,0,-339879150,2411849487060],\ +[1,-1,1,-60226277,179913427229],\ +[1,-1,1,25348,972479],\ +[1,-1,1,-24710342,49051718741],\ +[1,-1,1,5503,-46231],\ +[0,1,1,-15643,-1012563],\ +[1,0,0,-18744,986176],\ +[1,-1,1,-6050,-671327],\ +[1,-1,1,-33590,2198341],\ +[1,-1,0,-13137,583019],\ +[0,0,0,-1336647,599918686],\ +[0,0,1,7242,320328],\ +[1,-1,1,835,-80675],\ +[1,-1,0,-88872,10219832],\ +[1,-1,1,234373,6103281251],\ +[0,0,1,-737279994,31731801932862],\ +[1,-1,0,558,-5634],\ +[0,1,1,-1469,21189],\ +[1,-1,0,552,1682],\ +[0,1,1,-49651,-4220995],\ +[0,1,1,-419127,-104581905],\ +[1,-1,0,-61332,5846480],\ +[0,0,1,-1052526,-105891741],\ +[1,-1,1,-704,8587],\ +[0,1,1,-7939213,-8612887298],\ +[0,0,0,10968,769156],\ +[1,-1,1,-50441,6696353],\ +[1,-1,1,3928558,274093841],\ +[1,-1,1,-909230,-341877571],\ +[0,0,1,-10521300,13135669695],\ +[1,0,1,-69151,2388098],\ +[1,-1,0,-1335303,594290493],\ +[0,0,0,-1456320,676109572],\ +[1,-1,1,-23438,61050781],\ +[1,-1,0,-48879,4171653],\ +[1,-1,1,-825998,317058581],\ +[0,0,1,-39414,11023992],\ +[1,0,0,-2267588,-1094263792],\ +[1,-1,1,-65574668,203531393807],\ +[1,-1,0,30168,1489428],\ +[1,0,1,1060163,593763352],\ +[1,0,0,-32438,-2144436],\ +[1,-1,0,-41843634,98747015388],\ +[1,-1,1,-276266,-15533207],\ +[1,-1,1,-15175805,-23329418803],\ +[1,0,1,-5212993732,101154223756418],\ +[0,1,1,-13127,-3620758],\ +[1,0,1,-119880,16083542],\ +[0,0,1,-19686,10794483],\ +[0,0,0,-134112,18911716],\ +[1,-1,1,9841,10755119],\ +[0,0,1,19680,10728873],\ +[1,-1,1,-32909,2296757],\ +[1,0,0,-19178,1020644],\ +[0,0,0,1464,5668],\ +[1,-1,0,19308,-2651184],\ +[1,-1,0,-26037,3262005],\ +[1,0,1,-9176337,11819950948],\ +[0,0,0,-3447417,2463704449],\ +[1,-1,0,-6716592,3875337216],\ +[0,1,1,-8204947,-9048823925],\ +[1,-1,0,3933,29241],\ +[0,0,1,-62370,6054608],\ +[1,-1,0,-57051594,165928942908],\ +[0,0,1,23490,-1157632],\ +[1,-1,1,36013,-638989],\ +[0,1,0,358952054,-10619053085695],\ +[0,1,0,-330,27225],\ +[0,1,0,-261541,-1529607961],\ +[0,0,1,76146,-3103893],\ +[1,0,0,-19488,1045504],\ +[0,0,1,-6402,1148085],\ +[0,0,1,-395868,95868009],\ +[1,-1,0,-2001687,1089570077],\ +[1,0,0,-1629602,800465796],\ +[1,0,1,-41366890329,3238373699154426],\ +[1,-1,1,-1584336830,24273168873293],\ +[0,0,0,-67485,7485469],\ +[1,-1,0,-143721,21007431],\ +[0,0,1,-6582,339912],\ +[1,-1,0,-5742,169308],\ +[1,0,1,-246191,-7076958],\ +[1,-1,1,-1580,278255],\ +[1,-1,1,10945966,9811958609],\ +[1,-1,1,409945,742964447],\ +[1,-1,1,-770369,258820049],\ +[1,-1,1,-23666,-1579831],\ +[1,-1,1,-19771403,36537910427],\ +[1,0,0,-3676883,2615984609],\ +[1,-1,0,-10455330,-272770232940],\ +[1,0,0,-863801,-309539719],\ +[0,0,1,-16464,569637],\ +[0,0,0,-1660575,1684472038],\ +[1,-1,1,159439,6059873],\ +[1,-1,0,-1728,332928],\ +[0,1,1,-1229,16179],\ +[1,-1,1,-31703,2182511],\ +[0,1,1,32597,-3119579],\ +[1,-1,0,-32109,2211713],\ +[1,-1,0,5184,2982528],\ +[1,-1,1,-6125,224021],\ +[1,-1,1,-32207,2222039],\ +[0,0,1,-19290,1031355],\ +[1,0,1,-396144984463,-69488418701836094],\ +[1,0,1,1417,2009306],\ +[0,0,0,-177633,28815993],\ +[1,-1,1,-2439338,1474065641],\ +[0,0,0,-4293,109917],\ +[0,1,1,94467,-8499770],\ +[1,0,1,35780,-2975758],\ +[1,0,0,-10312,2190336],\ +[1,-1,1,-487895,240660335],\ +[0,0,0,-59160,3096196],\ +[0,0,1,-13404,605970],\ +[1,-1,1,-4549028,-4453952569],\ +[0,0,1,-134760,19049544],\ +[1,0,1,-188431,-31573886],\ +[0,0,1,-12231570,16465366548],\ +[0,0,1,-82182,47394612],\ +[0,0,0,-182559,19175686],\ +[0,1,1,-53513,4682896],\ +[0,0,0,-451407,116751094],\ +[1,-1,0,25803,2709045],\ +[1,0,0,14784,377496],\ +[1,-1,0,-1393506,633447648],\ +[0,1,0,-53253,4712327],\ +[0,0,0,-123375,21433750],\ +[1,-1,1,-17510,-2492755],\ +[1,-1,0,113283,720513],\ +[0,0,0,-10632,848356],\ +[1,0,1,-143819,42236346],\ +[1,-1,0,-5121,70893],\ +[0,0,0,-248700,47736025],\ +[0,1,1,-53153,4763016],\ +[1,-1,1,-932,97031],\ +[0,1,1,-6179,-809906],\ +[1,-1,0,-12327,-83125],\ +[1,-1,0,2016,-634662],\ +[1,0,1,1543,-793788],\ +[0,0,1,-1002,29385],\ +[0,1,1,-3087,-796875],\ +[0,0,1,-59934,5647347],\ +[1,-1,0,-42497001,106642124883],\ +[1,-1,0,-48708,3657312],\ +[1,-1,0,-106360668,422228021868],\ +[1,0,1,-27011,2843966],\ +[0,0,0,-403293,98577853],\ +[0,0,0,-325479,71436094],\ +[0,0,0,-5925,155725],\ +[0,1,1,-12763,550747],\ +[0,1,0,-21877,1238196],\ +[1,-1,1,-1093442,438955841],\ +[1,0,0,-1649443390,-25889166419900],\ +[1,-1,0,23076,-1627182],\ +[1,-1,0,-2596617,1611148041],\ +[1,-1,1,14008,171659],\ +[1,0,1,-773743,-1661009694],\ +[0,0,1,-42924,3405267],\ +[1,-1,1,-3382871,2395728623],\ +[1,-1,0,1950291,-963610587],\ +[1,0,0,-21224,1188416],\ +[0,0,1,-141750,-26565469],\ +[0,0,0,14365248,16762029604],\ +[1,-1,1,-116744,10437707],\ +[1,-1,1,265297,52339511],\ +[1,-1,1,-2282,579881],\ +[0,0,1,-462,6615],\ +[1,-1,0,-57447,-44167491],\ +[1,-1,0,-292749,91867805],\ +[1,-1,1,-351482,80148089],\ +[0,0,1,-85890,8182692],\ +[1,-1,0,-20459109,35623825365],\ +[1,0,1,17826164,-21934553816],\ +[1,-1,0,-24426,1475478],\ +[1,0,0,-40816,3236096],\ +[0,0,1,-2258688,1306569393],\ +[1,-1,0,515853,1177718265],\ +[1,-1,0,-92735658,343701220788],\ +[0,1,1,45127,-2313235],\ +[1,-1,1,-150311,3711583],\ +[1,-1,1,-50774,3960677],\ +[1,-1,1,63779440,74129576051],\ +[0,0,0,-16585968,25999161892],\ +[0,1,1,-1213,15861],\ +[0,0,1,6036,-109260],\ +[1,0,0,2369,16025],\ +[1,0,1,-9453,355048],\ +[0,0,1,96540,6629805],\ +[1,-1,0,10791,-1119087],\ +[1,-1,1,-64343,6306607],\ +[1,0,1,-63601,8087684],\ +[1,-1,0,-29277,4089717],\ +[1,-1,1,-49757,4284389],\ +[0,0,0,-145551,21913558],\ +[0,0,1,-853482,303335100],\ +[0,0,0,-507432,1791149956],\ +[1,-1,0,-2730807,1737667485],\ +[1,-1,0,-210141,37130193],\ +[1,-1,0,-221196987,1266297911793],\ +[1,-1,0,-1395,17991],\ +[0,1,1,12263,-679980],\ +[0,0,1,-25068,1664964],\ +[1,-1,0,-478476,127510596],\ +[1,-1,1,-34211,38179],\ +[1,-1,1,34105,4839743],\ +[1,-1,1,-640580,197496551],\ +[1,0,1,-1727171,310179134],\ +[1,-1,1,-7735199,7560378119],\ +[1,-1,0,8523,239157],\ +[0,0,0,-2262000,1280522500],\ +[1,-1,0,-238734,45299088],\ +[1,-1,1,-2224265576,38532941939243],\ +[0,0,0,-39720,-353756],\ +[1,-1,1,-160637,24766661],\ +[1,0,1,1577,2488506],\ +[1,-1,0,-2077746,-937573804],\ +[1,-1,0,-190049040,1008479549556],\ +[1,-1,1,-906485,297295373],\ +[0,1,0,-54042,4820481],\ +[1,-1,0,-88281,10997613],\ +[1,-1,1,-21764,1260199],\ +[0,0,1,-6330,176427],\ +[0,0,0,-12405,530701],\ +[0,0,0,-133095,24568126],\ +[0,0,1,-37290,-770238],\ +[1,-1,1,-17714756,28702377703],\ +[0,0,1,-1786800,919310148],\ +[1,-1,0,1575936,275951646720],\ +[1,-1,0,5832,3775248],\ +[1,-1,0,-3339,-24255],\ +[0,0,1,0,5852],\ +[1,-1,0,-70134,-649612],\ +[1,-1,0,-1539,264195],\ +[1,-1,1,188923,10936829],\ +[1,0,1,-6411032,-6072956898],\ +[1,-1,0,-594579546,5580519494076],\ +[0,0,0,2472,-76367],\ +[1,-1,1,12307,101837],\ +[1,-1,0,3159,1106703],\ +[1,-1,1,-44687,-1141289],\ +[1,-1,0,-271062,53659188],\ +[1,-1,0,41229,-10030347],\ +[1,-1,0,-339417,-86920587],\ +[1,-1,0,6546,-197740],\ +[1,-1,1,-883580,320354111],\ +[0,1,0,-52541,-3601281],\ +[0,0,0,-197472,-33185711],\ +[0,0,0,-16176,-103007],\ +[1,-1,0,40023,-541971],\ +[1,-1,0,-107541,13182993],\ +[0,1,1,-24145,-1129101],\ +[1,-1,1,-88260359,310542712319],\ +[1,-1,0,-3042,-39546],\ +[0,0,0,-4319400,3455280025],\ +[0,0,1,-10164,395640],\ +[1,-1,1,103,-62767879],\ +[1,-1,0,-510642,140416740],\ +[0,0,1,-32430,-1593360],\ +[0,0,0,-151500,22350625],\ +[1,-1,1,-75938,640773281],\ +[0,0,1,-2694,66132],\ +[1,-1,1,-185261,30727829],\ +[0,0,0,708,-1199],\ +[0,0,1,-30810,-1864818],\ +[0,0,1,-579540,169537329],\ +[0,1,1,51123,-1684528],\ +[0,0,1,1374,50373],\ +[1,0,1,-989089,377963412],\ +[1,-1,1,-187817,1204841],\ +[1,-1,1,-69575,22181951],\ +[1,-1,1,-5864,112259],\ +[1,-1,1,-8523230,9579704429],\ +[1,-1,0,29043,3467637],\ +[1,-1,1,-23519,1679887],\ +[1,-1,0,19017,453447],\ +[0,1,1,-1053,14988],\ +[0,0,0,-4863,664198],\ +[1,-1,1,214195,16026869],\ +[0,0,0,-13584,-385319],\ +[0,0,1,-31266,2127728],\ +[1,-1,0,-1215,164835],\ +[0,0,1,-27570,-2403360],\ +[1,-1,0,-1193580,502208010],\ +[0,1,1,-4614731,3815920681],\ +[0,0,0,-1842375,961994878],\ +[1,-1,0,-37692,2094768],\ +[1,-1,0,1215,163215],\ +[1,0,0,-18250,1008932],\ +[1,0,1,16991,-2991304],\ +[1,0,1,-640614,198101176],\ +[1,0,0,-45,2025],\ +[1,0,0,-6591,212121],\ +[0,1,1,-4803,126532],\ +[1,-1,1,-471956,124913783],\ +[1,-1,1,-47930,-14095303],\ +[1,-1,1,-132572,-18570329],\ +[1,-1,1,4630,2379305],\ +[0,0,0,4857,647998],\ +[1,-1,1,-25757033,50323597481],\ +[1,-1,1,427621,-173544181],\ +[0,0,1,5801928,6662808495],\ +[1,-1,0,-8254836,9130802976],\ +[1,-1,1,121531,1469117],\ +[0,0,0,-1060248,420203428],\ +[0,0,1,-57864,5238702],\ +[0,1,1,-393,2910],\ +[1,-1,0,-3086667,2088059913],\ +[0,0,0,-105744,21923044],\ +[0,1,1,3819149,-1557493820],\ +[0,0,0,-259545,50613937],\ +[0,0,1,-22710,-3200238],\ +[1,-1,0,-225531,41281173],\ +[0,0,1,120318,-30472425],\ +[0,0,1,-21180,1259478],\ +[1,-1,1,27616,1202627],\ +[0,0,0,-394500,95655625],\ +[1,-1,1,14701,24005099],\ +[1,-1,0,-6266502,-10271475216],\ +[0,0,1,-17688,64368],\ +[1,-1,0,-38385,2917485],\ +[0,0,1,-559548,161476409],\ +[0,0,1,960,-140445],\ +[1,-1,1,-122418716,521463658079],\ +[0,0,1,-228,-22086],\ +[1,-1,1,-54032,7613939],\ +[1,0,1,29670,1987980],\ +[1,-1,1,-11969411,15940597763],\ +[1,-1,0,-107883,15422913],\ +[0,0,0,-629040,-27097436],\ +[1,0,0,-95207,9735369],\ +[1,-1,1,2686,800129],\ +[0,0,0,14856,1443076],\ +[1,-1,0,-473508,125530452],\ +[1,-1,0,-1990104,1081089728],\ +[0,1,1,53,702],\ +[1,-1,1,-233498,-35233703],\ +[1,-1,1,-10040,542963],\ +[0,0,0,23415,-2204327],\ +[0,1,1,-4957,132692],\ +[0,0,1,-7140,218925],\ +[1,-1,0,40374,2931876],\ +[1,-1,0,-706296564,7225025229648],\ +[1,-1,0,-30040542,63381312216],\ +[1,-1,1,-27248,1738091],\ +[1,-1,1,-440440628,3559470177431],\ +[1,-1,0,1722231,2644908525],\ +[1,-1,0,7056,-463050],\ +[1,-1,1,1344892,1599366431],\ +[0,0,1,-116094,12207105],\ +[0,0,0,-266520,52959364],\ +[1,0,1,-240896,-45517130],\ +[1,-1,0,-75465819,-181150250175],\ +[1,-1,0,-1872,31950],\ +[1,-1,0,-1312540560,18303114599316],\ +[1,-1,1,-4769087,4009868111],\ +[1,-1,1,-21101,-1963051],\ +[1,-1,0,-98307,11345589],\ +[0,0,1,1022748,1791422010],\ +[1,0,1,-233220,-49135870],\ +[1,-1,0,-18972,1157148],\ +[1,-1,0,1580463,1541184273],\ +[0,0,0,14865,-417386],\ +[0,1,1,-3863,-194118],\ +[0,0,0,-7464,248209],\ +[0,0,1,-388740,93290373],\ +[0,0,0,-116832,15370756],\ +[1,0,1,-3997359,3075545782],\ +[1,-1,0,-118935,15812091],\ +[0,0,0,-26292,4957801],\ +[0,0,0,-1109199,450823606],\ +[0,0,1,1645134,-1000145997],\ +[1,-1,1,33214945,4902936269447],\ +[1,-1,1,-113198,14676797],\ +[0,0,0,-14376,676177],\ +[1,-1,1,-93857,-31947919],\ +[1,-1,1,-65504,7835779],\ +[0,0,0,-52536,19481668],\ +[1,-1,0,53202,2197268],\ +[0,0,0,-7545,240721],\ +[0,1,0,-21257459741,1192923471856095],\ +[0,0,1,-1701264,854090730],\ +[1,-1,0,-6561,4787343],\ +[0,0,1,-11190,453285],\ +[0,0,1,-8130,-5512140],\ +[0,0,1,73140,148486383],\ +[1,-1,1,-9735305,11693993105],\ +[0,0,0,-13125,4804837],\ +[0,0,0,4812,131497],\ +[0,0,0,13119,4761097],\ +[1,0,1,-4163332,3314845442],\ +[0,0,0,84903,-52919039],\ +[1,-1,0,-58707,5492133],\ +[0,0,0,26241,19088134],\ +[1,-1,0,-320742,69702228],\ +[1,-1,1,122584,1571123],\ +[1,0,0,-5138321,12423121665],\ +[0,0,1,-436854,111142125],\ +[1,-1,0,-1354437,-2621785131],\ +[1,-1,0,5220,-47844],\ +[1,-1,1,-363785,85108745],\ +[1,0,1,59614,-402676],\ +[0,0,0,-1236,17593],\ +[0,0,1,-307830,65746530],\ +[1,0,1,-17847621,29021506696],\ +[1,-1,0,-5787,202905],\ +[0,0,1,-24935160,47925466893],\ +[1,0,1,367862161,4820781224162],\ +[1,-1,0,-28053,804087],\ +[0,0,0,26196,4607881],\ +[0,0,0,8304,-107228],\ +[0,0,1,2706,34182],\ +[1,-1,0,-23814,63027720],\ +[0,0,0,-35895,2672206],\ +[0,0,1,-392850,139981628],\ +[0,0,0,-4854000,4116602500],\ +[0,0,0,-597441,177538273],\ +[1,-1,1,-229658,-4685479],\ +[0,0,1,2796,-81180],\ +[1,-1,1,8770,-27793267],\ +[1,-1,1,-68789273,223399730297],\ +[0,0,0,-10785,428209],\ +[1,-1,0,-1203759,508644765],\ +[1,0,1,19470,-315940],\ +[1,-1,1,2155,-280915],\ +[1,-1,0,-26676,625536],\ +[0,0,1,-133914,16464195],\ +[1,-1,1,3235,-48931],\ +[1,0,0,-34740,2515600],\ +[0,0,1,-16830,840377],\ +[1,-1,0,-7110,-23454],\ +[0,0,1,-693462,224302365],\ +[1,-1,1,-10136174,12423661949],\ +[0,0,0,-6551060223,275049018692422],\ +[1,-1,0,-221189925,1266237270861],\ +[1,-1,0,-17038293183,856030828106637],\ +[0,0,0,-82047,9052486],\ +[1,0,1,-71143,4930556],\ +[1,-1,1,-1197887,504927911],\ +[0,0,1,-56312922,162652299642],\ +[0,0,1,-14742,648830],\ +[1,0,1,-10764,433936],\ +[1,0,0,-32940,2297592],\ +[0,0,0,-1900173,1161816253],\ +[1,-1,1,-136805,84495197],\ +[1,0,1,-83271,10414330],\ +[1,-1,0,-2996316,-983970342],\ +[0,0,1,24828,446670],\ +[0,0,1,-5394,233982],\ +[0,1,1,2415,85431],\ +[1,-1,0,-1773,27747],\ +[1,-1,1,-45896,3795923],\ +[1,-1,1,-599252,186838751],\ +[1,-1,1,10606,45137],\ +[1,0,1,-47204,3945026],\ +[1,-1,0,-20852757,36656864469],\ +[1,0,1,-211742216,-1438739662534],\ +[1,0,1,-93414066,347502034066],\ +[1,-1,1,-59244989,175534380677],\ +[0,0,1,-90696,10507554],\ +[1,-1,1,-28401188,58379562911],\ +[0,0,0,-624,-1709399],\ +[0,0,0,-2997,63261],\ +[0,0,1,-1059870,419978718],\ +[1,0,0,-41343,381529],\ +[0,0,1,-8760,308295],\ +[1,-1,1,328963,-152266939],\ +[0,0,1,-3129312216,67378623434289],\ +[0,0,0,567,-11583],\ +[1,-1,0,-222966,40579218],\ +[0,0,1,-3972,444195],\ +[0,0,1,-2254098,1302588693],\ +[0,0,0,104208,16324324],\ +[0,1,1,-5827845,-5417103651],\ +[0,0,0,-78645,8492533],\ +[1,-1,1,-1985,438905],\ +[1,-1,1,-199211,45343739],\ +[1,0,0,-5383104,4937793472],\ +[1,-1,0,-3420333,2435655717],\ +[1,-1,1,-11255,669647],\ +[0,1,1,-5592981,5087156556],\ +[1,0,0,-1935221,1556376865],\ +[1,-1,1,367420,596451647],\ +[0,1,1,-5419,151760],\ +[1,0,1,-2344347,1382492558],\ +[1,-1,0,-7821,271971],\ +[1,-1,1,-33554930,74827987697],\ +[1,-1,1,543168445,-34490128517053],\ +[0,0,1,-70140,7150059],\ +[1,-1,1,-920705,339858065],\ +[1,-1,1,-19217264,30147145427],\ +[1,-1,1,17095,1132697],\ +[1,-1,0,5958,98766],\ +[1,-1,0,-63117,-10232109],\ +[1,-1,1,-8096846,8869944413],\ +[1,-1,1,-3781049,-2820803623],\ +[1,-1,0,-21168,-74088],\ +[1,-1,0,45477,3830247],\ +[0,0,1,-1524,12960],\ +[0,0,0,-19677,871621],\ +[1,-1,0,-49992,4263416],\ +[0,0,1,1320,46413],\ +[1,-1,0,-333492,81942416],\ +[0,1,1,-78283,8319170],\ +[1,-1,0,-80367,8789291],\ +[0,0,0,-103164528,-355723414652],\ +[1,-1,0,106263,153873],\ +[1,-1,0,-140139,21319173],\ +[1,0,0,-32523,1910105],\ +[1,-1,0,91746,-9275472],\ +[0,0,1,-42438,-3842091],\ +[1,-1,0,-13689,20830095],\ +[1,-1,0,-19791,-245349],\ +[1,-1,0,-2781837,1786637817],\ +[0,0,1,-238728,49060233],\ +[0,1,1,1223,-3040],\ +[1,-1,0,-151983,22844187],\ +[0,0,1,2058,-942993],\ +[0,0,1,-941772,351939717],\ +[1,-1,0,-2529,49203],\ +[1,-1,1,-170512439,859765011599],\ +[0,1,1,-16207,789367],\ +[0,0,1,-36110550,83521689048],\ +[1,-1,1,3625915,8412619709],\ +[1,-1,1,-25394,71664689],\ +[0,0,0,-14136519,-23405380994],\ +[1,-1,1,-301055,60998447],\ +[0,1,1,-4567,13020],\ +[0,0,0,-112080,14442433],\ +[0,0,0,-133077,19026421],\ +[1,0,0,-30003,2339065],\ +[0,1,0,-1158892,480051236],\ +[1,-1,0,54279,42093],\ +[1,-1,1,-1721192,869626091],\ +[1,-1,0,45189,-2041659],\ +[1,-1,0,-34839,2505573],\ +[0,0,1,-1542,68355],\ +[0,1,1,183,57],\ +[0,0,0,13497,5039998],\ +[1,-1,0,275247,56824173],\ +[0,0,0,-2532,59281],\ +[0,0,0,-75999,3161734],\ +[1,-1,0,-8343405,9664676901],\ +[1,0,1,-23007,517642],\ +[1,-1,1,-29921,2000369],\ +[1,-1,1,-2057,35489],\ +[1,-1,1,5701,-850453],\ +[1,-1,1,-24096857,45535169081],\ +[1,-1,0,-390294,93904308],\ +[1,-1,1,-257,7481],\ +[1,-1,1,-207122,101122769],\ +[0,0,1,7890,384534],\ +[0,0,0,-93936,11078233],\ +[0,0,1,-28311456,57981763584],\ +[1,-1,0,-238363155,1416527702325],\ +[1,-1,1,-116780,4074671],\ +[1,-1,0,2007,-274707],\ +[0,0,1,-349536,79530363],\ +[1,-1,1,-54320,4886939],\ +[0,0,1,-2676,202923],\ +[0,0,1,0,2639000],\ +[1,-1,0,-124416,1720009728],\ +[1,-1,1,3766,1573769],\ +[0,0,0,-3558225,2583439297],\ +[1,0,1,-1350043,607824806],\ +[1,-1,1,-23924,1461719],\ +[0,0,1,0,7310],\ +[0,0,0,51720,3375097],\ +[1,-1,1,-1337,199361],\ +[1,-1,1,-394754,17314743809],\ +[1,-1,1,769,65279],\ +[0,0,0,-8976,327652],\ +[1,-1,0,-13259457,18587209293],\ +[1,-1,1,-30143210,63706497833],\ +[0,0,1,-12198,1106028],\ +[1,-1,1,-68180,-8926153],\ +[1,0,0,-113021,-3741399],\ +[0,0,0,-283080,43758052],\ +[1,-1,0,-56016,8146116],\ +[0,0,1,-158088,24254118],\ +[0,0,1,-4188180,3299022702],\ +[1,0,1,-8796390,18868376632],\ +[0,0,1,-123096,16624404],\ +[0,1,1,-746335,-248421986],\ +[0,0,1,-67980,1441233],\ +[1,-1,1,-5849852,5447309879],\ +[1,-1,1,-656903525,6639515178653],\ +[1,-1,0,-1635,38861],\ +[1,0,1,-13054,742206],\ +[1,-1,1,-173207,-27672569],\ +[1,-1,1,-206609,8115329],\ +[1,-1,1,36551650,35776521389],\ +[0,0,1,1536,63225],\ +[1,-1,1,-18879161,31557417689],\ +[1,-1,1,1483,21709],\ +[1,-1,0,-14283,-915813],\ +[0,0,0,-1328808,-665213852],\ +[1,-1,1,-163571,31844819],\ +[0,1,1,445,12209],\ +[1,0,1,-830,-56240],\ +[1,0,0,-3726,132956],\ +[1,0,1,-30966,2094744],\ +[1,0,0,-2987790,1982212100],\ +[1,-1,0,-67755,6820101],\ +[0,0,0,77236089,165705813146302],\ +[0,1,0,-862,-19591],\ +[0,1,0,-6662,207441],\ +[1,0,0,-3475,78625],\ +[1,-1,0,-12906,-1079784],\ +[1,-1,1,14203,-1280131],\ +[1,0,1,-29703,1976506],\ +[0,1,1,113,755],\ +[1,0,0,-7072,228416],\ +[0,1,1,1635,-8881],\ +[1,-1,1,8392,-505069],\ +[1,0,0,197,1361],\ +[0,1,1,-319925,69540229],\ +[1,0,1,106697,7454506],\ +[1,-1,1,2041,43967],\ +[1,0,1,-2720,74350],\ +[1,0,1,1702,-13822],\ +[1,0,1,-483,-10382],\ +[1,-1,1,12445,566947],\ +[1,-1,0,-13617,953541],\ +[1,-1,0,-80052,8737680],\ +[1,-1,1,2332,-43513],\ +[1,-1,1,-14870,166181],\ +[1,-1,1,-344,2627],\ +[1,-1,0,-762,8270],\ +[0,0,0,-8664,572836],\ +[1,0,1,-26976,1702698],\ +[0,0,1,-293250,61125156],\ +[0,1,0,116,3364],\ +[1,-1,0,-175604805,895723551045],\ +[1,0,1,-12334,1318052],\ +[1,-1,0,-14625,745011],\ +[0,1,0,-3278277,2283541316],\ +[0,0,1,-40435500,98967440781],\ +[1,-1,0,192,-318],\ +[0,0,1,-3409146030,76615478867448],\ +[1,0,0,753906,1057855492],\ +[1,0,1,-10005,387472],\ +[1,0,0,1840,-198400],\ +[1,0,1,-7779,277152],\ +[0,0,0,0,841],\ +[1,0,0,-741134,245680132],\ +[1,0,1,-31585,2115820],\ +[1,-1,0,3519,-49869],\ +[1,0,1,-304440,-63819258],\ +[0,1,0,-2141,287295],\ +[1,-1,0,42834,1148948],\ +[1,-1,1,-103655,-10860641],\ +[1,-1,1,-27785,9631369],\ +[0,1,1,-6381,222581],\ +[1,0,1,-39952,3070278],\ +[1,-1,1,-832136,295111883],\ +[1,-1,0,-1188099,498753405],\ +[0,1,1,225,12656],\ +[1,0,1,-99842,12160288],\ +[1,-1,0,-3882696,2945719268],\ +[1,0,1,-6738,314788],\ +[0,0,1,-6078,1035279],\ +[0,1,1,-225,12656],\ +[1,0,1,-736,-4244],\ +[1,0,0,-5611,-275959],\ +[1,-1,0,-85227,9597995],\ +[0,0,0,58875,1538125],\ +[0,0,0,-744783,247395382],\ +[1,-1,1,-9515,-351469],\ +[1,-1,0,-3838038,2893037588],\ +[1,-1,1,-70970,7099769],\ +[0,1,0,-116,3364],\ +[1,0,1,186323,61513768],\ +[1,-1,1,1735,30809],\ +[1,-1,0,-9653940,11547707760],\ +[1,0,1,-1562,23618],\ +[1,0,1,-54097449,-153218795828],\ +[1,-1,0,-15339,621573],\ +[1,-1,1,43540036,113269842559],\ +[1,0,0,-1198325,496430625],\ +[1,0,1,-3743,134056],\ +[1,-1,0,-215271,38497653],\ +[1,-1,0,-1887,50733],\ +[1,-1,0,-38997,7132725],\ +[1,0,0,-316,2640],\ +[0,1,0,-1332,18404],\ +[1,0,0,-33013,2306017],\ +[0,0,0,-112047,-2113514],\ +[1,-1,1,-563864,163164827],\ +[1,-1,0,-9222,343044],\ +[1,-1,1,-3080,51275],\ +[1,0,1,2231,-61004],\ +[1,0,0,-530013,-188899983],\ +[0,0,1,-396,909],\ +[0,1,1,-939583,350237692],\ +[0,1,1,193,9312],\ +[1,-1,1,-18542,-399491],\ +[1,0,0,-16899,5861177],\ +[1,-1,0,1209,13581],\ +[0,1,0,-22332,1276164],\ +[1,0,0,-1859,-16959],\ +[1,0,0,-110520495,139122574137],\ +[1,0,1,-10001,384292],\ +[1,0,1,261,866],\ +[0,1,0,-1661,-12481],\ +[1,0,1,4531,410176],\ +[1,0,0,-48143516,128571038800],\ +[0,1,1,-106793,13619375],\ +[0,1,1,-119,929],\ +[1,-1,0,-11338542,14667774516],\ +[1,0,1,-1434,21436],\ +[0,0,1,-2034,35307],\ +[1,0,0,-16433,987049],\ +[1,0,1,-831803,291928006],\ +[0,0,0,-41799,48594814],\ +[1,-1,1,-16250180,25217897447],\ +[0,0,1,-540,8903],\ +[1,0,0,-206,42436],\ +[1,0,1,-450238,127431406],\ +[0,1,1,-455,13109],\ +[0,0,0,-6181164,5914978641],\ +[0,0,1,6072,1015029],\ +[0,0,1,-14760,-257956],\ +[1,0,0,3617,51545],\ +[1,0,0,-488,-22272],\ +[1,0,1,545741,83082446],\ +[1,0,0,-5004,142992],\ +[1,0,0,-547038,163825092],\ +[0,0,1,510,6453],\ +[0,1,1,-20549,1126955],\ +[1,-1,1,-605,6629],\ +[0,0,0,-1557,23581],\ +[1,-1,0,-850842,302578740],\ +[0,1,1,-70515,7227056],\ +[1,-1,0,51507,-2041983],\ +[1,-1,1,-482168,-181553669],\ +[1,-1,0,453,813],\ +[1,0,1,-362951,84132298],\ +[1,-1,1,-14717,-2899259],\ +[1,-1,0,-744,62000],\ +[0,0,0,-423660,106656721],\ +[1,-1,0,971535,67856925],\ +[0,0,1,-82614,9147087],\ +[1,-1,1,-1253,23837],\ +[0,1,0,-964,4644],\ +[1,-1,1,-140873756,644446869599],\ +[0,0,0,-6360,-5784764],\ +[1,-1,1,2581339,4216129373],\ +[1,0,0,-21285,-555903],\ +[1,0,1,12420,-2528],\ +[1,0,1,-261,2962],\ +[1,0,0,-259820,50953400],\ +[1,-1,1,-381326,-813580387],\ +[0,0,0,-60183,4967118],\ +[0,0,0,-8343,322542],\ +[1,0,0,1047,42841],\ +[0,0,0,-136647,19418814],\ +[0,0,0,-7992,165924],\ +[0,1,0,1419,-9225],\ +[1,-1,0,-8768076,9995543216],\ +[1,-1,0,-10005,387675],\ +[0,0,0,-34668,2484513],\ +[1,0,1,-22932,1319058],\ +[0,1,1,-1700051,861578230],\ +[1,-1,1,-2297,21521],\ +[1,0,0,-4762138,-4627550108],\ +[0,1,0,-14517,665036],\ +[0,1,0,-642716,-50909916],\ +[1,0,1,954,16706],\ +[1,0,0,-33503,2357593],\ +[1,0,1,-12192,254092],\ +[1,0,1,-667483,209736806],\ +[1,0,1,-828,9506],\ +[1,0,0,-84506955,304395591025],\ +[1,0,0,-59888,475392],\ +[1,0,1,-1102856,445693782],\ +[1,0,1,-181,32580],\ +[1,-1,0,-13242921,18552451661],\ +[1,0,0,-16730241,26292736521],\ +[1,-1,1,-24179,-1502701],\ +[1,0,1,-319598,132540256],\ +[1,0,0,-259652,52031504],\ +[1,0,0,-86102451,-305712069319],\ +[0,1,1,16377,-774844],\ +[1,-1,1,-1551731,-607461037],\ +[1,-1,1,-56075,5125979],\ +[1,-1,0,2523,-665407],\ +[1,0,1,-2338,2156],\ +[0,1,1,-28555,-1272244],\ +[1,0,0,-6773611,6511547185],\ +[0,1,0,-237,3599],\ +[0,1,1,-1583,30994],\ +[0,1,1,-423,3270],\ +[1,-1,1,-1132289,464028689],\ +[1,-1,0,-193863,3418173],\ +[0,0,0,-54615,-1360658],\ +[1,0,0,-4857527316,130285770078096],\ +[1,-1,0,-1519056,721003248],\ +[1,-1,0,-40256028,30291348222],\ +[0,0,1,-8409000,-6238773594],\ +[1,-1,0,-2561259,4475435013],\ +[0,1,1,-11055,443631],\ +[0,1,0,-4330,108225],\ +[1,0,0,-97263,8442017],\ +[0,0,1,-66192,6554757],\ +[1,0,1,-81933,9038056],\ +[0,0,1,-3521688,2543750019],\ +[0,0,1,-387942,-95908695],\ +[1,0,1,7630,40340],\ +[1,-1,1,-6425,243641],\ +[1,0,0,287,3017],\ +[0,1,1,-791905,-271503191],\ +[1,0,1,-399351,97104698],\ +[0,1,1,4573,-694728],\ +[0,0,1,-21378,1036233],\ +[1,0,1,-4201,101948],\ +[1,0,1,-165048,25794678],\ +[0,1,0,-5293,147247],\ +[1,0,0,2008,78336],\ +[1,0,1,-5119,142332],\ +[0,0,1,-60888,5684868],\ +[1,-1,1,-569180,165388447],\ +[0,1,1,-1241,16496],\ +[1,-1,1,-470024,124147787],\ +[0,1,1,-15655,120184],\ +[1,0,1,703299,244358680],\ +[1,-1,0,-1917,33141],\ +[1,-1,1,-13055,881447],\ +[1,-1,0,-163242,17288916],\ +[1,-1,1,-2364305,1399837697],\ +[1,-1,0,-449367,30976541],\ +[0,1,1,191,85],\ +[1,-1,0,-7776,6723648],\ +[1,-1,1,-492104,111860299],\ +[1,-1,1,-656780,205033871],\ +[1,0,0,288,82944],\ +[1,-1,1,-8405,261485],\ +[1,-1,0,7776,6713280],\ +[1,0,1,411051,71069872],\ +[0,1,0,-2697,26776],\ +[1,-1,0,-19047,1015329],\ +[1,-1,0,-360141,83162411],\ +[1,0,1,-45606,3858190],\ +[1,-1,0,-75642,-6984460],\ +[1,0,0,-288,82944],\ +[0,1,1,16223,-2671220],\ +[1,0,1,-6581,-3161536],\ +[1,0,1,-2839,57972],\ +[0,1,0,-70876,7284004],\ +[0,0,1,-3078,65873],\ +[1,-1,0,-15451662,23382054900],\ +[0,1,1,-34265,-2435444],\ +[1,0,1,-797,8598],\ +[1,0,1,-17186,865900],\ +[0,0,1,12102,944028],\ +[1,-1,0,-1767,29241],\ +[1,0,1,-1420956,651838410],\ +[1,0,0,-933,10945],\ +[0,1,1,-1496211,703930745],\ +[1,0,0,4094,334020],\ +[1,0,0,-161346,20507076],\ +[0,0,1,739692,94175399],\ +[1,-1,0,-328281,72478493],\ +[0,0,1,648,-12373],\ +[0,1,1,-16111,787726],\ +[0,0,1,-936522,410979845],\ +[1,0,1,-204508,35557306],\ +[1,0,0,-10037,384609],\ +[1,-1,1,-1577,36329],\ +[0,1,1,-673,8617],\ +[1,-1,0,-619992,188052516],\ +[1,-1,0,-126,1848],\ +[1,-1,0,-519462,144242388],\ +[1,-1,1,-5240,-14566661],\ +[1,0,1,-39722,-198036232],\ +[1,-1,0,-326079,71988885],\ +[0,0,1,-2751024,1764342000],\ +[0,0,1,-115320,15073254],\ +[1,-1,1,595,-5803],\ +[1,-1,0,61407,474093],\ +[0,1,0,-10342,-411751],\ +[0,1,1,-447,-7118],\ +[1,0,1,532049,-275012702],\ +[1,0,1,504,9694],\ +[0,1,0,-28958,1081713],\ +[1,-1,0,-629949051,6085797417153],\ +[1,0,1,2736,48062],\ +[1,-1,0,-3558,82572],\ +[1,-1,0,-432,3342],\ +[1,-1,0,-7398,-1721088],\ +[1,0,0,6918,22284],\ +[1,0,1,-1273,17328],\ +[0,0,0,-3564,-112671],\ +[1,0,1,-4550326,3735327048],\ +[0,1,0,-568861,211799135],\ +[1,0,1,-2104132,478035992],\ +[1,-1,1,65083,-12485059],\ +[0,0,0,-35316,2554497],\ +[1,-1,0,-309435,66475925],\ +[1,0,1,-661,5916],\ +[1,0,0,-96073,-24372967],\ +[0,1,1,-437795,111348881],\ +[0,1,0,-2149,37828],\ +[1,0,0,-36677,2700481],\ +[0,1,1,-4442975,3603322906],\ +[1,0,0,-87054,-1149948],\ +[1,0,0,-5132814,-4476324348],\ +[0,0,0,-1521,22753],\ +[1,0,1,-811550,281348472],\ +[1,0,1,-2237,-33828],\ +[1,0,1,-6394,196246],\ +[0,1,1,-1855,215759],\ +[1,-1,0,-2245806423,40964960963043],\ +[1,0,0,-4680,122752],\ +[1,-1,1,207220,-66734449],\ +[0,1,1,-903,11478],\ +[1,0,1,-6020616,6774388054],\ +[1,0,1,-28029,1809052],\ +[1,-1,0,-1383,28557],\ +[1,-1,1,1231,14177],\ +[0,0,0,-99912,19700809],\ +[1,0,1,105821,-6221314],\ +[0,0,0,-10235505,-12707120207],\ +[1,0,0,1895,20025],\ +[1,0,1,-1113736,452306134],\ +[0,0,0,873,-14354],\ +[0,0,1,-6468,200214],\ +[1,-1,0,333909,-433058679],\ +[1,0,1,-255720,49751710],\ +[0,1,1,-4169451,3275541480],\ +[1,-1,0,-378,16128],\ +[0,0,1,-948738,355670334],\ +[1,-1,1,3481840,-6424728589],\ +[1,-1,1,376,15499],\ +[0,1,0,-2550,52073],\ +[0,0,0,-3303,73342],\ +[1,-1,0,-1134,143640],\ +[1,0,1,-29377,17669348],\ +[0,1,0,2332,45284],\ +[1,0,0,-14700627,21728031929],\ +[1,-1,1,-316805,-39164803],\ +[0,1,1,1168951,21347985865],\ +[0,1,1,-4629493,3832423292],\ +[0,1,0,978,-3871],\ +[1,-1,1,-49846604,135469977167],\ +[1,-1,1,-377789,330661757],\ +[1,-1,1,774742,-303597079],\ +[1,-1,0,1134,142128],\ +[1,-1,1,-1784,2939],\ +[0,1,1,-1981,33381],\ +[1,-1,0,-47592,4008138],\ +[1,-1,0,-10518,417828],\ +[1,0,1,2161,-13174],\ +[1,0,1,-115752,15239798],\ +[0,0,1,-46596,-3002427],\ +[1,-1,0,-10572534,13554675540],\ +[1,-1,1,-440,3443],\ +[1,0,0,-42,1764],\ +[1,0,0,6930,79812],\ +[0,0,1,-51702,4521327],\ +[1,0,0,-287052,59171624],\ +[1,0,0,-14707147,21707821681],\ +[1,0,0,-974256,-360679680],\ +[0,0,0,-84390312,297393746884],\ +[0,0,1,0,28137720],\ +[1,0,1,1283,118],\ +[1,-1,0,-23601,1401453],\ +[0,0,1,-20328,934233],\ +[1,-1,0,-7200,189270],\ +[0,1,0,-21269,1186839],\ +[0,0,1,-852,-5940],\ +[1,-1,0,-6837,168029],\ +[0,0,1,2598,30852],\ +[1,-1,0,38763,6303285],\ +[1,0,0,-102481,12518185],\ +[0,0,0,1368,4356],\ +[1,-1,1,-4160,115291],\ +[1,0,1,-1429840,891843102],\ +[1,0,0,978,-1844],\ +[0,0,1,-3078,83828],\ +[0,0,1,-44814,-3363255],\ +[0,1,0,795,-8172],\ +[0,1,0,3092,83588],\ +[0,0,0,13344,-118350983],\ +[1,0,0,-8288,289728],\ +[0,1,1,-1925,-70219],\ +[1,-1,1,216175,-289000447],\ +[0,1,0,-2733,54063],\ +[1,0,0,810,-10908],\ +[1,0,0,-53313,4771017],\ +[1,-1,0,378,15624],\ +[0,0,1,-749154,248966550],\ +[0,1,1,-83451,12579996],\ +[1,-1,1,-52590236,146813417183],\ +[1,0,1,14813,-491978],\ +[1,0,1,-13305,-598880],\ +[1,0,1,-122933,16903056],\ +[1,0,1,-2021,34796],\ +[0,1,1,-101393,12558545],\ +[0,1,1,-1745,28124],\ +[1,0,0,129062,23265636],\ +[0,0,1,145176,-6558768],\ +[1,-1,0,-262932,55189200],\ +[1,0,0,-5538,41292],\ +[1,0,1,7304593,-8349922078],\ +[1,-1,0,2988,9270],\ +[0,0,0,-1848,34372],\ +[0,0,0,18672,129508],\ +[0,0,0,-43791,-3569738],\ +[1,0,1,87587,243738],\ +[1,0,1,-325722,-72487668],\ +[1,0,1,-20496,1127680],\ +[1,0,1,-940,11062],\ +[0,1,1,-1133,14301],\ +[1,0,1,1426,1416],\ +[1,0,0,1487,87017],\ +[1,-1,0,-3669,-7075],\ +[1,-1,1,-3599978,2703058601],\ +[1,0,1,-2595826,1605060548],\ +[1,0,0,-6888,219520],\ +[0,1,0,-13845,617975],\ +[1,0,1,-702822,226082528],\ +[1,-1,0,-180,3720],\ +[0,0,0,-31464,2148004],\ +[1,-1,1,-128,1891],\ +[0,0,0,51000,-13677500],\ +[0,1,1,-289,1945],\ +[1,-1,0,-3750,1565000],\ +[0,1,1,-2389139,919852055],\ +[1,0,0,-252763088,-1553524389632],\ +[1,0,1,-838,15938],\ +[0,1,0,195,100],\ +[1,-1,1,178,3421],\ +[1,-1,0,-4973731398,135013005515412],\ +[0,0,1,-41250,-4080537],\ +[1,-1,1,-23783,1417631],\ +[1,-1,0,1868376,-363776320],\ +[1,0,1,-167991543,-2923754195142],\ +[1,-1,1,-3215039,2219651687],\ +[1,0,1,280774,214170860],\ +[1,-1,1,-302476838,4504945945781],\ +[1,0,0,-34763,2492017],\ +[1,0,1,-349951,79651298],\ +[1,-1,0,-20256102921,1109644686890253],\ +[1,-1,1,-40076825,97689062009],\ +[1,-1,1,-1522049,723729809],\ +[1,-1,1,-2250670931,-41097476149261],\ +[0,0,0,-6687,223366],\ +[1,0,1,139,-1554],\ +[1,0,1,485,3842],\ +[0,0,1,-1784208,917310474],\ +[1,0,1,-28446,1844112],\ +[1,0,1,-177629860170,28815214138982460],\ +[0,0,0,4257,-6458],\ +[1,0,0,-64087,6238761],\ +[1,0,0,423049,-24911319],\ +[1,0,0,-742417,255717609],\ +[1,-1,1,-4759124,3997310519],\ +[1,-1,1,-11416838,14854405781],\ +[0,0,0,-375,4462],\ +[0,0,0,-972552,369156004],\ +[1,0,0,-29855511,-62798240015],\ +[1,-1,0,-10194,398700],\ +[1,0,1,-445,390],\ +[1,0,0,-227917,-51628911],\ +[1,0,0,-8363,293673],\ +[0,1,0,12292,-3476412],\ +[0,1,1,-173313471,878148623260],\ +[1,0,1,-1553627,-748744018],\ +[0,1,1,-2561,-95304],\ +[0,0,0,345,2782],\ +[1,0,0,-5327,204281],\ +[1,-1,0,-20450079,35241103053],\ +[0,0,0,-18615,977614],\ +[0,1,0,-2041852,1123091844],\ +[1,0,1,-133066799,824292197282],\ +[1,-1,0,-3267,-2186757],\ +[0,0,0,38073,-2770754],\ +[1,-1,0,607836,-1990157680],\ +[1,0,0,566,5412],\ +[1,0,0,60,3600],\ +[0,0,1,-39930,-4344717],\ +[0,0,0,-135,-100386],\ +[1,0,1,-91015,10560002],\ +[0,0,0,-110103,14170702],\ +[0,0,0,48363,-3022859],\ +[0,1,0,-172,-12924],\ +[1,-1,1,-521528,-154121029],\ +[1,0,1,-9235,-671698],\ +[1,0,0,49729,-267041639],\ +[0,1,0,-12333,572463],\ +[1,0,1,-385051,91933598],\ +[0,0,1,-37812,3362040],\ +[0,1,1,-7185,164864],\ +[0,1,1,-87281,-38070675],\ +[0,1,1,-7891,264865],\ +[0,1,0,-1356,-4220],\ +[0,1,0,17747,-2312785],\ +[0,1,1,-671,112560],\ +[0,1,0,-21653,1219191],\ +[1,-1,1,1261627,313835581],\ +[0,1,0,492,388],\ +[1,-1,0,-230205,42570705],\ +[1,-1,1,-117032,15126131],\ +[1,-1,0,-682899,231193205],\ +[0,0,1,-954,10767],\ +[0,1,1,228045,7492359],\ +[1,0,0,-21196,593040],\ +[1,-1,1,-613544,185318507],\ +[1,-1,1,-14147,-2981629],\ +[1,-1,0,-4767426,4007774268],\ +[1,-1,1,-24977,-1382399],\ +[1,0,1,810604,433428626],\ +[1,0,1,-56450193189,5162329117626512],\ +[1,-1,1,9871,1167137],\ +[1,0,0,130038,-42481116],\ +[1,0,1,-425492,156108818],\ +[1,0,1,-56450186774,5162330349587496],\ +[1,-1,0,-219375,39603285],\ +[1,0,0,6539,-712415],\ +[1,0,0,-3636403,2668743393],\ +[1,0,1,-629956,-1359179326],\ +[1,0,1,-327,2798],\ +[0,1,0,-389,2188],\ +[1,0,1,-2657621,1616672036],\ +[1,-1,1,-32693,2286221],\ +[1,-1,1,-152483,28120931],\ +[0,1,1,-5175,176104],\ +[0,1,1,-123,991],\ +[1,0,1,-222048,42839678],\ +[1,-1,0,3414,-49564],\ +[1,-1,0,-22941,1343133],\ +[1,-1,1,-7283,194131],\ +[1,-1,1,-710,7421],\ +[0,0,1,-108840,13820724],\ +[1,-1,0,-14348538,20856646638],\ +[1,-1,1,-2927,-45449],\ +[1,-1,0,125031,8463725],\ +[0,0,1,-35904,-5145525],\ +[1,-1,0,-20169,1106925],\ +[1,-1,0,-930168,-322590168],\ +[1,0,1,-751,-14938],\ +[1,-1,0,-14724,684030],\ +[0,1,0,-56709,3954663],\ +[1,-1,0,266319,29177361],\ +[1,0,1,184,316],\ +[1,-1,0,-8277,382517],\ +[1,0,0,20530,-422927100],\ +[0,0,1,-3966060,-4763976723],\ +[1,0,1,-616,3450],\ +[0,0,0,-14640,695812],\ +[1,0,0,-19018,858404],\ +[1,-1,1,646,2737],\ +[1,0,1,-2005896,1106028502],\ +[1,-1,0,-96612,11583792],\ +[0,0,0,-33231,-5673098],\ +[0,1,0,-1125,14148],\ +[0,1,0,2507,-3785],\ +[1,0,0,272,960],\ +[1,0,0,-17436,181520],\ +[0,1,1,-21893,1239557],\ +[1,0,0,939,-2015],\ +[0,1,0,-8294821,9194280455],\ +[0,0,0,-84495,10995766],\ +[1,0,1,399,-2534],\ +[1,0,0,-1230,16452],\ +[0,1,0,2067,-32337],\ +[1,0,0,-22309456061,-107387160329615],\ +[1,-1,1,-13274483,18618810707],\ +[1,0,1,-23492,1873262],\ +[1,-1,0,-798,10682],\ +[1,0,1,-603650,-178822078],\ +[1,-1,1,-361787603,2648765218331],\ +[1,-1,1,-11828,498071],\ +[0,0,0,-87600,15397252],\ +[1,0,1,5901,46446],\ +[1,-1,1,-628493,201854261],\ +[1,-1,1,-168908,23928527],\ +[1,0,1,-260451,-51248294],\ +[0,1,1,8461,297854],\ +[0,1,0,-32422,1973849],\ +[0,1,0,2556,-53596],\ +[1,-1,1,-1163,-18589],\ +[1,-1,1,-7244780,11005049711],\ +[1,-1,0,222,5328],\ +[1,0,1,-12738,633156],\ +[1,-1,0,-15864,853748],\ +[1,-1,0,-702,7302],\ +[1,0,1,-4656,127176],\ +[1,-1,1,723595,-221944435],\ +[1,0,1,-12303662,16610099808],\ +[1,0,0,-7693,259385],\ +[1,0,1,1297,-178494],\ +[1,0,1,161,-24914],\ +[1,0,1,2699,-93736],\ +[0,1,1,-21989,1247735],\ +[1,-1,1,11362,68717],\ +[0,0,1,-990,11469],\ +[1,0,1,437,-30662],\ +[1,-1,0,53982,5589972],\ +[1,-1,0,-11139,455295],\ +[1,-1,1,1609,26063],\ +[1,-1,1,-51755,12401147],\ +[0,1,1,9907528115,-360102370306811],\ +[0,1,0,-941,55695],\ +[0,0,1,-5466054,4917787542],\ +[1,-1,1,-224,5699],\ +[0,0,0,-18543,763702],\ +[0,1,0,-12780,-170972],\ +[0,1,0,-22037,1251831],\ +[1,0,1,-453,5048],\ +[1,0,1,24499,289072],\ +[1,-1,0,-1761,44601],\ +[1,-1,1,51325,11212291],\ +[1,0,1,1044,42634],\ +[0,0,1,-1440,20919],\ +[0,0,0,-103008,12724612],\ +[0,0,1,-9612,363440],\ +[1,0,0,-38453,2899105],\ +[1,0,0,-113346,14623740],\ +[1,-1,0,40383,6857541],\ +[1,0,1,-2578,56548],\ +[1,0,0,-8588,305616],\ +[1,-1,0,-52497,12752325],\ +[1,-1,1,-33155,2335235],\ +[1,-1,0,5703,-417171],\ +[1,-1,1,-2088680,1161828947],\ +[1,0,1,-153282,23085168],\ +[0,0,1,1932,-67536],\ +[1,-1,1,8716,-2473],\ +[1,-1,1,-6212,187111],\ +[1,-1,1,-99767,-12045041],\ +[1,0,1,-4709,461656],\ +[1,-1,0,36259452,26726612688],\ +[1,-1,0,-37599,-2462095],\ +[1,0,0,1507417,2649126729],\ +[1,0,1,41876,-11669078],\ +[1,-1,0,-12357,564003],\ +[1,-1,1,-205472,64149571],\ +[0,1,0,382935,-205320600],\ +[0,0,1,-1350,20324],\ +[0,0,1,870,-396],\ +[0,1,0,7404,220580],\ +[1,-1,0,-690,8306],\ +[1,0,0,-14253,626193],\ +[0,1,0,2947,541695],\ +[0,1,0,1201335,-918382112],\ +[1,-1,0,1124751,123403805],\ +[0,1,0,-497780,-151851900],\ +[1,0,0,-35943644,-82940917488],\ +[1,-1,0,-1323558,586457658],\ +[1,-1,0,246741,23819013],\ +[0,1,0,-1631636,801657060],\ +[1,0,1,151380,-21463190],\ +[1,0,0,-4910,131972],\ +[1,-1,1,475,989],\ +[1,0,1,-86608,9593118],\ +[0,0,1,-3276,72429],\ +[1,0,1,-74839392,-277656584642],\ +[0,1,1,11605,-168476],\ +[1,0,0,-146216,27960896],\ +[1,0,1,30,930],\ +[1,-1,0,-40893,3214493],\ +[1,0,0,23752,4544424],\ +[1,-1,1,-258152,155911979],\ +[1,0,0,-11707,482009],\ +[1,-1,1,-300293,77884157],\ +[1,-1,1,13441,-634201],\ +[1,-1,0,-116793,17667693],\ +[0,1,1,-122433,16448068],\ +[1,-1,0,-627,7053],\ +[0,1,0,-349908,83045924],\ +[1,0,1,2914,-407536],\ +[1,0,1,-11115,-481498],\ +[0,0,1,-2574,50277],\ +[1,0,0,-832953177,9254604129489],\ +[1,-1,0,-61371,4520853],\ +[1,0,1,-1245,-77060],\ +[0,1,1,-347323,-148906019],\ +[0,0,1,0,3461460],\ +[1,0,1,16332,2123306],\ +[1,0,0,-38749,2932657],\ +[1,-1,0,-26415,1630341],\ +[1,0,1,-4090618149,100554809437616],\ +[1,0,0,3037,-413183],\ +[1,0,0,-17125441,-26864892535],\ +[1,0,1,-9254699,6745995622],\ +[0,1,0,-60496441,-195229845880],\ +[0,1,0,-742545,246038768],\ +[0,0,0,-25725,1471813],\ +[1,0,0,2068,-13424],\ +[1,0,0,6862,-138108],\ +[1,-1,1,3795556,2256381407],\ +[1,-1,1,-196829,-18143251],\ +[1,0,1,-7981,274216],\ +[1,0,0,-1167,15481],\ +[1,0,0,15668,658576],\ +[1,0,0,-98148,11820304],\ +[1,-1,1,-60153189035,5964945254884883],\ +[0,1,0,-1910,29025],\ +[1,-1,1,5710,3619505],\ +[1,0,0,-5933,1413713],\ +[1,0,0,-4598,-93860],\ +[1,0,0,-313,4217],\ +[1,0,1,-2295,5264730],\ +[1,0,0,-38897,2949481],\ +[0,1,1,-8961,323526],\ +[0,0,1,174,-1266],\ +[1,0,0,-40377,2712529],\ +[0,1,1,-61,930],\ +[1,0,0,26447,5649129],\ +[0,0,0,112257,37373542],\ +[1,0,1,934,34032],\ +[0,1,0,422,17],\ +[0,0,1,-654,6462],\ +[1,0,0,-38971,2957905],\ +[0,0,1,-2016,34839],\ +[1,0,0,53634,-2728124],\ +[0,1,1,1417,14494],\ +[1,0,1,-3823,92778],\ +[1,-1,1,1885,-3997],\ +[1,0,0,-625,3625],\ +[0,1,0,-3773,87967],\ +[0,0,0,0,7890481],\ +[0,0,0,-368208,85530532],\ +[0,1,1,-1117,13995],\ +[1,-1,0,-3057,69317],\ +[1,0,1,-1565,27730],\ +[1,0,1,-21728,4009006],\ +[1,0,1,-1726,14234],\ +[1,0,1,-63001560024,6086657998369702],\ +[0,1,0,-22421,1284759],\ +[1,-1,0,2163,49833],\ +[1,0,0,-39008,2962120],\ +[1,-1,1,-643544,-67778341],\ +[1,0,1,857,735306],\ +[0,1,0,4374,4782969],\ +[1,0,0,-104913,-21466583],\ +[0,0,0,0,2809],\ +[1,-1,1,-2315,74459],\ +[1,-1,1,601,2207],\ +[0,0,1,-414,1197],\ +[1,0,0,-35561,-584359],\ +[1,-1,0,-7653003759,257690994102765],\ +[1,0,1,-161,1182],\ +[1,0,0,-3473,116649],\ +[1,0,0,-17201,2530281],\ +[1,0,0,-164292,11865104],\ +[1,-1,1,-59309438,175820880197],\ +[1,-1,1,-4889,312697],\ +[1,-1,1,-26624,1731619],\ +[1,-1,1,-5689580,7064069231],\ +[0,1,1,-21285,1188181],\ +[1,0,0,-39082,2970556],\ +[1,-1,0,14322,-213292],\ +[1,0,0,2026,-205084],\ +[1,0,1,-39949,3056872],\ +[1,0,1,-2686,16400],\ +[1,-1,0,55116,5849388],\ +[0,0,1,-415371524250,-103043046903599844],\ +[1,0,1,-16576,834548],\ +[0,1,1,579,-3914],\ +[0,1,0,-1798,10145],\ +[1,0,0,-74966473,249826136601],\ +[0,1,1,-886083,-325944881],\ +[1,0,0,-8738,313668],\ +[1,-1,1,-44183,-1236049],\ +[0,1,1,-18979,1003405],\ +[0,1,0,-6053,-168153],\ +[1,0,0,-3382,240036],\ +[1,-1,1,3508,-49841],\ +[1,-1,0,-906,13346],\ +[1,-1,1,-12638,550061],\ +[0,0,1,-1014150,431067006],\ +[1,-1,0,4737,259757],\ +[0,0,1,510708,-44774895],\ +[1,0,0,3825,-202375],\ +[1,-1,1,-392,17291],\ +[1,-1,0,-3174,-32770],\ +[0,1,1,-2883,58619],\ +[1,0,1,-44888,3629638],\ +[0,1,1,-5803,358888],\ +[0,0,1,-949938,367614159],\ +[1,-1,1,-500,4271],\ +[1,0,0,427,6881],\ +[0,1,0,243,3599],\ +[1,0,1,125095426,447800764016],\ +[1,-1,0,62037,-1925883],\ +[1,0,1,-60701,4859048],\ +[1,-1,0,17172,32752728],\ +[1,-1,1,-16610,922529],\ +[1,0,1,-40551,-3386902],\ +[1,0,0,-51287,1200489],\ +[0,1,0,-299221,62884055],\ +[1,0,1,61,3782],\ +[1,0,0,40945,-13347975],\ +[1,0,1,-27567,-1888208],\ +[1,-1,1,91,869],\ +[1,-1,0,-41823,2669787],\ +[1,-1,0,-2526,30068],\ +[1,-1,1,-1595642,776202041],\ +[1,0,0,-397,1801],\ +[1,0,1,43,1892],\ +[1,0,0,-374198,-117888852],\ +[1,-1,0,-93,1023],\ +[1,-1,1,-894380,326301743],\ +[1,0,0,18816,-127848448],\ +[1,-1,1,-27338,83055881],\ +[1,0,0,-39341,3000145],\ +[1,-1,1,-1255469,394926509],\ +[1,0,0,-74481,7752961],\ +[1,0,0,-8813,317721],\ +[1,-1,1,-6021284,-1327454521],\ +[0,1,0,-9286,341345],\ +[1,-1,1,-7646,215669],\ +[1,0,1,784,-10744],\ +[1,0,1,-701177923,-4190682416994],\ +[1,0,1,195,-910],\ +[1,0,1,-1772,-54348],\ +[0,0,1,-3444,75600],\ +[0,1,0,-899029,340520183],\ +[1,0,0,7537,-281991],\ +[0,1,0,-13958,-733287],\ +[0,1,1,-15201,720246],\ +[1,0,1,-6205,159580],\ +[1,0,1,-693266,83657764],\ +[1,0,1,-14673839,21634256162],\ +[0,0,0,-22743,1898542],\ +[1,0,0,-1251,18881],\ +[0,0,1,-421230,105721920],\ +[1,-1,0,69426,1071630],\ +[0,1,1,731,-185755],\ +[1,0,0,-39637,3034081],\ +[1,-1,0,-491379,135997685],\ +[1,-1,0,-473094,125365908],\ +[1,-1,1,-132833,-18478799],\ +[1,0,1,-183076,30135048],\ +[1,0,1,-27905383,56736467306],\ +[1,-1,0,-62763,6074117],\ +[1,-1,1,5370415,-46260287],\ +[1,0,0,-7886,-274020],\ +[0,1,0,-1541,22780],\ +[1,0,1,-1902,31758],\ +[1,-1,1,247027,-19683019],\ +[0,1,1,207,-510],\ +[1,0,0,-73414486,-133314622684],\ +[1,0,0,-4376,-107960],\ +[1,0,1,-6401,196372],\ +[1,-1,0,-1193319,502043325],\ +[1,-1,0,16014,270836],\ +[0,1,1,291,-5101],\ +[1,0,0,-3440,78592],\ +[1,-1,0,-4272,108548],\ +[1,0,1,9248,660782],\ +[0,1,1,-297,2037],\ +[1,-1,1,-20516,1324103],\ +[1,-1,0,-2607,53657],\ +[1,0,0,-37333181181,2776451707375345],\ +[0,1,1,-13603,606157],\ +[1,-1,1,-230,-8011],\ +[1,-1,0,-8184087,9642949917],\ +[1,0,0,-747,-3959],\ +[1,-1,1,-34211,2448739],\ +[1,0,1,-851,-1374],\ +[1,0,0,-454,556],\ +[0,1,1,-1031997,403195422],\ +[0,1,1,-131227,1076332055],\ +[0,0,0,-4303656,2464570593],\ +[1,0,0,9714,490060],\ +[1,0,0,-810020,352240400],\ +[0,0,0,171,549],\ +[1,0,0,33564,-4888304],\ +[0,0,1,-10254,791262],\ +[1,-1,1,9211,-1039363],\ +[1,0,1,4897,107148],\ +[1,-1,1,-42581,3392173],\ +[1,0,1,-32,-3112],\ +[0,0,0,-14136024,20451249121],\ +[0,0,0,-201,1417],\ +[1,0,0,-21638,1275492],\ +[1,0,0,-1537,26889],\ +[1,0,1,-339382,76021288],\ +[0,1,1,-160481551,776896786105],\ +[1,-1,1,-108175064,841188020699],\ +[0,1,0,-5253,159660],\ +[1,0,1,-7401,244412],\ +[1,-1,0,1857,35757],\ +[0,1,0,124,3844],\ +[1,-1,0,8055,-15309],\ +[1,0,1,-1891017,2258876692],\ +[0,1,0,-4770,125225],\ +[1,0,1,-8156,-4901190],\ +[1,0,0,-49209,4182137],\ +[1,-1,1,-2009,57017],\ +[1,-1,1,1235749,297453899],\ +[1,0,1,-29154,2783652],\ +[1,-1,1,-18214835,29934164891],\ +[1,-1,0,19020,-1481374],\ +[1,0,1,-9651,364202],\ +[0,0,1,-1314,18147],\ +[0,1,1,-38441,3799190],\ +[0,0,0,0,961],\ +[0,1,1,-1135,-11186],\ +[0,1,0,-105438,-12823919],\ +[1,0,1,-945349,-169738384],\ +[1,-1,1,-5710205,5250931397],\ +[1,-1,0,-661242,207126516],\ +[1,-1,1,-186680,24245947],\ +[0,0,1,-598800,155599398],\ +[1,0,1,-6427,187712],\ +[1,-1,0,-642,6366],\ +[0,0,0,-265547856,1665567786337],\ +[1,0,0,-8038,277220],\ +[0,1,0,-4446,4941729],\ +[1,-1,0,-1480101,870045713],\ +[1,0,0,-2148533,1211984289],\ +[0,0,0,0,3694084],\ +[1,-1,1,22570,2045197],\ +[0,0,1,-151920,-22764375],\ +[1,-1,1,-9305,472697],\ +[1,-1,1,-2396,79463],\ +[1,-1,1,-62888,6314051],\ +[1,-1,0,-17367,417291],\ +[1,0,1,-6611,226766],\ +[1,0,1,-419720,152216462],\ +[1,-1,1,226633,112235159],\ +[0,1,1,117,-1934],\ +[1,-1,1,-81680,-5399053],\ +[1,-1,0,-19674,1066230],\ +[1,0,1,-103955,12889470],\ +[1,-1,0,13383,665541],\ +[1,-1,0,-1258683,-560177307],\ +[1,-1,1,-14555,1079947],\ +[0,1,0,-4396,110724],\ +[1,0,1,-255452,-13449212],\ +[0,1,0,-412,42436],\ +[1,-1,0,-1978467,841883541],\ +[1,-1,0,-545742,155243916],\ +[1,-1,1,-77555,8331947],\ +[1,-1,0,-980742,375353916],\ +[1,-1,1,-8255,-469153],\ +[0,1,0,-124,3844],\ +[1,0,0,-15197487,22068435321],\ +[1,-1,0,-86667,9842091],\ +[1,0,0,-29583,1988729],\ +[1,-1,1,-975380,372230903],\ +[0,0,0,2268,21681],\ +[1,-1,1,4705,51463],\ +[1,0,0,1607,101753],\ +[0,1,1,-534833,213663869],\ +[0,0,0,-17616,933892],\ +[1,-1,0,-22834431,42004140813],\ +[0,1,1,-943,12370],\ +[1,0,1,16487,5515388],\ +[1,-1,1,-4013951,1306263719],\ +[1,0,1,-1356,19606],\ +[1,-1,1,-142169,20540729],\ +[1,0,1,-39646,3037392],\ +[1,-1,1,-269588246,1703791668773],\ +[1,0,0,314251,-277439199],\ +[1,0,1,-612589934,5835782949536],\ +[0,0,0,-1037736,406891332],\ +[0,0,0,180,-1287],\ +[0,0,1,1218,2562],\ +[1,-1,0,-47680356,126438277968],\ +[1,0,0,333,-991],\ +[0,1,0,-2048798453,35693460953527],\ +[1,-1,1,-2972,47071],\ +[0,1,0,-9442,350009],\ +[1,-1,1,-125,-10051],\ +[1,-1,1,-623,-36449],\ +[0,1,0,4539,311239],\ +[1,-1,0,-10347,219653],\ +[0,0,0,-660,6553],\ +[0,1,1,-8307,233570],\ +[1,0,0,-6351414747,194828570201161],\ +[1,-1,0,-9330,349100],\ +[0,1,0,7607,-241864],\ +[0,1,1,-6365,221619],\ +[0,1,0,2630,13593],\ +[1,0,1,-4853,129648],\ +[1,0,1,38813,4745118],\ +[1,0,0,1350,34532],\ +[0,0,1,-1152,14727],\ +[1,-1,0,-11679,488735],\ +[0,1,1,-132449815,572010095944],\ +[1,0,0,88,7744],\ +[1,0,1,304,3414],\ +[1,0,1,-63297380,193838835810],\ +[0,1,1,-23141,1347275],\ +[0,0,0,-1197,15661],\ +[0,0,1,-1098,14528],\ +[0,0,0,-663,13198],\ +[0,1,1,-42319,3782494],\ +[1,-1,1,967,-230119],\ +[1,-1,0,8748,8497224],\ +[0,0,0,-19629,-1070171],\ +[0,1,1,-413,2511],\ +[0,0,0,-19737,-1055591],\ +[1,0,1,42051,10170166],\ +[0,0,0,-3612,111841],\ +[1,-1,0,-2892402,1894360770],\ +[1,0,1,-12923,564256],\ +[1,0,1,641009932,-25274103702542],\ +[1,0,1,-176390,109764182],\ +[1,0,1,-31048,-1324994],\ +[1,0,1,-1794,24046],\ +[1,0,1,-71880693,985501766208],\ +[0,0,0,-1233,16417],\ +[0,1,1,-3395,74756],\ +[1,-1,0,-28419,1851425],\ +[0,0,0,-177201,28710937],\ +[1,0,0,-1727,27289],\ +[1,0,0,-7046,-164764],\ +[0,1,0,-1388,19620],\ +[1,0,1,-674,6832],\ +[0,1,0,-48937,-4373544],\ +[0,0,1,-14952,431577],\ +[0,1,0,-851781,301058919],\ +[1,0,1,-157226,23970998],\ +[1,0,0,531,-559],\ +[1,0,1,-2236,52130],\ +[1,0,1,-419,175142],\ +[1,0,0,-219448,-18510784],\ +[0,1,0,-36501,2690999],\ +[1,-1,1,36508,-106615609],\ +[1,-1,0,1119,11321],\ +[1,0,1,-33451,2623298],\ +[0,0,1,-5274,152127],\ +[1,-1,0,-14838,700388],\ +[0,1,1,-337616931,2387613303901],\ +[1,0,1,-1563,2441406],\ +[1,-1,1,-9497822,11270690669],\ +[0,1,0,-10537,412616],\ +[1,-1,1,-266,8009],\ +[1,0,0,-346941,138987721],\ +[1,-1,0,-50439,4372773],\ +[0,1,0,-28418,1834465],\ +[0,0,1,-8490,292995],\ +[0,1,1,13949,-272555],\ +[0,0,1,-33276,2693358],\ +[0,1,0,-6670059117,209670986697391],\ +[1,-1,1,-560,5131],\ +[1,-1,0,-22398,1318068],\ +[1,-1,1,-378293,117646157],\ +[0,0,1,2844,-18351],\ +[0,0,1,-15708,500283],\ +[1,0,1,5486,221312],\ +[0,0,1,-10260,396245],\ +[1,0,1,-4926,4848],\ +[1,-1,1,-5356301,9551882549],\ +[1,-1,0,327,57],\ +[1,-1,1,-12263,556967],\ +[1,-1,1,10096,-225421],\ +[1,0,1,-2116815898,36771953015756],\ +[0,1,1,-31291,2627240],\ +[1,-1,0,7761,-20377],\ +[0,1,0,-549,5959],\ +[0,0,0,-1500,24193],\ +[1,-1,1,6487,495977],\ +[0,0,1,25596,495470],\ +[1,-1,0,-6639,568173],\ +[1,0,0,262,-42012],\ +[0,1,1,373,8555],\ +[1,0,1,-406,1926],\ +[1,0,0,-13650,630532],\ +[1,-1,0,9126,-3505032],\ +[0,1,0,-722,130321],\ +[0,1,1,-1101,13691],\ +[1,0,0,-2573,50185],\ +[0,1,0,814,165649],\ +[1,-1,0,-1156953,479273193],\ +[1,0,1,-1656751,820654498],\ +[1,-1,0,-24642,1823508],\ +[1,-1,0,78,-2370],\ +[1,0,0,-4627,-350791],\ +[0,0,0,-5249271,-18371835218],\ +[0,1,0,-72798,4796641],\ +[0,0,1,-4812,128040],\ +[0,1,1,-3139,-64806],\ +[1,0,0,23612,22278392],\ +[0,1,1,-3513,-44764],\ +[1,-1,1,-1250,17321],\ +[0,0,1,-2868,55464],\ +[0,1,0,515,2900],\ +[1,0,1,-44411901,113915557848],\ +[1,-1,1,-1052249,415665209],\ +[1,-1,1,-4907,59131],\ +[1,-1,1,-69062,7020749],\ +[1,-1,1,-4577,120329],\ +[1,0,1,149,748],\ +[1,0,1,214,1632],\ +[0,0,1,-1417311012,21230410532922],\ +[1,-1,1,-634658,195047777],\ +[1,-1,1,18964,449903],\ +[1,0,0,12717,867745],\ +[0,0,1,35196,1278270],\ +[1,0,0,685,225],\ +[1,-1,1,855139,-236025691],\ +[1,0,1,-797,8228],\ +[1,0,0,-3438,-439676],\ +[1,-1,1,-17543,809407],\ +[1,0,1,-15678,754256],\ +[1,0,1,-1137,14568],\ +[1,-1,1,88573,871637051],\ +[1,-1,0,-15486,819836],\ +[0,1,1,-12455,530881],\ +[1,0,0,-528,11656],\ +[1,-1,1,-190157,35363189],\ +[1,0,1,-18802,2221828],\ +[1,-1,1,-53267,4745459],\ +[1,-1,1,-15128831867,-716923226312341],\ +[1,0,1,-28157,-1793238],\ +[1,-1,0,-3894045,2958642675],\ +[0,1,1,207,147],\ +[1,0,1,-31176,2116098],\ +[1,0,1,-4159,55762],\ +[1,0,0,-2981,62401],\ +[0,1,0,-859813,306583364],\ +[0,0,1,-90,-3681],\ +[1,0,1,281,79242],\ +[1,0,1,-524902,146330562],\ +[1,-1,1,-1023980,400908143],\ +[0,0,1,-777504,263877327],\ +[1,-1,1,-18245,870589],\ +[0,1,0,-3193,68392],\ +[1,-1,0,-1059,17613],\ +[1,0,0,-2712258,-1717474364],\ +[0,1,0,-1010,12033],\ +[1,0,0,6386,-23304188],\ +[1,0,1,-60531,5727010],\ +[1,-1,1,11173,62579],\ +[1,0,0,-10953,1045529],\ +[1,0,1,-1013,22888],\ +[1,-1,0,-3228525,2233631781],\ +[1,0,0,-6623,107353],\ +[0,1,1,-443,3520],\ +[0,0,1,-16320,802467],\ +[1,0,1,7184,-589926],\ +[1,0,1,-6901,219992],\ +[0,0,0,-4455,83646],\ +[1,0,1,-45,1980],\ +[1,0,1,-377291,-89357514],\ +[0,1,0,-12525,535375],\ +[1,0,1,3616,-1185794],\ +[1,0,0,-572942,166874116],\ +[1,-1,1,-54869,5081069],\ +[1,0,0,-7520,282112],\ +[0,1,1,189,8930],\ +[0,0,1,-2340,43569],\ +[1,-1,1,907,6797],\ +[1,-1,1,-13097,436969],\ +[1,-1,1,-32654669,71981006069],\ +[0,1,1,6551,-499716],\ +[1,-1,1,-2646556484,52405316434919],\ +[1,0,0,-759822,48837124],\ +[1,-1,0,-2124207,1194146739],\ +[1,-1,0,43623,8036037],\ +[1,-1,0,24042,548],\ +[1,0,1,-10553989,13681303472],\ +[1,-1,0,-40455,3140901],\ +[1,0,1,-3032410,2032247820],\ +[1,-1,1,-36344,2868859],\ +[0,1,0,-20050,1108073],\ +[1,0,1,-26092,-2124758],\ +[0,1,0,-32509261,-70531108940],\ +[1,0,0,-453,8641],\ +[1,0,0,-470,5412],\ +[1,0,0,-1666495,-764181863],\ +[0,1,0,-56252,-10362716],\ +[1,0,0,-679,6921],\ +[1,-1,1,-127832,20650931],\ +[0,1,0,-421,2620],\ +[0,0,1,5100,714843],\ +[1,-1,1,-17183,868231],\ +[1,0,0,3947,-454367],\ +[1,0,1,-250,1742],\ +[0,1,0,-394,-33487],\ +[1,-1,1,-1082282,432123881],\ +[1,0,0,-877,10449],\ +[0,0,1,-1654608,819185724],\ +[1,-1,0,100380,4485950],\ +[1,-1,0,17820,35271720],\ +[1,-1,0,-600,40400],\ +[1,-1,0,-49059,2432565],\ +[1,-1,1,598,39401],\ +[1,0,0,200,40000],\ +[1,0,0,10959,937961],\ +[0,1,1,-10691,421765],\ +[1,0,0,-200,40000],\ +[1,0,1,-140880,20335902],\ +[1,0,1,-4454,114752],\ +[0,1,1,-1515,144019],\ +[1,0,0,-210511491,1175588540225],\ +[1,0,1,26307,-2115944],\ +[1,0,1,-1323,-37744],\ +[0,0,0,-5225520,4599566116],\ +[1,0,0,-5871,185985],\ +[1,0,1,-23255,1363530],\ +[0,1,1,1875,878906],\ +[1,0,1,-385019,98223942],\ +[1,0,1,-12326,6088548],\ +[1,0,1,-20637,1141742],\ +[0,1,0,-3365,76588],\ +[1,0,1,-2117,37262],\ +[0,0,1,-4014,-85740],\ +[0,0,1,186,-1308],\ +[1,-1,0,2418,1062],\ +[1,0,1,-1414,19872],\ +[0,0,0,425520,-674737884],\ +[0,0,1,-45210,-3283197],\ +[1,0,1,-36268,2745806],\ +[1,0,0,-19471,2378105],\ +[0,0,1,-394020,95197493],\ +[1,0,0,-1575,23625],\ +[1,0,1,-10926455969,439608614298042],\ +[1,-1,0,-1038,9372],\ +[1,0,0,-4166,-1578844],\ +[0,1,0,-9754,367553],\ +[0,1,1,-3463,77295],\ +[0,0,1,-666,6644],\ +[1,0,0,-1748621,889849065],\ +[0,1,1,-71591,7339576],\ +[1,0,0,217,1673],\ +[1,0,0,-2933372805,-61156532022975],\ +[0,1,0,-1287050,8461604073],\ +[1,0,1,-10501,413672],\ +[1,-1,0,-3777,98117],\ +[0,1,0,-513,-216],\ +[0,0,1,-287250,59257656],\ +[1,-1,1,2605,3443],\ +[1,0,1,-2583367,-2914645558],\ +[1,0,0,162059447,2216422498585],\ +[1,-1,0,-4764105,4003587675],\ +[1,0,1,270668,77564102],\ +[0,0,1,-12750,-4792344],\ +[1,-1,1,-1051598,536850397],\ +[1,0,0,-7485,242225],\ +[0,0,0,0,3025],\ +[1,0,0,-1094,13732],\ +[0,1,1,-227,-11788],\ +[1,-1,0,894996,208200528],\ +[1,-1,1,-46523,2013931],\ +[0,0,1,-1350,-52819],\ +[0,0,1,-17400,883431],\ +[1,0,1,-27011,1706024],\ +[1,-1,0,-1246215,535787325],\ +[1,-1,0,-432600,-110593980],\ +[0,1,0,-3446,86505],\ +[1,0,0,1892,141368],\ +[0,1,1,-191871,32308085],\ +[1,0,1,-520570,758452140],\ +[0,1,0,-1052,6756],\ +[0,1,0,-26004,1605348],\ +[0,1,1,-83003,-3587664],\ +[1,0,1,3079,-7504],\ +[1,-1,0,-197829,33914385],\ +[1,-1,1,-33851,-3150421],\ +[1,-1,1,9079,984713],\ +[1,-1,1,-1733917253,27790569051581],\ +[1,0,1,-29146,1912692],\ +[0,1,0,-133085,18789983],\ +[1,-1,0,-9231,1085421],\ +[1,-1,0,-330801,73314333],\ +[1,0,1,-6842,323868],\ +[0,1,1,-12735,548931],\ +[1,-1,0,-1407,20697],\ +[0,0,0,-1769952,906338329],\ +[1,0,0,152,776],\ +[1,-1,0,-3192561,2196417141],\ +[1,0,1,-14230,-5194360],\ +[1,0,0,-1519,22657],\ +[1,0,1,-629189,192046736],\ +[1,-1,1,-136139,-17317861],\ +[0,0,0,-6312,314116],\ +[1,0,0,34642,-7971452],\ +[1,0,0,1133,-12599],\ +[0,0,1,2399244,-1173816207],\ +[1,0,0,3688,93864],\ +[1,0,0,27862,483492],\ +[1,0,0,-44455,-33975],\ +[1,0,1,-865,9432],\ +[0,1,0,3931,17308],\ +[0,1,0,-43402,3465841],\ +[1,0,1,-14001825,20165079120],\ +[0,0,1,-354882,81365175],\ +[0,1,1,18261,-4788295],\ +[1,-1,1,-369473,71914961],\ +[0,1,1,-1761685,899436614],\ +[1,0,1,7986,-289408],\ +[0,0,1,-88104,10057572],\ +[1,-1,0,-141885,20606391],\ +[0,0,1,-700986,-228197106],\ +[1,-1,1,-14114,22141729],\ +[0,1,1,-3,-9205],\ +[0,1,0,516,-3772],\ +[0,0,0,5832,200772],\ +[0,0,0,-13152,-431804],\ +[1,0,1,7204,2069274],\ +[0,1,1,-305,2131],\ +[1,0,1,-33192,2235638],\ +[1,0,1,-823,9028],\ +[1,-1,0,-488412,131501988],\ +[1,0,0,-2484455,-1507481975],\ +[0,1,0,211,164],\ +[1,0,0,949,2481],\ +[1,0,1,-1069,13236],\ +[1,-1,0,-1878,6308],\ +[1,-1,0,14112,22118208],\ +[0,1,1,217,-506],\ +[1,-1,1,-10424,412219],\ +[1,-1,0,-956679,360135485],\ +[0,0,0,369,3222],\ +[1,0,0,7118,1020036],\ +[1,0,0,-1542389,-49318879],\ +[1,0,1,444,7474],\ +[0,1,0,2666,-54591],\ +[0,1,1,421,10919],\ +[0,1,1,-284193,13868776],\ +[0,1,1,-1085,13389],\ +[1,0,0,1024,1048576],\ +[1,0,0,5107,1038353],\ +[0,1,1,-49953,4280563],\ +[0,0,1,-12504,-501228],\ +[1,0,1,-1351764,604810512],\ +[0,0,0,-12384,-514044],\ +[0,0,1,380670,-23597820],\ +[1,0,0,-2360376,-12789392320],\ +[1,-1,1,17533,-704509],\ +[0,1,0,-5245,134975],\ +[0,0,1,38346,-2778993],\ +[1,-1,0,-6938156718,222455644842132],\ +[0,1,0,-245,-144900],\ +[0,0,1,-110376,14224889],\ +[1,0,1,-13962863,20080967906],\ +[0,0,1,-432,1487],\ +[0,0,0,-461125839,3415589925046],\ +[0,0,0,-399,5014],\ +[0,1,0,-15572,793476],\ +[0,0,1,-110616,14160384],\ +[0,0,0,-5445,160093],\ +[0,0,0,-27984,2003524],\ +[1,0,1,-44643,4726258],\ +[0,1,0,70379,-20720620],\ +[1,-1,1,-2278634,1328448809],\ +[1,-1,1,486256,35540147],\ +[1,-1,1,-135622406,619269048469],\ +[0,1,1,-12875,558031],\ +[1,-1,1,-7890359,8835061007],\ +[0,0,0,-110496,14137348],\ +[0,0,0,-14175,649350],\ +[1,0,1,-850944,-321030578],\ +[0,0,1,-12264,-526848],\ +[0,0,0,9465,-360866],\ +[1,0,0,-253,1785],\ +[1,0,1,343482,-51021992],\ +[0,1,1,-22465,-1373031],\ +[1,0,1,-238,56406],\ +[0,0,0,-4575,89350],\ +[1,0,1,681,8126],\ +[0,0,1,-492,-15420],\ +[1,0,1,-6019,149782],\ +[0,1,0,-185516,3230340],\ +[1,0,0,-5370,151012],\ +[1,0,1,-6548092,6448867898],\ +[1,0,0,-5133,1058833],\ +[1,0,0,-2731,157545],\ +[1,-1,1,-19049,-2266711],\ +[1,-1,1,-1953326,1051263293],\ +[1,0,1,6072,-85052],\ +[0,0,1,-18690,983535],\ +[1,-1,1,531220,-100218769],\ +[0,0,1,-60,-103215],\ +[1,0,1,-13954491,20062909710],\ +[1,-1,0,-270276,-18314664],\ +[0,1,1,-8093,337071],\ +[1,0,0,-9471756,-11279562840],\ +[1,0,0,-1937166,-934135804],\ +[0,1,0,-8062,91801],\ +[1,0,0,475,3657],\ +[0,0,1,10158,655182],\ +[1,0,0,44732229,-125980122735],\ +[1,0,0,-2692,53776],\ +[1,-1,0,-1141749,-1083107907],\ +[1,-1,1,-228524,40746287],\ +[0,1,0,182042,330693713],\ +[1,-1,1,-15483920,23455309043],\ +[1,0,1,-3865,92370],\ +[1,0,0,-11603,479649],\ +[1,0,0,-6841,-180799],\ +[1,0,0,-1450,45732],\ +[1,-1,0,-130410,18158616],\ +[1,0,0,-13609085,-19432946703],\ +[1,-1,1,319930,22270421],\ +[1,-1,0,-2982504,2010442560],\ +[1,-1,1,-26192,563059],\ +[1,0,1,-21311334,37865498832],\ +[1,0,0,-1033722,404088804],\ +[0,1,1,-26463,1648136],\ +[1,-1,1,-881,5753],\ +[1,0,0,-42923,-2922567],\ +[1,0,0,4397,83105],\ +[1,0,1,-4903,92506],\ +[1,-1,1,1250902,-363792919],\ +[0,1,0,11542,-3405687],\ +[1,-1,1,-185945,34053689],\ +[1,0,0,-442126,112920580],\ +[1,-1,0,-3621,84771],\ +[0,1,1,-71525,7868531],\ +[1,0,0,-7218,1077380],\ +[1,0,0,-1204398,-507228796],\ +[1,0,1,-28303,3106698],\ +[1,-1,0,-255285,49719825],\ +[1,0,0,839,1401],\ +[1,-1,0,-36326655,84669354765],\ +[1,0,1,-933,10668],\ +[1,-1,1,10365703,-16691973479],\ +[1,0,1,-326055863,2465205008538],\ +[1,-1,0,395940,-10409950],\ +[0,1,0,16844,-93820],\ +[1,-1,1,-640292,208062191],\ +[1,-1,1,-13652903,19420587487],\ +[1,-1,1,314872,-424283453],\ +[1,0,1,-1001,11936],\ +[0,0,0,297,-8658],\ +[0,1,0,-7036,225444],\ +[1,0,1,11799,-118852],\ +[1,-1,1,-34085417,76603628009],\ +[1,0,0,-77998,7830916],\ +[1,0,1,-4256976639,106905139935442],\ +[1,0,1,198,398],\ +[1,-1,1,-392468,94693367],\ +[1,0,1,-417102,103649008],\ +[0,1,1,-4645,116524],\ +[1,0,0,-54437,4894081],\ +[0,0,0,-20088,1081188],\ +[1,-1,1,-529997,153375221],\ +[1,-1,0,-42903,1423413],\ +[0,0,0,-18792,972324],\ +[0,1,1,-105447,13145880],\ +[0,0,1,-4035630,-3038300082],\ +[1,0,1,-3618,83556],\ +[1,-1,1,-520473980,4571775090559],\ +[0,0,0,-387255,92756302],\ +[1,-1,1,-38427017,91705635209],\ +[0,0,0,-206388,43697313],\ +[1,-1,0,-7851,30981],\ +[1,0,0,-1088,-5184],\ +[0,0,0,-51975,-1904418],\ +[1,-1,1,-24485,1442909],\ +[0,0,0,-2727,54846],\ +[1,-1,1,-20138930,34624363697],\ +[0,0,0,167508,12290049],\ +[1,0,0,-4235,106225],\ +[0,1,1,-11193,1295670],\ +[0,1,1,-2373,65280],\ +[0,1,0,-29132,1904164],\ +[1,0,1,-177614,43633792],\ +[1,0,0,-666,10340],\ +[1,0,0,20506,-1871644],\ +[1,0,1,-4163,106238],\ +[1,-1,1,-70076,-330771841],\ +[1,-1,1,-6525662,-9605857939],\ +[1,-1,1,-6056195,5816836739],\ +[1,0,1,25440,-36327278],\ +[1,0,1,464,-289446],\ +[1,0,1,-87491,9930990],\ +[1,0,1,-413586,-93841756],\ +[1,0,1,799,24798],\ +[0,1,0,-3802,88881],\ +[0,1,1,98657,-31173793],\ +[1,-1,1,-67207379,212084169419],\ +[1,0,1,6295,796492],\ +[1,0,1,-7552515,-7990699970],\ +[1,0,1,4441,140752],\ +[0,1,1,-2717,54495],\ +[1,0,0,8557,373025],\ +[1,-1,1,1342,199361],\ +[1,0,1,-202684,-36701404],\ +[1,-1,0,-398412,97928514],\ +[0,0,0,567,8073],\ +[0,0,0,-7368,243433],\ +[1,-1,0,-5775,432621],\ +[1,0,1,-42900,-311530],\ +[1,0,0,-864774,-308669444],\ +[1,0,0,-14115,1276417],\ +[1,-1,0,-2306097906,-42585387370134],\ +[1,0,1,4274,-213760],\ +[1,0,1,-6739,212386],\ +[0,0,0,-5448,238372],\ +[0,1,1,-14635482363,681483845533961],\ +[0,0,0,-597,10789],\ +[0,0,0,4968,141156],\ +[1,-1,1,-165674,-30684311],\ +[0,0,1,-1836,22268],\ +[0,1,1,779,151710],\ +[1,0,0,2655,22537],\ +[1,0,1,-3403883,2416901718],\ +[0,1,0,-2573,49327],\ +[1,-1,1,-20749596446,1150441537406693],\ +[1,-1,1,136,1979],\ +[1,0,1,135091,-12509854],\ +[1,0,1,-3333258,2522009468],\ +[1,0,0,-6138,184292],\ +[1,0,1,-43151,-2877902],\ +[1,-1,0,1353,17613],\ +[1,-1,1,2470,676505],\ +[1,0,1,88525,-6152498],\ +[1,0,1,1374,916],\ +[1,0,0,426,2852],\ +[0,1,0,-1133,12463],\ +[1,-1,1,-46751,2051399],\ +[1,0,0,-11569,1163241],\ +[1,-1,1,158440,110043731],\ +[0,0,1,-2569050,1584820944],\ +[0,0,1,-5222070,-2194371655],\ +[1,0,0,-313356,70216336],\ +[1,0,1,6760994,36970344912],\ +[1,-1,0,-783999,-1487293407],\ +[1,-1,0,-12678,552708],\ +[1,-1,0,-64596,6344226],\ +[1,-1,0,-149229,22226103],\ +[0,1,0,-33893,2373639],\ +[0,0,1,299305230,1468992966075],\ +[1,0,0,1237,-21071],\ +[0,1,1,2545,-53494],\ +[1,0,0,212,-936],\ +[1,0,0,-285815,58546217],\ +[1,0,0,7418,-80284],\ +[1,0,1,-3398,-2805172],\ +[0,0,0,5931,23581],\ +[0,1,0,127,960],\ +[0,0,1,-20910,1164465],\ +[1,-1,0,-87225,10779245],\ +[0,0,1,-101128764,391435457160],\ +[0,0,1,180,623],\ +[0,1,1,-413095,-108334901],\ +[0,0,1,-11314116,-14287246072],\ +[0,0,0,156635025,-108510854762],\ +[0,1,0,2588,12804],\ +[0,0,0,-8361,323713],\ +[1,-1,0,18072,391572],\ +[0,1,1,-1521,22636],\ +[0,1,0,-1646,21849],\ +[1,0,1,-790277,99487792],\ +[0,0,0,-5832,171369],\ +[0,1,1,-1965383,1060284356],\ +[1,-1,0,-20436984,35566056990],\ +[1,-1,1,110227,-16171819],\ +[1,0,1,1856,19022],\ +[1,0,1,-13593,626308],\ +[1,0,0,-94046,11092740],\ +[0,0,1,-942,11382],\ +[1,0,1,-192550,33955292],\ +[0,0,1,0,178506],\ +[1,0,0,396578,288574916],\ +[0,1,1,-5451,150996],\ +[0,1,0,-10222,394409],\ +[0,1,0,-2746,58905],\ +[1,-1,0,-35211519,80431085133],\ +[0,1,0,-2060,36708],\ +[1,-1,0,-253674,48289068],\ +[1,0,1,-10488,-47962],\ +[1,-1,1,-10748,431551],\ +[0,0,1,0,26406],\ +[1,0,1,-563,316406],\ +[1,0,1,-7951,272198],\ +[1,0,0,-2938,54756],\ +[0,0,0,-71841,7411993],\ +[1,-1,1,1888,37099],\ +[1,0,1,-3915614,1516305736],\ +[1,-1,0,-3908202,2974790004],\ +[1,-1,0,-28230,1901700],\ +[0,0,1,-270798,54026409],\ +[1,0,0,-4381697,1479804169],\ +[1,0,0,-15828,745128],\ +[1,-1,0,-66090534,205992819188],\ +[0,1,0,-6837,179756],\ +[0,0,1,-11356092,-14151694120],\ +[0,0,1,-101086788,391191769944],\ +[0,0,0,-40506375,99227758750],\ +[1,0,1,-3930,118012],\ +[0,0,0,2175,-181775],\ +[1,-1,1,13516789,936834203],\ +[0,0,1,-168432,25125075],\ +[0,0,1,-32319342,70719942807],\ +[1,-1,1,-429500,-112558465],\ +[0,0,0,10158288,-11542769084],\ +[0,0,0,-2838031392,84485656953124],\ +[0,1,1,-4040713,3124985662],\ +[0,1,1,-4024783,3150863623],\ +[1,0,0,-981079,373946217],\ +[0,1,0,-233,-5312],\ +[1,-1,1,17302,-701359],\ +[1,0,0,-5879,142481],\ +[1,0,1,457236,-12323798],\ +[1,0,1,-102483,12619118],\ +[1,0,0,1386322,456711556],\ +[0,0,1,-123288,16663368],\ +[0,0,0,-579891216,5374869341668],\ +[1,-1,0,-38286,681858],\ +[1,0,1,-25345457,20295774532],\ +[1,0,1,-6233,188868],\ +[1,0,1,-96507,11523142],\ +[1,0,1,-20948322,36902107572],\ +[0,1,0,-65172,6568164],\ +[1,0,1,553,306362],\ +[1,0,1,521,271962],\ +[1,0,0,-354456,125639055936],\ +[1,0,0,1595432,-424126912],\ +[1,-1,0,-17460,1004076],\ +[0,1,1,-42979,3277294],\ +[1,0,0,-17,-6551],\ +[1,0,1,-432306,109390322],\ +[1,0,0,-709717,230071841],\ +[0,0,0,-453,6373],\ +[1,-1,1,1401979,1202562173],\ +[1,0,0,-11951,501561],\ +[1,0,0,-13907,1240481],\ +[1,-1,0,-298149,62834705],\ +[1,0,1,112674,4356048],\ +[1,0,0,-43781,3522625],\ +[1,0,1,2622,21748],\ +[0,0,0,-43857,-3556431],\ +[1,-1,0,1281,-243775],\ +[1,-1,0,1785,32781],\ +[1,0,1,-7808767,-8399691958],\ +[0,1,1,-1600111,1449990541],\ +[1,0,1,-1087896,436655302],\ +[0,0,0,1161,35694],\ +[1,0,1,-33982,-26150098],\ +[1,-1,1,-28733,1882181],\ +[1,-1,0,4116,1879640],\ +[1,-1,1,457,-69769],\ +[1,-1,1,-10133,203117],\ +[0,1,0,-20445,-10281025],\ +[1,-1,0,1503,-35277],\ +[1,-1,0,-12759,558015],\ +[1,-1,0,-130521,21411693],\ +[0,0,1,28248,-16901865],\ +[1,0,0,-3400436,2413231760],\ +[1,0,0,-392,-112576],\ +[1,0,0,-813,-13159],\ +[1,0,1,-134770,-5990668],\ +[1,-1,1,-1937,53249],\ +[0,0,0,-1191,41182],\ +[0,0,0,-66720,6567748],\ +[0,0,0,-441,1633],\ +[1,-1,1,-4118,1886501],\ +[0,0,1,-3774,121122],\ +[0,1,1,-1957321,1053349660],\ +[1,-1,1,-368,15251],\ +[0,1,1,-10061,594206],\ +[0,0,1,-6366,319194],\ +[1,-1,0,138,2024],\ +[0,0,1,-311070,66789540],\ +[1,0,0,-3364276,2467074256],\ +[0,0,1,-21760752,24798155427],\ +[1,0,0,-794396,272456976],\ +[1,-1,1,-140,2255],\ +[1,0,0,-101548634,393867445092],\ +[0,0,1,15108,6030],\ +[1,-1,1,1008196,-872165761],\ +[1,-1,1,103069,4865699],\ +[0,1,1,-5535313,5005154551],\ +[0,0,1,-6203802,5947504902],\ +[1,-1,0,-36747,437589],\ +[0,1,1,-233411,43326320],\ +[1,-1,0,6336,4456320],\ +[1,-1,1,-44813,1733941],\ +[1,-1,0,268635411,-10336940179005],\ +[1,-1,0,361530,-59969004],\ +[1,-1,1,-6338,4466881],\ +[1,0,1,-50872575,139321856330],\ +[1,-1,1,97,991],\ +[1,-1,0,-8234109,9096437463],\ +[1,-1,1,-886232,325381339],\ +[0,1,1,-5865,551181],\ +[1,-1,1,-10910,441325],\ +[1,0,1,-1042676,409711098],\ +[1,-1,1,-9857,352081],\ +[1,-1,1,-587,-701],\ +[1,-1,0,-99,1155],\ +[0,1,0,2155,-242025],\ +[0,1,1,-1046796283,-13025394445931],\ +[0,0,1,198,-1348],\ +[0,1,1,-523,-27],\ +[0,0,1,-678,6828],\ +[0,1,1,495,61256],\ +[1,0,0,-11138,-479100],\ +[1,-1,0,-1206891,510630813],\ +[1,0,1,-5424824,4862797256],\ +[1,-1,0,-220059,39788565],\ +[1,-1,1,-119261,-23214491],\ +[1,0,0,-5600,160832],\ +[1,0,1,-12023076,16045171298],\ +[1,-1,0,-1392,-10756],\ +[1,0,0,-431,2305],\ +[1,0,1,-1153,29348],\ +[1,0,0,303785,-49324183],\ +[1,0,0,-4862513,4126616617],\ +[1,0,1,-336,4822],\ +[1,0,1,-118900,15770500],\ +[1,-1,0,-17595,900225],\ +[1,0,0,-10037,274081],\ +[1,0,0,25460,1934992],\ +[1,0,0,3919,107241],\ +[0,1,1,-2801,55370],\ +[1,-1,1,-30305,1816697],\ +[1,-1,0,-16473,813933],\ +[1,0,0,-812840,719873600],\ +[1,0,1,-420854,105050856],\ +[1,-1,0,-3895098,2959842708],\ +[0,1,0,-238541,-70377180],\ +[1,-1,1,-10979,424739],\ +[0,1,0,-1061,12940],\ +[0,0,1,810,-13831],\ +[1,-1,1,453334,-233326231],\ +[1,0,1,-28691,1868024],\ +[0,1,1,329,27060],\ +[0,1,0,-1973,33175],\ +[1,0,1,14624,-1924354],\ +[1,-1,1,-4997,137269],\ +[1,0,0,-119052,12327976],\ +[0,0,1,-3240,71219],\ +[1,0,0,817,-38095],\ +[1,0,0,120876901,-6353379439],\ +[1,-1,0,-228723,42160373],\ +[1,0,0,461612,-163997608],\ +[1,0,1,-2785934702,64584749383328],\ +[0,1,0,-27636,1759140],\ +[1,0,0,-49109,4187617],\ +[1,-1,0,495,-21069],\ +[1,0,1,-45855,-4045868],\ +[0,1,1,1029,264710],\ +[0,0,0,-260025087,-1753085939834],\ +[0,0,0,-3567,358774],\ +[0,0,0,-213,1573],\ +[0,1,1,129,991],\ +[1,0,1,-544,7076],\ +[0,1,1,21667,-4322506],\ +[1,0,1,-60033721,179037204986],\ +[1,0,0,-506647,138817001],\ +[1,0,0,-861176,307605080],\ +[1,-1,1,-61790,5634029],\ +[1,0,0,-3247,70969],\ +[1,0,1,-1372,-807982],\ +[1,0,1,80973076,63337705066],\ +[1,0,0,-17733,868545],\ +[1,0,1,2198066,5668015232],\ +[1,-1,1,-40631,3161423],\ +[0,1,0,-3473,77632],\ +[1,-1,0,-891,88803],\ +[0,0,1,-10038,783],\ +[1,0,0,-9938,380676],\ +[0,1,1,-27687,1764020],\ +[1,0,0,-19502554,31234267492],\ +[0,0,0,20808,-1104476],\ +[0,1,0,459,-6345],\ +[1,0,0,1953,8281],\ +[1,0,1,-2293519,1337516066],\ +[0,0,1,-87582,5699025],\ +[1,-1,1,-5555,188947],\ +[0,0,0,0,9801],\ +[1,-1,0,-1311,-13537],\ +[1,-1,1,1524028,-16340747929],\ +[1,0,1,17174,-9202],\ +[0,0,0,0,1185921],\ +[1,-1,0,-142548,20750912],\ +[1,0,1,48399,2456324],\ +[1,0,1,-12949,579856],\ +[0,0,0,0,4743684],\ +[1,0,0,33,1089],\ +[0,1,0,-29506,1941025],\ +[1,0,1,217,-944],\ +[1,-1,0,-17397,1510965],\ +[0,1,1,11815489,-4185639180],\ +[0,0,1,-4409292,3566059605],\ +[0,1,1,-667,-2248],\ +[0,0,0,183,649],\ +[1,0,1,5221,28406],\ +[1,-1,0,4383,41541],\ +[1,-1,0,-5706,-124614],\ +[0,0,1,55518,21070962],\ +[0,0,0,-1589007,768595606],\ +[1,0,0,-33,1089],\ +[0,0,0,0,39204],\ +[1,0,0,-28138,1961892],\ +[1,-1,1,-5897,450569],\ +[0,0,1,-2255016,1303384509],\ +[1,-1,0,-175941,31037121],\ +[0,0,0,0,4356],\ +[1,-1,1,-73283,8088131],\ +[1,-1,1,16225,1012231],\ +[1,-1,0,891,87615],\ +[1,-1,1,-8084,286327],\ +[0,1,1,-25733,1580717],\ +[1,-1,0,-5667,-127387],\ +[1,0,0,-31116,3718800],\ +[1,-1,1,-47885,4045109],\ +[0,0,0,22425,-387650],\ +[0,0,1,432,-10177],\ +[1,0,0,-4807,169481],\ +[0,0,1,-27846,1787058],\ +[0,1,0,-6266,189009],\ +[1,-1,1,-886388,1798090967],\ +[1,0,0,-10013,385017],\ +[0,1,0,4695,-193400],\ +[1,0,1,971,-11844],\ +[1,-1,0,-2079414,1305615348],\ +[1,0,1,-626,16248],\ +[0,1,0,-132,4356],\ +[0,1,1,-354933,-67063606],\ +[0,1,0,1259,-207081],\ +[0,1,1,-461,3171],\ +[0,0,0,-50295,4336558],\ +[1,-1,0,-107001,13479111],\ +[0,0,0,-903,23998],\ +[1,-1,1,-299,10099],\ +[1,-1,0,297,9603],\ +[1,0,1,-562418485,5090769804992],\ +[1,-1,0,-5511,-138459],\ +[1,-1,1,79447,-13794199],\ +[1,-1,0,-40167,3127329],\ +[1,0,0,-4527,96569],\ +[1,0,1,-32042,3316412],\ +[0,0,0,-340599,90003886],\ +[1,-1,0,-5433,-143983],\ +[1,-1,1,-48158,4079717],\ +[0,1,1,-135,1189],\ +[1,-1,0,79938,-1393902],\ +[1,-1,1,-648380,201113983],\ +[0,1,0,21732,-854460],\ +[1,-1,1,-5504720,4439368883],\ +[1,-1,1,-18746,-374407],\ +[0,0,0,873,19854],\ +[1,0,0,-558,5084],\ +[1,-1,0,-73026,13440276],\ +[0,1,0,-39125,-2903977],\ +[0,0,0,-11181,3489397],\ +[1,0,1,-39927539,97105100302],\ +[0,0,0,-6585,189649],\ +[0,1,1,697,-29218],\ +[0,0,0,3561,346894],\ +[1,-1,1,-48119,4074767],\ +[1,-1,0,-5316,-152254],\ +[0,0,0,-3069,65581],\ +[1,0,1,398,-144158],\ +[1,0,1,1787,-13812],\ +[1,-1,1,-48236,4089623],\ +[1,0,0,-199444026779,-42618913036001839],\ +[1,0,1,657,56],\ +[1,0,1,-111326,15524048],\ +[1,-1,1,-230027,-148162021],\ +[0,1,1,4663,-142310],\ +[0,1,1,-1053,12791],\ +[0,1,0,-1330,-5047],\ +[0,0,0,-12165,515149],\ +[1,0,0,-2808138,1780766892],\ +[0,1,1,-3787,81940],\ +[1,0,0,-1402358,1267323044],\ +[1,-1,0,-258729,50672285],\ +[1,0,1,-7383,243718],\ +[0,0,1,-1680,-39333],\ +[1,0,1,1015846,2843368652],\ +[1,0,0,-5715,165817],\ +[0,0,0,639,-12287],\ +[1,0,1,-8501,300952],\ +[1,0,0,-1989829962,-12444227211996],\ +[1,-1,0,-314295,67897745],\ +[0,0,1,0,3306],\ +[0,1,0,-35333,2531463],\ +[1,-1,1,-50357,-66419],\ +[1,0,1,-8,-6694],\ +[1,0,0,-9650,395500],\ +[1,0,0,-7702,-113116],\ +[1,-1,0,-466056,122579676],\ +[1,0,0,-629205513,6155790221017],\ +[0,0,0,1323,46629],\ +[0,1,0,1150874,-962751151],\ +[1,0,1,-1069,25376],\ +[0,1,1,-17613,3169668],\ +[0,0,1,834,-606],\ +[0,0,0,-1353,52873],\ +[0,1,1,-1082625,433211554],\ +[1,0,1,-126446,19229312],\ +[1,0,1,-813,-851662],\ +[1,-1,1,-43369373,107904850597],\ +[1,0,1,-1444,24122],\ +[1,0,0,-124061,16302641],\ +[1,0,1,-4350948,-10996926494],\ +[1,-1,0,-30591,-524907],\ +[1,-1,1,-48548,4129327],\ +[0,0,1,-15150,6398343],\ +[1,-1,1,-121001,16226993],\ +[0,1,0,295,5328],\ +[0,0,0,1779,85237],\ +[1,0,1,-7797,264688],\ +[1,0,0,-4836906,4133350620],\ +[1,0,1,-1291951,564315298],\ +[1,-1,0,-45614979,116929568853],\ +[1,-1,1,-973145345,11684865562193],\ +[0,0,0,-488268,-397149183],\ +[1,-1,0,-5043,-171483],\ +[1,0,1,-67,4422],\ +[0,0,0,-6539412,6436609441],\ +[0,0,1,-1314,19442],\ +[1,0,1,-27493144,55483429576],\ +[1,-1,0,-5004,-174222],\ +[1,-1,0,-1456281,676769823],\ +[1,0,1,7799,-140452],\ +[1,-1,1,-1824873359,30002054472407],\ +[1,0,1,-8589078,9688035798],\ +[1,-1,1,-3785,-1015],\ +[1,0,0,-3182,81356],\ +[1,0,1,-9069,-172174],\ +[1,-1,0,-23667,1407329],\ +[0,0,1,-991116,-161210581],\ +[1,0,1,5903,699668],\ +[0,1,0,-269,4623],\ +[1,0,0,-17946,-993060],\ +[0,0,1,-1980,33909],\ +[1,0,1,-1494,22086],\ +[0,0,1,-511956,140986314],\ +[1,0,0,-59416,5919296],\ +[1,0,0,-6063,73017],\ +[0,1,1,-1031,12416],\ +[0,0,1,-175365750,669145076406],\ +[0,1,1,46535,-576156],\ +[1,0,0,-336736,47695816],\ +[1,0,0,-721029,-240008383],\ +[1,-1,1,3319,123913],\ +[1,0,0,-243,2593],\ +[1,-1,1,-59510,5583493],\ +[0,0,0,183054768,-531688436444],\ +[1,-1,0,-3471,161261],\ +[0,0,0,-1215,42822],\ +[1,0,1,-211382,37309672],\ +[1,0,1,-3751,84542],\ +[1,0,0,36731,-1477823],\ +[1,-1,1,-1160303,481355831],\ +[1,0,0,-82486,9130916],\ +[1,0,0,-10163,393753],\ +[1,-1,0,39852,176438088],\ +[1,0,1,3792,58018],\ +[1,-1,0,-175035,28246491],\ +[1,0,0,-3530267,2553666769],\ +[1,-1,0,273603,-104315707],\ +[0,1,0,-2921,35624],\ +[1,-1,1,-1270055,552510559],\ +[0,0,1,101460,7527705],\ +[0,1,1,-491651,132532505],\ +[1,0,0,-1336,19160],\ +[1,-1,0,1164,12426],\ +[0,1,1,-5001,134470],\ +[0,0,0,2673,194454],\ +[1,-1,1,-11234,461089],\ +[1,0,1,-10183085,12506366440],\ +[1,-1,1,-1937360,2016260083],\ +[1,-1,1,-7907846,-6015509611],\ +[1,0,1,-7337221,7649107376],\ +[0,1,1,-43231,3445350],\ +[1,-1,1,-10746920,-13532080661],\ +[0,0,0,-428232,101065444],\ +[1,0,0,-80638,12461892],\ +[1,0,0,-17475,595457],\ +[1,-1,0,-35412,2414672],\ +[0,0,0,-684,6921],\ +[0,1,0,-1444,20868],\ +[1,0,0,-701,5041],\ +[0,1,1,-120595,6374724],\ +[0,0,1,-120210,20458455],\ +[0,0,0,-414711,102794382],\ +[1,-1,1,-83209373,292172210597],\ +[0,1,0,-2493,47007],\ +[0,0,0,352521,-101519154],\ +[0,0,1,978,342],\ +[1,0,1,13961,40486],\ +[1,-1,0,777,4557],\ +[1,0,1,-7355716,7608601922],\ +[1,0,0,-537234638,-4894520250108],\ +[1,0,1,-23549,1290072],\ +[0,0,1,-72,-3933],\ +[0,1,0,-1213,14239],\ +[1,-1,0,-4653,-198783],\ +[1,-1,0,-1272,17790],\ +[0,1,0,1135587,-335472129],\ +[0,0,1,-1458,23078],\ +[0,1,0,-64819421,53020524255],\ +[1,0,1,1174,54048],\ +[1,-1,0,172839,-83600619],\ +[1,-1,0,-29052,-761886],\ +[0,1,1,67,1122],\ +[1,0,1,-2535,48900],\ +[0,0,1,-2358,44073],\ +[1,-1,1,100,-2569],\ +[1,0,1,-483,1056],\ +[0,1,1,-6763,215565],\ +[1,-1,0,-1485639,697770045],\ +[1,0,1,-52727198,147364442256],\ +[1,-1,1,359311,286049657],\ +[1,-1,1,-379697,118435169],\ +[0,1,1,-4475,100531],\ +[0,1,1,27537,1004122],\ +[0,1,1,229,3191],\ +[0,0,0,-4053,462373],\ +[1,-1,1,-9635,503651],\ +[1,-1,1,-265586,53422193],\ +[1,0,1,-35987455563,-2915508072183594],\ +[1,-1,1,5382013,26353035011],\ +[0,1,0,33036,-13213916],\ +[0,1,1,51,-2941],\ +[1,-1,0,-30135312,63681463872],\ +[0,0,0,-5499912,4963677316],\ +[0,1,1,-10000483,12169161347],\ +[1,0,0,142692,68743440],\ +[1,-1,1,223,5401],\ +[1,0,1,-3143,67556],\ +[0,0,1,0,1122],\ +[1,0,1,-8340316,-9271432318],\ +[1,0,1,-4935,-327530],\ +[1,0,1,-171871,6307196],\ +[1,0,1,6080,275150],\ +[1,0,0,-1927,32401],\ +[1,0,1,-3309,229856],\ +[0,0,0,-2544,44644],\ +[1,0,0,-19731,2440225],\ +[0,1,0,150,5625],\ +[1,0,1,-34,1122],\ +[1,0,1,-14663,682156],\ +[0,0,0,-360,-295388],\ +[1,0,1,-1209809,512064452],\ +[1,0,1,-118459,15682822],\ +[0,0,1,-40520550,99279849681],\ +[0,0,0,-38520,2910052],\ +[1,-1,0,-675,51075],\ +[0,0,0,-5136,141412],\ +[1,-1,1,-2525,50981],\ +[1,0,1,-956,37434],\ +[0,1,1,-10673413,13404225603],\ +[0,1,1,-4163,102075],\ +[0,1,0,60594,54225],\ +[0,1,0,147,-11601],\ +[0,0,0,-140064,20191396],\ +[1,0,0,-75,5625],\ +[1,-1,0,-2025,456975],\ +[1,-1,0,-1295226,-215675352],\ +[0,1,1,-8147,-361025],\ +[1,0,1,-196078151,-2411366581366],\ +[1,0,1,-264,1916],\ +[1,0,0,-106,11236],\ +[1,-1,1,-2136119,1196903567],\ +[1,0,0,-558,-3934332],\ +[1,-1,0,-1210806,513117018],\ +[1,-1,1,-18338,958601],\ +[0,1,0,-2522,51129],\ +[0,1,0,33002,10764449],\ +[1,-1,0,-155763,23631093],\ +[0,1,0,-12602,561681],\ +[0,1,0,1864991602,-16699161982215],\ +[0,1,0,-27466,1742905],\ +[1,-1,1,-88589,9468469],\ +[1,0,1,-2945210,1945215020],\ +[0,0,0,-101871,12576438],\ +[1,-1,1,-1521410,1052639489],\ +[0,1,1,-67,1122],\ +[0,0,0,29841,-2482634],\ +[1,0,1,-3094258199870,2094994493940586160],\ +[1,0,0,2445,37025],\ +[1,0,0,5062,-125724],\ +[0,1,1,-1305,13006],\ +[0,0,1,-92772,10636095],\ +[1,-1,1,-11396,471079],\ +[0,1,0,-150,5625],\ +[1,0,1,631,-9664],\ +[0,0,1,-24265188,46006908419],\ +[0,1,1,-477,3395],\ +[0,1,0,1002,6049],\ +[1,0,1,47,2256],\ +[0,1,0,-137,1224],\ +[0,1,0,-2884,-78332],\ +[1,-1,1,-41333,3243917],\ +[1,-1,0,675,50175],\ +[0,1,1,-7141,229516],\ +[1,-1,0,-906,-27172],\ +[1,0,0,-65906,88774020],\ +[1,-1,0,-52763793,95286331997],\ +[1,-1,1,709330,113847869],\ +[0,1,0,-1301,-98601],\ +[1,0,1,-1224,18182],\ +[0,0,0,-4824,128529],\ +[1,-1,0,-3477,85557],\ +[1,-1,1,-8075,241435],\ +[1,-1,0,-19377,1042029],\ +[0,0,0,-621,11637],\ +[1,0,0,249,-10359],\ +[1,0,0,-20376548,-33022959344],\ +[1,0,0,-83399,-8384503],\ +[1,-1,1,-49445,4244189],\ +[0,0,0,-9875073,11957247097],\ +[1,0,1,-153055,23119802],\ +[1,-1,1,-36965,6426973],\ +[1,-1,0,42714714,79346955086],\ +[1,0,1,-29566,1954224],\ +[1,0,0,-51539060,142109907600],\ +[0,1,1,-9523,943300],\ +[1,-1,0,-47384058,125555988252],\ +[0,0,0,-37522706151,2796102434347198],\ +[0,0,0,-2856,55057],\ +[0,0,0,4047,448873],\ +[0,0,0,-78331368,-433855229852],\ +[1,0,1,17975,-510440],\ +[0,0,0,2697,197998],\ +[0,0,0,-24687,2209366],\ +[1,0,1,-618239,187053086],\ +[0,0,0,591,8809],\ +[0,1,0,-84,-14716],\ +[1,0,1,-6689,42446],\ +[0,1,1,1667,-8799],\ +[1,0,0,-842,9356],\ +[1,0,1,-7681,525350],\ +[1,0,0,-5310,-1058428],\ +[1,0,0,2638,136836],\ +[0,1,0,-134749,18991519],\ +[0,1,0,-3853,90799],\ +[1,-1,1,-227,5851],\ +[1,0,1,-352154,348784652],\ +[1,0,1,437082,1127378608],\ +[1,0,1,-29951,1992548],\ +[0,1,0,-127708,17523588],\ +[1,0,1,-1696461,851195280],\ +[1,0,1,-1696936,850695112],\ +[0,0,0,-12528,-498663],\ +[1,0,1,-246,2644],\ +[1,0,0,-106721,13329865],\ +[1,0,0,-2896539,1899794321],\ +[0,0,0,-110352,14109721],\ +[0,1,1,-5441,152690],\ +[0,0,1,-1956,25938],\ +[1,0,1,3024,362998],\ +[1,-1,1,3523,1377101],\ +[1,0,1,-862293,308205358],\ +[1,0,1,-5776,236866],\ +[1,0,0,-7341316,56375342096],\ +[1,0,1,-251649,48568222],\ +[1,0,1,2365,-12418],\ +[1,-1,1,-1499180,725558447],\ +[0,1,1,2035,4094],\ +[1,-1,0,-10383,1368557],\ +[1,-1,1,-16655,1391447],\ +[1,0,0,-12647,546249],\ +[0,0,0,-24837231,47643414262],\ +[0,1,0,-60109225,198864158248],\ +[1,-1,0,15483,914741],\ +[0,1,1,117,3422],\ +[0,1,0,-45866,5239809],\ +[1,-1,0,766758,-101131084],\ +[1,0,0,-428391,107886025],\ +[1,0,0,144417,19664729],\ +[1,0,0,-1485,21897],\ +[1,-1,1,-14150,94933],\ +[1,-1,0,20883,1735541],\ +[0,1,1,5213,96710],\ +[1,0,1,-655,428370],\ +[0,0,0,-26280,1637092],\ +[0,0,1,-1227288,769798368],\ +[1,0,1,-529801,148384140],\ +[1,0,0,1499,10881],\ +[1,0,1,-2089,36576],\ +[0,1,0,-12049,505064],\ +[0,1,0,-14205,646975],\ +[1,0,0,-2311,46985],\ +[0,1,0,17932,-7919484],\ +[1,-1,0,-425070,106767396],\ +[1,-1,0,-128198210667,17667367654870277],\ +[1,0,1,-259614,45327736],\ +[1,-1,1,-208976816,-1191876696557],\ +[1,-1,1,106,-59291],\ +[1,-1,1,-120542,16134509],\ +[1,0,0,17724,-39726064],\ +[1,0,0,-42138,1889892],\ +[1,-1,1,-1848407,956083439],\ +[1,0,1,15089,-13512526],\ +[1,-1,0,-12660084,19240432038],\ +[0,0,0,-12600,487972],\ +[1,-1,1,-2492858903,505650346329647],\ +[1,-1,1,4348,-50521],\ +[0,1,1,-223,-5487],\ +[1,-1,0,33912,-5787288],\ +[1,0,0,18493138,12829539204],\ +[0,1,1,-985235,-1187445694],\ +[1,-1,0,-36060,1871216],\ +[1,0,1,-46766,4149280],\ +[1,0,1,919,15436],\ +[1,0,1,-1778351,912654498],\ +[1,0,0,-84158,8937028],\ +[1,0,0,3700,-368],\ +[1,0,0,9897,-690327],\ +[0,1,0,-79185,8550208],\ +[1,-1,1,177349,-9717757],\ +[1,0,0,-9014,-8284],\ +[1,0,0,6628,-2149104],\ +[1,0,1,155,-5268],\ +[1,0,1,-61402573,185189331528],\ +[0,1,1,-134925,20244656],\ +[1,0,1,-4628104,3820837406],\ +[1,0,0,-8049,575081],\ +[1,-1,1,1425820,128186759],\ +[0,0,0,-1377,54729],\ +[0,0,1,-64932,6368487],\ +[1,0,0,-120368,-1556736],\ +[1,0,0,-101096,12363840],\ +[0,0,1,-1735932,994908825],\ +[0,1,1,-4543,116553],\ +[0,1,1,-117,3422],\ +[1,0,0,-9670,44900],\ +[0,1,0,-485,3508],\ +[0,0,1,-1615530,794030508],\ +[1,0,0,-3047,63041],\ +[1,0,0,-53622,4774564],\ +[0,1,0,1007,-23168],\ +[1,0,1,1218,-392],\ +[1,0,1,-9119,322482],\ +[1,0,1,17957,-3663194],\ +[1,-1,0,160968,-199341312],\ +[0,0,0,-11784,496249],\ +[0,0,1,-112728,14567868],\ +[0,0,1,210,-1386],\ +[0,0,1,3156,271935],\ +[1,-1,1,-1445,21533],\ +[0,1,0,227,236],\ +[1,0,0,-22171,1686481],\ +[1,-1,1,-1298534,-212299531],\ +[0,0,0,-16665,828049],\ +[1,-1,1,-274856,14250539],\ +[1,-1,0,-326643,71936913],\ +[1,0,0,-1030611,401625441],\ +[1,0,1,-6153636,-6697027550],\ +[1,-1,0,-9510468,11291252048],\ +[1,0,1,-10598,-534122],\ +[1,0,0,-5945,175937],\ +[0,0,0,-2085,-22451],\ +[0,1,0,-42220517,-107936353564],\ +[1,0,1,1396,-13444],\ +[1,0,1,-141,-4650],\ +[0,0,0,-10029225,12224909401],\ +[0,1,1,-321,2325],\ +[0,0,1,-6156,195149],\ +[0,0,1,3726,-12373],\ +[1,-1,0,-10368,11950848],\ +[0,1,1,-9611,359476],\ +[1,0,1,-4416558,-3573458194],\ +[1,-1,1,-38009,-2386471],\ +[1,-1,0,-1152,148224],\ +[0,1,0,-1038,12545],\ +[1,-1,1,-3458,1330561],\ +[1,0,0,-384,147456],\ +[1,0,0,-10683,2350025],\ +[1,0,1,69062,-3649912],\ +[1,0,0,68,4624],\ +[0,1,1,-12783,552846],\ +[0,1,0,-1573,23500],\ +[1,0,1,-28306,1830492],\ +[0,1,0,7322,-1988455],\ +[1,-1,0,-21150,1130706],\ +[1,-1,0,-12010344,-14714335900],\ +[1,-1,0,-183312,33247098],\ +[1,0,1,-13832,394212],\ +[0,1,0,-1140,8900],\ +[1,0,1,258,-10488],\ +[1,-1,0,-95505489,-313301624355],\ +[1,0,1,7324,-595402],\ +[1,0,1,-5871,61332],\ +[0,0,0,-13968,646308],\ +[1,0,1,1266,-177338],\ +[1,0,0,-2297,42169],\ +[0,0,1,-14490,671195],\ +[0,1,1,-29217,1912520],\ +[0,0,0,-2952,77796],\ +[1,-1,1,-105631358,417892763981],\ +[1,0,1,-464217,-121758988],\ +[0,1,1,-4357,-161748],\ +[1,0,1,-168864,26694606],\ +[0,1,1,-23011,1349725],\ +[0,1,0,-17372,812836],\ +[0,1,0,-57789,4866399],\ +[0,1,1,-593815,178425556],\ +[1,-1,0,-1964460249,33473895909093],\ +[1,0,1,-83416,9268166],\ +[1,-1,1,-1154,148609],\ +[0,0,0,-3754008,-3579346332],\ +[0,0,0,-1368,8433],\ +[1,-1,1,-36749,-2618891],\ +[0,0,1,-265710,52718112],\ +[1,0,0,-72487,1635401],\ +[1,-1,0,-327903,72353393],\ +[1,0,1,55237,839406],\ +[0,0,0,-927,25254],\ +[1,0,1,-21436634,38199939932],\ +[1,0,0,-1528302903,-22020014786391],\ +[0,1,1,79049,6998746],\ +[0,0,0,6288,-109916],\ +[0,1,1,237,-492],\ +[1,-1,1,-36497,-2665279],\ +[1,-1,1,-196232,31451339],\ +[1,-1,0,-328470,72290996],\ +[1,0,1,34202,109256],\ +[1,-1,1,-39002,169039001],\ +[1,0,0,844,-11120],\ +[1,0,0,-1632,-60416],\ +[1,0,1,48417,376306],\ +[0,0,0,-23079,1204126],\ +[1,0,1,-5563,-1433594],\ +[1,0,1,-57951,5428548],\ +[1,-1,0,-24591,1490433],\ +[1,-1,1,-1563134,61046669],\ +[0,0,1,63888,-22616685],\ +[0,1,1,-129983,18119281],\ +[0,1,1,-130233,18046288],\ +[0,1,0,-966,-16415],\ +[1,0,1,-455173,-127681744],\ +[1,0,0,377,-951],\ +[1,-1,1,-193166,32782493],\ +[1,0,1,-221,48620],\ +[0,1,1,-26699,-1562260],\ +[0,0,0,0,13924],\ +[1,-1,0,-21357,-1924911],\ +[1,-1,1,-1826,29153],\ +[1,0,0,-9556,361040],\ +[1,-1,0,-328155,72436785],\ +[1,-1,1,-2861,-48811],\ +[1,0,0,-267,1961],\ +[0,1,1,-139,1259],\ +[1,-1,1,-1280,17947],\ +[1,-1,0,-418419,105671925],\ +[1,0,0,-29468,1543440],\ +[1,0,0,-45529052,118258304784],\ +[1,-1,1,60457,-1952593],\ +[0,1,0,572,932],\ +[0,0,0,-2016597,1287631789],\ +[0,1,1,-3853,95391],\ +[1,-1,1,-700718,262345277],\ +[1,-1,0,-34017579,76375063053],\ +[1,0,1,-21045,1277872],\ +[1,0,1,1764,5446],\ +[0,0,0,-35553,2535577],\ +[1,-1,0,108,-2634],\ +[1,0,0,-518645,129237025],\ +[0,1,1,-130833,18171244],\ +[1,0,1,-74163,7701406],\ +[1,-1,1,-78188618,-935999110519],\ +[0,1,1,-239,3659],\ +[1,-1,0,57930,-26414604],\ +[0,1,1,-493,3621],\ +[1,-1,1,-10006229,12183652909],\ +[1,-1,1,-40180835,-51166727261],\ +[1,-1,1,-10505,1400329],\ +[1,-1,1,1552,-2713453],\ +[1,-1,0,-16759806,26412785756],\ +[1,0,1,-117577,15507952],\ +[1,-1,0,-66108690,207805353300],\ +[1,0,1,-3093363,2096346538],\ +[1,-1,1,-582632,171412139],\ +[1,-1,0,-231318,41571252],\ +[1,0,1,-705,11492],\ +[1,-1,1,-515,5059],\ +[1,-1,0,-55581,38340521],\ +[1,-1,1,-1356053,608217581],\ +[1,-1,0,-582,-37756],\ +[1,-1,0,10353,1285613],\ +[1,-1,0,-10221,400283],\ +[1,0,1,-141634,20545946],\ +[1,-1,0,-2678523,1063859813],\ +[0,1,0,1972,-93820],\ +[1,-1,1,-11720,491275],\ +[1,-1,0,2095182,9915129972],\ +[0,0,0,-41536791,-103045288338],\ +[1,-1,0,-130155,18909701],\ +[1,0,0,1944,3779136],\ +[1,-1,1,2832901,1543758059],\ +[0,0,0,-198336,-32816828],\ +[1,-1,1,16596805,17162298731],\ +[1,-1,0,-3197553,3096600093],\ +[0,1,1,-340083,-75398506],\ +[1,0,1,-1611151,786999298],\ +[0,0,0,-111217512,451431252484],\ +[1,0,1,-1909,27376],\ +[1,-1,0,29901,-72054595],\ +[0,0,1,-201036,33808113],\ +[1,-1,1,-51005,4446469],\ +[0,1,0,-35677,79566399],\ +[1,-1,1,76603,-1524931],\ +[1,-1,1,-63167,5849759],\ +[1,0,0,-14218,650084],\ +[1,-1,0,-2547,-342747],\ +[0,1,1,2945,-153869],\ +[0,1,0,59,-3020],\ +[0,1,0,-633468,-228722428],\ +[1,-1,0,-308121,65906973],\ +[1,0,1,-1312693,578776056],\ +[0,1,0,-29676,1957860],\ +[1,-1,0,-19818,-2153142],\ +[0,1,1,-14555,671131],\ +[1,0,0,-2738,158340],\ +[1,-1,1,-74788880,287387900147],\ +[1,-1,0,543,-5563],\ +[1,0,1,-174965,27885430],\ +[1,-1,1,12862,18374081],\ +[1,0,1,-1257068,630075306],\ +[1,0,1,32499,1261576],\ +[0,1,1,1871,50275],\ +[1,-1,1,-1715,27923],\ +[1,0,1,479391995,11868661000112],\ +[0,1,1,2945,2168256],\ +[1,-1,1,-9884,380639],\ +[1,-1,0,15936,28206720],\ +[1,0,1,-2436701,2265731048],\ +[0,0,1,-1866,99513],\ +[1,0,1,-178510,29015652],\ +[1,-1,0,462,882],\ +[1,-1,0,-32445,2260125],\ +[1,-1,0,219981,-19902475],\ +[1,0,1,-39138,2976888],\ +[1,-1,1,-162698,-31870519],\ +[1,0,1,23667,517768],\ +[1,0,0,-70512,7116544],\ +[1,-1,1,-464333,124373621],\ +[1,0,1,1556299,600650048],\ +[1,-1,1,-3983,9431],\ +[1,-1,1,799,4913],\ +[0,0,1,88152,-6859332],\ +[0,1,0,-8193,292392],\ +[1,-1,0,-951,14541],\ +[1,-1,0,-8622,411750],\ +[1,-1,1,-27950600,-17899584949],\ +[1,-1,0,-1568904,756776960],\ +[1,-1,1,-15938,28233281],\ +[1,-1,0,-745960212,7842092077440],\ +[1,-1,1,-614,6797],\ +[1,-1,0,-9209412,10759308624],\ +[1,-1,1,-99670577,-613409312671],\ +[1,0,0,-1079019,431339057],\ +[1,0,1,-509,6256],\ +[1,-1,1,-41603,3300611],\ +[1,-1,0,-23469,1389725],\ +[1,0,0,5021,113537],\ +[1,0,0,-7106,-1271164],\ +[1,0,1,-239436,45074890],\ +[1,0,1,-213326,37909298],\ +[1,-1,1,-1799611400,-29383878135221],\ +[1,-1,1,-59063,4122191],\ +[0,1,0,-7445,213975],\ +[1,0,1,150799,32434948],\ +[0,1,1,-1833,40494],\ +[0,0,0,8052,401497],\ +[0,1,0,-1293,16047],\ +[1,0,1,-9864,-2018394],\ +[1,0,1,-1936,32616],\ +[1,0,0,-164226,25602300],\ +[0,1,0,64556,-1412156],\ +[1,0,1,777,604506],\ +[1,-1,1,42739,-10196171],\ +[1,0,1,-11522140383,476043873475218],\ +[1,0,1,-1076,-210202],\ +[1,0,1,12288467,893443681318],\ +[0,1,0,-414,-7831],\ +[1,0,1,-17604,857826],\ +[1,0,1,-351,122850],\ +[0,0,1,-625872,190462167],\ +[1,0,1,2,-3522],\ +[0,0,1,-630,-81403],\ +[0,0,1,-1081095222,-12463661688633],\ +[0,0,1,-18120,938847],\ +[1,-1,1,-300173,63481781],\ +[1,-1,0,-2265,71481],\ +[1,0,1,-4004,48252],\ +[1,0,0,-511026,-8912060],\ +[1,-1,1,2902,934121],\ +[1,-1,0,-637185,206419425],\ +[0,1,1,-214489,-37609820],\ +[1,-1,1,392833,-10742809],\ +[0,1,0,-132708,18563588],\ +[0,1,0,154,5929],\ +[1,-1,0,-1156779,479165085],\ +[1,-1,0,-1611864,5921405748],\ +[1,-1,0,-2904,938960],\ +[1,-1,1,104804743,-49184635111],\ +[1,-1,1,952,7667],\ +[1,0,1,-15341,760296],\ +[1,0,1,-361686,83748680],\ +[1,-1,0,-6522,202044],\ +[1,-1,1,-106196,27538103],\ +[1,0,1,964,36282],\ +[0,1,0,-678,-1999],\ +[1,0,0,-83707,-8299759],\ +[1,-1,0,-1920,31716],\ +[1,-1,1,-2582,50789],\ +[0,0,0,-29415,1958974],\ +[1,0,0,-263858,51995076],\ +[1,-1,0,-149186115,701396856531],\ +[1,0,1,-75259,-1608318],\ +[1,0,0,-4542,117316],\ +[0,0,0,447,4873],\ +[1,-1,0,309,10403],\ +[1,0,1,-6988,437906],\ +[1,-1,0,10890,53676],\ +[1,-1,0,-17139,-2546955],\ +[1,-1,1,-1372622,-136415779],\ +[1,-1,0,-9832545,11869625655],\ +[0,0,0,-477,7029],\ +[1,0,1,-23503,1385506],\ +[1,-1,1,-227213,41743541],\ +[0,1,0,-4066,98409],\ +[1,-1,1,3025,9911],\ +[1,0,1,97,9506],\ +[0,0,1,-7788,264564],\ +[1,0,0,6522,65700],\ +[1,0,1,37257,-172694],\ +[1,0,0,965,-1903],\ +[0,0,1,0,1190],\ +[1,0,1,-11502,473312],\ +[1,0,1,-12029,516216],\ +[1,0,1,-181701,29796048],\ +[1,-1,1,1807,-106919],\ +[0,1,1,231,255],\ +[0,0,1,0,629642],\ +[1,0,0,-97056897,-323425585791],\ +[0,0,1,-696432,225789075],\ +[0,0,1,108,-30220],\ +[1,0,0,16162,2078364],\ +[1,-1,1,-904583,331372927],\ +[0,1,1,-1153,17578],\ +[1,0,1,-7701,259448],\ +[1,-1,0,6603,128565],\ +[0,0,0,-38325,2963725],\ +[1,0,1,-31211,2119664],\ +[0,1,0,1010,-71287],\ +[0,1,1,-12757,551140],\ +[1,-1,0,2010,42506],\ +[1,0,0,-10838,433956],\ +[1,0,1,-5601,160244],\ +[1,-1,0,-71772252,234054083664],\ +[1,-1,0,-7886952,9942675264],\ +[1,-1,1,-2162,65449],\ +[0,0,0,-489423,131861878],\ +[1,-1,1,-7775,341831],\ +[1,-1,1,-3593,172297],\ +[1,0,1,482183,4743972188],\ +[0,1,0,-12553,537176],\ +[1,0,0,1665,53297],\ +[0,1,1,-10273,-418484],\ +[0,1,0,5339,432839],\ +[1,-1,0,-1573767,783805815],\ +[0,1,0,-9884,374948],\ +[0,0,1,840,18333],\ +[0,0,1,2580,-194823],\ +[0,1,1,-473,3910],\ +[1,-1,1,1029106093,-7300738766869],\ +[1,0,1,-2888,59888],\ +[1,-1,0,93483,3572829],\ +[1,-1,0,-17241,-558649],\ +[1,0,1,-121109,7738976],\ +[0,0,1,-16200,793631],\ +[0,1,0,43234,2988009],\ +[1,0,0,-142268,20685840],\ +[1,0,0,-6629830,-28135061148],\ +[0,1,0,507,2791],\ +[1,0,0,46203,17412929],\ +[1,0,1,-683982010,-8721924784660],\ +[1,0,0,-45263,3713017],\ +[1,-1,0,-419826,104795196],\ +[1,-1,0,-34004916,76332422826],\ +[1,0,0,263812,104471376],\ +[1,0,0,-79825,8674857],\ +[0,1,0,334,-53815],\ +[1,0,0,-62770,80532612],\ +[1,0,0,-48517,4111681],\ +[0,1,1,-69,1190],\ +[1,-1,1,-695930,223634297],\ +[0,1,0,-19340,1025188],\ +[1,0,0,-28068,-1807496],\ +[1,0,0,-353,5321],\ +[0,1,1,-1948877,-1662721435],\ +[0,1,1,-1045,12674],\ +[1,0,0,-19377,-806679],\ +[1,0,1,-76450,8129792],\ +[1,0,1,-7641,-117980],\ +[1,0,1,-12243,-365842],\ +[1,0,0,730170,991786852],\ +[0,0,0,-39231,5274918],\ +[1,0,0,-24318,-746172],\ +[0,0,1,-783822,267100317],\ +[0,1,1,-11491,484340],\ +[0,0,1,-3702,386235],\ +[0,0,0,36801,3678246],\ +[1,0,1,-1551,24316],\ +[1,0,1,-31421,2141102],\ +[1,0,1,-16988729,26950486852],\ +[0,0,1,-219450,38927763],\ +[0,0,1,-6354018,6164825348],\ +[0,1,0,-1101,-32561],\ +[1,0,1,-97219,11659166],\ +[0,1,1,4745,1405409],\ +[0,1,1,1011,-8881],\ +[0,1,0,-1460,-892],\ +[1,0,1,869,-11274],\ +[1,0,1,-181,1474],\ +[0,0,1,-4368,-462267],\ +[1,0,0,1851,18881],\ +[1,0,0,-1047,-48151],\ +[1,-1,1,1045768,6377339],\ +[1,0,0,-168091,80775121],\ +[1,0,0,-16637,95721],\ +[1,0,0,-46093,85026833],\ +[1,0,0,1157,-124911],\ +[1,0,1,-2206,-35210],\ +[1,0,0,-4121852,8068590096],\ +[1,-1,0,2496,690560],\ +[0,1,1,-187185,-26989136],\ +[0,1,1,-525651,146552005],\ +[1,0,0,1827,131761],\ +[1,-1,1,-2498,694721],\ +[1,0,1,70658,-25185152],\ +[1,0,1,-14844576,9507746798],\ +[0,1,1,2973,20710],\ +[1,0,0,-372,3536],\ +[1,-1,0,-95211,11508741],\ +[1,-1,1,-84403805,298483068197],\ +[1,0,0,-1271,17705],\ +[1,0,1,-78274213,266541948688],\ +[1,0,0,-3195,81937],\ +[1,0,0,1294804,638321040],\ +[1,-1,0,52068,-7159312],\ +[0,1,1,-67551,-10854179],\ +[1,0,1,-108902,9914808],\ +[1,-1,1,-18450443,32587615387],\ +[1,0,1,12064,1142830],\ +[1,0,1,709,19452],\ +[1,0,0,862,28892],\ +[0,0,1,988080,-1732018131],\ +[1,-1,0,-25845,1605725],\ +[0,1,1,-2595,-93526],\ +[1,0,0,-135513,-11238983],\ +[1,-1,1,-1937,-95039],\ +[0,0,0,369,-9482],\ +[1,-1,0,-1959504,1056984560],\ +[1,0,1,-633395,238301902],\ +[1,0,1,-3421,-82098],\ +[1,-1,1,-1475114,689944169],\ +[0,0,0,-36023520,81337857604],\ +[1,-1,0,-5037,159605],\ +[1,0,0,-1166950,-546697500],\ +[1,-1,1,-193316,36360623],\ +[1,-1,1,-3976970,-73632506551],\ +[0,1,0,-54333,4856588],\ +[1,0,0,305964,-456637040],\ +[1,0,1,-112259,14468446],\ +[0,0,0,-247074465,1494823473529],\ +[1,0,0,-1966,29060],\ +[0,0,0,-5832,270756],\ +[0,0,1,191814,5965029],\ +[1,0,0,-11561,-435855],\ +[1,-1,1,41659,-2018627],\ +[0,1,0,9434,-175615],\ +[0,1,0,-5364,149444],\ +[0,0,1,6270,234954],\ +[0,1,0,-12721,548024],\ +[0,1,0,1339,-9260],\ +[1,0,0,-13343,592089],\ +[0,1,1,16757,-2250899],\ +[1,-1,0,2583,3141],\ +[1,0,1,-158786,-24337960],\ +[0,0,1,-255990,49851522],\ +[0,0,1,1860,93303],\ +[1,-1,1,9664,-223901],\ +[0,1,0,-20333,1356463],\ +[0,1,1,-7613871,-6288304939],\ +[0,0,1,-780853260,8398513379259],\ +[1,-1,1,227902,-169785919],\ +[0,1,1,-16527,819390],\ +[0,1,0,-15782933,24133115863],\ +[0,0,0,-2799,57046],\ +[1,-1,0,-2645766,1980198036],\ +[0,0,0,3516,64321],\ +[1,0,1,1398,-22308],\ +[1,-1,0,-21966,1278548],\ +[0,1,1,-5421,-90880],\ +[1,0,1,-137908,113494318],\ +[0,1,0,-517,3964],\ +[1,0,0,-1880376,-352580544],\ +[1,-1,1,-3755,97147],\ +[0,1,0,-23326,1409465],\ +[1,0,0,-7367,-6297591],\ +[1,0,1,2037,9688],\ +[0,1,1,-15275,768656],\ +[1,0,0,-56246,5129636],\ +[0,0,1,-63249120660,6122514911832000],\ +[1,0,1,317,1418],\ +[0,1,1,3639,198345],\ +[1,-1,0,-178335,29013525],\ +[0,0,1,-87288,9917118],\ +[0,1,0,-997,11764],\ +[1,0,0,-7843,-277695],\ +[1,0,1,-13532,604702],\ +[1,-1,1,-54275,4994435],\ +[1,0,0,-156,24336],\ +[1,0,1,8437,71191406],\ +[1,0,1,-125401,28380332],\ +[1,0,1,-2469,129176],\ +[1,-1,0,17163,1142325],\ +[0,0,0,-22644,1303489],\ +[0,1,0,-22156,1298180],\ +[1,-1,1,-47942618,127782525017],\ +[0,0,1,166830,-24043320],\ +[1,-1,1,-149095178,700755652937],\ +[1,0,1,-2418522,1446750732],\ +[1,-1,0,-52194,-4673892],\ +[0,1,1,573,20305],\ +[0,1,1,-17669,897545],\ +[0,1,0,-157810,-38941167],\ +[1,0,1,-32462,2265222],\ +[0,1,1,33367,-2110081],\ +[0,1,1,137,1121],\ +[0,0,0,-1385013,1188453877],\ +[0,1,0,-2797,128756],\ +[1,-1,0,225396,-19894590],\ +[0,0,0,-16185,792529],\ +[0,1,1,-672919,599265085],\ +[1,-1,0,-17115,3678381],\ +[1,0,0,10737,-718983],\ +[1,0,1,-2668712,1677809558],\ +[0,1,1,-329,2425],\ +[1,-1,1,-161456,21931283],\ +[1,-1,0,546948,-1575037872],\ +[1,0,0,4447,141129],\ +[1,-1,0,-306873,100289133],\ +[1,0,0,-11999903,15998806041],\ +[0,1,0,70,1225],\ +[0,1,1,-971809,368416300],\ +[1,-1,1,2308,590591],\ +[1,-1,1,279421,58759939],\ +[0,0,0,-1219783692,-16396063253399],\ +[1,0,1,1757,16556],\ +[0,1,1,67,-3099],\ +[1,0,1,-2508,-223782],\ +[0,0,0,-225,1737],\ +[1,-1,0,-35019,2537025],\ +[1,0,1,686924,-2674198702],\ +[1,-1,0,1563,-5835],\ +[1,-1,1,-2735,57911],\ +[0,0,0,195,757],\ +[0,0,1,-1043994,410577480],\ +[1,-1,1,16963,3490949],\ +[1,-1,0,-10584,-3491910],\ +[0,1,1,-2375,46304],\ +[1,-1,0,6203034,-333706554],\ +[1,0,1,243996,52072252],\ +[1,-1,1,-131729,-44092951],\ +[0,0,0,-199407,24504406],\ +[1,-1,1,7567,-479519],\ +[0,1,0,445779,20554479],\ +[1,-1,0,-628125,-207313939],\ +[1,-1,1,-263363,75520451],\ +[1,0,1,-4099,-125484],\ +[1,0,0,-14776,689216],\ +[1,0,1,-1278,17848],\ +[1,0,0,-31767,-2259991],\ +[1,-1,1,-1242104,1092866627],\ +[1,0,1,-321670,70199000],\ +[1,-1,1,-553703,38674847],\ +[1,0,0,-241577,-96800039],\ +[0,1,1,-2703,53165],\ +[1,0,1,-149,22052],\ +[0,0,0,0,4900],\ +[1,0,1,-11303,573698],\ +[0,0,0,0,6002500],\ +[1,0,0,-965320003236,365052205314963216],\ +[0,0,1,-1252290,-750918672],\ +[1,0,1,-392998,-80054522],\ +[1,0,1,-58929,-5471628],\ +[1,0,1,-4611339,3280693662],\ +[1,-1,0,-44316,3601746],\ +[0,0,0,0,60025],\ +[0,1,0,883,10076],\ +[1,0,0,-94772,-9092976],\ +[1,0,0,-584167142,5434378851044],\ +[1,0,0,-4529,191721],\ +[1,-1,0,825858,-98264340],\ +[1,0,1,-19763,434638],\ +[0,1,0,-2241653,-1245335145],\ +[1,0,1,-461497,-158014628],\ +[1,0,1,-74558,7829668],\ +[1,0,0,-1220996,521116176],\ +[0,0,0,-5203920,4570961956],\ +[0,1,0,-140,4900],\ +[1,0,1,26772,-9777494],\ +[0,1,1,-471873,124413626],\ +[0,1,0,-12889,558944],\ +[0,1,1,-42475,2578281],\ +[0,0,0,-45490197,-509299862411],\ +[0,1,1,-12263,519106],\ +[1,0,1,-36716853,116450572256],\ +[0,1,0,-94773,-11281193],\ +[0,0,1,-1789590,1151308602],\ +[0,1,1,-1583,-2095156],\ +[1,-1,1,-46850,3966185],\ +[0,0,1,1489590,386166602],\ +[0,0,1,165510,-14302467],\ +[1,0,1,-14576,676090],\ +[1,0,1,2375,110492],\ +[1,-1,0,-41022,7872390],\ +[1,0,0,-176257,28467721],\ +[0,1,1,-289,20880],\ +[1,-1,1,-18635,982235],\ +[1,-1,1,-34855646,-130406793811],\ +[1,0,1,75630,33319012],\ +[0,1,0,-54037,-24796],\ +[1,0,1,1979,-203420],\ +[0,1,1,-27483,2327969],\ +[1,-1,0,-8817,286829],\ +[0,0,1,-362340,85461183],\ +[0,0,0,-8388,192313],\ +[1,0,1,-73815,7717990],\ +[1,-1,1,-184460,-23149105],\ +[0,1,1,-184553,-28068004],\ +[1,-1,0,-435,21315],\ +[0,0,0,-30492,2049049],\ +[1,0,1,-16416,10794502],\ +[1,-1,1,-6227,132851],\ +[1,-1,0,-21225,1195245],\ +[1,-1,0,-5801025,5379257661],\ +[1,-1,1,60751057,34037474231],\ +[1,0,0,-3646,84556],\ +[0,1,1,-143,1331],\ +[1,-1,1,-1779665,911373761],\ +[0,1,1,-38753,2916683],\ +[1,-1,0,-1988265,-86391219],\ +[1,-1,1,-2267,-78709],\ +[1,-1,1,-125282,1744022881],\ +[1,-1,0,246,-222],\ +[1,0,1,-387622,92852728],\ +[1,-1,0,-43809,3540113],\ +[0,1,1,40703,8132660],\ +[1,-1,1,-9743,173207],\ +[0,1,1,-502179135,4331310582314],\ +[1,-1,1,-398,3317],\ +[1,-1,0,125280,1743814080],\ +[0,0,0,-119869284,505137910849],\ +[1,0,1,-92995,-9608530],\ +[0,0,0,-6279768,6057082692],\ +[0,0,1,-964903980,10966136606127],\ +[1,0,1,253,64262],\ +[1,0,1,43958,4688412],\ +[1,-1,0,-147087,26390529],\ +[1,0,0,-4703,123665],\ +[0,0,0,-1953,33217],\ +[1,0,1,344,4414],\ +[1,0,0,10321,-320199],\ +[0,0,1,-164290530,-806815913292],\ +[1,-1,0,-83742,9348416],\ +[1,-1,1,-651380,202511063],\ +[1,-1,0,-29742,1752416],\ +[1,0,1,-36941,1099352],\ +[0,0,1,-269610,53883042],\ +[0,0,0,-28512,1320516],\ +[1,0,1,-13064076,-19152634202],\ +[1,-1,1,716215,116873489],\ +[1,0,0,198,-1844],\ +[1,-1,1,-282110,58696589],\ +[1,-1,1,-174416,-27187981],\ +[1,-1,0,-82098,16800372],\ +[0,0,0,1584,-61308],\ +[1,0,0,-1273,19449],\ +[0,1,0,3427,-35873],\ +[0,0,0,-54453,4889077],\ +[1,-1,1,-1944311,1034863823],\ +[0,0,0,-9264,343684],\ +[1,-1,1,-3420440222,76998418731821],\ +[1,0,1,-20775,1150810],\ +[0,1,1,-4737,123922],\ +[1,0,0,-22522241,41138240521],\ +[1,-1,1,-20630,754597],\ +[1,-1,1,-65180,6412447],\ +[0,1,1,-583,21461],\ +[1,0,0,-377686,-89123740],\ +[1,-1,1,-11180,-193553],\ +[1,0,0,-240239,-45827079],\ +[1,0,0,11,-3623],\ +[0,0,0,-94368,11155012],\ +[1,0,0,-23446,1280036],\ +[0,0,0,516,-1679],\ +[1,0,1,-422777,-183970788],\ +[1,-1,0,-74292,7811216],\ +[1,-1,1,24374785,-741720309721],\ +[1,-1,1,3031,102377],\ +[0,0,1,-171798,205992528],\ +[1,0,1,810449015,3260185553612],\ +[0,0,1,171318,202790112],\ +[1,0,0,-1013,-7383],\ +[1,0,1,42212,-5479844],\ +[0,1,1,2267,-246283],\ +[1,-1,0,-44919,3715425],\ +[1,-1,1,-3917,5941],\ +[1,-1,1,17467,-703619],\ +[0,1,0,-11793140,15584137988],\ +[1,-1,0,-130884,27451140],\ +[1,0,0,-156884,-215825008],\ +[1,0,1,-6290454,6072030952],\ +[1,-1,1,-7562,6357961],\ +[1,0,0,-2114,37252],\ +[1,0,0,-5338,148836],\ +[1,0,0,5560,-318400],\ +[0,1,0,523,-6761],\ +[0,0,0,-372475821,2766911327917],\ +[1,-1,0,-23535,1395585],\ +[1,0,1,-102859,12688646],\ +[1,-1,0,-111822,20521044],\ +[1,-1,1,99520,10482275],\ +[1,-1,0,7560,6345360],\ +[0,0,1,-6540,203568],\ +[1,0,1,-19783,1069306],\ +[1,0,0,-7248,264960],\ +[1,-1,0,-5865525,5469215661],\ +[1,-1,1,-343221170,3633904661681],\ +[1,0,1,-530369,148622852],\ +[0,1,0,22748,2460804],\ +[1,0,0,-172017,27446121],\ +[1,-1,1,-22199,1278479],\ +[1,-1,0,-636,45368],\ +[1,0,0,-8187,301329],\ +[1,0,1,-520784,154255646],\ +[1,-1,1,634,44309],\ +[0,1,0,-188676,31200004],\ +[1,0,1,-50266,4206626],\ +[1,0,0,103265,-11488103],\ +[0,1,0,-2805,57303],\ +[0,0,1,-16846788,26614840698],\ +[0,0,0,-3440463,2456253238],\ +[0,0,1,-36081174,83419792200],\ +[1,-1,1,-7882763,8535002267],\ +[1,0,1,22678,1078652],\ +[0,0,1,6204,-13075227],\ +[1,-1,1,410047,-169942319],\ +[1,-1,0,-12267,785241],\ +[1,0,1,169,984],\ +[1,0,0,-21392,1835776],\ +[0,0,1,-445434,114437235],\ +[0,1,1,-55951,-27859820],\ +[1,0,0,-29382,2255716],\ +[1,0,0,250,62500],\ +[1,0,0,-87963,10532817],\ +[1,0,0,-2396,-1336560],\ +[1,0,0,6948516,-4795880688],\ +[0,0,0,-469167,-46568426],\ +[1,0,0,-7138,231492],\ +[1,0,1,-50409,-7445268],\ +[0,0,0,-654303,203651782],\ +[0,1,0,1211,-9212],\ +[1,-1,1,7627,-5978419],\ +[1,-1,1,-440138030,3513847323197],\ +[1,-1,1,163612,57640967],\ +[1,-1,0,-5382,178902],\ +[1,-1,0,1713,-5095],\ +[1,0,1,-1992080432,34222052980712],\ +[1,-1,0,-5967,-4141611],\ +[1,0,1,-18233,6819868],\ +[1,0,1,-106430,13273652],\ +[0,0,1,-4008906,-3089805352],\ +[1,0,1,-41358,3233868],\ +[1,0,0,-250,62500],\ +[0,1,0,-38601,2026944],\ +[1,0,0,-709192,-249688824],\ +[1,-1,1,-2885,63101],\ +[1,0,1,-2749176,1754264646],\ +[1,-1,1,-1181,21413],\ +[1,-1,1,-135113,43899617],\ +[0,0,0,-2318817,1359090601],\ +[1,-1,1,-752,63251],\ +[0,0,1,-81276,-10891731],\ +[0,1,0,-4133,-307737],\ +[1,-1,0,50436,-7046352],\ +[1,0,1,-32681,2271242],\ +[1,0,1,-1345,21350],\ +[1,-1,0,1029,9261],\ +[1,0,1,10721,-437198],\ +[0,1,1,-24587,125217],\ +[0,1,1,-49525,-907421],\ +[0,0,0,-2638281,1649790313],\ +[1,-1,1,-58232,-3334661],\ +[1,0,1,-118339572,457445436658],\ +[0,0,1,-775554,262885227],\ +[1,0,1,-2565671,1998567082],\ +[0,1,1,-1301967,-572234370],\ +[1,0,0,580,5712],\ +[1,-1,1,-413,19181],\ +[1,-1,0,-9606,375756],\ +[1,0,1,-716,21162],\ +[1,-1,0,-376992,87968916],\ +[1,-1,1,-59585,5616209],\ +[1,-1,0,-3353706,3012908076],\ +[0,1,0,-333,2476],\ +[0,0,0,-888,-4967],\ +[0,0,1,-16950,849381],\ +[1,0,1,-82395,9061030],\ +[1,0,0,-4460,118672],\ +[1,0,1,1284,-21450],\ +[1,0,1,-161232,24905118],\ +[0,0,1,-4452,-455673],\ +[1,0,0,-26964388,-77925376240],\ +[1,-1,1,-1698593,852540761],\ +[1,-1,0,411,18495],\ +[0,1,0,-17781,1416375],\ +[0,0,1,-1800,-34369],\ +[1,0,1,-7285,474410],\ +[0,1,0,1804,1380],\ +[1,0,1,49712,-3403762],\ +[0,1,0,-2101,-62076],\ +[1,-1,1,-103931,-216345877],\ +[1,0,0,-116131,15222761],\ +[1,-1,1,-5732,168839],\ +[1,0,1,-6626,206902],\ +[1,0,0,-8935,321225],\ +[1,-1,0,-31152987,-326257275411],\ +[1,-1,0,1230,-31884],\ +[0,0,1,0,6352920],\ +[1,-1,0,-3003,122157],\ +[1,-1,0,-1803711,936389853],\ +[1,0,0,-1451,21145],\ +[1,0,0,-5090,141100],\ +[1,0,1,2194,190524],\ +[1,-1,1,16690,1075781],\ +[1,-1,1,-15575,1226351],\ +[1,-1,0,-250668,48374658],\ +[0,0,1,0,1260],\ +[1,-1,0,14403,781685],\ +[1,-1,0,-34182,33714],\ +[1,-1,0,-312513,67482593],\ +[1,-1,0,-3410121,2424749301],\ +[1,-1,1,2851,89957],\ +[1,-1,1,-2714,819929],\ +[0,0,1,-36206022,83853140220],\ +[1,-1,0,-212571,37917531],\ +[0,0,0,-195744,-33922991],\ +[1,0,1,-22174,1273712],\ +[1,0,1,2966127,-654367772],\ +[1,0,0,-79991,3293225],\ +[1,0,0,10892,-440176],\ +[1,-1,0,-1303287,573024509],\ +[0,0,0,-1770336,906633297],\ +[1,-1,1,-22865,-55449535],\ +[1,0,1,-36,1260],\ +[0,1,0,8316,-173852],\ +[1,-1,1,-8264354,9146597537],\ +[1,0,1,-278,2098],\ +[0,0,0,-196555632,1060660388356],\ +[1,0,0,-19356,88336],\ +[1,0,1,-2249988,1298843906],\ +[0,0,0,-63072,6012036],\ +[0,0,0,-11232,-636444],\ +[1,0,1,-460,5192],\ +[1,-1,1,-5597753,3314249561],\ +[0,0,0,-77664783,263441666518],\ +[0,0,0,-111648,14359012],\ +[1,0,1,-8351,293014],\ +[1,0,1,-14402,664012],\ +[1,0,0,-1069,4217],\ +[1,0,0,-200550,-1522697500],\ +[0,0,0,-22792848,-35666936828],\ +[1,-1,1,184108,73419959],\ +[0,0,0,-59808,5524612],\ +[1,-1,1,61438,419368961],\ +[1,-1,1,-143033,20856737],\ +[1,-1,1,80309398,224679730601],\ +[1,0,1,-31795,1821902],\ +[1,-1,0,34191,-1915887],\ +[0,1,0,-145,1368],\ +[1,0,1,-10076,4070298],\ +[0,1,0,-549,4428],\ +[1,0,1,-95762,54927588],\ +[1,0,0,-1037,12881],\ +[1,-1,1,-9131,306299],\ +[1,0,1,-70172,7148818],\ +[0,1,0,-685,8900],\ +[1,-1,1,250,-211],\ +[1,-1,1,-251816,49187243],\ +[1,0,0,70112,-22084608],\ +[1,0,0,678,8036],\ +[1,-1,1,-20453711,35609726999],\ +[0,0,1,-356664,81979695],\ +[1,0,0,-965,12225],\ +[0,0,1,-19110,817479],\ +[1,0,0,12948630,9908719012],\ +[1,0,0,-13926,650980],\ +[1,0,1,-4744,209222],\ +[1,-1,1,-15242,613409],\ +[1,0,1,-371596,87431050],\ +[0,1,0,2043,-7236],\ +[1,0,0,-1430101,658141921],\ +[1,-1,0,-402,3378],\ +[1,0,0,-988466,378177900],\ +[1,0,1,-371921,87270832],\ +[1,-1,0,-18321,957293],\ +[0,1,1,-26583,-1580318],\ +[0,1,0,-553,544],\ +[0,0,1,-1006500,242250156],\ +[1,0,1,-2152220,1215105130],\ +[1,-1,1,45220,-35995489],\ +[1,0,0,-60346,5147740],\ +[0,0,1,-21852,1763877],\ +[0,1,1,-184305,30390959],\ +[1,-1,1,370,15005],\ +[0,1,0,-4476,109540],\ +[1,0,1,-18726663,31190113988],\ +[1,0,1,377,142506],\ +[1,0,0,-58706,5469956],\ +[1,-1,0,-1133841564,14695523127720],\ +[1,0,0,-19049,3093081],\ +[1,0,0,171192,78614424],\ +[1,-1,0,-4461,261801],\ +[1,0,0,-6686313,-8172610983],\ +[0,1,0,-4597,127639],\ +[1,0,0,223,561],\ +[0,1,0,-1453,19759],\ +[0,1,0,-19733,1060311],\ +[1,-1,1,-345317,78573341],\ +[1,0,0,389423,-1349102551],\ +[1,-1,0,-1260135,544790205],\ +[1,0,0,-13952,633144],\ +[0,0,0,-14625,680625],\ +[1,-1,0,-9762,373644],\ +[1,0,0,242,-26620],\ +[1,-1,0,-145098,21309912],\ +[1,-1,1,-19530263,-33087125969],\ +[1,-1,1,-63980,-10010257],\ +[1,0,0,-58829,5487161],\ +[0,0,1,19422,897123],\ +[0,1,0,-16092,165124],\ +[1,0,1,151388,-215663518],\ +[0,0,0,-17175,866350],\ +[1,0,1,-782,-3102],\ +[1,0,0,-2008391,939782921],\ +[1,-1,1,-24616427,-46705601221],\ +[1,-1,1,4309,213563],\ +[0,0,0,-1575,-43650],\ +[1,-1,0,-232485,43204625],\ +[0,0,1,-8028,276914],\ +[1,0,1,-1775,28460],\ +[0,1,0,-46141,3756575],\ +[1,-1,1,-1344023,566330927],\ +[0,1,1,-4767725,4482579404],\ +[0,1,0,1851,49159],\ +[1,0,1,-7411749,7765950416],\ +[1,-1,0,-31857,4815557],\ +[0,0,0,19068,2410081],\ +[0,0,0,-391413,94254253],\ +[0,0,1,-626430,196218540],\ +[0,1,1,-1161,-10374],\ +[1,0,0,-37342940,87829155600],\ +[1,0,0,-59034,5515876],\ +[0,1,1,-3783,88319],\ +[1,0,1,-4001,94132],\ +[0,0,0,-17765328,28821482692],\ +[0,1,1,-794791055,-10994788934494],\ +[1,-1,0,-87468,9896912],\ +[0,0,1,-561792,10935855],\ +[1,-1,1,-69134,6801437],\ +[0,1,1,-4733,134001],\ +[1,-1,1,-278795,56713115],\ +[0,1,1,-1059,12934],\ +[1,0,1,-4039026,96559034116],\ +[1,-1,0,-948042,356469012],\ +[1,-1,0,7488,-24732],\ +[1,-1,1,-173367212,878615050799],\ +[1,0,1,-21261651,37734538414],\ +[1,0,0,-178553,30068985],\ +[0,1,0,-20788,4401092],\ +[1,0,0,-1800,69632],\ +[1,0,0,-57394,5837196],\ +[0,1,0,-111670,-10878775],\ +[0,0,1,-390810,85719528],\ +[1,-1,1,-925403,342486731],\ +[1,0,0,-41049398,-101588629012],\ +[0,0,1,-2172,32670],\ +[1,0,0,-30164,2360912],\ +[1,0,1,10159088,-25062727202],\ +[0,0,0,2652,32497],\ +[1,0,1,-2335423,1374556178],\ +[0,1,1,-2119,34910],\ +[1,0,1,12705,-468110],\ +[1,-1,1,-24521,-1451191],\ +[1,0,0,-59198,5538884],\ +[0,0,0,-288765,30865941],\ +[1,0,1,-1408580,643340450],\ +[1,0,0,-688,-16704],\ +[1,0,0,-31885,884497],\ +[1,-1,0,-196137,172863045],\ +[1,-1,1,3745,24647],\ +[0,1,1,-100641,-14313300],\ +[0,0,0,-1229985,525006441],\ +[1,-1,0,189,-4987467],\ +[0,0,0,74520,-54108],\ +[0,0,0,-113400,15731172],\ +[1,-1,1,-23732,-10781161],\ +[1,-1,0,-105971382,419912123004],\ +[1,0,0,-1599144,778075712],\ +[1,-1,1,1135192,29579627],\ +[1,-1,0,-4917,153141],\ +[0,0,0,-4104,-80316],\ +[0,1,0,-3708,151588],\ +[1,-1,1,-67430,6750197],\ +[1,-1,0,-73872,606390624],\ +[1,-1,0,-537,5433],\ +[0,1,0,-8000813,8707958127],\ +[1,0,1,-4809,134016],\ +[0,1,1,-4867,117877],\ +[1,-1,0,13926,2343618],\ +[1,-1,1,-14078,2497637],\ +[1,0,1,-561386,161265250],\ +[1,0,1,-516,11122],\ +[1,0,0,-39124,3101736],\ +[1,-1,0,-43122,5007348],\ +[1,-1,0,125886,33577748],\ +[1,0,1,-4136,-123154],\ +[1,0,1,-377381,89199892],\ +[1,0,0,80054,-34069724],\ +[1,-1,0,-128319,17723483],\ +[1,-1,1,-130388,40966967],\ +[1,-1,1,-11210,439985],\ +[1,0,0,-432,186624],\ +[0,0,0,-94608,11197737],\ +[0,1,1,16917,429869],\ +[0,1,0,-2181,38700],\ +[0,1,1,-71331,7308651],\ +[0,0,0,3672,-92367],\ +[1,0,0,432,186624],\ +[0,1,1,21699,1612541],\ +[1,-1,0,-1632,25902],\ +[0,1,1,-7103,232905],\ +[0,0,0,-11352,468529],\ +[1,-1,1,-7400,245675],\ +[1,0,0,-868,9800],\ +[1,0,1,-16277,-1208662],\ +[1,-1,0,11664,15108768],\ +[1,-1,1,282586,-186278731],\ +[1,-1,1,-1200236,506413559],\ +[1,-1,0,90603,35610165],\ +[0,0,1,-35046,2525258],\ +[0,1,0,247,3720],\ +[1,0,1,119482,-22131944],\ +[1,-1,0,-1418409,-763595187],\ +[0,1,1,279,19460],\ +[1,-1,1,-4346,111353],\ +[0,0,0,-10659792,-16393699676],\ +[0,0,1,-3834,-96550],\ +[1,0,0,-30063483,90709668369],\ +[1,-1,1,-13376243,18833300947],\ +[1,0,0,-688256,-627591680],\ +[1,0,1,54744,24496550],\ +[1,0,1,-65186,6445496],\ +[1,0,0,-6061,-5213359],\ +[1,-1,1,-933332,145173431],\ +[0,1,1,173,-2290],\ +[0,0,1,-484680,146719314],\ +[0,0,1,-40656630,99780386265],\ +[1,-1,0,-203373,33469227],\ +[1,-1,1,-1063310,420575645],\ +[1,-1,1,-74255,-7346977],\ +[0,0,0,-909975,343297582],\ +[0,1,1,257,-470],\ +[1,0,0,-11738,489828],\ +[0,1,0,-13561,603344],\ +[1,0,1,-4801,126164],\ +[0,0,1,225060,47734785],\ +[1,-1,1,-15176,-808757],\ +[0,0,0,-1752,31396],\ +[0,1,0,612,1252],\ +[0,1,1,-147,1405],\ +[1,0,1,19320,259972],\ +[1,-1,0,-1302,18422],\ +[1,0,0,-14213,651009],\ +[0,1,0,-152429,22855279],\ +[0,0,0,1272,3172],\ +[1,-1,0,-18105,948075],\ +[1,-1,1,-82190,8979229],\ +[0,1,1,-51135,4434806],\ +[0,1,0,-25965,305775],\ +[1,-1,1,130,-2827],\ +[0,0,1,-76440,8104824],\ +[1,0,0,-2173,190961],\ +[0,0,1,-714,7392],\ +[0,1,0,-385,9408],\ +[0,0,1,-2199212760,39696204436605],\ +[1,-1,0,-180900,29686176],\ +[0,1,1,-132665,18275306],\ +[0,1,1,199569,24683456],\ +[1,0,0,3037,182265],\ +[1,0,0,-49183,4215001],\ +[1,0,1,-783630,-1337009408],\ +[1,-1,0,58698,-7597152],\ +[0,0,1,234,-1456],\ +[1,-1,0,-74412,7666128],\ +[1,-1,1,-1280,15139],\ +[1,0,1,-6734824,6726701246],\ +[0,1,0,-895945,331614600],\ +[0,1,0,628,-3996],\ +[0,1,0,-118350,-20205127],\ +[1,0,1,31056615967,3757946594190068],\ +[0,1,0,-94430,11137553],\ +[0,1,0,14660,-738812],\ +[1,0,0,549,301401],\ +[0,0,0,-3672,-106236],\ +[1,0,1,208946,-42425744],\ +[0,0,0,-44388,3602313],\ +[1,-1,1,-875,12539],\ +[0,1,1,-88887,10171875],\ +[0,0,0,-35208,2542788],\ +[0,0,0,5508,-588951],\ +[1,0,1,-181179,29779462],\ +[1,-1,0,-1462293,-712357443],\ +[1,-1,0,-69387,7048107],\ +[1,0,0,-9540,-641008],\ +[0,1,0,-2173,38047],\ +[0,0,0,19224,152577],\ +[0,1,1,-2185,36806],\ +[1,0,0,-47062,8223076],\ +[1,-1,1,-5942,178309],\ +[1,-1,0,7862337,-1373223537],\ +[0,1,1,-941,10761],\ +[0,1,1,-1241,26935],\ +[1,0,0,-573763,-157329983],\ +[1,-1,0,-49152,4206618],\ +[0,0,0,-175800,28204900],\ +[1,0,0,4791072,18493850808],\ +[1,0,0,-60182,5677604],\ +[0,0,0,-1455,60982],\ +[0,0,0,-26904,1874689],\ +[0,0,1,173250,-131652969],\ +[1,0,1,-283344,58513566],\ +[0,1,0,-318421,69049655],\ +[0,1,1,-384167,90000515],\ +[0,1,1,-435493,110452068],\ +[0,1,1,-1208705,496333859],\ +[1,0,1,35107,-431469944],\ +[0,0,0,-5655,142126],\ +[1,0,1,-47529860059,3988388778746632],\ +[0,1,0,-346301,78236799],\ +[0,1,1,-1597,24045],\ +[1,-1,0,105066,5156190],\ +[0,1,0,499,15375],\ +[1,0,0,-2221,40081],\ +[1,-1,1,805837,559349651],\ +[0,1,1,-546695,-156423051],\ +[0,0,1,-144030,28345257],\ +[1,0,1,-46450268,121804073758],\ +[1,0,0,44112,-18212608],\ +[1,-1,1,-4543727,3725573879],\ +[1,-1,0,-2118447,1186870077],\ +[1,0,1,-9160451,10670684798],\ +[0,1,0,1283,22676],\ +[1,-1,1,-30988986953,2383171492968137],\ +[1,0,1,-74389,-4344864],\ +[1,0,1,-1877504230,-31312834680980],\ +[1,-1,0,-73277199,241585787493],\ +[1,0,0,-499,3337],\ +[1,0,0,-33738,2661668],\ +[0,0,0,-3405,327157],\ +[1,-1,1,1996,-111721],\ +[0,0,1,-5003346,4317996483],\ +[1,-1,0,58203,14494005],\ +[1,-1,0,-47614446,126472787316],\ +[1,-1,0,-113172,14671808],\ +[1,0,1,-5594,163532],\ +[0,0,1,698450732718,219565506024571437],\ +[1,-1,1,-2945,65233],\ +[1,-1,0,4338,40230],\ +[0,1,1,-7991,3994001],\ +[1,0,1,-3369026,-4568793452],\ +[1,-1,0,2235,53481],\ +[1,0,0,-43072,3075584],\ +[1,-1,0,1773,-4743],\ +[1,0,1,-5446,-6601960],\ +[1,0,0,115185,11663225],\ +[0,1,0,479,14160],\ +[1,-1,0,-485238,130222452],\ +[1,0,1,-41591,-3183686],\ +[1,-1,0,-104722890,412513409780],\ +[0,0,0,-15855,768406],\ +[0,1,0,-791394,480645369],\ +[1,0,0,-14387,663009],\ +[1,-1,1,-341633,60512401],\ +[0,0,1,-8994,2260485],\ +[0,1,0,-5620,158468],\ +[1,0,1,-220084,39715042],\ +[1,0,0,10087,-134367],\ +[0,1,0,-2709,-33481],\ +[1,0,0,-186951,30908681],\ +[1,0,0,13674,31780],\ +[0,0,0,-2895,12406],\ +[0,1,0,252,15876],\ +[1,0,1,-163,26406],\ +[1,0,1,10787,-38312],\ +[1,0,0,-698391,-203437079],\ +[0,0,0,363,3109],\ +[1,0,1,-1838061471,30330946819474],\ +[1,0,1,-71134,7272446],\ +[1,0,0,482,3780],\ +[1,0,1,-889735,312363002],\ +[1,-1,0,23742,823572],\ +[1,0,0,63,3969],\ +[1,0,1,-56931,11892126],\ +[1,0,0,-3406,77380],\ +[1,-1,0,-1701,322623],\ +[1,-1,0,-380979,90545103],\ +[1,0,0,-10798,436100],\ +[1,-1,0,-60111,5691141],\ +[0,1,0,-7220421,7465381255],\ +[0,0,1,204,843],\ +[0,1,0,-104700,-13053500],\ +[0,1,1,73,1332],\ +[0,0,1,-234,1865],\ +[0,1,0,-308956,65995844],\ +[1,0,0,-154232,-57530304],\ +[1,0,0,-498946,-132715324],\ +[1,0,0,192,-9576],\ +[1,0,1,-10762,474972],\ +[1,0,0,-14474,669036],\ +[1,0,0,14988,594576],\ +[1,0,1,-10435990,-12879459160],\ +[0,0,0,-31620,-1729271],\ +[0,1,0,963,57599],\ +[0,0,0,6801,1274614],\ +[1,-1,0,-6009,177515],\ +[0,0,1,-6798,361278],\ +[0,0,0,-12515880,17042773732],\ +[0,1,1,83,-3255],\ +[1,-1,0,-2775,857475],\ +[1,0,0,-4258115,3381651225],\ +[0,1,1,-553,6037],\ +[1,-1,0,-2465304,1491288128],\ +[1,-1,1,361,14279],\ +[0,1,0,227,-12833],\ +[0,0,1,6318,238862],\ +[1,-1,0,348,-18612],\ +[1,0,1,66305,2823620],\ +[1,0,0,-6750,212932],\ +[1,-1,0,-3897,103365],\ +[1,-1,1,2725,5131],\ +[1,0,0,2284886745,17553247599177],\ +[1,0,1,51,2652],\ +[1,-1,0,-169884,27003888],\ +[1,-1,1,-17210,401273],\ +[0,0,1,-1444422,663762267],\ +[0,1,0,-252,15876],\ +[1,-1,1,-4850,131249],\ +[1,-1,0,660,2906],\ +[1,-1,1,2773,852851],\ +[0,1,1,-4833,-257381],\ +[1,-1,0,1701,320355],\ +[1,-1,1,-1171265,488192465],\ +[0,1,0,-126,3969],\ +[0,1,1,247,337],\ +[1,-1,0,-60867,17050041],\ +[0,1,1,-276861,10706266],\ +[1,-1,1,660820,-103161553],\ +[1,0,0,-530546,148697476],\ +[1,0,1,-216262,38626712],\ +[1,0,1,-13924,629692],\ +[1,0,1,-1265,9372],\ +[1,0,0,-49372,-3313624],\ +[0,1,1,-3503,78645],\ +[1,0,1,-67089,-6158964],\ +[1,0,0,-1245627,504491409],\ +[0,1,0,484,58564],\ +[1,0,1,1192,-582],\ +[0,1,0,-2357,-50124],\ +[1,0,0,-15892,769424],\ +[0,0,0,-421743,-75499562],\ +[0,1,0,5479,-208576],\ +[0,1,0,-4726,123489],\ +[0,0,1,15018,1475712],\ +[1,0,0,-218138,81761892],\ +[1,0,0,3809,100761],\ +[0,1,0,-242,14641],\ +[1,0,1,24679077,54937625678],\ +[0,1,1,-925,10479],\ +[0,1,1,-7174675,-7424002521],\ +[1,-1,0,1710,-262170],\ +[1,-1,0,-845319,298475325],\ +[1,0,1,-37951,-3892702],\ +[1,0,0,-121,14641],\ +[1,0,0,-43967,3749529],\ +[1,-1,1,-15359,623207],\ +[1,-1,1,-530330,148797209],\ +[0,0,0,3399,315817],\ +[0,1,0,-165661,-26114561],\ +[1,0,0,-863940,-309415400],\ +[0,1,0,-2093,35887],\ +[1,0,0,-48560,3833600],\ +[1,-1,1,-1564247,731425519],\ +[0,1,0,-33348,2333700],\ +[1,0,1,3659,-1188934],\ +[1,-1,0,-6840465,6884912231],\ +[1,0,1,-235683,48844306],\ +[1,0,0,1320,-13248],\ +[1,0,0,-45352,-4150024],\ +[1,-1,1,4238572,-142610735113],\ +[1,0,1,-266,3072],\ +[1,0,0,-5503,39193],\ +[1,0,1,-51080,4427542],\ +[1,-1,0,108369,317061],\ +[0,1,0,-16605,-893025],\ +[0,1,0,-1613,23599],\ +[1,-1,0,-1500021,754931691],\ +[0,0,0,31632,950308],\ +[0,1,0,7767,14688],\ +[1,0,0,16387,-31047],\ +[1,-1,0,-56754,3726810],\ +[0,0,1,-77556,12276288],\ +[1,-1,0,5643,85557],\ +[1,0,1,-875,9912],\ +[0,0,1,-32238,2227844],\ +[0,1,1,1957,-31647],\ +[0,0,1,-8262,523172],\ +[1,0,1,-566326,-162714168],\ +[0,0,0,-3408,74308],\ +[0,0,0,-4272,106564],\ +[1,0,0,-38157,-153071],\ +[1,0,1,-1468,-32194],\ +[1,0,1,-51510351,142079328970],\ +[1,0,1,-50031,4174346],\ +[1,0,0,-61494,5864356],\ +[1,0,1,-17070,857120],\ +[1,0,1,-1989,-44828],\ +[1,-1,1,-34754,3373697],\ +[0,0,1,-6642,77780],\ +[1,0,0,-5688,164096],\ +[1,0,1,-1426,20586],\ +[1,0,0,52703,-8381879],\ +[1,-1,0,3153,111213],\ +[1,-1,1,-3305,146729],\ +[0,0,1,7782,373428],\ +[0,0,1,-3585714,2575824072],\ +[0,0,0,-4416600,3572568025],\ +[0,0,0,213000,-26097500],\ +[1,0,0,-23890,-13403900],\ +[0,0,0,-28500,-2249375],\ +[1,0,0,-3137,206961],\ +[1,-1,1,-35418467,-78537250141],\ +[0,1,1,-286659,-63803356],\ +[1,-1,1,-293,-6763],\ +[1,0,0,77468,-7246576],\ +[1,-1,0,-4209,106163],\ +[0,1,0,-489,15128],\ +[0,1,1,-156719,23827665],\ +[1,-1,0,-13866,632348],\ +[1,-1,0,-1068,17882],\ +[1,0,1,-191,1632],\ +[1,0,0,256,-984],\ +[1,0,1,-13018,584758],\ +[1,-1,1,1564,-100601],\ +[1,0,0,-7781553,8354372329],\ +[0,1,1,19177,363062],\ +[0,1,0,291,5183],\ +[1,0,0,-31497,2194649],\ +[1,-1,1,-818,4337],\ +[1,0,0,-6181694,5913232452],\ +[1,0,0,-7737073,8454610473],\ +[1,0,0,6530566,3157489636],\ +[1,0,1,-6555,203722],\ +[1,0,0,-1518,22284],\ +[1,0,1,-37547,2797148],\ +[1,0,1,-550326,-174272952],\ +[1,0,0,2237,198017],\ +[0,0,1,1962,-19527],\ +[0,0,1,-4392,113907],\ +[1,0,0,-7599197,5319027121],\ +[1,-1,0,12486,108548],\ +[1,-1,0,-5781933,5352725997],\ +[1,-1,1,916,6967],\ +[1,0,0,-2034418812,35307672132176],\ +[1,0,0,-2034239932,35314193445904],\ +[1,0,0,8229,57681],\ +[1,-1,0,-3684,86988],\ +[1,-1,0,-10084650,12329045000],\ +[0,1,1,-605,5259],\ +[1,-1,0,-14588072739,678189444186645],\ +[1,-1,0,-37740054,-87907210140],\ +[0,1,0,-36590,-2020975],\ +[1,0,0,-7638,256292],\ +[1,-1,1,-724352,-783173149],\ +[1,-1,1,-2882870003,59578691640787],\ +[1,-1,1,-338261048,2394646630331],\ +[1,0,1,-74800,7851752],\ +[0,1,0,-257,4224],\ +[1,-1,0,-2898114,19099465748],\ +[1,-1,0,-4356,111756],\ +[1,-1,1,-16988,958367],\ +[1,-1,1,-802942013,-50366202317819],\ +[1,-1,0,-2430,657720],\ +[1,-1,0,3225,-48889],\ +[1,-1,0,-345165,78139725],\ +[0,0,0,-9000,233572],\ +[1,0,1,-17365,879220],\ +[0,0,0,-5400,152577],\ +[1,0,0,90,8100],\ +[1,0,1,-61201496,184279786022],\ +[1,0,0,-90,8100],\ +[1,-1,0,138,-2890],\ +[0,0,0,3297,-1030298],\ +[1,0,1,-128651,17750550],\ +[1,0,1,-12196,-370684],\ +[0,0,0,-1479,62974],\ +[1,0,0,-794452910273,272552549315296393],\ +[0,1,0,-258380,50468100],\ +[0,1,0,445134724,-15468927139260],\ +[1,-1,1,-7994,7104889],\ +[0,1,0,-7660,358308],\ +[1,-1,0,-111,1443],\ +[0,1,1,-7133,-1499530],\ +[0,1,0,145194,-25940231],\ +[1,0,0,-8871,343881],\ +[1,0,0,-35428,2061584],\ +[0,1,1,-33195,-7680869],\ +[1,-1,0,2430,654480],\ +[1,-1,1,-1310,18581],\ +[1,0,0,-104,10816],\ +[0,1,1,-703367,226815515],\ +[0,1,1,-555229,-46479860],\ +[1,0,0,-12188,518736],\ +[1,0,1,-597,5642],\ +[0,1,0,-1958,45713],\ +[0,0,1,17970,-420543],\ +[1,0,1,-9706,369766],\ +[1,0,1,-16546,800652],\ +[1,-1,0,-83652,9333360],\ +[1,0,1,479,8734],\ +[0,1,0,-12725,761623],\ +[1,0,1,-376,5998],\ +[1,-1,1,-7337,691049],\ +[1,0,0,-40258908,98316483344],\ +[0,0,0,-6375,1138462],\ +[1,0,0,326094,2169510020],\ +[1,-1,0,1650,-36964],\ +[0,1,1,-125953,11890110],\ +[1,0,0,-6007891,5682444921],\ +[1,-1,0,-47709,4022913],\ +[0,0,0,6345,1108782],\ +[1,-1,0,-14622,685044],\ +[1,0,0,-156360,23809600],\ +[1,0,0,-618,15868],\ +[1,-1,0,-514578,-158979492],\ +[1,0,1,-1276,392],\ +[1,-1,0,-129831,-19530307],\ +[1,-1,1,-418385,-119589415],\ +[0,1,0,-10116,-6574076],\ +[0,1,1,-39845,-1435994],\ +[0,1,1,-19845,1069381],\ +[1,0,1,-35201,2539298],\ +[1,-1,1,-40415,7646663],\ +[1,-1,0,12501,-6609195],\ +[1,-1,0,-3919317,2987488179],\ +[0,1,0,-901,10060],\ +[1,-1,1,-314,11129],\ +[1,0,1,-18362,1201772],\ +[1,-1,0,-125769,20076525],\ +[1,-1,1,-312998,67641581],\ +[1,-1,1,-12992,560891],\ +[1,-1,1,502,1217],\ +[0,0,0,-1026984,400584004],\ +[1,-1,0,-654,7578],\ +[1,0,1,5742,154468],\ +[1,-1,0,-207531,41011461],\ +[0,1,0,-89483093,325776561495],\ +[1,0,1,1262,30038],\ +[1,-1,1,1484671,-240114031],\ +[1,-1,0,9924,26076],\ +[1,0,0,47739,-98349759],\ +[0,0,0,-759000,267122500],\ +[1,-1,1,2320,-119725],\ +[1,0,1,-6095,182622],\ +[1,-1,1,-1949423,-1782211849],\ +[1,0,1,-4018,153056],\ +[1,-1,1,-4783724,4028340719],\ +[1,0,1,-2168380,1227786642],\ +[1,-1,1,-8627,8274251],\ +[1,0,1,-7449524,9189151922],\ +[1,0,1,-2167875,1228387700],\ +[0,0,0,-237,1909],\ +[0,1,0,-1605,24228],\ +[1,0,0,13094,922700],\ +[1,0,0,-78670771,268570126265],\ +[1,-1,0,-16326,896076],\ +[1,0,1,-1300589,570788912],\ +[0,0,0,-64449,6297561],\ +[1,-1,0,-14328,655398],\ +[1,0,0,-22898,1332164],\ +[1,0,0,-59745,-5280975],\ +[1,0,1,-16096,2220590],\ +[1,0,0,-14822,693324],\ +[1,0,1,-34741,770112],\ +[0,1,1,-345,2631],\ +[0,0,0,207,873],\ +[1,-1,1,-1335146,624000233],\ +[1,-1,1,-16529351,-45746151361],\ +[0,1,1,-621,5501],\ +[0,1,1,-893,9921],\ +[1,0,1,-40692,3156018],\ +[0,1,1,-34181,2422206],\ +[1,0,0,4885,-13775],\ +[0,1,0,3527,-35768],\ +[1,-1,1,-321047,-97340881],\ +[1,-1,0,-15405,-781129],\ +[0,1,0,-1773,27567],\ +[0,1,0,-1933,31663],\ +[1,0,1,-2277,38368],\ +[0,0,0,-2232,47556],\ +[1,-1,0,-350271,82672731],\ +[1,0,0,-16264,796736],\ +[1,0,0,-1069165,-542697775],\ +[0,1,0,148,5476],\ +[0,0,0,-16992,-12924],\ +[1,0,1,-158230251,767068425352],\ +[1,0,0,421,-879],\ +[1,0,0,6580885,4350810417],\ +[1,0,0,37,1369],\ +[1,0,1,24670,3429012],\ +[1,-1,0,1165980,-152691354],\ +[0,1,1,615,4431],\ +[0,1,0,-327097,73451896],\ +[0,1,0,31116,-1626876],\ +[1,-1,1,-125132,17066639],\ +[1,-1,1,139614754,863622498413],\ +[1,0,1,2991,176756],\ +[0,1,0,659,26895],\ +[1,0,0,-37,1369],\ +[1,-1,1,-5078,336637],\ +[1,0,1,-716434,232792916],\ +[1,-1,1,-141197,20456669],\ +[0,1,0,-8829,-300257],\ +[1,0,1,254,2344],\ +[1,-1,1,766399,-227028271],\ +[1,-1,1,-20530175,35809588775],\ +[1,0,1,-103233,5255556],\ +[0,1,1,-1073,13196],\ +[0,0,0,-64785,6346873],\ +[1,-1,0,60633,15754041],\ +[1,-1,1,-13567406,72241877693],\ +[1,-1,0,-2092551,1176239933],\ +[1,-1,1,-20447693,35594012981],\ +[1,0,1,1127713,1278158322],\ +[1,0,0,-5057,236169],\ +[1,0,0,40342,-46876],\ +[1,-1,1,-1802816501,29463459087629],\ +[1,0,1,-11293,467608],\ +[0,0,1,685806,-28458945],\ +[0,1,0,-1853,29599],\ +[1,0,1,2726,24316],\ +[1,-1,0,4926,281618],\ +[1,0,1,-17825,970572],\ +[1,0,1,-762,8312],\ +[0,1,0,-148,5476],\ +[1,-1,1,-210953,550160137],\ +[1,-1,1,-17120,870275],\ +[1,0,0,-3055,92025],\ +[0,1,1,-4775,-134094],\ +[1,-1,0,2535,-296595],\ +[1,0,1,82455,11020372],\ +[0,1,1,-151,1481],\ +[1,-1,0,588,38024],\ +[1,-1,1,-43790,3537749],\ +[1,0,1,-30540,2062420],\ +[1,0,0,-6980,223952],\ +[0,1,0,-57158,5246881],\ +[1,-1,1,-330098,38036081],\ +[1,0,1,-28872901,59712634996],\ +[0,1,1,-4823,250990],\ +[0,1,0,4,-16476],\ +[1,-1,0,-742815054,7974678739860],\ +[0,0,1,1098,31835],\ +[1,0,0,-351,-73639],\ +[1,-1,1,-612107258,5829099652217],\ +[0,1,0,-12413,528191],\ +[0,0,1,-900,-4642],\ +[1,-1,0,10293816,-122924216512],\ +[1,-1,0,-328785,72645405],\ +[1,-1,0,111303,6110829],\ +[1,-1,1,-176286218,901182490697],\ +[0,0,1,4740,-102402],\ +[1,0,0,-1252083,528389785],\ +[1,0,0,127143,94767481],\ +[1,0,0,3943,-3662279],\ +[1,0,1,-24918,-23895392],\ +[1,0,1,505017,53740306],\ +[1,-1,1,-38723,4108907],\ +[1,-1,0,-19462239,-33376248855],\ +[0,1,0,-74,1369],\ +[1,-1,1,-41933,3340981],\ +[1,-1,1,-590,39005],\ +[1,-1,0,-21885,1251485],\ +[1,0,1,-12097099,13308444422],\ +[1,0,1,-48839,-10606714],\ +[0,1,1,1413,-81060],\ +[1,-1,1,296317,66921731],\ +[1,-1,0,-323769,110844525],\ +[1,-1,1,-29987,2007011],\ +[1,0,1,-29203896,58273373382],\ +[1,-1,1,-20480,-159901],\ +[1,0,0,-951970,188504900],\ +[1,-1,1,-22990073,42434329241],\ +[0,1,1,267,-456],\ +[0,1,1,-5382611601,-134914540683454],\ +[1,0,1,2414,16996],\ +[1,-1,0,264,-174],\ +[1,0,1,-1151,-3338],\ +[0,1,0,91,-3332],\ +[1,0,1,-53,2756],\ +[0,0,1,-114366,15026499],\ +[0,0,1,-2322948,1362724443],\ +[0,1,0,-498,4249],\ +[1,-1,0,-186606,28765476],\ +[0,0,1,-20298,2982528],\ +[1,0,0,3891281,-5548552903],\ +[1,-1,1,-25130930,48477931697],\ +[0,1,1,-10571303263,418347572403741],\ +[1,0,0,6562,-1396260],\ +[0,1,0,-4313,107704],\ +[1,-1,0,-15885,667521],\ +[0,1,1,-2901,-77434],\ +[1,-1,1,42877,-454909],\ +[1,-1,1,-43377431,100068141359],\ +[1,-1,1,-419189,105974669],\ +[1,0,1,-170085,58399072],\ +[0,0,0,-37455,2857846],\ +[0,1,1,-637,5745],\ +[1,0,0,-793,-2815],\ +[1,-1,0,-20994,1175750],\ +[0,1,0,19315,5783900],\ +[0,1,0,-2021,68519],\ +[0,0,0,-123591,1259998],\ +[0,1,1,-10571307483,418347221695570],\ +[1,-1,1,-13664,618499],\ +[0,0,0,-51429,4485301],\ +[0,0,0,-4260,151153],\ +[1,-1,1,-749,9557],\ +[1,0,1,-19318,1031806],\ +[1,0,0,5041,184761],\ +[1,0,1,9499,-137528],\ +[1,-1,0,-483099,129362543],\ +[0,1,1,-4038589,3124164665],\ +[1,-1,1,-632963,-203591933],\ +[1,-1,1,-629,197],\ +[1,-1,0,1362,-95212],\ +[1,-1,0,-1842818247,30034591497819],\ +[1,-1,0,-11652,487044],\ +[1,0,1,182643,59027848],\ +[1,0,0,-533,11873],\ +[0,1,0,-110161,14068160],\ +[1,0,0,-463,9017],\ +[0,1,1,-4039179,3123206040],\ +[1,-1,0,-501,-163747],\ +[1,-1,0,-474,25280],\ +[0,1,1,-877,9645],\ +[0,0,0,-490161,72649033],\ +[1,0,1,433,187922],\ +[1,-1,0,-2652,55142],\ +[0,0,0,5525268,2651360569],\ +[1,-1,1,1480,-6157],\ +[1,-1,1,-41603,-6986293],\ +[1,-1,1,1223104,-2492151901],\ +[1,-1,1,-111109370,450523149113],\ +[1,0,1,-91955,10724302],\ +[1,-1,1,-6458,146081],\ +[0,1,0,-20852,1295556],\ +[1,-1,0,597,2157],\ +[1,-1,1,-650,-35575],\ +[1,-1,1,-26951,1709759],\ +[0,1,1,-1653,33528],\ +[0,1,1,-1191845,500421224],\ +[0,1,0,-71126,-6627935],\ +[1,-1,1,808,-79909],\ +[1,0,0,-743603,245761313],\ +[0,1,1,-80659,8790319],\ +[1,-1,1,-221261990,1266856129469],\ +[0,1,1,-224513,39029310],\ +[1,-1,1,-59429,5594077],\ +[1,-1,0,17118,-7193286],\ +[1,0,1,-67173,6696256],\ +[0,1,0,-104290,-13180975],\ +[0,1,0,-4132,100836],\ +[1,-1,0,1524,-35524],\ +[1,-1,0,333,-4359],\ +[0,1,0,-193,-6008],\ +[1,-1,1,-1505,22897],\ +[0,0,0,-337512,64548484],\ +[1,0,0,-281695873,1819756326409],\ +[0,1,0,-25220,-1791900],\ +[1,0,1,-1326,71548],\ +[1,-1,0,-2577,52677],\ +[0,0,1,-134778,19409733],\ +[0,0,0,-389631,93611302],\ +[1,0,0,-993,40393],\ +[0,0,1,-3042,-143520],\ +[1,0,1,-5837,-258648],\ +[1,-1,0,-28881,1896813],\ +[1,0,1,-19939,1610526],\ +[1,-1,1,-3476963237,-85797153528739],\ +[0,0,0,-10575975,13238193886],\ +[1,0,0,-414187,102564401],\ +[0,1,0,-20245,1101975],\ +[1,0,1,179,1114],\ +[1,0,1,-132669,18589492],\ +[0,0,1,-30312,3240147],\ +[0,1,1,-22757,1313807],\ +[1,0,1,884,-310386],\ +[1,0,1,-7104,207952],\ +[1,-1,0,72468,-8398512],\ +[1,0,0,-1713972,1392855184],\ +[0,0,1,27882,2018073],\ +[1,-1,1,-6890729666,220161455964353],\ +[1,0,1,-87443,9942958],\ +[1,-1,0,-13110,-1055584],\ +[1,0,1,-779901,254255548],\ +[1,0,1,-37161,2733940],\ +[1,-1,1,-143492,20957159],\ +[1,-1,1,-1670,-401011],\ +[1,0,0,-15083,711729],\ +[0,1,0,-645,7975],\ +[1,0,0,6388987,-6702337983],\ +[1,0,1,426,-868],\ +[1,0,0,-127156,17441936],\ +[1,0,1,-501,10498],\ +[1,0,1,228966,54246932],\ +[0,1,0,-868,10724],\ +[0,0,1,-4285380,3414539232],\ +[1,-1,1,18402277,6918981707],\ +[1,0,1,-160331,24696596],\ +[0,0,0,7857,79542],\ +[1,-1,0,-3740679,2966599485],\ +[0,0,1,3348,306335],\ +[1,0,1,-98674,58298116],\ +[0,1,1,-653,5991],\ +[0,1,1,-2664705,1673439859],\ +[1,0,1,-93741,11098120],\ +[0,0,0,232440,-26608124],\ +[1,0,1,4353,134792],\ +[0,1,0,1183,87024],\ +[0,0,0,-1917,32301],\ +[1,0,1,-18185,-962098],\ +[1,0,0,2159,27561],\ +[1,0,1,-93201,7544048],\ +[1,-1,0,138,-14932],\ +[1,0,0,3565,49697],\ +[1,0,0,29405,-1414463],\ +[1,-1,1,28876,1340567],\ +[1,0,0,-826,-94684],\ +[0,0,0,6756,276001],\ +[0,1,1,745,34409],\ +[1,0,1,-541589,153357536],\ +[1,0,0,5996,170312],\ +[1,0,1,-9001,327932],\ +[1,0,0,-1336213,-594445983],\ +[0,0,0,-163431,25429342],\ +[0,1,1,8796807,23524979951],\ +[1,-1,1,-10226,415153],\ +[1,0,1,-1705391,857061282],\ +[0,0,1,-53112,4553622],\ +[1,-1,1,-24962,69247361],\ +[1,-1,1,-4640,122819],\ +[1,-1,1,-26816,2117603],\ +[0,1,0,-76861,-8383905],\ +[0,1,0,-91573,-12226633],\ +[1,0,1,-11247,-825638],\ +[1,0,0,425511,64261817],\ +[1,-1,1,-8903732,10353959831],\ +[1,0,1,-273420,55008010],\ +[1,0,0,-1407469,-640897903],\ +[1,-1,0,-107052,13517280],\ +[1,0,1,-5361209,6808854332],\ +[1,0,0,-767,8409],\ +[0,1,0,-13148,983940],\ +[0,1,0,-16813,-867089],\ +[0,1,1,-10687,-378020],\ +[1,-1,1,11065,-579265],\ +[1,-1,1,-3114368,2104116131],\ +[1,-1,1,12130,-2155219],\ +[1,0,0,-1248090,536967692],\ +[1,-1,0,-2183934,1191515940],\ +[1,0,0,367,5033],\ +[1,-1,1,-734072,-2445829],\ +[0,0,0,-155748999,748145399614],\ +[1,0,1,7456,-20087548],\ +[1,0,1,-1004,13042],\ +[0,0,1,-92352,-7767873],\ +[1,-1,1,-288374,59744189],\ +[1,-1,1,-23365589,43478200109],\ +[1,0,1,103622,-30068252],\ +[1,-1,0,-46539,3875973],\ +[1,0,1,-5130753,-4480818252],\ +[0,1,1,-1538049,734051135],\ +[0,0,1,-1874928,988166574],\ +[0,0,1,-764478,257273813],\ +[0,0,1,-6000654,5657726592],\ +[1,0,1,-844,7782],\ +[1,-1,1,-3128,68027],\ +[1,-1,0,-30249,-577695],\ +[1,0,1,-277137,-43028252],\ +[1,-1,0,-13155,625031],\ +[1,-1,0,-38229,672785],\ +[0,1,1,375,35156],\ +[0,1,1,7775,246404],\ +[1,-1,1,21148,607879],\ +[1,0,1,-3026124,2025723916],\ +[1,-1,1,-1686038,843099941],\ +[1,-1,0,-831473109,9228480700365],\ +[1,-1,1,-1101533,443927021],\ +[0,0,1,-114114,-1512693],\ +[1,-1,1,-206123,36070331],\ +[1,-1,1,-5063,2851031],\ +[1,-1,1,-214103,38184751],\ +[0,1,1,-818833,-2483186006],\ +[0,0,1,-10128,2864529],\ +[1,-1,0,-25650,1957236],\ +[1,0,0,-201198,34719876],\ +[0,1,1,-6051,-4650560],\ +[1,0,1,2498491,695225432],\ +[0,0,1,-240,1953],\ +[1,-1,1,-7013,-30563],\ +[0,0,1,-2736,55119],\ +[1,-1,0,-1689,318095],\ +[0,1,0,-9305,341600],\ +[1,-1,1,1687,315281],\ +[0,1,0,-1517333,-719342537],\ +[0,0,1,306,-8763],\ +[0,1,0,-1449044,-659934876],\ +[1,-1,0,-71694,7431858],\ +[0,0,0,0,71402500],\ +[1,-1,1,735394,-1719034387],\ +[1,-1,1,-64070816,-222072057277],\ +[1,0,1,-296975172,1969802740258],\ +[0,0,0,-4815,100854],\ +[0,1,1,-375,35156],\ +[1,-1,0,27459549,-93265642539],\ +[1,0,1,-3374955,2386155862],\ +[0,0,0,0,105625],\ +[1,0,1,-46019846,120157804946],\ +[1,0,0,-30730,-2438100],\ +[1,-1,1,2082136,-1527479701],\ +[1,-1,1,50269,-159901],\ +[0,0,1,10122,2830779],\ +[1,0,1,-58115,5313502],\ +[1,0,1,-152857,477138428],\ +[1,0,1,-4465145,3631256220],\ +[1,0,1,-307518,65613056],\ +[1,-1,0,-97053,-12868923],\ +[0,0,0,0,714025],\ +[1,0,0,-16729,831281],\ +[1,-1,0,629127,31535073],\ +[1,-1,0,13725,159111],\ +[1,0,1,-3673,282428],\ +[0,0,1,-1243578,533960784],\ +[1,0,1,-5494039,4956163386],\ +[1,-1,1,-873479,348334399],\ +[1,-1,1,-899399,328529087],\ +[0,1,0,-7560421,7999001255],\ +[1,0,1,-292,2288],\ +[0,1,1,-12707,547117],\ +[0,0,0,-435237,110524909],\ +[1,0,1,-4968,134308],\ +[1,0,0,-868,30968],\ +[1,0,1,-10553885,13087891000],\ +[1,0,1,668,122],\ +[0,1,0,-153,1520],\ +[0,1,0,-677,6364],\ +[1,-1,1,-179180,21998447],\ +[0,1,1,-3165,69419],\ +[0,0,0,-573177,167494129],\ +[1,-1,0,-116877357,486373389669],\ +[0,0,0,-805935,278484118],\ +[0,0,1,-127182,14838825],\ +[1,0,1,-394459,92305382],\ +[1,0,1,-1391,1933490],\ +[0,1,1,1159,-36610],\ +[1,0,1,524,10498],\ +[1,-1,0,5670369,-5078750517],\ +[0,1,0,-837,8964],\ +[1,0,1,3841,-77874],\ +[0,1,0,1511,142128],\ +[1,0,1,499,4096],\ +[1,-1,1,-1185422,666483869],\ +[1,0,0,12367,-1783575],\ +[1,-1,1,-10175,556391],\ +[0,1,1,-755,35909],\ +[1,0,1,-69536,7224554],\ +[0,1,1,-1613,24411],\ +[1,0,1,-308803,333651198],\ +[1,0,1,-2463,46938],\ +[1,0,0,1160,-808],\ +[1,0,1,223,-5992],\ +[1,0,1,-3026524,2026332822],\ +[1,0,0,-284895,58512025],\ +[0,1,1,-503,4318],\ +[0,1,0,-1521,-17576],\ +[1,0,0,-7585,-299703],\ +[1,0,1,-755014,262738712],\ +[0,0,0,-101712,12485041],\ +[1,-1,1,-38447,2908919],\ +[1,0,1,-131,17030],\ +[0,0,0,-965748,365286553],\ +[0,1,1,-829,8829],\ +[1,-1,0,195,4095],\ +[1,-1,1,74533,-8506141],\ +[0,0,0,-9135,329814],\ +[0,0,1,-27380874,55149369705],\ +[0,0,0,-9615,357814],\ +[0,1,1,-23745,1619506],\ +[1,0,0,237,665],\ +[1,-1,1,-18371,961219],\ +[0,1,0,-27473,504976],\ +[0,0,1,6732,-110536],\ +[1,0,1,562,5338],\ +[0,0,0,-5145,-400967],\ +[1,0,0,-848435,317472225],\ +[0,0,1,-14412,678840],\ +[0,1,0,-213950,-37849375],\ +[0,1,1,-4715,123056],\ +[1,0,1,-1087131,436808870],\ +[1,0,0,-3766,-415324],\ +[0,0,0,-66885,6657973],\ +[1,0,1,-1087556,436450602],\ +[0,1,1,1069,-102815],\ +[1,-1,0,7680,6548480],\ +[0,1,1,-2765,-84606],\ +[1,-1,1,-22859,1335899],\ +[0,1,0,-1093,21191],\ +[1,0,0,-153690,-18207900],\ +[1,-1,1,-20975,2155511],\ +[0,1,1,5829,-214845],\ +[1,0,0,-11859,-758519],\ +[1,0,0,415742,-71534396],\ +[0,1,1,-180511,-29721784],\ +[0,0,1,-365574,85074165],\ +[0,1,1,-1591,20390],\ +[1,0,1,-39545,3023462],\ +[0,1,1,-701,6741],\ +[0,1,0,13667,-1382412],\ +[1,0,0,487,-54710983],\ +[1,0,1,-960622,362720488],\ +[1,0,0,-15431,736521],\ +[1,-1,0,-41556453,103125144213],\ +[1,0,1,-34550,3816560],\ +[0,0,1,4518,-2913],\ +[0,0,1,-1614,27342],\ +[0,0,1,1134,1694],\ +[1,-1,1,-42224,-6852013],\ +[1,0,0,-403711,-29097959],\ +[1,-1,0,-767862,260745588],\ +[0,0,1,-1342016346,18923745466944],\ +[0,1,0,-709,6868],\ +[0,1,1,-4943,263170],\ +[0,1,1,-38111,2762041],\ +[0,0,0,396456,263334769],\ +[1,0,1,-728012,-234290582],\ +[1,-1,1,-73910,7750853],\ +[0,0,1,-1594326,70610041323],\ +[0,1,0,194,-2415],\ +[1,0,0,-13300,-256368],\ +[1,0,0,7598993,-7627847239],\ +[1,0,1,2323,-62232],\ +[1,0,1,64585,13657682],\ +[0,0,1,-70896,7266069],\ +[1,0,1,-16501,-7943452],\ +[1,0,0,-169992,-208516544],\ +[1,0,0,-791710,271076100],\ +[1,0,0,-258008892,1595116554256],\ +[1,0,1,-44972,997482],\ +[1,0,1,-3395295,2407760362],\ +[0,0,1,570,-1596],\ +[0,1,1,-6054331,-983140975],\ +[1,-1,1,-189110,-21271355],\ +[0,1,1,-13451531,-9038918344],\ +[0,0,1,-1134,-710053],\ +[1,0,1,-3410550,2385028360],\ +[0,0,1,-12345294,16695532260],\ +[1,0,1,514437,-8268500162],\ +[1,-1,1,121549,7834259],\ +[0,1,0,4555,31543],\ +[0,0,0,-344001,91574233],\ +[0,1,0,-1544084,228900004],\ +[0,1,1,-682689,213049415],\ +[1,-1,0,-67884,6599888],\ +[0,0,0,-28605,1876381],\ +[1,-1,1,-534812,-144816289],\ +[0,1,1,-797,8295],\ +[0,1,1,-79353,8606773],\ +[0,0,1,-5278770,4668176063],\ +[1,0,0,-72368,3062016],\ +[1,0,0,-778,13860],\ +[0,0,0,-6423672,-5616372764],\ +[0,0,0,-56130408,161862189732],\ +[0,1,0,-1053,19756],\ +[0,0,0,-71141328,-143515754748],\ +[0,0,0,-2156025,579921721],\ +[1,-1,1,226,5549],\ +[0,1,1,-12903,559857],\ +[1,-1,0,-228,5928],\ +[1,0,0,-5755,171025],\ +[1,0,0,-438,-23644],\ +[1,0,1,1311879,-1136698340],\ +[0,0,1,-275250,94397031],\ +[0,0,0,-570299952,5242073025796],\ +[0,0,0,-98319,-6068234],\ +[1,-1,1,-44141,3580373],\ +[1,0,0,22268372,2734473616],\ +[1,-1,0,-9411,147941],\ +[1,0,0,11062,-126684],\ +[0,0,1,-1908,32073],\ +[0,0,1,172590,-36444897],\ +[1,0,1,-101449,12428576],\ +[0,1,1,149,1331],\ +[1,0,1,175240,12079262],\ +[1,-1,0,-65727,19831257],\ +[0,1,0,-741,7380],\ +[0,0,1,-636,-11682],\ +[0,0,1,-7044,227550],\ +[1,-1,0,-10626,424268],\ +[0,1,1,-733,7251],\ +[1,0,0,-15518,742764],\ +[0,1,0,-3426,-222471],\ +[1,-1,1,-61379,5873027],\ +[1,0,1,-1895,38800],\ +[0,1,0,-16020,780868],\ +[1,0,1,-215,46010],\ +[1,0,0,-17008,852224],\ +[0,1,0,-773,7900],\ +[1,0,1,6799,-137852],\ +[1,-1,0,-662517,207725715],\ +[1,0,1,-186672,31031358],\ +[0,1,0,-1430,20553],\ +[1,0,0,3352,222720],\ +[1,0,0,-69849,7099577],\ +[1,0,0,-83609,4101497],\ +[0,1,1,-353,2737],\ +[1,0,1,-1301,-3840352],\ +[1,0,1,-16063,781906],\ +[1,-1,1,-742712,247770299],\ +[1,0,1,-81102,10570112],\ +[1,0,0,-16416,-249344],\ +[1,0,1,-269,72092],\ +[1,0,1,-20428,-3021494],\ +[0,0,0,441,4734],\ +[0,1,0,-42205,3566975],\ +[1,0,0,-20861,-611855],\ +[1,0,1,-542,3998],\ +[1,-1,1,485799403,-5831476000531],\ +[0,0,1,-4500,85781],\ +[0,1,0,-40672025,-99506966952],\ +[1,-1,1,-4437716,-1581637057],\ +[1,-1,1,-201042662,-1101458479939],\ +[1,0,1,-2748981,-1659249848],\ +[1,-1,1,-2701247,1753874471],\ +[0,1,1,-3123,66143],\ +[1,0,1,-74128,7761998],\ +[1,0,1,-178828,29093298],\ +[1,-1,1,-80326949,277122310877],\ +[1,0,0,-76,5776],\ +[0,1,0,-11041,442784],\ +[1,0,1,-5200,-2588898],\ +[1,0,0,932,-40240],\ +[0,0,1,-95160,-6969501],\ +[1,0,1,-192200891,1025607940742],\ +[0,0,1,-3071316,16450388748],\ +[0,0,1,-14250,654531],\ +[0,1,1,33817,-5314432],\ +[1,0,0,-1142,-606556],\ +[0,1,1,1535,33181],\ +[1,-1,0,-467667,125782389],\ +[1,0,0,-72766,-367542204],\ +[0,1,0,-261340,51320900],\ +[1,0,0,-295,2337],\ +[1,0,1,-1713,63188],\ +[0,1,0,-616828,186357604],\ +[1,-1,1,-21524,1438967],\ +[1,0,1,969999,1480223492],\ +[0,1,0,759,35720],\ +[1,0,0,-18331973635,955342414620225],\ +[1,0,1,-15893,805008],\ +[1,0,1,1479,41756],\ +[1,0,0,-17388,-1714608],\ +[1,0,1,-921506,340643316],\ +[1,0,1,-43839,3623122],\ +[1,-1,0,-672,7938],\ +[0,0,0,-176175,28461942],\ +[1,0,0,-57989,5388097],\ +[1,0,1,-14570,613712],\ +[1,-1,1,-49607,-5243161],\ +[0,0,1,-10980606,14003693928],\ +[0,1,0,652,1604],\ +[1,0,1,-11109,455776],\ +[1,-1,1,-35861,2630189],\ +[1,-1,0,-475095,126161871],\ +[1,0,1,18061,626672],\ +[1,-1,0,-332442,71897652],\ +[0,1,0,-5452,153156],\ +[1,-1,1,-4699346,3922240529],\ +[0,0,1,-7474068,7883799789],\ +[1,0,0,-419,175561],\ +[1,0,1,2376,-502434],\ +[1,0,1,51599,2885252],\ +[1,0,0,-3845,113537],\ +[0,1,0,-14541,670159],\ +[1,-1,0,-5656545,5179566141],\ +[0,1,0,-19578,1044585],\ +[1,0,0,-571660,198947472],\ +[1,-1,0,-6539372952,203645427129018],\ +[1,0,0,8052,124560],\ +[1,0,0,-36137,2572761],\ +[1,0,0,-29428,2261840],\ +[0,0,0,-89895,-8464322],\ +[1,-1,0,-10407,579897],\ +[1,-1,0,-131532,18393488],\ +[1,-1,1,-25070,419069],\ +[1,0,1,-16973857,26915105132],\ +[0,0,1,-176904,28638785],\ +[1,-1,1,-389174,123828797],\ +[1,-1,1,623829400,-31060479551821],\ +[0,1,1,-7947,269940],\ +[1,0,1,-1470395,121322342],\ +[0,0,0,696,-1244],\ +[1,0,1,135098,-23483368],\ +[1,0,1,-96365974,364103343272],\ +[1,-1,1,-463883,121723427],\ +[1,0,1,-806817,276495252],\ +[0,1,1,-1279,-357930],\ +[0,1,1,21539,1587171],\ +[1,0,0,486,236196],\ +[0,0,0,-19575,-1077458],\ +[0,1,0,2287,-136984],\ +[1,0,0,-46491,6675921],\ +[0,0,0,-4054920,3142783681],\ +[1,0,0,-70537,7204761],\ +[1,-1,1,-34280789,77263167917],\ +[1,0,0,-491,5865],\ +[1,-1,1,-218549,39379789],\ +[1,0,1,108446,-30742244],\ +[0,0,0,-177039,28671574],\ +[1,0,1,240,692],\ +[1,0,1,-1097,26668],\ +[0,0,0,-1176,16228],\ +[1,0,1,-3656,84890],\ +[1,-1,1,-1012081577,12612369284201],\ +[1,0,1,-1951,-163452],\ +[1,0,0,-10095,388025],\ +[0,0,0,-745080,53599681],\ +[1,-1,0,-60819,-2756017],\ +[1,-1,1,5719,-417751],\ +[0,0,0,-177255,28724062],\ +[1,0,1,1703846,-114823444],\ +[1,-1,1,-30537608,51380982731],\ +[1,-1,0,-87104094,312765289100],\ +[1,-1,0,-13122,19140624],\ +[1,-1,1,-182929757,-650118563611],\ +[1,-1,0,-45486,3745266],\ +[0,0,1,-177390,28756883],\ +[0,1,1,-4417091,3571670240],\ +[1,0,1,-12389,1329562],\ +[1,-1,0,-25803,-1257387],\ +[1,0,1,429,-145370],\ +[0,0,1,-19440,-1095667],\ +[1,0,1,-38438,2842588],\ +[1,0,1,5833,44498],\ +[1,0,1,-115701,14994048],\ +[1,0,1,229,52670],\ +[1,0,0,-2439,6281],\ +[0,0,1,-132132,16031925],\ +[0,0,1,-1185456,494454348],\ +[1,0,1,11707,-19392],\ +[0,0,1,3390,-219825],\ +[0,1,0,-15073,707456],\ +[1,0,0,-82423138,-856753803108],\ +[1,-1,1,-31430,1946197],\ +[1,-1,0,-19617,648791],\ +[1,0,1,698,-2672],\ +[1,0,1,8846,77652],\ +[1,0,0,-5078,-316636],\ +[1,0,1,-34505,-11052340],\ +[1,-1,1,-541508,153533927],\ +[1,-1,0,-941004,440112528],\ +[0,0,1,-86736,-9356841],\ +[0,1,0,-11013,213767],\ +[1,0,1,-605271,182301722],\ +[1,0,0,-8607,292609],\ +[0,1,0,-30169,1843928],\ +[1,0,0,-10132,-4604296],\ +[0,1,0,684,-4060],\ +[1,0,0,1944,-56960],\ +[1,0,0,-894,10252],\ +[0,0,1,-5196,143928],\ +[1,0,1,-37080636,86907286786],\ +[1,0,1,58665,-23288468],\ +[1,-1,0,1749,31341],\ +[0,0,1,258,-1518],\ +[1,-1,0,30969,-8866827],\ +[1,-1,1,-14909,769277],\ +[0,0,0,-47223,-2875122],\ +[1,-1,1,-1901,51413],\ +[1,-1,1,-18465647,30544330871],\ +[0,0,1,-738,7778],\ +[1,0,1,-7613,255288],\ +[1,0,0,-48078,2815236],\ +[1,-1,0,-1932,8244],\ +[0,1,1,-93633545,-90489870701],\ +[1,-1,1,-653288,203787947],\ +[0,0,0,-18711,-1193778],\ +[0,0,0,-510312,-379881884],\ +[0,1,1,856709,172333845],\ +[0,0,0,-178119,28934334],\ +[1,-1,1,-10370,409025],\ +[1,0,0,-54091,8907121],\ +[1,-1,0,-8819046,10201350708],\ +[1,-1,0,-84456,8687898],\ +[1,0,1,8211,-74264],\ +[1,0,0,-71139,7297217],\ +[0,1,0,-240205,-69554172],\ +[1,-1,1,2695,-26380303],\ +[1,0,1,-70292,7241618],\ +[0,0,0,-666372,208021489],\ +[1,0,0,-71182,7303836],\ +[1,-1,0,354069,59385861],\ +[1,-1,0,-482202,129002508],\ +[0,0,1,-82524,-10541763],\ +[1,0,1,-2136,37770],\ +[1,-1,0,-11490,476940],\ +[1,0,0,-54738,6179588],\ +[1,0,1,8103,-1215068],\ +[0,0,1,0,1596432],\ +[0,0,1,-285150,58608756],\ +[1,-1,0,-809127,279141309],\ +[1,-1,1,-407621,134666173],\ +[1,0,0,-145383,18801865],\ +[1,0,1,-339674,-64800628],\ +[1,-1,0,-1551699,744364755],\ +[0,1,0,-13197,579151],\ +[1,-1,1,-812,-30289],\ +[0,0,1,0,4422],\ +[0,1,1,-1955,-1619],\ +[1,0,0,-3452,249936],\ +[1,-1,0,-7809039,8414347473],\ +[0,0,0,10416,-89276],\ +[1,-1,1,-2037578,1121221001],\ +[1,0,0,-44431,3814521],\ +[1,-1,0,7360866,-1561576860],\ +[1,-1,1,-35167334,87445454069],\ +[1,0,1,-8809909,-9186622304],\ +[1,0,0,3215,69225],\ +[1,0,0,-2179388,-1219610608],\ +[1,0,0,-3646306,-2632939964],\ +[0,1,0,18139,5098439],\ +[1,-1,1,16855084,643889842103],\ +[0,1,1,1846585,-1133781581],\ +[1,0,1,-11421,-2523096],\ +[0,1,1,77,1482],\ +[1,0,0,-1714254,-705237588],\ +[1,-1,0,-34980,2693700],\ +[1,0,1,-10992,1052702],\ +[1,0,0,-49686,4257316],\ +[1,0,0,-71268,7317080],\ +[0,1,0,151,1368],\ +[1,0,1,-37742,1714628],\ +[1,-1,1,-141248,20467747],\ +[1,0,1,-22184,1058806],\ +[1,0,1,-4563284,-1784191254],\ +[1,-1,0,-15354,-787272],\ +[1,0,1,894,31144],\ +[1,-1,0,65493,18431577],\ +[1,0,0,-71569,7363497],\ +[1,0,0,-5508,156880],\ +[0,0,1,-4068,101073],\ +[1,0,1,3000,59270],\ +[1,0,1,-66067,-6411342],\ +[0,1,0,-13762,-40103119],\ +[1,0,0,-112628526,2405383189380],\ +[1,-1,1,-3134,53389],\ +[1,-1,1,24655,-1678111],\ +[0,1,1,263,427],\ +[0,0,1,3017112,3659527368],\ +[0,0,1,0,179352],\ +[1,0,0,-2468,46984],\ +[1,0,1,25277,-23713494],\ +[0,1,1,-229493,42006511],\ +[1,0,0,-20763,1144017],\ +[1,-1,0,1074,10266],\ +[1,0,1,-122297572,520531268578],\ +[0,0,1,-1050798,414597834],\ +[1,-1,0,-23363118,43471305018],\ +[1,-1,0,-1191225852,15825136015818],\ +[1,0,1,-5521598,-4995369744],\ +[1,0,0,-102638,12405892],\ +[1,0,0,-1292759,642003561],\ +[0,1,0,-6533,-132537],\ +[0,1,1,-4091,1047551],\ +[1,0,0,-149121,22150665],\ +[0,0,0,-25248,931012],\ +[1,-1,1,-6677,213029],\ +[1,-1,0,2175,-42189],\ +[0,1,1,-9137,337322],\ +[1,-1,1,-20788241,36486877889],\ +[0,0,1,0,72630],\ +[1,0,1,-21714,2940196],\ +[0,1,1,-4601,142976],\ +[0,1,0,-12068,506660],\ +[1,0,1,13841,3882806],\ +[1,0,1,-97886,12543824],\ +[0,1,1,-21445,1201631],\ +[1,0,1,169255,584309692],\ +[1,-1,0,6634836,-5398159680],\ +[1,-1,0,-14706522,21711180060],\ +[1,0,1,-215444,-57471758],\ +[1,-1,0,-30156372,63748228392],\ +[1,-1,1,-176360,25949099],\ +[1,0,1,-21156,-1192056],\ +[1,-1,1,-215429,43710077],\ +[0,1,0,-12349,21023],\ +[1,-1,0,-368172,89561808],\ +[0,1,0,571,3719],\ +[1,-1,0,109362,13000788],\ +[1,0,0,-6553,-387015],\ +[1,0,0,-56905,-5942975],\ +[1,0,1,-234576,43388048],\ +[0,0,1,-7182,400862],\ +[1,0,0,-8617,-211239],\ +[1,0,0,-244756,47413136],\ +[1,-1,0,-137448072,620269109280],\ +[1,0,1,-184684,30467242],\ +[1,0,1,-61680922,-178946413492],\ +[1,0,0,1693,4481],\ +[1,-1,0,-1696872,851244864],\ +[1,-1,1,-34730,-80940055],\ +[1,-1,1,11695,493697],\ +[0,1,0,242980,-103195900],\ +[1,0,1,28040,-2647258],\ +[1,-1,0,-76917,27033141],\ +[1,0,1,5765,42582],\ +[0,0,0,411108,1171212001],\ +[1,-1,1,4345,40447],\ +[1,0,0,-393,6553],\ +[0,0,0,-774345,262270753],\ +[1,0,1,-311246,125983360],\ +[1,-1,1,-121664,23974499],\ +[0,0,1,6702,271278],\ +[1,0,0,-76693,235346273],\ +[1,0,1,-371336,87064984],\ +[1,0,0,-10075776,-12421283840],\ +[0,1,1,-77,1482],\ +[1,-1,0,-5517,186741],\ +[1,-1,1,-15271850,-22968339479],\ +[1,0,1,-2169188,1229503906],\ +[1,0,1,-4950326,4238927048],\ +[1,0,1,1662040,1365162742],\ +[1,0,0,-396848,96192768],\ +[0,0,0,-16785,837009],\ +[1,0,1,-14924,700462],\ +[1,-1,0,-36555,2695301],\ +[1,-1,1,1915,-3779],\ +[1,-1,0,-636,-468334],\ +[1,-1,1,-8218670,9070866749],\ +[1,0,1,-111011,14226510],\ +[1,0,1,-3218829,2219776952],\ +[0,0,1,-21918,3467178],\ +[0,1,0,-1118,8361],\ +[0,1,0,-1530917613,23055058782324],\ +[1,-1,1,-130619,16886699],\ +[1,-1,0,-3766326,3711934196],\ +[1,-1,1,1390,213905],\ +[0,1,1,-513,4458],\ +[1,0,0,-193058,32633668],\ +[0,1,1,-48424729,-162191021636],\ +[1,0,1,-772905,262249260],\ +[1,-1,1,-90373100,330702138983],\ +[0,0,0,-690789,222967789],\ +[1,0,1,-4395489,3544405536],\ +[0,0,1,15316170,-21288209877],\ +[1,-1,0,-1392,216224],\ +[1,-1,0,-234033,43515933],\ +[0,0,0,-6288,191908],\ +[0,1,1,-381,-8540],\ +[1,0,0,1162,-44380],\ +[1,0,1,-16809,837482],\ +[1,0,1,-14025,638090],\ +[1,-1,1,-2216,18539],\ +[0,1,1,-47333,4036367],\ +[1,0,1,154562902,237118953756],\ +[0,1,0,-4604,-145436],\ +[1,0,0,-1089,13897],\ +[1,-1,0,984,106928],\ +[1,0,1,-29401,2110892],\ +[1,0,1,-59629,5599432],\ +[1,0,0,356,1872],\ +[0,0,1,-281946,43333848],\ +[1,0,1,-300811,63435854],\ +[0,0,0,-6283992,6063195076],\ +[1,0,0,14578248,2773578816],\ +[1,0,0,-16127,786969],\ +[0,1,0,6730,-165007],\ +[1,-1,0,-10086,392388],\ +[0,1,0,1339,24839],\ +[1,-1,0,22896,-4831272],\ +[1,-1,0,-42,-54756],\ +[1,-1,1,4900,2665055],\ +[0,1,0,307,5775],\ +[1,-1,1,-65960,-1598101],\ +[0,0,1,-2166,45144],\ +[1,0,0,-209002,-76263004],\ +[1,-1,0,-21760686216,1235545961975496],\ +[1,-1,0,-458742,119706228],\ +[1,-1,1,-12260,525575],\ +[0,0,0,-6615,191214],\ +[1,0,0,-29429,1818657],\ +[1,0,1,-3865,114562],\ +[0,1,0,1572,617796],\ +[1,0,1,9505,195482],\ +[1,-1,0,-546,33488],\ +[1,0,1,999,38998],\ +[0,0,1,-10740000,13547360781],\ +[1,0,0,-207763,13938017],\ +[1,-1,0,-145251,21343611],\ +[1,-1,1,-1144280,475505371],\ +[0,0,0,-3216567,2220325774],\ +[1,-1,0,411858,-92225460],\ +[0,1,1,3489607,-1821864358],\ +[0,1,0,-8870,318593],\ +[0,1,1,-48057,2537975],\ +[0,1,1,-42927,3409022],\ +[0,1,1,-2711,57656],\ +[0,1,1,-44361,1947341],\ +[1,0,1,-4887590,4187167040],\ +[0,0,0,-2109,126709],\ +[0,0,0,-415173,102966253],\ +[1,-1,1,-4150103,3258878447],\ +[0,1,0,-2900,64548],\ +[0,1,1,-446993,153934865],\ +[1,-1,1,-65081984,-22453299639133],\ +[1,-1,1,1672,28387],\ +[1,-1,0,-12084,514340],\ +[0,1,0,-3670,77393],\ +[1,-1,0,-1824,47618],\ +[0,0,0,-16965,850509],\ +[1,-1,1,-768205769,-8195537712823],\ +[1,0,1,-616121069,5886464228776],\ +[0,1,1,4205,-183119],\ +[1,0,0,-11490,468100],\ +[1,0,1,-88759,10168946],\ +[1,-1,1,-710183,230335327],\ +[0,0,1,-202698,42333294],\ +[1,0,0,14097,-822087],\ +[0,0,0,-3336,96868],\ +[0,1,0,-628628,240598820],\ +[0,0,0,10275,-373475],\ +[0,0,1,-540,3269],\ +[0,0,0,-1785,-34991],\ +[0,1,0,-10901,422199],\ +[1,-1,0,-286269,49960133],\ +[1,0,1,-101289154,392348321652],\ +[1,-1,1,12335386,13050935669],\ +[0,0,1,-1890,31619],\ +[0,1,0,-5441,143984],\ +[0,1,0,-1939990,1280932025],\ +[1,-1,1,1387,-33883],\ +[1,0,0,10937,-35455],\ +[1,-1,0,-42639,-1525455],\ +[1,0,0,-1375,20057],\ +[1,0,1,-256546,49807682],\ +[1,-1,0,528,-5490],\ +[1,0,1,-9037955,10457392142],\ +[1,-1,1,-322013,70413221],\ +[1,-1,0,-5889,175923],\ +[1,0,1,-2370,49012],\ +[0,1,1,-42043633,-36939148592],\ +[0,0,0,-4215,499822],\ +[1,0,1,-3922,94452],\ +[1,0,0,-17752,908864],\ +[0,0,0,-2183871,1242188998],\ +[0,1,0,-4044,97604],\ +[1,-1,1,-13799,494047],\ +[1,-1,0,106380,-15906510],\ +[1,-1,1,-123701,16524749],\ +[0,1,1,-5023,135873],\ +[1,0,1,-153572,23239108],\ +[1,-1,1,530320,-3510827053],\ +[0,0,0,76920,-16644476],\ +[0,0,0,-249,2089],\ +[1,0,1,678,-109228],\ +[0,0,0,-174063,-84560138],\ +[1,0,0,401,-12359],\ +[1,0,1,-30151,-2537380],\ +[1,0,1,5697,40698],\ +[1,0,0,-13538,609348],\ +[1,0,0,41573,2332841],\ +[0,0,0,-2331567,1370316726],\ +[0,1,1,3927,231717],\ +[1,-1,0,-31851,2197953],\ +[1,-1,0,-1973754,1709625528],\ +[1,-1,0,-39753,3059217],\ +[1,-1,1,15520,244739],\ +[1,-1,1,-206807,36250031],\ +[1,-1,0,-20022,1269548],\ +[1,-1,0,91404,17229996],\ +[1,-1,0,-4944,135108],\ +[1,-1,0,-351,13923],\ +[0,0,1,-10938,3339729],\ +[1,-1,1,442,-20203],\ +[1,0,0,-21183,1179801],\ +[1,-1,1,4399,-369791],\ +[1,0,0,-4001,151881],\ +[0,1,0,-4077,-713681],\ +[1,-1,0,-27839655,56638366425],\ +[1,-1,1,4333,2083691],\ +[1,0,1,5049,1015048],\ +[1,-1,1,-30725,2066429],\ +[1,-1,1,-42176,3675619],\ +[0,1,1,2163,-6505],\ +[0,0,1,-420,5523],\ +[1,0,1,3377292,130200306],\ +[1,-1,0,-22827,1285893],\ +[0,0,0,219,997],\ +[0,1,1,-113815,-287750681],\ +[1,0,0,-2924,60616],\ +[1,0,1,-761206,-153184760],\ +[1,0,0,2576721,-5315877063],\ +[0,1,0,156,6084],\ +[1,0,1,-404841,98979180],\ +[1,0,0,-2702,51716],\ +[1,0,0,-16301,799761],\ +[0,1,0,-1468,27044],\ +[1,0,0,-4045546,3157906340],\ +[1,-1,0,53310,5438996],\ +[1,0,1,123512,-204568594],\ +[1,0,1,-16621,823180],\ +[1,-1,0,129429,2269701],\ +[1,-1,0,-123066,16645176],\ +[1,0,1,-328631,72475642],\ +[0,0,0,0,54756],\ +[0,0,0,0,1028196],\ +[0,0,0,0,6084],\ +[1,0,1,6967,977068],\ +[1,-1,0,3752499375,38077562831325],\ +[1,0,1,-2035,88442],\ +[1,0,0,1796,-13808],\ +[1,-1,1,-1262,177661],\ +[1,-1,0,-33369,2358125],\ +[1,-1,0,1260,175560],\ +[1,-1,0,-52155,4597701],\ +[1,0,0,-420619,104963057],\ +[0,1,0,-28468,-1285884],\ +[1,0,0,20612,109392],\ +[1,-1,1,-26591,1647623],\ +[1,0,1,-265,69960],\ +[1,-1,0,2389158,428463540],\ +[1,-1,1,26109238,-74613614839],\ +[0,0,1,-275430,55637190],\ +[1,0,1,-38981,2960822],\ +[0,1,0,-297052,62216516],\ +[1,0,0,1518,44036],\ +[0,1,1,13971,-144816],\ +[0,1,1,-16357,798407],\ +[0,1,0,4075,-311625],\ +[1,-1,1,1628149,-1636733797],\ +[0,0,1,507588,435091590],\ +[1,0,0,-27382,1674404],\ +[0,1,1,-21925,1242281],\ +[0,0,1,4554,-544842],\ +[1,-1,1,38155,6101453],\ +[1,0,1,-65415,6938170],\ +[1,-1,0,-37014,-7973452],\ +[0,1,0,-156,6084],\ +[0,0,1,-390906,-94126057],\ +[0,0,1,-3518724,2540539305],\ +[0,0,1,324,-35242],\ +[1,0,1,-6354,200052],\ +[0,0,0,0,1521],\ +[0,0,1,-57252,-17528823],\ +[1,-1,0,261,7395],\ +[0,0,1,-43434,3486150],\ +[1,0,0,-2182,39076],\ +[1,0,0,39,1521],\ +[1,0,1,151965,78087582],\ +[0,1,0,-71569846,233022995369],\ +[1,0,1,-2578,-18494],\ +[0,0,0,0,257049],\ +[0,0,1,-8004,275670],\ +[0,0,1,-5076,138908],\ +[1,0,1,-3749,87456],\ +[0,0,1,-2772,56217],\ +[1,0,1,-16310,974000],\ +[1,0,0,-58893871,174006662201],\ +[1,-1,1,-487688,131209547],\ +[1,-1,0,-202560,35139050],\ +[1,0,0,-12963,570041],\ +[1,0,0,-2641,52225],\ +[1,0,0,-7670,258212],\ +[1,-1,0,-1269,179775],\ +[0,1,0,-593,1312],\ +[1,-1,0,-170835,-28622125],\ +[1,-1,1,-9923,356291],\ +[0,0,1,342,-9177],\ +[1,-1,1,-324155,71116715],\ +[0,0,0,-510807,140653294],\ +[1,0,0,-5669,163817],\ +[1,-1,0,-192504,-19897440],\ +[1,0,0,1287,65017],\ +[0,0,0,-1213992,1202413924],\ +[0,1,1,-2123,38546],\ +[1,-1,0,-158868,24414912],\ +[1,-1,0,1053,122499],\ +[0,1,1,-71237,-6599760],\ +[0,0,0,-240,-21788],\ +[1,-1,1,-32957,2314181],\ +[1,-1,1,-43995920,118097350643],\ +[1,-1,1,-958289,361050689],\ +[1,-1,1,1267,177661],\ +[1,-1,1,-16298,-673303],\ +[0,1,1,-815,41819],\ +[1,-1,0,351,13455],\ +[0,0,0,1175112,1001729188],\ +[1,-1,0,-2961909,1946739915],\ +[1,-1,0,-14625,676845],\ +[1,-1,1,-353,14041],\ +[1,-1,0,921,7053],\ +[0,1,1,-33491,2965340],\ +[1,0,1,-111,12210],\ +[0,0,1,-23796,2064009],\ +[1,-1,1,-12827,549451],\ +[0,1,1,16131,847289],\ +[0,1,1,175,7656],\ +[1,-1,0,-140304,20263128],\ +[1,0,0,-217368,38994048],\ +[0,1,1,-43497,3477242],\ +[0,0,0,4209,485782],\ +[0,1,1,-112691,28456940],\ +[1,0,1,393368,52500278],\ +[0,0,1,21366,1115607],\ +[0,0,0,230217,-82229618],\ +[1,-1,1,-1539098,735317081],\ +[1,-1,1,-223229,40481669],\ +[0,0,0,-7440,247012],\ +[1,-1,1,136570,81579197],\ +[1,-1,1,-8077214,-8807627731],\ +[1,-1,0,-72635388,238288785168],\ +[0,1,0,-26333,1587588],\ +[1,0,1,75365,-5918698],\ +[1,-1,0,-2653101,1663391781],\ +[1,0,1,-1199038,-512886094],\ +[0,1,1,-7135,225931],\ +[1,0,0,-11182548,14398463376],\ +[0,1,1,-43611,3490940],\ +[1,0,1,-4112,104168],\ +[0,1,0,-6488798,13418044761],\ +[1,-1,1,-993605,382886453],\ +[0,0,0,-92037,6691309],\ +[1,0,0,35594,25786020],\ +[1,0,0,46629,869201],\ +[1,-1,1,2743,82889],\ +[0,1,0,-43668,3497796],\ +[1,0,0,-69366,7027876],\ +[1,-1,0,-2895,113901],\ +[0,1,1,-5045,136256],\ +[0,1,1,-175,7656],\ +[1,-1,0,498,27224],\ +[1,-1,0,-109932,14069600],\ +[0,1,1,-293814083,5314187500994],\ +[1,-1,1,51202084,47415099863],\ +[1,0,1,-1499,23016],\ +[1,0,1,384,5542],\ +[1,0,1,-559,2412],\ +[1,0,0,-10011,420561],\ +[1,-1,0,282,-118],\ +[1,-1,1,10150,358561],\ +[0,1,0,-46853,3887367],\ +[1,-1,0,-11322,677070],\ +[0,1,1,-4539215,3722233969],\ +[1,0,0,-7603,168673],\ +[0,0,0,-12888,509188],\ +[1,-1,1,-434,3817],\ +[0,1,0,2250,1265625],\ +[1,0,1,-13207,-609758],\ +[1,-1,0,-5037,331433],\ +[1,0,0,-6485,-944103],\ +[1,-1,0,-46404,3907710],\ +[0,0,1,-3539244,2562795045],\ +[0,1,0,-1418,25409],\ +[1,-1,1,4885,276859],\ +[0,0,1,-370386,-106439677],\ +[1,-1,1,15010,-2360339],\ +[1,-1,0,-24208029,45850680585],\ +[1,-1,0,-39597,3041153],\ +[1,-1,0,-113678865,137292716205],\ +[1,-1,0,26229,-751807],\ +[0,0,1,31872,28169529],\ +[1,-1,0,-24117,2815541],\ +[1,-1,1,-53681,4908449],\ +[1,0,0,-73977,7738361],\ +[1,0,0,-66590511,-218700867015],\ +[1,-1,1,1240,-6749],\ +[0,0,1,-22008,553518],\ +[1,0,0,-5570,-279100],\ +[1,-1,0,-142956,20840016],\ +[0,1,0,97379,-10292321],\ +[0,1,1,-5763,164856],\ +[0,0,1,-31902,28318335],\ +[1,-1,1,22945,2117447],\ +[1,0,1,-174123,28030006],\ +[0,1,0,1566,-847],\ +[1,-1,0,-2412,47430],\ +[1,-1,0,588696,-265832640],\ +[1,-1,0,117,1443],\ +[0,1,0,307,-14033],\ +[1,-1,1,-119,1639],\ +[1,-1,1,-13646,-991907],\ +[1,-1,1,-68234,7201649],\ +[1,0,1,-576,4536],\ +[0,1,1,-1263,15365],\ +[1,0,1,-43538,3138906],\ +[1,-1,0,-8384274,9346389768],\ +[1,-1,0,816,73440],\ +[1,-1,1,-818,74801],\ +[0,0,1,-7738212,8285322447],\ +[1,-1,0,-59604,4215410],\ +[1,-1,1,-42574640,106934490515],\ +[1,-1,0,660,-2617264],\ +[1,-1,1,-184748,30599831],\ +[1,-1,1,-157262,24045149],\ +[0,0,1,4307118,-77378764950],\ +[1,0,1,410,-12480],\ +[1,0,1,283,-998],\ +[1,0,1,-2599,12812],\ +[1,0,1,-190666,32028822],\ +[1,-1,1,-328250,72468065],\ +[1,-1,0,-36402,-2682666],\ +[1,0,0,-127374,46840716],\ +[1,0,1,-97433509,370423418896],\ +[0,1,0,-317,6399],\ +[1,-1,0,-30303792,64216233216],\ +[1,-1,0,-36528,-2659482],\ +[1,-1,0,-84330,9532026],\ +[1,-1,1,2197282,-2714746003],\ +[0,0,1,21822,3175578],\ +[1,0,0,-131211,-176242959],\ +[1,0,1,-190391,32125890],\ +[1,0,0,-2461,62001],\ +[1,0,1,-20116,1089414],\ +[1,0,1,-3301,67784],\ +[1,-1,1,-6224180,8321783447],\ +[1,-1,0,485883,1044575541],\ +[0,0,0,-19118511,32175789462],\ +[0,0,0,-1431,59022],\ +[1,0,1,-4338,392438],\ +[0,0,0,1401,52414],\ +[1,0,0,-3773,62769],\ +[0,1,0,-4013,96559],\ +[1,0,1,-30126,2010048],\ +[0,1,0,-70649036,-228829803996],\ +[1,-1,1,-2105,38297],\ +[1,0,0,-6416551,5998261681],\ +[0,1,1,-10333,1107244],\ +[1,0,1,-191326,32195298],\ +[1,-1,1,-328691,72614099],\ +[0,1,1,-54127,4811725],\ +[1,-1,0,351400401,-18443094902595],\ +[1,0,0,-121129,2234777],\ +[1,-1,1,7201903,33642131969],\ +[1,-1,0,-31983,2211713],\ +[1,-1,0,-229842,37569060],\ +[0,1,1,-8719,-310091],\ +[1,0,1,-286,3532],\ +[1,-1,1,-1069580,428578831],\ +[0,1,1,-22245,1269631],\ +[1,0,1,-88674,-6928844],\ +[1,-1,1,19084,-723121],\ +[1,0,0,-650933,203913081],\ +[1,-1,1,-434032592,2924413485491],\ +[0,1,0,-2433,45288],\ +[1,0,0,-6078,1980],\ +[1,0,1,751,10036],\ +[0,0,1,-739596,244814949],\ +[1,0,1,-10143,395758],\ +[1,0,1,5840,-249670],\ +[1,0,0,1107,47953],\ +[1,0,0,1295951,567952001],\ +[1,-1,1,-502580,137072791],\ +[1,-1,0,-16509,720513],\ +[1,-1,1,-357877004,2605935605519],\ +[1,-1,1,-37043,2749907],\ +[0,0,0,326193,35549206],\ +[1,0,0,-424489,107194841],\ +[0,0,0,4107768,1132897444],\ +[1,-1,0,-1857,31557],\ +[1,-1,1,-115627973,478595611901],\ +[1,0,1,-134951,19013798],\ +[1,-1,1,685,-6157],\ +[1,0,1,-13648,612506],\ +[0,0,1,-880698,318025584],\ +[0,0,1,-21700956,-53515488951],\ +[1,0,1,-68574461,219511451864],\ +[1,0,0,-624,6056],\ +[1,0,1,-17664,956236],\ +[0,1,0,-38958,2391713],\ +[1,0,1,94334617,93526867306],\ +[1,0,0,-2524948,1225797520],\ +[1,0,1,-341891,76913254],\ +[0,0,1,-12790470,-127305306513],\ +[1,-1,0,-85683,815787843],\ +[1,0,0,-13992,268136],\ +[1,-1,0,-61618824666,5887343359601046],\ +[1,-1,0,-751205376,8288072515656],\ +[0,1,1,-302241,-55696894],\ +[1,0,1,-101355,12411302],\ +[1,0,1,-103020,5202120],\ +[0,0,1,-28783200,59436995544],\ +[1,0,1,-84824,-7992294],\ +[0,1,0,-74041,9316784],\ +[1,0,0,-118513,-16952983],\ +[1,0,1,38488,-5232768],\ +[1,-1,0,12000,-1177894],\ +[1,0,1,-7024,340066],\ +[1,0,0,7362,-4914108],\ +[1,-1,0,-17430,887390],\ +[1,-1,0,6165,-433215],\ +[0,0,1,-297120,109125747],\ +[1,0,1,-746,22944],\ +[0,1,0,-365,2900],\ +[1,-1,1,-6623,-4050169],\ +[0,0,0,-375375,88520182],\ +[1,0,1,811,1162],\ +[0,0,0,-77511,8308798],\ +[1,0,1,193,37442],\ +[1,-1,0,-10415988,12941799408],\ +[0,0,1,-1014222,408267945],\ +[1,-1,1,-952826,354977849],\ +[1,-1,1,-65552,6486779],\ +[0,1,1,-106009,-24378466],\ +[1,-1,0,-2616,93906],\ +[1,0,1,-33209326,-106446649952],\ +[1,0,1,-12576,-2368452],\ +[0,0,1,-1674,29072],\ +[1,-1,0,-20465658,35640930798],\ +[0,0,1,0,9737520],\ +[0,1,1,-16166423,25010706187],\ +[1,0,1,-40,1560],\ +[1,0,0,-1620872,1254238784],\ +[1,0,0,-1869192,983468096],\ +[0,0,1,-716250,-953664219],\ +[0,1,1,-440673,112434158],\ +[1,0,1,18767,-1182882],\ +[0,1,0,1478,-41199],\ +[0,0,0,-29160,-2139804],\ +[1,0,1,-191654,32285036],\ +[0,0,0,-270840,54252196],\ +[1,0,0,-278398,-241128636],\ +[1,-1,1,670,49505],\ +[1,0,1,32521,1057647962],\ +[0,1,1,2531969,5424395256],\ +[1,0,0,52222,-28956476],\ +[0,1,0,-89306,10431169],\ +[1,-1,1,-41957,3317789],\ +[0,1,0,-4245,41975],\ +[1,0,0,-3913,90753],\ +[1,0,0,8495234,-326358204],\ +[1,0,0,-13089,185417],\ +[1,0,0,-871220,759024288400],\ +[1,0,0,-1349,18937],\ +[1,0,0,-77991220,265115744400],\ +[0,1,0,446851,-57065601],\ +[1,0,1,-306,2486],\ +[1,0,0,-146903258,685294646628],\ +[1,-1,1,-332219,73785899],\ +[1,-1,0,-32433,-3408867],\ +[1,0,1,-150901,22530048],\ +[0,1,1,55565,-3918761],\ +[1,-1,1,71884,10366103],\ +[1,-1,1,-3167087,2170183799],\ +[0,1,1,-4997,80597],\ +[0,0,0,-1223091336,16464041360548],\ +[1,0,0,-488,238144],\ +[1,0,1,-81359,-8945124],\ +[0,1,1,-55113,-5167150],\ +[1,-1,0,-1568160,756238800],\ +[0,1,0,-343490,77377025],\ +[1,0,0,-75293,3678921],\ +[0,1,0,-119665,15959888],\ +[1,-1,1,-5438,155917],\ +[1,-1,0,-4839,130823],\ +[1,-1,0,936,-27852],\ +[0,0,1,-11172162,11944359090],\ +[0,0,1,-3564,82397],\ +[1,-1,1,1975,-3319],\ +[1,0,1,33049,-1058452],\ +[1,-1,0,-3147,72665],\ +[1,-1,1,-385016,91996283],\ +[1,-1,1,-127489010,553945750769],\ +[1,0,0,224,50176],\ +[1,-1,1,-163442,-31574159],\ +[1,0,1,-1468,46808],\ +[1,0,1,2918,-26868],\ +[0,1,1,29919,-1605850],\ +[1,-1,1,-24938,1522001],\ +[1,0,0,2190,93572],\ +[1,-1,0,-247242,43127316],\ +[1,0,1,-1246,18740],\ +[0,1,0,-905,-39400],\ +[1,0,1,-9199,6622],\ +[1,0,0,-16823,838569],\ +[1,-1,1,-485180,129934847],\ +[1,0,0,-18621,977201],\ +[0,1,1,-2541,49061],\ +[1,-1,0,-17298,877158],\ +[0,1,1,-6083,182619],\ +[1,-1,1,-9722,371321],\ +[1,0,1,-8615273,-9736970172],\ +[1,0,1,-49272,-3334622],\ +[0,1,1,4035,-402406],\ +[0,1,1,-3103,65505],\ +[1,0,1,-7222,235738],\ +[1,-1,1,-674,50849],\ +[1,-1,1,-112556837,81207920861],\ +[1,0,1,-587214,173148786],\ +[0,1,0,-10204,-425212],\ +[1,-1,0,-8574,307380],\ +[1,-1,0,-2580,32100],\ +[0,1,1,-2731,-86394],\ +[1,0,0,26202839,-2287505374759],\ +[1,0,0,-3613,-71183],\ +[1,0,1,-16826,822548],\ +[1,0,0,-43863,3539817],\ +[1,0,1,-117821326,-492560668852],\ +[0,0,1,-4086,-81402],\ +[0,0,0,-251559,48227454],\ +[1,0,0,-4577,119689],\ +[0,1,0,-199397,34204519],\ +[1,0,1,942,-18444],\ +[1,0,0,-1053,14129],\ +[0,1,1,-742701,245885430],\ +[1,-1,1,-334361,74500409],\ +[1,0,0,-18403,959369],\ +[1,0,0,-50984,4613696],\ +[1,0,1,-16497,813952],\ +[1,-1,1,7251187,15194949941],\ +[1,-1,0,-59058,5541642],\ +[1,0,0,-154645,-25922975],\ +[1,0,0,-3438,76420],\ +[1,0,1,-21288793,20028242108],\ +[1,0,1,-18369418,30301850108],\ +[1,-1,1,-832838,-677650219],\ +[1,0,0,251,777],\ +[1,-1,0,5918778,263201562],\ +[0,1,0,28019,25679],\ +[1,-1,1,-20491943,35709611231],\ +[1,0,1,-1676927,694132418],\ +[1,-1,0,-232803,49935717],\ +[1,0,1,-23451,1453298],\ +[0,1,0,-1637,24964],\ +[1,0,0,-196571,32271185],\ +[1,0,1,-18962441,31382232140],\ +[0,0,1,23640,-371025],\ +[1,0,0,-4507071,3596097825],\ +[1,0,1,10542,255018],\ +[0,0,0,-188760,31461316],\ +[1,0,0,-58703,5538553],\ +[1,-1,1,-7481,3673],\ +[1,0,0,250,-2068],\ +[0,1,0,-78129,8379568],\ +[1,0,0,-516,-107504],\ +[0,1,0,-19253,1021716],\ +[1,0,0,-197156,793661520],\ +[1,0,1,-96456,-24247658],\ +[1,0,0,-879716,317523216],\ +[1,0,0,73685,-67656783],\ +[0,1,1,-58287,-9856510],\ +[1,0,1,41222,4083756],\ +[1,-1,1,-1193882,501739481],\ +[1,-1,1,-610880,183920483],\ +[1,0,0,-3611,101585],\ +[1,0,0,2599,42681],\ +[0,0,0,-175584,28467556],\ +[1,0,0,-1435763,612274017],\ +[1,0,1,-3381,74416],\ +[1,0,1,-2544486,1904908216],\ +[1,-1,0,-494070,133793396],\ +[1,0,1,-2284731,1322975206],\ +[1,0,0,-90756,10514960],\ +[1,0,1,-211,44310],\ +[0,0,1,1038,822],\ +[1,0,1,-13405626,-17956877588],\ +[0,1,1,-31919,-741370],\ +[0,0,1,-558,3573],\ +[0,1,0,5177043,-7618393521],\ +[1,0,0,192,1288],\ +[1,-1,1,-12885098,23749031081],\ +[1,0,1,-817,15188],\ +[0,1,1,-101933,-9154181],\ +[1,0,0,-171499,23309161],\ +[1,-1,0,1488,21858],\ +[1,0,0,15042,-847764],\ +[1,0,1,-115323,15064006],\ +[0,1,1,6529,2661791],\ +[1,-1,0,-149393016,702856450656],\ +[0,0,1,-1872,31167],\ +[0,1,0,-1921502,1024561601],\ +[1,0,0,62,-36924],\ +[0,0,1,6156,-109600],\ +[1,0,1,-17634529,28502793556],\ +[1,-1,0,-1354104,849502728],\ +[1,-1,1,-1640,39059],\ +[1,-1,0,-7728,220598],\ +[0,0,1,-13836,636768],\ +[1,-1,0,-138213,19812087],\ +[1,0,1,236448,-2352248],\ +[0,0,1,5718,192312],\ +[0,1,1,67375,4795054],\ +[0,1,0,-22437,-1377081],\ +[1,0,1,-10487,502418],\ +[1,0,1,-7822,-279532],\ +[0,0,0,-95655,11423518],\ +[1,0,1,18064,-1161754],\ +[0,0,1,-1518,24678],\ +[1,-1,0,-1844376,964527936],\ +[1,-1,1,-144098,-39237919],\ +[1,0,1,274,2748],\ +[1,0,1,-1439156,664402610],\ +[1,0,0,-151241,22625305],\ +[0,1,1,3543029,4241540385],\ +[1,0,1,-515188,-347375594],\ +[0,1,1,-1705,49381],\ +[0,1,0,-189341,-1346051361],\ +[0,1,0,-7272021,7553330199],\ +[1,-1,0,-10740,449196],\ +[1,-1,1,-297317,62469341],\ +[0,0,1,-35190,2540838],\ +[1,0,1,-37399,2780616],\ +[1,0,1,-14837,694342],\ +[1,-1,0,-67335,3249105],\ +[1,-1,1,-5990,215453],\ +[0,1,1,-603,1505],\ +[1,0,0,-9457335,-11322287703],\ +[1,0,0,-79332,8548624],\ +[0,1,0,-236196,-27911996],\ +[1,0,0,-260502,-51223004],\ +[1,-1,1,-350186,46860329],\ +[0,0,0,8376,436516],\ +[0,1,0,123,-3636],\ +[1,0,1,-4140,101872],\ +[1,-1,1,6238,-40351],\ +[1,0,0,-1995,34137],\ +[1,0,1,14250,-342760],\ +[1,-1,1,22702,733457],\ +[0,1,1,-82941,9291080],\ +[1,-1,1,14665,813071],\ +[1,0,0,-309525,-12649375],\ +[0,1,1,63439,-11446809],\ +[0,0,1,-3690,-105162],\ +[1,0,0,-2529188,10300485456],\ +[1,0,0,-973252,369609744],\ +[0,1,1,-17645,907024],\ +[0,1,0,11158,19521],\ +[1,0,0,44657,724089],\ +[1,0,1,-2060,35750],\ +[1,0,0,-23330138,43371265892],\ +[1,-1,1,-13386101,18854123213],\ +[1,0,1,-806,9100],\ +[1,0,1,-57,3192],\ +[0,0,0,-29928,2245633],\ +[1,0,0,-4626323,3832631073],\ +[0,0,1,-25572954,49775988465],\ +[1,-1,0,-347665299,2374644320693],\ +[0,1,1,-369,2955],\ +[1,0,1,-41299114,102151459612],\ +[1,0,0,644668,1430338576],\ +[1,-1,0,-1095,18701],\ +[0,0,1,-903389124,10451061439020],\ +[1,0,1,-424070,106257432],\ +[1,0,1,277,-10744],\ +[1,0,0,-549263,-175039367],\ +[1,0,0,-8101,-255615],\ +[1,0,1,-1175,1379450],\ +[1,0,1,-67114,-12819764],\ +[1,-1,1,-9857,379081],\ +[1,-1,1,-25129562,-59008009039],\ +[0,1,1,9217,-259373],\ +[1,0,1,-43876,-137530],\ +[0,0,1,-236964,103145490],\ +[1,-1,1,-18668,-5866009],\ +[0,1,1,-6595,203224],\ +[1,0,1,139499,-15142752],\ +[1,0,1,7174,28460],\ +[1,-1,0,-2445,27035],\ +[1,-1,0,-2049,59193],\ +[1,0,1,-33675,4322982],\ +[1,-1,1,1897,37487],\ +[1,-1,0,-345984,78417990],\ +[0,1,0,-2168118,1224558729],\ +[1,0,1,-9603,430398],\ +[1,0,1,-48091,-1901986],\ +[0,1,1,179,8010],\ +[1,0,1,-45981,3803022],\ +[1,0,0,-320,102400],\ +[0,0,1,522,6779],\ +[0,0,0,-6741,226333],\ +[1,-1,0,587364,66291696],\ +[0,1,0,-370,-8775],\ +[1,0,1,-1805,-266038],\ +[1,0,1,-31220,2118962],\ +[1,0,0,-8013,2576017],\ +[0,0,1,-314310,67838382],\ +[0,0,0,-25113813,48441447013],\ +[1,-1,1,-2060,472655],\ +[1,0,1,-130793,5031858],\ +[1,0,0,-2666973,1696761009],\ +[1,0,0,-558356,183656336],\ +[0,1,1,13219,543531],\ +[0,1,0,-9390,347113],\ +[0,1,1,2417,-34131],\ +[0,1,1,-65095,-8152026],\ +[1,-1,0,2058,469224],\ +[0,1,0,-93,-586396],\ +[0,0,0,-2591817,-2060375351],\ +[1,-1,0,-3036987,2038575357],\ +[1,0,0,-302976390,2353023521892],\ +[0,1,0,507,-6660],\ +[0,0,0,852,-503],\ +[0,0,0,4311,-5759],\ +[1,0,0,-3333,-87039],\ +[1,0,1,-6146418,-5865561892],\ +[1,0,0,-86066,151339140],\ +[0,1,1,-4926003,4204591210],\ +[1,-1,1,-48704,4149227],\ +[0,1,1,-4925383,4205703621],\ +[0,1,1,-623721,189390206],\ +[1,0,0,20724167,53153459321],\ +[1,0,1,-962778,363530348],\ +[0,1,0,-501,-133876],\ +[0,0,0,-1332,19881],\ +[0,1,0,-45492,3719556],\ +[1,-1,0,-10828130877,433691658280773],\ +[0,1,1,-633711,182999495],\ +[1,0,0,2400,-2240000],\ +[1,-1,0,-4848,-185158],\ +[1,0,0,-1335903,-594790759],\ +[1,0,0,-601,4945],\ +[1,-1,1,-6802214,6807663029],\ +[1,-1,1,-482573,132163381],\ +[1,0,0,170767,240156009],\ +[1,0,1,-50076,100350298],\ +[1,0,1,-8778,302506],\ +[1,0,0,-1000,2432],\ +[1,-1,0,-23964,1433870],\ +[1,0,1,243556,12423826],\ +[0,1,0,-2558,75113],\ +[0,1,0,18155,-602025],\ +[0,1,0,-1332,443556],\ +[1,-1,0,-2886,60236],\ +[0,1,1,-48833,4137119],\ +[1,0,1,42411,-30970464],\ +[1,0,1,-3240859,2249597746],\ +[0,1,0,3794,-652631],\ +[1,0,1,19692,-1209582],\ +[1,-1,1,-782087,-87475201],\ +[1,0,0,-208,1928],\ +[0,0,0,-74775,8911150],\ +[1,-1,1,-3488,-16549],\ +[0,1,1,-3054773,2054004330],\ +[0,1,1,-34785,457589],\ +[0,0,1,0,93325260],\ +[1,0,1,-9295499,10915786666],\ +[1,-1,0,14613,-1298427],\ +[1,0,1,-17164658,1743465400068],\ +[1,-1,0,-9117,455541],\ +[1,0,1,-734396,-229058054],\ +[0,1,1,737,-19935],\ +[1,0,1,-59383,5564806],\ +[0,1,0,-7630,255225],\ +[0,0,0,-4154160,3258901924],\ +[1,0,1,-130221,18003384],\ +[1,0,1,-12426,534254],\ +[1,0,0,-1618,56580],\ +[1,-1,0,-32313,2246253],\ +[1,0,1,30449,2840586],\ +[1,-1,1,-123818,17448257],\ +[1,0,1,-724288,-237340762],\ +[1,-1,0,-12732,-43840],\ +[0,1,1,-5565,176069],\ +[1,0,1,-17179,865102],\ +[0,1,1,-891,-39885],\ +[0,1,0,-7766,-660055],\ +[0,1,1,297,-402],\ +[0,0,1,-146118,22048983],\ +[1,0,0,-26460,1190672],\ +[1,0,1,470,-760],\ +[1,-1,0,6445791,-209176587],\ +[1,0,1,1337,-1016512],\ +[1,0,0,-109430752,293816370176],\ +[1,0,1,-33626,2370548],\ +[1,0,1,48921,3428566],\ +[0,0,0,244761,-42629186],\ +[1,0,1,254,806],\ +[1,0,0,-75254593,251267773833],\ +[1,0,1,-6575,-385208],\ +[0,0,0,-52479,4624326],\ +[1,0,0,277,2801],\ +[0,0,0,-4872,130489],\ +[0,1,0,-13969438,20092142721],\ +[0,1,1,-203513,35269791],\ +[1,-1,0,-23337,1378029],\ +[1,0,0,1116,-12528],\ +[0,0,1,-10242,319080],\ +[0,1,0,2148,-322236],\ +[1,-1,1,-281183,85244231],\ +[1,0,1,25288,-2514842],\ +[0,0,1,-2820,53838],\ +[1,-1,1,-4115,16435],\ +[1,-1,0,3063,10565],\ +[0,1,1,-4683,122069],\ +[0,1,0,222,-2575],\ +[0,1,1,3267,27766],\ +[0,0,1,-71452920,232476504120],\ +[0,1,1,-851293,302036293],\ +[1,-1,0,-11457,692037],\ +[0,0,1,-44040,3300174],\ +[1,-1,1,-4235,118811],\ +[0,0,0,-19551,859558],\ +[1,0,0,-18868,995984],\ +[1,0,0,-7114013,-7081611983],\ +[0,0,1,-5787690150,169475148286983],\ +[1,0,1,-949,11882],\ +[1,0,0,1173,-719],\ +[1,-1,1,-3314,1222129],\ +[1,-1,0,-85196364,261846797520],\ +[1,-1,0,-2143764441,38215722346893],\ +[0,0,1,637728,-127398033],\ +[0,1,0,-1353,17424],\ +[1,-1,0,14595399,194949753453],\ +[1,-1,1,-199441838,1082986138301],\ +[1,-1,1,-92798,10845197],\ +[0,1,0,-30901,2085324],\ +[1,-1,1,-419,-167581],\ +[1,0,1,-8276,289072],\ +[1,-1,1,-2028170,1112250569],\ +[0,0,1,-92749404,343792352340],\ +[1,-1,0,-220401,39881313],\ +[0,1,1,8663,1152277],\ +[1,0,0,-5991,177985],\ +[0,1,1,-204633,35737120],\ +[0,1,0,-204997,35656519],\ +[1,0,0,-1342258,-587721252],\ +[0,0,1,-19236,1076418],\ +[1,0,0,-811,9201],\ +[1,0,0,5064,-304064],\ +[1,0,0,-212561,37689641],\ +[0,1,1,8917,43869],\ +[1,0,1,10840,-1685258],\ +[1,0,0,-746028,-664673904],\ +[1,-1,1,-650507,-190069861],\ +[1,-1,0,-13313994,18701995958],\ +[1,0,0,-8130,282052],\ +[1,-1,0,-93129,10904903],\ +[1,-1,0,7613706,10647816308],\ +[1,-1,0,-65548260,204279462480],\ +[1,-1,1,-5303,80911],\ +[0,1,1,-204913,35634591],\ +[1,-1,1,-2333,-357083],\ +[0,0,0,-13080,583297],\ +[1,-1,0,-471714,124817948],\ +[0,0,0,-2948736,-2482630652],\ +[1,0,1,-3225,218492],\ +[1,0,1,-66044,6527026],\ +[1,-1,1,-27868730,56632293497],\ +[1,-1,0,-1570887117,23964738055191],\ +[1,0,0,-18961,1003361],\ +[1,0,1,-610,5082],\ +[1,-1,1,2604820,569332847],\ +[0,1,1,-5399,142045],\ +[1,-1,0,-113767992,466882180416],\ +[1,0,0,11834,-16540],\ +[0,1,0,92,-18204],\ +[1,0,1,7972,50006],\ +[0,1,1,-119181,17764706],\ +[1,0,0,538,4836],\ +[1,-1,0,-447309,-24615387],\ +[1,0,1,8159,509510],\ +[0,0,0,-112944,14609761],\ +[1,0,1,235,55460],\ +[1,0,1,-42089551,-47182910494],\ +[0,0,1,-2415468,-775234611],\ +[1,0,0,-6067214,8232465412],\ +[1,-1,1,-106962620,425817457535],\ +[0,0,0,-9936,-772767],\ +[1,-1,1,-5313392,-4752906541],\ +[1,-1,0,-21935169,39546934425],\ +[1,-1,0,-47933310,127745316756],\ +[0,0,1,-90703668,332466770394],\ +[0,1,0,42846,-684927],\ +[0,0,0,-1153425,478482433],\ +[1,0,1,-3614,55792],\ +[1,-1,1,-41280021725,-3228874453432987],\ +[1,0,0,-19054,1010756],\ +[0,0,1,-43019472,217217317320],\ +[0,1,1,-2341,-50875],\ +[0,1,1,-1311,-25125],\ +[1,0,1,-363100,84406330],\ +[0,1,0,-58958,5251713],\ +[0,1,0,-56701,5165855],\ +[0,0,1,-1925403822,-31977774182505],\ +[0,0,1,-37992,2504232],\ +[0,0,1,282,-1572],\ +[1,0,0,-6515,208225],\ +[0,1,0,359,7920],\ +[0,0,1,-762,8172],\ +[1,0,1,1719,-13824],\ +[1,-1,0,-5371848,4794014268],\ +[0,1,1,-206257,35985975],\ +[1,0,1,1790,5812],\ +[1,-1,1,51325,-109565],\ +[1,0,1,-7695084,8217710666],\ +[0,1,1,-40233,3101276],\ +[1,-1,0,-78777,9106029],\ +[1,0,1,-171045138,861007675156],\ +[1,0,0,-3638,80292],\ +[1,0,1,-120321,16054120],\ +[1,0,1,-6456854,6314551156],\ +[0,1,1,-733,-748],\ +[0,0,1,-1668,17214],\ +[0,0,1,-84888,9507368],\ +[0,1,0,-37397,2793591],\ +[0,0,1,-2820,9117],\ +[1,0,0,-3133,67249],\ +[1,-1,1,-29525,96874805],\ +[0,1,1,2187,1195742],\ +[0,1,1,83697,16136525],\ +[1,0,1,-4210,-118488],\ +[1,0,0,5159,-234759],\ +[0,0,1,-14240694,20688107310],\ +[0,1,1,-1855,27506],\ +[0,0,1,-6012,179390],\ +[0,1,1,279,525],\ +[1,0,1,-2749,159536],\ +[1,0,0,-39038,3416388],\ +[0,1,1,-2187,1195742],\ +[1,0,0,-631634,193168132],\ +[1,0,0,-28981,1839881],\ +[1,0,1,78131,9802696],\ +[0,1,1,-4379,1200119],\ +[1,-1,1,67954,-8151907],\ +[1,0,1,304451,33154072],\ +[1,-1,1,5543743,2247910481],\ +[1,-1,0,-224556,41233616],\ +[1,0,1,46769,-5766470],\ +[1,-1,1,-3249176,2245832219],\ +[0,0,1,59046,96756705],\ +[1,-1,1,-16891700,26726725271],\ +[1,0,0,-17519,891321],\ +[1,0,1,-61351,774698],\ +[0,1,0,-23445,1373975],\ +[1,0,1,-76493,8136658],\ +[1,0,0,-363046197,2664957565089],\ +[0,0,0,-13257,4901769],\ +[0,0,1,-119208,15842268],\ +[1,-1,1,8863,937649],\ +[1,0,1,-5481,1206694],\ +[1,-1,0,-1309761,344864061],\ +[1,0,0,-4763,912017],\ +[1,-1,1,-5414,-145363],\ +[1,-1,1,20065,1594631],\ +[0,0,0,-9168,338308],\ +[1,0,0,-19147,1018169],\ +[1,-1,1,-3590,83669],\ +[0,1,0,7236,13089924],\ +[1,0,0,-2292230,1373185452],\ +[1,0,1,-6366148,-6181962494],\ +[0,0,0,-8368797,-9803955611],\ +[0,0,0,181690017,279397922182],\ +[0,0,1,-3262062,2273959647],\ +[1,0,1,-367111,85583114],\ +[0,1,1,1917,29244],\ +[1,0,1,-194273,21381256],\ +[1,0,1,-9026,329302],\ +[1,0,0,-13282,603716],\ +[1,-1,1,-524741,146448533],\ +[0,0,1,-390792,-94194645],\ +[1,0,0,-9138,335492],\ +[0,1,0,-4142013,3242123775],\ +[1,-1,1,-325709,71864309],\ +[0,1,0,9635,1427900],\ +[1,-1,0,-912,6468],\ +[0,1,0,-2318461,1364219839],\ +[1,-1,0,81357,-13958667],\ +[0,1,1,131,-3711],\ +[0,0,1,-3518838,2540662769],\ +[1,0,0,-641098073,57079635157433],\ +[1,-1,1,31711,111714329],\ +[1,0,0,-9539,604097],\ +[1,0,1,-2786754,1967890516],\ +[0,0,1,-390,-32482071],\ +[0,0,1,-207102,16142310],\ +[1,0,1,32574,6051316],\ +[0,1,1,-18555,-648619],\ +[0,0,0,-7695,248886],\ +[1,-1,0,-582042,171038772],\ +[1,0,0,-4392,19289664],\ +[0,0,1,-15528,-174132],\ +[1,0,1,-1089464,-1297350088],\ +[0,0,1,-12117846,16236263718],\ +[1,-1,1,-83810,9359713],\ +[1,0,1,-11041,439600],\ +[1,-1,0,-503316,137566836],\ +[1,0,1,-41759,3069946],\ +[0,0,1,-324030,71019900],\ +[1,-1,1,8953825,356229318791],\ +[1,-1,1,-150380,13553903],\ +[1,0,1,70,-4318],\ +[0,0,1,-29820,2000817],\ +[1,0,1,-211,1972],\ +[1,0,0,6031,270441],\ +[1,0,0,-15721,757401],\ +[1,-1,1,263182,-4503823],\ +[1,0,0,-22758,1316556],\ +[1,0,1,-1850,32412],\ +[0,1,1,-7131,26300],\ +[0,0,0,-109872,5905636],\ +[0,0,0,-28039296,57147698788],\ +[1,-1,1,-19199,1037519],\ +[0,1,0,302,-391],\ +[1,-1,1,4873,-49321],\ +[1,-1,1,-17744,1031987],\ +[1,0,0,182366122,353948492068],\ +[0,0,1,-2916,57098],\ +[1,-1,1,-1051553,415252081],\ +[1,-1,0,-274599,33897405],\ +[1,-1,0,-221799825,1271478010461],\ +[1,-1,1,-98390,5962789],\ +[1,-1,1,232,-16613],\ +[0,0,0,-881751,318734638],\ +[1,-1,0,-172788,-27840232],\ +[1,-1,1,-5024102,4233114101],\ +[1,-1,0,6897,-202017],\ +[0,1,1,-1493,21986],\ +[1,-1,0,-426312,107236188],\ +[0,0,1,-4764,126090],\ +[1,-1,1,-642767,-196040041],\ +[0,0,1,-14370,662847],\ +[1,0,0,-39145558,96863609124],\ +[1,0,1,-617493,-168472092],\ +[0,0,1,-4380,80097],\ +[0,1,0,-77165,-8302737],\ +[1,-1,1,-1558814,749489069],\ +[1,-1,0,-10932,-217200],\ +[1,-1,1,-83990,9389861],\ +[1,0,1,-529730,147996372],\ +[1,-1,0,-4734,126588],\ +[0,0,1,-1854,30717],\ +[1,-1,0,2910,-47404],\ +[1,-1,0,-24624,1493430],\ +[0,1,0,323,6399],\ +[1,0,1,-529375,148205190],\ +[0,1,0,-2006980005,30382004743975],\ +[1,0,1,-240803,203519198],\ +[0,1,1,-927,-17610],\ +[0,1,1,-2233,58294],\ +[1,-1,0,-35055,-80820045],\ +[0,1,1,-9375,520804],\ +[0,0,0,4164,94993],\ +[0,1,1,-2693,-34243],\ +[1,0,1,-1449,14356],\ +[0,1,1,-8683,321069],\ +[0,1,1,-25181,1510200],\ +[0,1,1,-2823,61696],\ +[0,0,1,-5981402946,178054397448984],\ +[0,1,0,-54853,4926567],\ +[0,1,0,-1492,17796],\ +[0,1,0,-76708,-184412],\ +[1,-1,0,146277,4251717],\ +[1,-1,1,-29595650,61978580993],\ +[0,0,1,-73844526,244244401443],\ +[1,-1,1,-84305,9442697],\ +[1,0,1,16522,502256],\ +[1,-1,1,-10642874,13356420257],\ +[1,0,0,229,-93999],\ +[0,0,0,-10935,437454],\ +[1,0,0,-3821,-142895],\ +[0,0,0,-3993840,3071995524],\ +[0,1,1,-944363,19121870],\ +[0,0,0,-141183,20402118],\ +[1,0,0,-165021,25788465],\ +[1,-1,0,-162945,25309665],\ +[0,0,1,-267582,-783156213],\ +[1,0,0,-2338,34116],\ +[0,1,1,-7896959,8531287145],\ +[1,-1,1,-2480,49547],\ +[1,-1,1,-299008805,1990171263197],\ +[1,0,1,1141,-12634],\ +[1,-1,0,-28929867,-93442726459],\ +[0,1,1,-667343,209608841],\ +[0,0,1,-2610,-25],\ +[1,-1,1,-276837422,1772973591869],\ +[1,-1,0,-7467,318041],\ +[0,1,1,-25715,1578594],\ +[1,-1,0,1308,-6634],\ +[1,-1,0,-80367,-5744809],\ +[1,0,1,464,-2654],\ +[0,1,0,-1131946,463162305],\ +[1,0,1,-122085,16408540],\ +[0,1,1,-46965,-1403781],\ +[0,1,0,-124349,16826719],\ +[0,0,0,3807,-11583],\ +[0,0,0,-32655,2303926],\ +[1,0,0,1631,13641],\ +[1,0,1,-78001,11723972],\ +[0,0,0,-6237,199341],\ +[1,0,1,963220,120801450],\ +[0,0,1,4524,-100692],\ +[1,-1,0,-4632,115244],\ +[1,-1,1,-84620,9495631],\ +[1,-1,0,-10302,-277120],\ +[0,0,0,387,-9683],\ +[0,0,0,-979680432,11802943835044],\ +[1,-1,1,532250356,723422573327],\ +[1,0,0,9276,183312],\ +[1,0,0,-3796395798,90242021421604],\ +[0,0,0,-55647,4235814],\ +[1,0,0,-95012,11254544],\ +[1,-1,1,-6488,203867],\ +[1,0,0,-74,-5684],\ +[1,-1,1,-7974343859,287308821691667],\ +[1,0,1,-416,7302],\ +[1,0,0,-89628,10319120],\ +[1,-1,0,-174,3480],\ +[0,1,1,-6553,-131047],\ +[0,0,0,-206688,36614212],\ +[0,1,1,-11143,1284310],\ +[1,-1,1,2131,48277],\ +[1,-1,0,-2283,72557],\ +[1,0,1,-1045529,411400306],\ +[0,0,0,-250176640377,48196752555509521],\ +[0,1,1,-2628789219,51876948898379],\ +[1,0,0,25525,-2526543],\ +[1,-1,0,7614,-22764],\ +[1,0,1,30258,-55168],\ +[1,0,0,-1340,1795600],\ +[0,0,1,-12204,523820],\ +[0,1,1,-128973,20335106],\ +[1,0,0,-763,-14583],\ +[1,0,0,-109413,-14165695],\ +[1,-1,1,-7670,259525],\ +[1,0,0,-209948,-22534384],\ +[1,-1,0,-3516387,2473810325],\ +[0,0,0,-2817,57601],\ +[1,-1,1,-4172285,3248753221],\ +[0,0,0,26727,19802473],\ +[1,0,0,15987,-871983],\ +[1,0,0,-1449,24281],\ +[1,0,0,-615066,1316369700],\ +[1,0,1,-38239,-20463764],\ +[1,0,1,-35944,2550326],\ +[1,0,0,-523162,145603684],\ +[1,0,1,311,97032],\ +[1,0,0,-2341,-233855],\ +[1,0,0,-1384026,626598756],\ +[1,0,1,-6062,258888],\ +[0,1,1,-3845,3696006],\ +[1,0,1,-38559,3029732],\ +[0,0,1,-1373034,-615458610],\ +[0,0,0,127185,13098454],\ +[1,-1,1,-84710,9510773],\ +[1,-1,0,-35745,2617325],\ +[1,0,0,-6152,185216],\ +[1,-1,1,-459536,120016883],\ +[1,-1,0,17109,-1405179],\ +[1,-1,1,-2792,57259],\ +[1,0,1,-114041,-32630740],\ +[0,0,0,-8958096,10319809537],\ +[0,0,1,-33138,2321844],\ +[0,0,1,-48792,3947832],\ +[0,1,0,-210373,37069255],\ +[0,1,0,-184021,29670455],\ +[1,0,1,-1159513,-183518112],\ +[1,0,1,12837,413238],\ +[1,-1,1,-132137,-18722839],\ +[0,0,1,-74088,7725368],\ +[1,-1,1,-70661,7269373],\ +[0,0,0,-145935,29030454],\ +[0,1,0,-1110062,443984561],\ +[0,1,0,510,-25975],\ +[1,0,0,-212721,37781865],\ +[1,0,0,3220676,4397950992],\ +[1,-1,1,15904330,123565350341],\ +[0,1,1,-23845,1409381],\ +[0,0,1,-61278,5838483],\ +[1,0,0,-10923,487089],\ +[1,0,0,32987,849417],\ +[1,0,1,-62088,5948438],\ +[0,0,1,-8861124,9756707985],\ +[0,1,1,161,1559],\ +[0,0,1,-10752,61677],\ +[1,-1,0,-1194015,502482525],\ +[1,0,1,-1696176,850123648],\ +[1,-1,0,-825,76175],\ +[1,-1,0,106506,-34385292],\ +[0,0,1,-1086,34383],\ +[0,1,1,-23067,1354827],\ +[0,0,1,1056,29385],\ +[1,-1,1,-85025,9563833],\ +[0,0,0,-32304,2559364],\ +[1,0,1,-58926,7836226],\ +[0,0,0,0,5041],\ +[0,1,0,82,1681],\ +[1,0,0,-17867,918129],\ +[0,1,0,4140,-63100],\ +[0,1,1,-377,3067],\ +[1,-1,1,-1582250,766451945],\ +[0,1,1,771,-259846],\ +[1,0,0,13453,3667161],\ +[1,0,1,-641,6310],\ +[0,0,0,3321,-15714],\ +[1,0,0,41,1681],\ +[0,0,0,0,2825761],\ +[0,0,0,0,25411681],\ +[1,-1,0,-1984263,1076334387],\ +[1,-1,0,-20097,1035153],\ +[1,-1,0,-521946,145279116],\ +[1,0,0,58,3364],\ +[1,-1,1,-85250,9601793],\ +[1,-1,1,-5296055,4692257039],\ +[1,-1,0,15423,907077],\ +[1,-1,0,-67650,11625236],\ +[1,0,0,-58,3364],\ +[1,0,1,-154052692,735943501138],\ +[1,-1,1,-96674645,365885904389],\ +[1,0,0,-41,1681],\ +[1,-1,0,141597,11763873],\ +[1,-1,1,-87050,9176545],\ +[1,-1,0,-9672,-336648],\ +[0,0,1,-10514082,13148445537],\ +[1,-1,1,-16595,1382003],\ +[1,-1,0,-2154048,881412632],\ +[1,-1,0,-149352,-37164736],\ +[1,-1,1,63148,7853879],\ +[1,0,1,21387,-1911344],\ +[0,1,0,-164,6724],\ +[0,1,1,-547,18905],\ +[1,0,1,-422529,105678706],\ +[0,1,1,7579,232586],\ +[1,-1,0,-56526,6058068],\ +[0,0,1,235428,90548370],\ +[1,-1,0,-4789566,4035722148],\ +[0,0,0,-5751,174798],\ +[0,1,1,-49153,4177943],\ +[1,-1,0,-157302,23988114],\ +[1,-1,0,-156114,23782248],\ +[0,1,0,-10390821,12888355879],\ +[0,1,0,-82,1681],\ +[0,0,1,4678380,-2295032787],\ +[1,-1,1,-167384669,-844807791643],\ +[1,-1,1,-283999343,-529430291593],\ +[1,0,1,-517648408,4533110485818],\ +[1,0,1,21906,-281248],\ +[1,0,1,-774282,262176748],\ +[1,0,1,-927,10828],\ +[0,1,1,-25681,1575456],\ +[1,-1,1,-861980,308583263],\ +[0,1,1,-16891,-857355],\ +[1,0,0,-3217700,-2205526768],\ +[0,1,1,-2683,82144],\ +[0,0,1,-21612,1301940],\ +[1,0,0,-635,5497],\ +[1,-1,0,-9402,-362040],\ +[1,0,0,768025,166900625],\ +[0,1,1,-26939,1692894],\ +[1,-1,1,-397580,95634191],\ +[0,1,1,763,-30328],\ +[1,0,0,-19612,1055504],\ +[1,-1,0,-50907,4433733],\ +[1,0,1,-3239826,2244048548],\ +[0,1,1,1133909,-1093490260],\ +[1,0,1,-91099,-10157338],\ +[1,-1,1,-671,1103],\ +[0,0,1,-6930,96348],\ +[0,1,1,-21191,1188265],\ +[0,0,1,-46326,3827439],\ +[1,-1,1,-9137,1063649],\ +[1,0,1,889,30792],\ +[0,1,1,-1709045,859397174],\ +[0,0,1,5940,-289015],\ +[0,0,1,-24690,1497735],\ +[1,0,1,-1110992,566142878],\ +[1,0,1,435144,-408126714],\ +[1,0,0,-3313,68241],\ +[0,1,0,-283306,61444265],\ +[1,-1,1,-11774,494669],\ +[1,-1,1,7207,-205519],\ +[1,-1,0,-37464192,88324014816],\ +[0,1,0,-3765,91863],\ +[1,-1,0,-936504,345526560],\ +[1,-1,0,-1490749110,22168918565946],\ +[1,-1,1,-104864,13392587],\ +[0,0,1,5154,153114],\ +[0,1,0,-51173,4438599],\ +[1,-1,1,-11369,1636777],\ +[1,-1,1,-30132680,63673119947],\ +[1,0,1,329,108570],\ +[1,-1,0,18573840,130616366616],\ +[1,-1,1,-1190,21709],\ +[0,0,1,11868,-67950],\ +[0,0,1,-14880,698547],\ +[1,-1,0,1038,9458],\ +[1,-1,0,-9087,-391573],\ +[0,0,1,-5634,253802],\ +[0,1,1,2673,1786232],\ +[1,-1,1,-30122150,63639747893],\ +[0,0,0,-6192,187524],\ +[1,-1,1,-27236930,54715525697],\ +[1,-1,0,-1735447749,27715021259093],\ +[1,-1,1,-10397,410621],\ +[0,0,0,-1488,11908],\ +[1,-1,1,-4754,120529],\ +[0,1,1,-982551,374544480],\ +[1,-1,0,-1905,7275],\ +[1,0,1,-194434,51662732],\ +[0,1,1,835,-8331],\ +[1,-1,1,-371975,87332519],\ +[1,-1,0,-16317,1338741],\ +[1,-1,1,-136862,19522349],\ +[0,0,1,-25914,1491237],\ +[1,-1,1,-650290532,7811233066631],\ +[1,-1,0,-7548,253268],\ +[0,0,1,-3870,56297],\ +[1,-1,1,-85835,9700723],\ +[0,1,0,11450,578073],\ +[0,1,1,-785,11431],\ +[1,0,1,-9039,331486],\ +[0,1,1,-28231,1816356],\ +[0,1,1,307,-380],\ +[1,0,0,-39848589,-179230190319],\ +[1,-1,1,-81537089,283408132817],\ +[1,0,1,-34238,-1833344],\ +[1,-1,1,-222080,35124131],\ +[0,1,1,-104449,11314960],\ +[1,-1,1,1225,-6769],\ +[1,0,1,-828,-1952],\ +[1,-1,1,-280161209570,57076919289344225],\ +[0,1,0,-538,4817],\ +[0,1,0,7044,-517500],\ +[1,-1,0,-1962384,1058583888],\ +[0,1,1,-34673,2458805],\ +[1,0,1,368,-29252],\ +[1,-1,0,-2397,46965],\ +[1,0,0,-373678,89223556],\ +[1,0,1,-3601,28960],\ +[1,-1,0,-119538,11131452],\ +[1,-1,0,-40264365678,3109788203637972],\ +[1,0,1,-14811,1400296],\ +[0,0,0,-87927,10051246],\ +[1,0,1,-1984,33762],\ +[1,0,0,-5990,192292],\ +[0,1,0,4043,19639],\ +[1,-1,1,-4449686,3609521453],\ +[0,0,0,-1677,80629],\ +[1,0,1,291,-6684],\ +[0,1,0,-5540,156900],\ +[1,0,1,-2225,40232],\ +[1,0,0,-67836,16730640],\ +[1,-1,0,-8682,-429400],\ +[0,1,1,717,31861],\ +[0,0,0,-18015,930694],\ +[1,0,1,-204430,-35941498],\ +[1,0,0,-679196,269729040],\ +[1,-1,1,41503,-2017231],\ +[0,1,0,-18685,631583],\ +[0,1,0,-29956,-3196156],\ +[1,-1,1,-86240,9769411],\ +[0,1,1,-48057,4039202],\ +[1,-1,1,-78050615,264242111375],\ +[1,0,0,-203338,71397156],\ +[0,0,0,28041,-39560114],\ +[1,-1,1,-5607212,-2216439889],\ +[0,1,1,-3173,-62994],\ +[1,-1,0,-5913,115053],\ +[1,-1,0,-77877,27702837],\ +[1,0,1,199,1398],\ +[1,0,1,-1584727183,24348017402306],\ +[1,-1,0,-61515,5892741],\ +[1,-1,0,-3243,71847],\ +[1,-1,1,-1259,14627],\ +[1,-1,1,-21539,1221859],\ +[1,-1,1,-3706394,2513971289],\ +[0,1,0,2767018659,-34929735331041],\ +[0,1,0,216814,-21851511],\ +[1,0,1,793,629642],\ +[0,1,1,-359,-9010],\ +[0,1,0,10212,-3484],\ +[1,0,1,175,30800],\ +[0,0,0,-42525,3356613],\ +[1,0,0,-114433,-18312439],\ +[0,1,0,-838,10097],\ +[1,-1,0,-3048705,2049658101],\ +[1,0,1,-1290,17682],\ +[1,0,0,23325,3056257],\ +[1,0,0,-739901,244905905],\ +[0,0,1,-3234,-550503],\ +[0,1,1,-15639081,23799608506],\ +[1,0,1,-310690,66631580],\ +[1,-1,0,-8367,-458709],\ +[0,1,1,-11793,276625],\ +[0,1,0,-6698845,-6704453900],\ +[0,1,1,361,32580],\ +[0,0,0,-51804,4553209],\ +[1,0,1,-88345,159453692],\ +[0,1,1,-816893,283907923],\ +[0,1,1,-266827,52951822],\ +[0,0,0,12924,-883943],\ +[1,0,0,-7210,-151900],\ +[1,0,1,-231173,47276256],\ +[1,-1,1,-86555,9822947],\ +[1,0,1,-462415399,4102115611866],\ +[0,1,1,-51713,4509143],\ +[1,0,0,640,-9728],\ +[0,0,1,658392,123167268],\ +[1,0,0,79,-4415],\ +[1,0,1,-439,4766],\ +[1,0,0,-602013,24444017],\ +[1,-1,1,-2105627,1060239179],\ +[1,-1,0,-274269,81402525],\ +[1,0,1,-108813,24750088],\ +[1,0,0,-403638,-99937108],\ +[1,0,0,-3440,11833600],\ +[0,1,1,-361,32580],\ +[0,1,1,83,1722],\ +[1,0,1,-1844991,964428626],\ +[1,0,0,-56837611,174934808625],\ +[1,0,0,1539247,660226345],\ +[1,-1,0,5787,-44253],\ +[0,1,1,-16109,1449134],\ +[1,0,1,269,-2144],\ +[1,0,0,-169513,429017],\ +[1,0,1,-1092,15002],\ +[0,1,0,-76509,7899039],\ +[1,-1,1,-72470,13246309],\ +[1,0,1,-3436,-5601110],\ +[0,0,1,-7361886,7688316699],\ +[1,-1,0,-32733,2278017],\ +[0,0,1,-170814,3530070],\ +[1,0,1,-65049,86480636],\ +[0,1,0,-381,3124],\ +[1,-1,0,-4251,107751],\ +[1,-1,1,-86870,9876581],\ +[1,-1,0,4224,1979648],\ +[1,-1,0,-195201,43708653],\ +[1,-1,0,-319032616617,70187029597790541],\ +[1,-1,0,-8052,-487920],\ +[1,0,1,-680034,215783476],\ +[1,0,0,2867,326033],\ +[1,0,1,-1299610,570144510],\ +[1,-1,0,67968,9197028],\ +[1,0,0,-1295,20025],\ +[1,0,0,301083,-175071231],\ +[0,0,0,78360,42170308],\ +[1,0,1,-55873038,160745559488],\ +[0,0,1,293370,84521997],\ +[1,-1,0,-109467,54310041],\ +[1,0,0,-8167,-11545399],\ +[0,0,1,-9668010,11618124714],\ +[1,0,0,-3864,41536],\ +[1,0,0,384,2240],\ +[1,-1,0,-31104,-445590],\ +[1,0,1,-42,1722],\ +[0,1,1,-58607333,172239569460],\ +[0,1,1,-51833,4524869],\ +[1,-1,0,11457,71847],\ +[1,-1,1,-59855,16497047],\ +[1,-1,1,-39152,3245651],\ +[1,0,1,-1066,46432],\ +[1,0,0,-646,6396],\ +[1,-1,1,-591573197,-5537247240331],\ +[1,-1,0,895791,-665576587],\ +[1,0,0,-4266,84716],\ +[1,0,1,-5451,154426],\ +[1,0,0,-573526,167129380],\ +[0,0,0,-19125,1018125],\ +[1,-1,0,-1770,2460],\ +[1,0,1,-44762,3641888],\ +[1,0,1,2484,244522],\ +[0,0,1,-4548,117414],\ +[1,0,1,-13317,606208],\ +[1,0,0,-57828,-5728176],\ +[1,0,0,-30596,1677840],\ +[0,0,1,-1836,30269],\ +[0,1,1,-727,33305],\ +[1,0,0,36567,-8168607],\ +[0,0,0,-4536,116937],\ +[1,-1,1,-4974926,10053382493],\ +[1,-1,0,-42675,1386485],\ +[1,0,1,-1951,21398],\ +[1,0,0,-19984,1085696],\ +[0,1,1,-168045,7242006],\ +[1,-1,1,-14147,642371],\ +[1,0,0,-82233,9071225],\ +[0,0,0,849,18742],\ +[0,1,0,-2069,-63561],\ +[0,0,0,6888,287716],\ +[1,0,0,-576,331776],\ +[0,1,1,-83,1722],\ +[1,0,1,12147,-460244],\ +[1,-1,0,15552,26863488],\ +[1,-1,1,-201677,34909301],\ +[0,0,0,-8895,316006],\ +[0,0,0,189590208,676597210801],\ +[1,-1,0,55902,2518668],\ +[1,0,0,27847,30991481],\ +[1,-1,1,-68204,8413679],\ +[1,0,1,11760,-4532898],\ +[0,1,0,-48951833,131809829088],\ +[1,-1,0,2511,698895],\ +[0,1,1,463,53592],\ +[1,0,1,19175,7466492],\ +[1,0,0,-165597,25779889],\ +[0,0,1,-61410,6387615],\ +[1,0,0,-37471,2893401],\ +[1,-1,1,-220559963,1260831718667],\ +[1,-1,1,-4869383,4154861567],\ +[1,0,1,428516,-344828504],\ +[1,0,0,-26818,14730180],\ +[0,1,0,-743708,-142148412],\ +[0,0,1,42972,2146914],\ +[1,0,0,-29023388,-61268602608],\ +[1,-1,0,-9735,372095],\ +[1,-1,1,-1643303,820378207],\ +[1,-1,1,13486,20200529],\ +[1,-1,1,-55703,38507887],\ +[1,-1,0,-18871314,31558864148],\ +[1,-1,0,-84579,12347135],\ +[1,0,0,-9654,-998684],\ +[1,0,0,-15338,739236],\ +[1,0,1,-7019,250886],\ +[0,1,0,4862,217577],\ +[1,-1,1,457,847],\ +[1,-1,0,9786,1146698],\ +[1,-1,0,-3255,142541],\ +[1,-1,1,72277,4896451],\ +[1,0,1,555,5192],\ +[1,-1,1,7375,169121],\ +[1,-1,1,-8453,912637],\ +[1,-1,1,-921188,-2465600633],\ +[1,-1,0,-14190,654740],\ +[1,-1,1,1888,-108989],\ +[1,-1,0,55551,37895993],\ +[1,-1,1,-1095932,341988031],\ +[1,-1,0,-609,6713],\ +[0,1,0,-2410,47433],\ +[1,0,1,-28870,-2756200],\ +[1,0,1,756,722],\ +[0,0,0,-37503,39124998],\ +[1,0,0,-1570,24812],\ +[1,-1,1,-87680,10014947],\ +[1,0,0,-2893,337553],\ +[0,1,0,-1169,85848],\ +[1,0,0,-1141,14945],\ +[1,0,0,1987,-80583],\ +[1,0,1,-125406424,540529853606],\ +[1,0,1,2666051261,37456887809726],\ +[0,0,1,-4746,184464],\ +[1,-1,1,25945,2740447],\ +[0,1,1,-20027,1209512],\ +[1,0,1,-910688,-200269412],\ +[0,1,1,-28901,1883855],\ +[1,0,0,-1165837,484140049],\ +[1,0,0,1471938,102217284],\ +[0,1,0,-3868,91236],\ +[0,0,0,-283246932,1888277688169],\ +[1,0,1,-161379,92040606],\ +[1,0,1,-265064,-84558634],\ +[0,1,1,3659,38546],\ +[1,-1,1,1225232266,-44479039276411],\ +[1,0,1,-262564,51762802],\ +[0,0,1,-16770,835887],\ +[1,-1,0,-267642,49780980],\ +[1,0,0,8465,-296775],\ +[1,0,1,-12405,527380],\ +[1,-1,0,-25965,1999971],\ +[0,0,1,-2409750,-1488362344],\ +[1,-1,1,-452084,117109847],\ +[1,-1,1,2579116,15035491127],\ +[1,0,1,-10984576,14011151798],\ +[1,0,1,-173263,27744888],\ +[1,-1,1,3343,-329119],\ +[1,-1,0,-8140626,8941979016],\ +[0,1,1,-4187,102872],\ +[0,0,0,-1349775,603587350],\ +[0,1,1,30611,3341469],\ +[1,0,0,-3472,12054784],\ +[1,0,1,-3410,91812],\ +[0,0,0,-168975,-16332650],\ +[1,0,1,5024,183470],\ +[1,0,1,-9128,360506],\ +[0,1,1,-13979,633484],\ +[1,-1,0,-664542,208678572],\ +[0,1,0,-290706,75483369],\ +[1,-1,0,-112086,9288756],\ +[1,-1,1,-239126,45069149],\ +[0,0,1,-21890250,39420687656],\ +[1,0,1,-173952,27910638],\ +[0,1,1,-42579,3381554],\ +[0,0,0,-6744,213169],\ +[1,0,1,10526,581716],\ +[1,0,1,-8076,198798],\ +[0,0,1,-8364,294540],\ +[1,0,1,119148,3212178],\ +[0,1,1,-1438973,668858803],\ +[1,-1,0,411,-19677],\ +[0,1,1,1539,-9079],\ +[1,-1,0,-30795,2089025],\ +[0,1,0,11247,123264],\ +[1,-1,0,-224505,40999905],\ +[1,0,0,-4103,-43127],\ +[1,0,1,2103,-207848],\ +[0,1,1,-36849,48790],\ +[1,-1,1,-2093647055,-36746899694953],\ +[1,0,0,-35201,7576265],\ +[1,0,0,-2700009,1785705497],\ +[1,0,1,4847222,1972340348],\ +[1,0,1,20160,3258830],\ +[1,-1,1,-56630,5174597],\ +[0,1,1,-445751,114399305],\ +[1,0,1,2139,-59744],\ +[1,0,0,-303,3961],\ +[0,1,1,-2163,37775],\ +[1,0,0,4066,329412],\ +[1,0,1,31329,-18725804],\ +[1,0,1,-4923254,6306871656],\ +[0,1,0,-5237,158839],\ +[1,-1,1,-17746385,36528260033],\ +[1,-1,0,-71414712,226972100160],\ +[1,0,1,-164227093376,25616222765039054],\ +[0,1,0,19111,-2396392],\ +[1,0,0,-65377,6428361],\ +[1,0,0,-2734249,1739996377],\ +[1,0,0,-9948304,-12810727168],\ +[0,1,1,-26169441,51552306740],\ +[0,1,0,-1668,26180],\ +[1,-1,0,-38292,2763216],\ +[1,0,0,-944977,-236596951],\ +[0,1,0,1142,8513],\ +[0,1,1,-2025959,-1110594785],\ +[0,1,0,-15908,146180],\ +[0,1,0,-25893,1544039],\ +[1,0,1,-5708317,4562873912],\ +[0,1,0,16324,-104860],\ +[1,0,1,-1676378,7809671756],\ +[1,0,1,-94,8742],\ +[0,0,0,-156072,-1487036],\ +[1,0,0,304962064,2078769398016],\ +[0,0,0,-3240,68337],\ +[1,-1,1,-1675994,835573529],\ +[1,-1,1,-656654,234563357],\ +[0,0,1,0,4420506],\ +[0,1,0,-52613,4627527],\ +[1,-1,1,53698,5526029],\ +[1,0,1,-1072,12402],\ +[0,1,0,-10170,391393],\ +[1,0,0,-8705,312977],\ +[1,-1,0,198,-3378],\ +[1,-1,0,-10200636,12549421776],\ +[1,0,1,115634,11770880],\ +[1,-1,1,250,6805],\ +[1,-1,1,-1548680,-1074176053],\ +[1,0,1,-5430,119230],\ +[0,1,1,-18861,1582121],\ +[1,0,0,7862,-140508],\ +[1,0,1,-1035,3322],\ +[1,-1,0,-252,7224],\ +[0,0,1,-4428,112664],\ +[1,-1,1,-1370,19873],\ +[0,0,1,-3252,68760],\ +[1,-1,1,-27680,-19118653],\ +[1,-1,1,-699980,225589583],\ +[0,1,0,556,77284],\ +[1,-1,1,13120843,-47931621811],\ +[1,0,1,-123035419,524883979276],\ +[1,0,0,-1506,15940],\ +[1,-1,1,-62,-11251],\ +[0,1,0,-3073,64552],\ +[1,-1,0,8436,7901720],\ +[0,1,1,-52793,4651325],\ +[1,0,0,-468938,-153002716],\ +[0,1,0,-5046,6365529],\ +[0,1,0,715,-7817],\ +[1,-1,1,-8438,7915781],\ +[0,0,1,-9499920,13327309878],\ +[0,1,0,2075,-7052],\ +[1,-1,0,-6252,-652960],\ +[1,-1,1,-12935,569575],\ +[1,0,0,8171,129817],\ +[0,1,1,-58193,3636422],\ +[0,0,1,7533840,3152477238],\ +[0,1,1,-1144803,471077956],\ +[1,-1,0,633,-74881],\ +[0,1,1,-9377,346390],\ +[1,0,1,146616,-45052068],\ +[0,0,0,-519,8254],\ +[1,-1,1,1178824,-1152531781],\ +[0,0,1,-9048,-865332],\ +[1,-1,0,-1574298,760682448],\ +[0,0,0,-79992,8941924],\ +[1,0,0,-6344,166976],\ +[0,0,1,-16980,851637],\ +[1,0,1,-357968,84278558],\ +[1,0,1,-21130,1183460],\ +[1,0,1,-143108,22739618],\ +[1,-1,0,-678042,215068212],\ +[1,0,1,-951390954,11294882980956],\ +[1,-1,0,-4440,114996],\ +[1,0,0,-13040,569600],\ +[1,-1,0,-7816914486,-1420803838958544],\ +[0,0,1,-23490,1379288],\ +[0,0,0,41112,-1230812],\ +[1,0,0,43062,1813796],\ +[0,0,0,-44625,3614713],\ +[1,-1,0,-102411,12610971],\ +[0,0,0,-7986957,8688097381],\ +[1,0,0,4091,5497],\ +[0,0,1,-1770,-35613],\ +[0,1,0,291,604],\ +[1,-1,1,-61514,-70983031],\ +[1,0,1,-13645,610540],\ +[1,0,0,-1081,12601],\ +[0,0,0,-1038324,407237209],\ +[1,0,0,-13663,543385],\ +[1,0,1,-2838608,1840556306],\ +[1,0,1,-22348,721628],\ +[0,1,1,243,-2690],\ +[1,0,1,-815473,-283480372],\ +[1,0,0,84,7056],\ +[1,0,0,587,13217],\ +[1,-1,0,-69112740,221168149200],\ +[1,0,0,-724221,-237395215],\ +[0,0,0,-17712,942084],\ +[0,0,0,10032,-93692],\ +[1,-1,1,-3821,91853],\ +[1,0,1,583228,2808310042],\ +[1,-1,0,-681,1331],\ +[1,0,1,4980,180050],\ +[1,-1,0,2268,570024],\ +[1,-1,0,-924,13818],\ +[1,-1,0,-3447504,2523832560],\ +[0,1,0,4387,-32801],\ +[1,-1,1,12253,-608029],\ +[1,-1,1,-32873,1440497],\ +[0,1,0,-49596,4235364],\ +[0,1,0,-3428,-49340],\ +[1,-1,0,158436,2789001720],\ +[0,0,1,-86376,9760824],\ +[0,1,1,-119071,15838921],\ +[1,-1,0,-4254,99060],\ +[1,-1,1,-542252,-2946346321],\ +[1,0,1,144,-8910],\ +[1,-1,1,-3918662,-16192624939],\ +[1,0,1,-280481,57330524],\ +[1,0,1,-1148,15078],\ +[1,0,1,-284932,-24533758],\ +[1,0,1,-1652187,817415052],\ +[1,0,1,-1884523,542085078],\ +[0,0,1,-145866,-4924332],\ +[1,0,0,-21441,1206721],\ +[1,-1,1,-974978375,11717895536831],\ +[0,1,1,-2381,44331],\ +[1,-1,1,-11919200,16405955075],\ +[0,0,1,-7082436,7254618399],\ +[0,1,1,-7697,-666620],\ +[1,-1,0,-1057392,421110900],\ +[1,-1,1,264127,-19311919],\ +[0,1,0,1257667,-2035317537],\ +[1,0,0,-51600783,142665663905],\ +[1,0,1,59,3540],\ +[1,0,0,8338,-73084],\ +[0,0,1,-314328,78319233],\ +[0,0,1,738,-13203],\ +[1,0,0,-68263,6134017],\ +[1,0,1,-35549,2576666],\ +[0,0,1,-3168,68823],\ +[0,0,1,242298,14678327],\ +[1,0,0,-25610,1589100],\ +[1,0,1,-1279,35846],\ +[1,0,0,-6474,199972],\ +[1,-1,0,-412236,107569296],\ +[1,-1,1,-5609,-131543],\ +[0,1,1,-53153,4699043],\ +[1,-1,0,21009,-1555579],\ +[1,-1,1,-6389,-75763],\ +[1,-1,1,-74561,7889873],\ +[1,0,1,-32961,2300514],\ +[1,0,0,-2484636,-1507207464],\ +[1,0,1,-1314,37766],\ +[0,1,0,732,2404],\ +[0,1,0,-726026,237915265],\ +[1,-1,0,1368,-6498],\ +[0,1,0,-1668,5860],\ +[1,-1,0,-11328,466908],\ +[1,0,1,-53044,4471492],\ +[0,0,0,-486000,-123997500],\ +[1,-1,1,-5073125,8604470045],\ +[1,-1,1,-28424,1830547],\ +[0,0,0,-57000,2702500],\ +[1,0,1,-2547,-19898],\ +[1,0,0,-20729051,36326778705],\ +[1,0,1,3364,449562],\ +[1,0,0,-485052,144473104],\ +[1,-1,0,-138525,-32059],\ +[1,-1,1,-749579,-113015653],\ +[0,1,1,-94645,8366149],\ +[1,-1,1,84238,87300649],\ +[1,-1,1,-2540,51463],\ +[1,-1,0,-84390,88228106],\ +[1,0,0,-58316,12461200],\ +[1,0,1,-25198758,-48665857032],\ +[1,-1,0,-5660673,5185236797],\ +[1,0,1,-94327439,350496221762],\ +[1,0,0,-218,2108],\ +[1,0,1,-69108,7053618],\ +[1,0,0,4809,-14679],\ +[1,-1,1,41368831,-12066408431],\ +[1,-1,0,-81117,30023541],\ +[1,-1,0,35058,-33756148],\ +[1,0,1,-974383,291476218],\ +[1,0,1,-3406369,2419550056],\ +[1,-1,1,-130130,18100049],\ +[1,-1,1,8368,-216269],\ +[0,1,1,5105,-148226],\ +[1,0,1,44816,735482],\ +[0,0,1,-53340,4739259],\ +[1,0,1,-20330,1669682],\ +[1,0,0,-57289221,166895668801],\ +[1,0,0,-935014,-788408604],\ +[1,-1,1,-857927,306073279],\ +[1,-1,1,23575,2241641],\ +[1,-1,1,-16055,-21936553],\ +[1,0,1,1335,562],\ +[0,0,1,-4319940,3455928000],\ +[0,0,1,676684086,109547287902],\ +[0,1,1,-11718373,15432506025],\ +[0,1,0,-18709,978519],\ +[1,0,1,-1256,16976],\ +[0,1,1,-12941,-154874],\ +[1,-1,1,-11555,702947],\ +[1,0,1,4420990,-10050819820],\ +[1,0,1,179846,86900652],\ +[1,0,1,268,928],\ +[1,-1,1,-833675,-37507853797],\ +[1,-1,1,-88133,10966781],\ +[1,-1,0,60681,425825],\ +[1,0,0,-4166,362340],\ +[0,0,1,-3552,355785],\ +[1,0,1,-132939,18665606],\ +[0,1,1,-11717603,15434636776],\ +[1,-1,1,-11693,489581],\ +[1,-1,0,40770750,3545230836],\ +[1,0,0,-64205,-6870023],\ +[0,0,1,3522,339279],\ +[1,0,1,-376224,840156466],\ +[0,0,1,3258,-16143],\ +[1,-1,1,-85955,10519235],\ +[0,1,0,-3436,68420],\ +[0,1,1,-53393,4730945],\ +[0,1,0,199195,-269096697],\ +[1,0,1,-1099,1206702],\ +[1,-1,0,108414,24620436],\ +[1,-1,0,10620,-567810],\ +[0,1,1,317,-356],\ +[0,0,0,-40032,2769156],\ +[1,-1,0,-102771,7018191],\ +[0,1,0,-53573,4754919],\ +[0,1,0,-9042708,-10467236412],\ +[1,-1,1,18445,1332947],\ +[0,0,0,-6864897,9453694561],\ +[0,1,1,-27415,1738044],\ +[0,0,0,-2853,58717],\ +[1,0,1,-188554,11967356],\ +[1,0,1,9886,-32578764],\ +[1,0,0,-1917,32049],\ +[1,0,0,5068227179,4918360194401],\ +[1,0,1,1049,43048],\ +[1,-1,1,-2721305,1728600697],\ +[0,0,0,423,-10079],\ +[1,0,0,-18911,1000281],\ +[0,1,0,-8477,-331681],\ +[1,0,0,50484,8211600],\ +[0,1,0,-5133,140463],\ +[1,0,0,-79862,8693924],\ +[1,0,1,-2944,59596],\ +[1,-1,0,-19617,1897541],\ +[0,1,0,-4917,76436],\ +[1,0,1,665,-9918],\ +[1,-1,0,-92367,-150651459],\ +[0,0,0,-131734749,581967371221],\ +[1,0,1,222757,419158],\ +[1,0,0,11339,681185],\ +[1,-1,0,133056,-10192392],\ +[1,-1,0,5148,66582],\ +[1,-1,0,-6330,-79974],\ +[1,0,0,-9916,-603120],\ +[1,0,0,-9051,327761],\ +[0,0,0,-42355704,106125916804],\ +[0,1,0,-7457,242336],\ +[1,-1,0,-1441854,830461410],\ +[1,0,0,-471,-10655],\ +[0,1,1,-1908050833,32079265382494],\ +[0,0,1,-19968,11105529],\ +[0,0,1,-38258220,91081467405],\ +[1,0,0,1043,-1519],\ +[1,0,1,-22015,1255570],\ +[1,0,0,-31226,-61474844],\ +[1,0,0,-51736,4530760],\ +[0,0,1,-306750,65400156],\ +[1,0,1,-1580839,-869469204],\ +[1,0,0,-635138,194778820],\ +[1,0,1,-101966,12523726],\ +[0,0,1,19938,11012415],\ +[0,1,0,-34482,-2396879],\ +[1,0,0,4605,92737],\ +[0,0,1,6750,-7749844],\ +[1,0,0,2987,354017],\ +[1,-1,0,608481,312041025],\ +[1,-1,0,-1365,-11685],\ +[1,-1,1,-8933,293981],\ +[1,-1,0,-18519,973025],\ +[1,0,0,-460231,120786441],\ +[1,-1,1,-3228530,-2564207503],\ +[1,0,1,-2379517923,44807856383006],\ +[0,1,1,-1121295,456780756],\ +[1,-1,1,358,14041],\ +[1,0,0,-8645,-37975],\ +[1,0,1,802,-2472],\ +[1,0,1,-1908,31806],\ +[0,1,0,-27500,1746148],\ +[1,0,0,-66490,-3695900],\ +[0,1,0,-252468,-123832476],\ +[1,-1,0,-31803,-3523407],\ +[1,0,1,56248,-3532202],\ +[1,0,1,-4945,133372],\ +[0,1,0,14699,-566601],\ +[1,0,0,-33975649,76222255817],\ +[1,-1,0,-1080,130320],\ +[1,0,0,-1247,16801],\ +[1,-1,0,-11562,-156888],\ +[1,0,1,52994,1400720],\ +[1,-1,1,-170293946,855512997113],\ +[0,1,1,85,1806],\ +[1,-1,1,-83360,9284483],\ +[1,0,0,-120,14400],\ +[1,0,0,-48007009,7424562377],\ +[1,-1,0,-3240,1168560],\ +[1,0,0,16472,-504256],\ +[1,-1,1,34579768,244273379339],\ +[1,0,1,-130905,18219520],\ +[1,0,1,-509201,140056048],\ +[1,-1,0,3240,1164240],\ +[1,0,1,-591667,175122258],\ +[0,1,0,796,-4092],\ +[0,1,0,-93234,10926433],\ +[0,1,1,81745,12168506],\ +[1,-1,1,-410450,73892945],\ +[1,-1,0,-432891,116524251],\ +[1,0,0,-6641,397161],\ +[1,0,1,-591302,175349208],\ +[1,0,1,-1671318,-607000194],\ +[1,-1,1,-76238363,225466312267],\ +[0,0,0,-38577,-4614671],\ +[1,-1,0,1080,128880],\ +[1,0,1,5287,560188],\ +[1,0,1,-3316,-88026],\ +[0,1,1,-1057583,-168936631],\ +[0,1,0,-93326,10942625],\ +[0,1,1,-94683,11182386],\ +[0,0,1,32514,7145874],\ +[0,0,0,-4104,100089],\ +[1,0,0,-43543,-4524055],\ +[1,0,0,11136,170136],\ +[0,0,1,0,1806],\ +[1,0,0,-24543,1476441],\ +[1,0,0,-4755,166177],\ +[1,0,1,42,1806],\ +[0,1,1,-4667,1363055],\ +[0,1,0,-235644,43949924],\ +[1,0,1,-2775,77120],\ +[1,-1,1,691,3317],\ +[0,1,0,-54053,4819047],\ +[0,0,0,-123000,15902500],\ +[0,0,1,-3564,79940],\ +[1,-1,0,12927,-11144547],\ +[1,-1,1,-377579,89410619],\ +[1,0,1,-7648,521006],\ +[0,0,1,0,522006],\ +[1,-1,1,-17390,1509733],\ +[1,0,0,-1551463,518313929],\ +[1,0,0,-1851,25705],\ +[1,-1,0,-10254,-1391472],\ +[0,0,0,-177000,28502500],\ +[1,-1,1,-1271,180199],\ +[1,-1,1,-362,14761],\ +[0,1,0,-235876,44014884],\ +[0,0,0,-1200058104,15991468350244],\ +[1,-1,1,-146348,21585647],\ +[0,1,1,20409,439390],\ +[1,0,0,1062,-61084],\ +[0,0,1,-125454,-11710350],\ +[0,1,1,2505,-105126],\ +[0,1,1,-6755,2854409],\ +[1,0,0,-179942,-73934436],\ +[0,1,1,-224383,-46222877],\ +[0,1,1,-3433,192157],\ +[0,1,1,60745,-76731466],\ +[1,-1,1,-18869,925517],\ +[0,0,1,-358813962,2342262435572],\ +[1,0,1,-355411,81523574],\ +[0,0,0,-83349,9270261],\ +[1,-1,1,-88094165,318272327021],\ +[1,0,0,-433,7913],\ +[0,1,0,-2085,36108],\ +[1,0,0,-98245,12275137],\ +[0,1,1,-27755,1770534],\ +[0,0,0,-443223,113584878],\ +[1,0,1,-17344,6172676],\ +[1,0,0,-2250,40932],\ +[1,-1,1,-91190,10622021],\ +[0,0,1,-139350,19546506],\ +[1,-1,0,-2046,35196],\ +[1,0,1,20368,1188488],\ +[0,0,1,-1573860,757424619],\ +[0,1,1,649,-4024],\ +[1,-1,1,2031250,1363114109],\ +[1,0,1,-29868,-1516694],\ +[1,0,1,-3229,11452],\ +[1,-1,1,125269213,486393737699],\ +[0,0,0,3024,-84348],\ +[1,-1,1,-62723,6287491],\ +[1,0,1,-19951,1119398],\ +[1,-1,1,-181553,-1077919],\ +[0,0,0,-34056,2419012],\ +[1,0,1,107129,-27045238],\ +[0,0,1,155634,167273694],\ +[1,-1,1,-243095,-76787089],\ +[1,-1,0,35271,-653715],\ +[0,0,0,-10704,428164],\ +[1,0,1,11783,2810588],\ +[1,0,1,-32717321,72027487820],\ +[1,0,0,-67103,6829273],\ +[1,0,0,2115116,-2820338288],\ +[0,1,1,-62047,5923225],\ +[0,1,1,1017,6294],\ +[0,0,1,-3780,87878],\ +[1,0,1,-632693,193654208],\ +[0,1,1,-6622113,6557356720],\ +[1,0,0,-6536,297560],\ +[0,1,1,-222427,-34074818],\ +[1,-1,0,110682,25704972],\ +[1,0,0,-69826,-5481020],\ +[1,0,1,294,3184],\ +[0,0,0,-119784,-13574396],\ +[0,0,1,-118650,-13946112],\ +[1,-1,1,18076,-4383673],\ +[0,1,1,-9663,362406],\ +[1,0,0,-186640,43577600],\ +[0,1,0,339,7055],\ +[1,0,1,-41792,3246238],\ +[1,0,0,-12692,-666736],\ +[1,0,0,7829,307505],\ +[1,-1,1,-38655041,209549860049],\ +[1,-1,1,-135230,19174349],\ +[0,1,0,-15285,1068183],\ +[1,0,0,-133221,18692865],\ +[1,-1,0,80883,28295541],\ +[1,0,1,-15265,-379640],\ +[0,1,0,-44364,3601188],\ +[1,0,0,-31226,8212956],\ +[1,-1,0,165231,6927633],\ +[1,0,1,12452,-336994],\ +[1,-1,1,-3095879,2180680319],\ +[1,0,0,-4173388,659997392],\ +[1,0,0,-810196,280626576],\ +[1,0,0,654162,55061892],\ +[1,0,0,-822678,287137124],\ +[1,-1,0,-43485,3869595],\ +[0,0,0,-621,4653],\ +[1,-1,0,-149398254,702893415528],\ +[0,1,0,-914,-18007],\ +[0,1,1,-27925,1786854],\ +[1,-1,1,3424,-49597],\ +[0,0,0,-1037400,406693732],\ +[1,0,0,-717714,18903556],\ +[1,0,0,-7438,246276],\ +[1,0,0,-703,6625],\ +[0,0,1,-406428,99729609],\ +[1,-1,0,-7926,277676],\ +[1,-1,1,31183,322841],\ +[1,0,0,-861197587,-9729171477471],\ +[0,1,0,647595,-1052570025],\ +[0,1,1,-6739,211100],\ +[0,1,1,-6064731,5779208181],\ +[0,1,1,-553,5038],\ +[1,0,1,-17336,1084970],\ +[1,0,1,-46612,3870738],\ +[0,1,1,-1803,28325],\ +[1,-1,0,-13254939,2597518773],\ +[1,-1,1,-6926,5333789],\ +[1,0,1,-3272569,2273562652],\ +[0,0,0,-1809,29601],\ +[1,0,1,-299,-14694],\ +[0,0,1,-36378,2670594],\ +[1,-1,0,-175257,28261089],\ +[0,1,0,-59453,4413940],\ +[0,0,1,-2568,187029],\ +[1,-1,1,-2120,37259],\ +[1,-1,0,-2382,44828],\ +[1,0,1,-75055776,250272674798],\ +[0,1,1,-10087,6363005],\ +[1,-1,1,-23783,1375967],\ +[1,0,1,-225825,9049620],\ +[0,0,1,-29316,1847799],\ +[1,0,0,124034,-6001020],\ +[0,0,0,-945,-69039],\ +[0,0,0,-17805,914461],\ +[1,0,1,-76508,8262218],\ +[0,0,1,2538,175115],\ +[0,0,1,2802,37278],\ +[1,-1,1,-839,-29401],\ +[1,-1,0,-3012,-941968],\ +[0,0,0,2255712,1990118212],\ +[1,-1,0,-6576,204668],\ +[1,-1,0,-11463,475263],\ +[0,0,1,-1039290,407805648],\ +[1,0,1,-35179,2235686],\ +[1,-1,1,-91910,10748053],\ +[1,0,1,-23713,1306156],\ +[0,1,0,-3230,69225],\ +[0,0,1,-113190,-15730752],\ +[0,1,1,-49515,-4250069],\ +[0,0,0,-7536,251812],\ +[0,0,0,-144,-24156],\ +[0,0,1,756,14735],\ +[1,0,0,-613,15617],\ +[0,1,1,-54833,4923869],\ +[1,-1,1,-580631,170525783],\ +[0,0,1,-125688,17153118],\ +[0,0,1,-786,18333],\ +[1,-1,1,-320007755,2237867308955],\ +[1,0,0,-107911,13635345],\ +[1,-1,0,-1296477,1602448029],\ +[0,1,0,23499,-610876],\ +[1,-1,1,-715541,138470573],\ +[0,1,1,-10411,-405014],\ +[1,0,0,-13175,193257],\ +[1,0,0,-281119,57350681],\ +[0,1,1,-643,2283],\ +[0,1,0,-299564,60881668],\ +[0,1,1,-447839,138521689],\ +[1,0,0,-11949,567441],\ +[0,1,1,-3563,80685],\ +[1,-1,1,-474305,44527697],\ +[1,0,1,-604539,210640582],\ +[0,1,1,2105,-1216601],\ +[1,-1,1,-3565490,-1970046799],\ +[1,0,0,-17060,141072],\ +[1,0,1,-1148,14006],\ +[1,0,1,-71118,7293908],\ +[1,0,0,-3251,40161],\ +[1,-1,0,-1196712,504185634],\ +[1,0,0,-2035,-42775],\ +[0,0,0,-110712,-16537916],\ +[1,0,1,199,-40436],\ +[1,0,0,-16238,808068],\ +[0,0,1,1296,-17233],\ +[1,0,1,-7976,273484],\ +[1,0,1,445,198470],\ +[1,0,0,1732612,-425114608],\ +[0,0,1,-3726,88229],\ +[1,-1,1,-5119772,4423948319],\ +[1,0,1,-37413,2320156],\ +[1,0,0,-8303,1423185],\ +[1,0,1,-864288,-309104594],\ +[1,0,1,-6076,1482298],\ +[1,0,1,-589,-645848],\ +[0,1,1,-10653,550991],\ +[1,0,1,-365216,-31276834],\ +[1,0,0,-27057,1704681],\ +[1,0,0,11105,651737],\ +[1,-1,0,-1353,16947],\ +[0,1,0,-15885,-2311092],\ +[1,0,1,-196848,33610878],\ +[1,-1,1,-3149,68717],\ +[0,0,0,-135795000,608654522500],\ +[1,0,0,322,-996],\ +[1,-1,0,-84510,9380016],\ +[0,1,0,-28180,1811428],\ +[1,-1,1,-15584,-759613],\ +[0,1,1,-393,3297],\ +[0,0,1,92274,-54572931],\ +[0,1,0,-2178,55657],\ +[1,0,1,1270,12],\ +[1,0,1,-11751,490622],\ +[0,1,0,3710294,-6786449775],\ +[1,0,1,-4126204,3225727952],\ +[0,1,0,-14308,-692988],\ +[0,1,1,-53293,-5578392],\ +[0,1,0,-46359045,-120539752857],\ +[0,1,0,172,7396],\ +[1,0,0,-108781,-43203119],\ +[1,0,1,-81840038,255663882488],\ +[1,-1,1,-5341424,-4690653613],\ +[1,-1,0,-47905278,127633276052],\ +[0,1,0,-10869,420164],\ +[1,0,0,-10138,392292],\ +[0,0,0,0,1849],\ +[1,-1,0,-1095,-20865],\ +[1,-1,1,-11207,459431],\ +[1,0,1,-187326104,-976214659994],\ +[1,-1,1,-13187,-6817789],\ +[1,0,0,-1107165,4254808617],\ +[1,-1,0,-351465,80288925],\ +[1,0,0,-11745,-1783863],\ +[1,0,1,-3123274,341943356],\ +[1,0,1,-88574,-2615107984],\ +[1,0,1,9841,96855122],\ +[0,0,1,-105042,-18378270],\ +[0,0,0,0,3418801],\ +[1,0,1,-289950,60069920],\ +[0,0,1,-5868,172964],\ +[0,0,1,-1812,21540],\ +[0,0,1,-32202,2224110],\ +[0,1,0,-20973,862255],\ +[0,1,0,-22133,1260036],\ +[1,0,0,297,3241],\ +[0,0,0,0,7396],\ +[1,-1,0,-28521,1840401],\ +[1,-1,1,-227750,16001165],\ +[1,-1,1,2572618,-256137019],\ +[1,0,0,-43,1849],\ +[1,-1,1,-5818763,5403946267],\ +[1,0,0,-995687,382329801],\ +[1,-1,1,-2533775,1553020823],\ +[1,-1,0,-1366506,648024876],\ +[0,1,0,-4868,-931900],\ +[0,1,1,-28265,1819644],\ +[0,1,0,-172,7396],\ +[0,1,0,-1897333,1029877463],\ +[1,-1,1,-23123,1359091],\ +[1,0,1,-3542,80912],\ +[1,-1,1,-216725,37299269],\ +[1,-1,1,-182335628,947707756687],\ +[1,0,0,-340579,73518977],\ +[1,-1,0,-16629,-633097],\ +[0,1,1,-52593,-5736202],\ +[1,0,0,-3507,96481],\ +[1,0,1,-5756172376,168092199749062],\ +[1,-1,1,841804,-33975017],\ +[1,0,0,-385195,92359025],\ +[1,0,1,-57210,5262070],\ +[1,-1,0,-1948347,1045943037],\ +[1,-1,1,-33254,2345789],\ +[0,0,0,-27885,-6718403],\ +[0,0,0,-57672,23443236],\ +[0,1,0,-86,1849],\ +[0,1,1,-175,1979],\ +[1,0,1,514,-620],\ +[1,-1,1,-1271765,-546000595],\ +[1,-1,0,2253,54413],\ +[1,-1,1,-1514,-6551],\ +[1,0,0,-190855,31910025],\ +[0,1,1,-1677,25895],\ +[1,-1,1,-2405,80029],\ +[1,-1,0,-857286,309031956],\ +[1,0,1,37156,-3027374],\ +[1,-1,1,-2172083,1227950867],\ +[1,-1,0,-10788,433988],\ +[1,0,0,-98652,11918096],\ +[1,0,0,-3081718,5864509604],\ +[1,0,0,-12415,531225],\ +[1,-1,0,1574496,-374779440],\ +[1,-1,1,-7193,664697],\ +[0,1,1,-4517,55817],\ +[1,0,1,-49220,1728210],\ +[1,-1,0,-1274145,555216021],\ +[1,-1,1,277693,-105091261],\ +[1,-1,0,7041,586413],\ +[0,0,0,-184125,44468125],\ +[1,-1,0,-3516,81116],\ +[0,1,1,-516997,-71592128],\ +[0,1,1,-96615,11526744],\ +[1,-1,0,26883,2951541],\ +[1,0,1,130126,99288516],\ +[1,-1,1,-28055,3766447],\ +[1,-1,1,-986,8153],\ +[0,1,0,-1285485,560429775],\ +[1,-1,0,-220287,39850389],\ +[1,0,0,-9152,83759104],\ +[0,1,1,-31493,2146457],\ +[0,1,0,-79361,8578760],\ +[0,1,0,-13545333,19183614588],\ +[0,0,0,1643856,4651947844],\ +[0,1,1,-212725,-38393594],\ +[1,-1,1,-48977,4184129],\ +[1,-1,0,-6216147,5966973873],\ +[1,0,0,-68307,-12497759],\ +[1,-1,1,-194105,-529806311],\ +[1,0,0,1182,26180],\ +[1,-1,0,35748,-5937552],\ +[1,0,1,-15259,-31165018],\ +[0,0,1,-948,-3336],\ +[0,0,1,-543048,154305159],\ +[1,-1,1,-192350,32572909],\ +[0,0,0,-858757224,-14807403598556],\ +[1,0,1,-65775,-6483378],\ +[1,-1,1,-4592,113491],\ +[0,1,0,-6946,299505],\ +[1,-1,0,126642,18065748],\ +[1,-1,1,1039417,-160603073],\ +[1,-1,1,-3377,152929],\ +[1,-1,1,3449011,7601006837],\ +[1,0,1,-2208879,5165288002],\ +[0,1,0,-1668,22436],\ +[1,-1,0,-7710,261620],\ +[1,-1,1,-138944,30681059],\ +[1,0,1,-21948,-468222],\ +[0,1,0,-199173,34146855],\ +[1,0,1,97521,5871202],\ +[0,1,1,7783,-171710],\ +[1,0,1,96729,-25717078],\ +[1,-1,0,5921688,1825273664],\ +[1,0,0,-34297895,-77707713975],\ +[1,0,0,6823,350649],\ +[0,1,1,-165247,-26276613],\ +[1,0,0,-2392,44824],\ +[1,-1,1,-131,1979],\ +[1,-1,1,-1371704,488411579],\ +[1,-1,1,-7653290,9438573545],\ +[1,-1,0,129,1763],\ +[0,1,1,-3677,88395],\ +[0,1,1,-20505,1148034],\ +[1,0,1,-1486,22696],\ +[1,0,0,-29156,1265936],\ +[1,0,1,794,-113080],\ +[0,0,1,-114024,14819832],\ +[1,0,0,-328138,180761892],\ +[1,-1,1,-175055,-110640553],\ +[1,0,0,-8513,227017],\ +[1,-1,0,-4741350,3974940980],\ +[1,0,0,-3228,-92952],\ +[1,0,1,-2416,235702],\ +[1,0,0,-2537466,1578225636],\ +[0,0,0,-44784,-10095164],\ +[0,0,0,-17205,868621],\ +[1,-1,0,-2100849,1450917405],\ +[0,1,1,-455431,118534300],\ +[1,-1,0,-237267,39927735],\ +[1,0,1,604,14034],\ +[0,0,0,-577296,168828868],\ +[1,0,0,-4191,-119655],\ +[0,1,0,-349,7743],\ +[1,0,0,-202613,30780745],\ +[1,0,1,-2676,288898],\ +[1,0,1,-33408,-939194],\ +[1,-1,0,-18159,-446437],\ +[1,0,1,-83464,9471246],\ +[1,0,1,53107,4144008],\ +[1,-1,1,-24486357404,-1469029808119841],\ +[1,-1,0,-220137697098,39754870508294388],\ +[1,0,0,-2935196,4168481040],\ +[1,-1,1,-75065,-38298535],\ +[1,-1,1,1736197,462877931],\ +[1,0,0,-4487,-100919],\ +[1,0,1,209,1552],\ +[1,0,0,1554,11996],\ +[0,1,0,-741,10279],\ +[0,1,0,-89781,32412375],\ +[1,0,1,-2601,43004],\ +[1,-1,1,-90741575,332726884543],\ +[1,0,1,-273936,50153506],\ +[0,0,0,-201360,-308368316],\ +[1,-1,1,-130049,-19454191],\ +[1,0,1,-15443,736806],\ +[1,-1,0,-27285,-1032175],\ +[1,-1,0,193086,80931348],\ +[1,-1,0,-703422,224654634],\ +[1,-1,0,-7134597,-19662591123],\ +[1,0,0,-54073407,153043167041],\ +[0,0,0,-17493,665077],\ +[0,0,0,-31017,2031001],\ +[1,0,0,117932,-362854000],\ +[1,-1,1,-7805,-869855803],\ +[1,-1,1,-351680,78750947],\ +[0,0,0,-54537,4900441],\ +[1,-1,1,-3048239,-172285001],\ +[1,-1,0,-2536218,1554129342],\ +[1,-1,1,-111566,14358493],\ +[1,-1,1,-105058805,414632613197],\ +[1,0,0,-6062,-241276],\ +[1,-1,1,-16060730,-19993965703],\ +[1,-1,0,-19671813,33587424213],\ +[1,0,0,-40748,2939280],\ +[0,0,1,-15780,762957],\ +[1,-1,0,51606,-95850],\ +[1,0,0,-3551,81241],\ +[1,0,0,-1947,35281],\ +[1,-1,0,-23832,1422054],\ +[0,0,1,-2970,15707],\ +[0,1,0,-988,13412],\ +[1,-1,0,-992349,380578905],\ +[1,-1,1,1497910,-374366455],\ +[0,1,1,-584427,171768440],\ +[0,1,0,10387,90799],\ +[1,-1,0,3625785,529739325],\ +[1,-1,1,-63964105193,6273487078434857],\ +[1,-1,1,-16294865,31379331521],\ +[1,0,0,321737,-754707287],\ +[0,0,0,-20952,1237329],\ +[0,1,1,87,1892],\ +[1,0,0,-163888,24283392],\ +[1,0,1,4738,22453382],\ +[1,0,0,-32302,2193284],\ +[0,0,0,-5073,722473],\ +[1,0,1,1490,-135520],\ +[1,0,1,2006,-25668],\ +[0,1,1,-17583,1050869],\ +[1,0,0,-737,7201],\ +[0,1,0,334,-22791],\ +[0,1,1,-391,9701],\ +[0,1,1,-943929,352671240],\ +[1,0,1,2271,14026],\ +[0,1,1,-27445,-3634994],\ +[1,-1,1,-1175,154055],\ +[0,0,1,-7404,245220],\ +[1,-1,0,-122922,36539748],\ +[1,-1,1,-2603507,-1597868269],\ +[1,-1,0,-1265764378122,549213889257384948],\ +[1,0,1,327,-994],\ +[0,1,0,-1741,190095],\ +[1,-1,0,172602,8095842],\ +[0,0,0,-253260,49055841],\ +[0,0,1,-472256240862,124915071112917372],\ +[1,0,1,-187576,6757798],\ +[1,0,1,-1286334451,-4306016617202],\ +[1,-1,0,-492,-1159584],\ +[0,0,1,-38252759601072,91063066388420880495],\ +[0,0,0,-46740,867841],\ +[0,0,0,-122216664,520048426084],\ +[0,0,0,-1584,14724],\ +[1,0,1,-6455726,6153878496],\ +[0,1,0,27196,972324],\ +[1,0,0,-85660,907600],\ +[0,0,1,-202392,35439032],\ +[0,1,0,-81301,9741399],\ +[0,1,0,6219,84375],\ +[1,-1,1,-115562999,478192275919],\ +[1,-1,0,-44442,-14970828],\ +[0,1,0,-183162,24100209],\ +[1,-1,1,-687980,219813103],\ +[1,0,1,-301,-27376],\ +[0,1,0,-157421,23988079],\ +[0,0,1,0,1591382],\ +[0,1,0,-397,3356],\ +[1,0,0,-22888,-948608],\ +[0,0,0,-171369,27305209],\ +[1,-1,1,-20117,1036909],\ +[0,0,0,-25461,-271403],\ +[0,0,1,-276,-20892],\ +[0,1,1,-34678619,78591746240],\ +[1,0,1,369,5104],\ +[1,0,1,-5530473,7210107756],\ +[0,0,1,0,1892],\ +[1,0,1,-145990,20896280],\ +[1,0,1,-369451,86402798],\ +[1,0,1,-280824,65872372],\ +[1,0,1,-1401183,52637418],\ +[0,1,0,-50812,4392676],\ +[0,0,1,24228,-25275408],\ +[1,0,1,-20551,1173854],\ +[1,0,0,1191,5561],\ +[1,0,1,-90011,-395494],\ +[0,0,1,-79704,8639372],\ +[0,1,1,-133013,-15193024],\ +[1,0,0,2400,5760000],\ +[0,0,0,34886841,273061882654],\ +[1,0,1,-3673200,2611618270],\ +[0,1,0,-74012,-5893916],\ +[1,0,0,-25593,1572921],\ +[1,0,0,-890,17892],\ +[0,1,0,-2081262,1241449209],\ +[1,0,0,-638,9540],\ +[0,1,1,-9153,66943],\ +[1,-1,1,-19508,1213847],\ +[1,-1,0,-1312621722,18304812297108],\ +[1,-1,0,17101476,-597029232],\ +[1,-1,1,-26250878,55276929037],\ +[1,0,0,-83816,25307200],\ +[1,0,1,-24285651,46090507054],\ +[1,-1,0,-39120,2292056],\ +[1,0,1,-1020990,397805272],\ +[1,-1,0,-414,19320],\ +[0,1,0,14362,938745],\ +[1,0,1,-2038,35238],\ +[1,0,1,106979965276,38095218992069282],\ +[1,0,0,-5822,-448164],\ +[1,-1,0,-382122,-392882202],\ +[0,1,1,-87,1892],\ +[1,0,1,2093,-13362],\ +[1,-1,1,143284,43873103],\ +[1,0,0,-541114,153155812],\ +[1,-1,0,-393,17423],\ +[0,1,0,-3069621,2068962839],\ +[1,-1,1,412,18631],\ +[1,0,0,-21751,1233041],\ +[0,1,1,-78767,8482525],\ +[1,-1,0,15006,218708],\ +[0,1,1,-3635,94814],\ +[0,1,0,-3829,21084],\ +[1,0,1,-252180,48927402],\ +[1,-1,1,-96215,11464679],\ +[1,0,0,118047,5094153],\ +[0,0,1,-39102,2946627],\ +[0,1,0,-177,2024],\ +[1,-1,1,391,16769],\ +[0,1,0,-22709,1309644],\ +[0,1,1,-1515333,-721712131],\ +[0,1,1,-213607,-38001788],\ +[0,1,1,-93753,10560071],\ +[1,-1,1,-329126,72511733],\ +[0,0,1,0,5700],\ +[1,0,0,8494,-297204],\ +[1,0,1,2374,-87938],\ +[1,0,1,-7543,-840142],\ +[1,0,1,-371011,86950694],\ +[1,-1,1,13855,718193],\ +[1,-1,0,-24720,-1421110],\ +[0,1,1,-11111,447025],\ +[1,0,1,-9655,-16487490],\ +[1,0,1,-80628,3434998],\ +[0,1,0,-5478,-87039],\ +[0,0,0,-8592,306724],\ +[0,0,0,2232,-72567],\ +[0,1,1,-16353,860482],\ +[0,0,0,-9912,380809],\ +[0,0,1,-244398,46112409],\ +[1,-1,0,-115446,32359596],\ +[0,1,1,-8411,-337559],\ +[1,0,0,-668,6744],\ +[1,0,1,-21100,-580398],\ +[1,0,1,-379786,82619516],\ +[1,0,1,-252475,48807580],\ +[1,-1,1,110944,25832003],\ +[0,1,0,407620,335192100],\ +[1,0,1,-137961,19714960],\ +[0,0,1,-23340,1375065],\ +[1,0,0,-100908,12329360],\ +[1,-1,0,-1977,34757],\ +[1,0,1,295,-2238],\ +[0,0,1,-39522,2996217],\ +[1,-1,1,184,3659],\ +[1,-1,1,805,-6517],\ +[1,0,1,-1409971,707721302],\ +[1,0,1,40644,66039994],\ +[1,0,1,-23966,1424144],\ +[1,0,1,-1251,-358],\ +[1,-1,1,-1472,241571],\ +[0,1,1,647,1558],\ +[1,-1,0,-223034391,1282108469841],\ +[0,0,1,-171750,27206406],\ +[0,1,0,2892,-2557468],\ +[1,0,1,67599,5521412],\ +[1,0,0,-2038432,1020322816],\ +[1,0,1,21387,9293288],\ +[0,0,1,-668910,-254006136],\ +[0,1,0,-12105,508600],\ +[1,0,0,-33723,3647889],\ +[0,0,1,-147288,21785868],\ +[1,0,1,-460,-10928],\ +[0,1,1,2019,-7369],\ +[0,0,0,-74424,-28158716],\ +[0,1,0,-3055981,2053921775],\ +[0,0,0,-1244568,-759541052],\ +[1,0,0,-1233,15849],\ +[0,1,0,-10092,386884],\ +[0,0,1,-758550,254287089],\ +[1,-1,1,-107030,13512997],\ +[1,0,0,-588,-19504],\ +[1,-1,0,633,-1254709],\ +[1,-1,0,453,-5095],\ +[0,0,1,-2344980,1382160339],\ +[1,-1,1,-95555,11393947],\ +[0,1,1,-4627535,3829932339],\ +[1,0,1,437,191406],\ +[1,-1,0,-58863,5514117],\ +[1,0,1,-64221,6259000],\ +[1,-1,1,5311,-828463],\ +[1,-1,0,-15681,754413],\ +[1,0,0,610,-34108],\ +[1,0,0,-927743216,-20272222969600],\ +[1,-1,1,76570,-4785803],\ +[1,0,0,10653,261801],\ +[1,0,0,867,29233],\ +[1,-1,1,-11771,477419],\ +[1,-1,0,-171492,27834416],\ +[1,0,1,-27724124,56184561172],\ +[1,-1,0,-1231947,526612509],\ +[1,-1,1,-529769,-148351391],\ +[1,0,0,-22981,-330815],\ +[0,1,1,-76681,8530956],\ +[1,0,1,1584326,-137574004],\ +[1,0,0,-1179,15417],\ +[0,1,0,-8875202,10133233761],\ +[1,0,1,15936,2019662],\ +[1,-1,0,-4768533,4009170123],\ +[1,-1,1,-9095507708,-376924667019073],\ +[1,-1,1,-565031,162405983],\ +[0,1,0,-33940,2392900],\ +[1,-1,0,-973044,913643550],\ +[1,-1,1,2115937867,79176810336077],\ +[1,-1,0,-41949,3343005],\ +[1,0,0,-68572,6874896],\ +[1,0,1,-2383,44556],\ +[1,0,0,80604,-7353584],\ +[1,0,1,-180948,29612778],\ +[1,-1,1,473305252,-6345448333153],\ +[1,0,0,-5380,28944400],\ +[1,-1,0,158310,53868996],\ +[0,0,0,-41565,3372829],\ +[1,0,0,-64764287,200650486041],\ +[1,0,0,-101566,12450180],\ +[1,0,1,150714,-24703720],\ +[1,0,1,-58932,5501512],\ +[0,0,1,-5148,141914],\ +[0,1,0,-2966,60609],\ +[0,1,0,-7813,-36153],\ +[0,1,1,-563,5188],\ +[1,-1,1,-8373938,9327029681],\ +[0,0,1,-612023238,5827737505869],\ +[0,0,1,-1217658,519798663],\ +[1,0,1,-3696737113,86511614775156],\ +[1,0,0,-62,3844],\ +[1,0,1,-633089,187591412],\ +[0,1,0,-4557,1299599],\ +[1,0,1,16882,2271556],\ +[1,-1,0,-74826,425196],\ +[1,0,1,27904,15836356],\ +[1,0,1,2560,41230],\ +[1,0,0,-9075,205857],\ +[1,0,0,-6957,222841],\ +[1,0,1,-15587,1023518],\ +[1,0,1,-5251,154686],\ +[1,0,0,62,3844],\ +[1,0,1,-717708,227625306],\ +[1,0,1,-7827083,-8350437194],\ +[0,0,0,12840,-49583],\ +[0,1,1,-124482191,534533882890],\ +[1,0,0,520408,260892224],\ +[0,1,1,-337,-9478],\ +[1,0,1,-8229459,-10824217454],\ +[1,0,0,1114,4476],\ +[1,0,0,11877,206289],\ +[0,0,1,5688,18147],\ +[0,0,1,-8118,308073],\ +[1,-1,0,-912,93024],\ +[0,1,1,-543801,154142246],\ +[1,-1,0,-439930008,3551705457552],\ +[1,0,0,-4063,75609],\ +[1,0,0,-101707,12476121],\ +[1,0,0,-101754,12484772],\ +[1,-1,1,-37253,-2526019],\ +[0,0,0,12825,-403650],\ +[0,0,0,-1543125,-95436875],\ +[0,1,0,-8605,302975],\ +[1,0,1,-118246,15747356],\ +[0,0,0,-10175625,12493625625],\ +[1,0,0,4486,401892],\ +[1,0,0,692,-2680],\ +[1,-1,1,2248,-42821],\ +[0,0,0,-154125,-21936875],\ +[0,1,0,7299,-237761],\ +[1,-1,1,-269750,57559493],\ +[1,0,1,-1552283,754448806],\ +[0,1,0,739,6764],\ +[1,0,0,-8636,309200],\ +[1,-1,0,-5315688,5090395968],\ +[0,0,0,-31575,2186350],\ +[0,1,0,-1724,27588],\ +[1,0,1,-51312798,141473274256],\ +[1,-1,0,1743,-4923],\ +[1,0,1,7433,55256922],\ +[1,0,0,-234729,-100351143],\ +[1,-1,0,174828,-902448],\ +[1,-1,0,-48333,4102017],\ +[0,0,0,-2952,-148796],\ +[1,0,0,-25195689,-48680677863],\ +[0,1,1,-167271,-25483975],\ +[1,0,0,944,16320],\ +[1,-1,0,-134082,18930888],\ +[1,0,1,-146099,21538126],\ +[1,-1,1,-8918030738,-324151392501143],\ +[0,0,0,-35928,2621188],\ +[1,0,0,-9510,358372],\ +[0,1,0,-23701,1396599],\ +[1,-1,1,-4874,2642249],\ +[1,-1,1,-60215,5889935],\ +[1,0,1,346476,67582866],\ +[1,0,0,-20303,1113849],\ +[1,0,0,-8149221,6431588865],\ +[1,-1,0,-3615,174381],\ +[1,-1,1,4868797,21545523011],\ +[1,0,1,-103909,13004992],\ +[1,-1,1,-9254782373,342691247103581],\ +[0,0,0,672,-1833788],\ +[1,0,1,-10814770,-20593920060],\ +[0,1,0,-1791946,922667129],\ +[1,0,1,-1756,27990],\ +[1,0,1,-51839,4537902],\ +[0,0,1,15660,22268],\ +[1,0,1,-20415,1682682],\ +[1,0,1,-158575940086,24305458582134280],\ +[0,1,0,-37501,2936639],\ +[1,-1,0,-8930592,16248342420],\ +[1,0,1,-158575931781,24305461255299504],\ +[0,1,0,-8246,285425],\ +[0,1,1,-7765,260644],\ +[1,0,1,-302261,64269632],\ +[1,0,0,-112677,5497641],\ +[1,0,1,2773,-10042],\ +[1,0,1,-197900,33835530],\ +[0,0,1,-92322,11247120],\ +[0,0,0,-7128,109188],\ +[1,0,1,1088685,434875502],\ +[0,0,1,-23340,1478268],\ +[0,0,1,-7564332,8007629787],\ +[1,0,0,-13790801,19901034281],\ +[0,0,1,53442,-997056],\ +[0,0,1,-830898,-303672247],\ +[0,0,0,-4887,134766],\ +[1,-1,1,190912,79079267],\ +[1,0,0,-26013,1612017],\ +[1,0,1,-424526,109045298],\ +[1,0,1,166330,-25793000],\ +[1,0,1,-122154,-10081444],\ +[1,-1,0,-34695954,78670964178],\ +[1,-1,0,25983,-31725405],\ +[0,1,1,-3171329,2253762495],\ +[1,-1,0,-1811142,1033105428],\ +[1,-1,0,-274923,66675717],\ +[0,1,1,-3043,63603],\ +[1,0,1,-21321,-1168956],\ +[1,-1,1,-4661,123653],\ +[1,0,0,-771,7785],\ +[1,0,1,-167592,26393478],\ +[1,-1,1,-53900108,148453745231],\ +[1,0,0,-176,30976],\ +[0,0,0,-117744,15551161],\ +[0,0,0,-5136,-1264967],\ +[1,0,0,-102412,12606096],\ +[0,1,1,-28937,2287622],\ +[1,0,1,-206755,25428110],\ +[1,0,1,8587,148988],\ +[1,-1,1,-9739193,11294611481],\ +[0,1,1,-2190795,1249225174],\ +[0,1,1,-19493,1037646],\ +[0,0,1,-36120,2600289],\ +[1,0,0,-218461,39275441],\ +[1,0,1,-46357,-11201952],\ +[1,-1,1,-12175475,16354515539],\ +[1,-1,0,-23486643,43816506093],\ +[1,0,0,11297737,262636201],\ +[1,0,0,176,30976],\ +[1,-1,1,-720869,387007517],\ +[1,-1,0,-63741594,193929614100],\ +[0,0,0,-366375,162778750],\ +[1,0,0,-152542263,-779454020951],\ +[0,1,0,-25086,1520865],\ +[1,-1,1,-32672,2408771],\ +[0,0,0,-6752685,6753402853],\ +[1,-1,0,-1667580,734437700],\ +[1,-1,1,-127787,-20245189],\ +[0,1,0,-18744284,-34680951036],\ +[0,1,0,-2293,41815],\ +[1,0,1,-140826,-9436952],\ +[0,1,1,-179,2069],\ +[0,1,0,-11834,491873],\ +[1,-1,1,-11640683,-15935101469],\ +[0,0,1,-111000,14234184],\ +[1,-1,1,-3630722,2659952321],\ +[1,-1,0,20370,-110700],\ +[0,0,1,-11880,-567736],\ +[1,-1,0,-2406285,2484983991],\ +[1,0,0,648,419904],\ +[0,1,1,1443,-9205],\ +[1,-1,1,70441,-1728593],\ +[1,0,1,-4497370,3685784460],\ +[1,-1,1,-17453,-2501099],\ +[0,1,1,-2691,51940],\ +[0,1,1,21017,23746],\ +[1,-1,0,-17496,34023888],\ +[1,0,1,-3200,69410],\ +[1,0,0,-63911,-228535],\ +[1,-1,1,-208973,36820981],\ +[1,-1,0,204231,28796525],\ +[1,-1,0,-41772,2662608],\ +[1,0,1,-47072513,124304158388],\ +[1,-1,0,-44147538,112914824148],\ +[1,0,0,-2093211,1162201041],\ +[1,0,0,-119430357,502309548001],\ +[1,0,0,-4159,361137],\ +[1,-1,0,-8007,42533],\ +[1,-1,1,-45545,3752489],\ +[0,1,1,-57833,5334119],\ +[1,0,1,-2159871,1222573234],\ +[1,-1,1,-114830,14997149],\ +[0,0,1,-263250,51987656],\ +[1,0,0,-648,419904],\ +[1,0,1,-137791,17827874],\ +[0,1,1,-3036843,2071861247],\ +[0,0,1,-61740,5904659],\ +[1,0,1,5085,25182],\ +[1,-1,0,-91932,10752000],\ +[1,-1,0,-14814,761148],\ +[1,-1,0,-555,-38625],\ +[0,1,1,153,5852],\ +[0,1,1,-3051693,2050898150],\ +[0,1,0,-19609,1054784],\ +[1,-1,1,-12724979,17474719187],\ +[0,1,1,14035,-1138944],\ +[1,-1,0,-2101608,1174955328],\ +[0,0,0,-1630317,799286101],\ +[1,0,1,-6556604,6461446906],\ +[0,0,1,-10411950,12931418475],\ +[1,0,0,-542022,-103378076],\ +[1,0,0,-28389,1834497],\ +[1,-1,0,-1324035,586566675],\ +[1,0,0,-26223,1631673],\ +[1,0,0,-27881,1651545],\ +[1,0,0,-3253,426401],\ +[0,0,1,-474,6945],\ +[1,0,0,-228,2296],\ +[0,1,1,-1822921,668480161],\ +[1,-1,0,-69237,-854037],\ +[1,0,0,523,-2719],\ +[0,0,1,780,15723],\ +[0,0,1,-810,19433],\ +[1,-1,1,2065,472655],\ +[1,-1,1,-4688,2444531],\ +[0,1,1,-5741,185661],\ +[1,-1,0,168327,18151533],\ +[1,0,1,-112655026876,14553709325632162],\ +[1,-1,0,-16202727,31065395805],\ +[1,-1,0,-9027,447417],\ +[1,0,1,-639609,-35978468],\ +[1,0,0,-2170988,-1231521904],\ +[1,0,1,-319014,69225976],\ +[1,-1,0,-338818860,2400572373300],\ +[1,0,1,21848,-2337802],\ +[1,0,0,302,-2260],\ +[1,0,1,-395394,95661436],\ +[0,1,1,-153,5852],\ +[1,0,1,-520784,144611732],\ +[1,0,1,23999,263252],\ +[1,-1,1,-4903295,3527054543],\ +[1,0,1,-112882183251,14492070363972270],\ +[1,0,1,208392,19481118],\ +[1,-1,0,-26583216,52761132096],\ +[0,0,0,3105,-17082],\ +[1,0,0,-462436,-38464240],\ +[0,0,0,-16908024,26760090121],\ +[1,0,0,-103164,12745232],\ +[1,-1,1,72985,22970783],\ +[1,0,1,-47241409,125436839646],\ +[1,-1,1,-407567,72580591],\ +[1,0,1,48035,-3363358],\ +[0,0,0,-5535,164358],\ +[1,0,1,-114294,14862742],\ +[1,0,0,1122572,-217994152],\ +[0,1,0,3563,-293769],\ +[1,0,1,282,1058],\ +[1,0,0,-100460,-7436400],\ +[1,0,1,-815193,283746708],\ +[1,-1,0,-26582271,52765070093],\ +[1,0,0,-315084,-125821808],\ +[1,0,0,33076,3386512],\ +[0,0,0,861585,792394774],\ +[1,0,0,1691,-53143],\ +[0,1,0,2075,62375],\ +[0,1,0,1482,16129],\ +[1,-1,0,-129696,18009656],\ +[1,-1,0,148959,-18335007],\ +[1,0,1,-9800,-108458],\ +[1,0,0,-2262,108836],\ +[0,1,0,-8017053,8734487327],\ +[0,1,0,-1756,24804],\ +[1,0,0,-88124,16593872],\ +[1,-1,0,-811473,281542677],\ +[1,-1,0,-20451321,35603487333],\ +[1,-1,0,-65728143,205120917963],\ +[0,1,1,1855,-91226],\ +[1,0,0,-14280,654400],\ +[0,1,1,-6469,159395],\ +[1,0,1,-17072,-1106242],\ +[0,0,0,-657,5281],\ +[0,1,0,-19690,1011025],\ +[0,1,0,-6318481,6154912400],\ +[0,0,1,-1687296,863091999],\ +[0,0,0,-17840784,-57819614204],\ +[1,0,1,-467,5338],\ +[1,0,1,-1300,17310],\ +[1,-1,0,-9903642,19734715700],\ +[0,1,0,-9930,-6604775],\ +[1,-1,0,-11584347,15178834149],\ +[1,0,1,-20483,1693118],\ +[1,0,1,140934,52905900],\ +[1,0,1,-19451,-1429702],\ +[1,-1,0,-80940,8765136],\ +[0,1,0,-3653,-341913],\ +[1,-1,1,52942,-28519],\ +[1,-1,1,-24311,1465039],\ +[1,-1,1,-720833,252727121],\ +[0,0,1,-1003170,386730918],\ +[0,1,0,10299,305460],\ +[1,-1,0,-102857094,401537987100],\ +[0,0,0,-35834232,82564861444],\ +[0,1,1,-4649,120470],\ +[1,0,1,562,-14344],\ +[1,-1,1,-75662,7873949],\ +[1,0,0,-1765,30017],\ +[1,0,0,-893,32753],\ +[1,0,1,-109704,-14073094],\ +[1,-1,1,-45533154020,-3323269772215801],\ +[1,0,0,-1309,17521],\ +[1,-1,0,-5262,172070],\ +[1,-1,1,-3321131,2322457859],\ +[0,0,0,32073,28526254],\ +[1,-1,1,56635,-2003651],\ +[0,1,1,337,-302],\ +[1,-1,0,1668,-5338],\ +[0,0,0,-123744,16756036],\ +[1,-1,1,3085,1055755],\ +[1,0,1,-345337,-235268708],\ +[1,-1,1,-144095,93666503],\ +[0,0,0,-77818079856,8355431355584353],\ +[1,-1,0,-222111,40346133],\ +[1,-1,0,70149,-1737019],\ +[0,1,1,-5089,138050],\ +[0,0,1,-8064210,8821595664],\ +[1,0,0,-570306,165728196],\ +[0,0,0,-7749,-190539],\ +[0,1,1,10837,1132648],\ +[1,0,0,-644,3976],\ +[0,0,1,-93954,11115657],\ +[1,-1,0,-28800,2404836],\ +[1,-1,1,4090,33341],\ +[1,0,1,-3561,-74166],\ +[1,-1,0,87363,33078645],\ +[1,-1,0,-158532,24625520],\ +[1,0,0,113,-4799],\ +[0,1,0,25827,1236447],\ +[1,-1,1,63610,-4586219],\ +[0,1,0,1387,-212169],\ +[1,-1,0,-1312838154,18309339747828],\ +[1,0,0,-36638,1053892],\ +[0,0,0,114480,19977732],\ +[1,0,1,-8244773,-10781154672],\ +[0,0,0,-122160,28812292],\ +[1,0,0,-3236,71440],\ +[1,-1,0,-1689,-405],\ +[1,0,1,-51966,4586544],\ +[0,1,0,6542,402713],\ +[0,0,1,-20952,432452],\ +[1,0,0,2750,148932],\ +[1,-1,1,-6767654,10948678517],\ +[1,0,0,-8166,324900],\ +[1,-1,1,-4453592,3618582491],\ +[1,0,0,-9000417,-12672626679],\ +[0,0,0,-19963632,-48384915644],\ +[1,-1,0,-85587,9658827],\ +[0,0,1,-103026,12795489],\ +[1,0,1,-708151186,38308776230564],\ +[1,0,0,-36,-6264],\ +[1,-1,1,-9335,-368377],\ +[1,0,0,-15766,794660],\ +[1,-1,0,7614975,-2464006339],\ +[1,0,0,-4943,5881],\ +[0,1,1,-48931,4150200],\ +[0,0,1,-76944,8217477],\ +[0,1,1,-504039,140495770],\ +[0,0,0,-14183832,20564034244],\ +[1,0,0,-340298,76375908],\ +[1,-1,1,-14025227,20882164379],\ +[1,-1,1,2575,3041],\ +[1,-1,0,-3747,96825],\ +[0,1,0,-677421,242948079],\ +[1,-1,1,-3347,-288781],\ +[1,-1,1,-2217047,-1397203729],\ +[1,0,1,-13758,1214968],\ +[1,-1,1,273163,31169549],\ +[1,0,1,-95576,12061298],\ +[0,0,0,-10533375,13158289350],\ +[0,1,0,-77393,-8241840],\ +[1,-1,1,-98390,11905381],\ +[1,0,1,-4265,110432],\ +[1,0,1,-12327208,111702529518],\ +[0,0,0,0,717409],\ +[0,1,1,-4365,117119],\ +[1,0,1,-538686901,4812255576700],\ +[0,0,0,0,23716],\ +[0,1,0,-2621278,230915385],\ +[0,0,1,-588,-12936],\ +[1,-1,0,-645,7401],\ +[0,0,0,0,290521],\ +[1,-1,0,-52641,4759533],\ +[0,1,0,-70924,7236068],\ +[0,0,0,-267000,53102500],\ +[1,0,1,-157946,24147416],\ +[1,0,1,5221,-84534],\ +[1,-1,0,-49425,4241681],\ +[1,0,1,-538684896,4812293190894],\ +[0,1,0,-3833529,2887714648],\ +[0,1,1,895,10381],\ +[1,-1,0,-13434,602940],\ +[1,0,0,-13676,-217200],\ +[1,0,1,-17358,706306],\ +[0,0,1,-7659720,-8246072860],\ +[1,0,0,-7963,272841],\ +[1,0,0,-40072,3143744],\ +[1,0,1,-26936583,53808185768],\ +[0,0,1,-7092,229880],\ +[0,1,0,-832628,-71269596],\ +[0,0,1,-69140280,221281351140],\ +[1,0,0,-8069251,3663580481],\ +[1,0,1,44,1980],\ +[1,0,0,-805,8377],\ +[0,1,0,-89965,10358063],\ +[1,0,1,-213384,37959846],\ +[1,-1,0,-18426,1100676],\ +[1,0,0,-236220,331819912],\ +[0,0,1,-126576264,548118865197],\ +[1,0,1,-731778,240883348],\ +[1,0,1,-1037576,406707798],\ +[1,-1,1,-1341176,598220579],\ +[0,1,0,-1997,-49],\ +[0,0,1,0,15685560],\ +[0,0,1,0,1980],\ +[0,0,0,-40324935,98561799646],\ +[0,1,1,-311,6161],\ +[1,0,1,-2951,351048],\ +[0,0,1,460104,45942354],\ +[0,1,1,2063,-95810],\ +[0,0,1,-32844,2633400],\ +[1,-1,0,-201555,34966971],\ +[1,-1,1,-83375267,-116616375709],\ +[1,0,0,-10205,911025],\ +[0,1,0,22780,-28851932],\ +[0,1,0,-566301,163744415],\ +[0,1,1,3857,-130034],\ +[1,0,1,-692339464,7011697491286],\ +[1,-1,0,4275,-50589],\ +[1,0,0,-110496,14127616],\ +[0,0,1,-17694,882120],\ +[0,0,1,-8050566,9028864953],\ +[0,1,1,-123,-7207],\ +[1,-1,1,-295664,-15368288173],\ +[1,-1,0,-61302,-2647692],\ +[1,-1,1,-137609,19529609],\ +[1,-1,1,-463400,121533419],\ +[1,-1,1,25619485,-21589771165],\ +[0,1,1,-11253,-7994319],\ +[1,0,0,141464,15043136],\ +[0,1,0,667,5351],\ +[1,0,0,-14147893,20486636193],\ +[1,0,1,-334052,46552322],\ +[1,-1,1,-29309,-722491],\ +[1,0,1,-71683,7384306],\ +[1,0,0,-93241,10963065],\ +[1,0,1,-12604,543422],\ +[1,0,1,-4779,86302],\ +[0,0,1,35322,-2683017],\ +[1,0,1,-2843460,2728764370],\ +[1,-1,0,8883,263541],\ +[1,-1,1,49408,1779491],\ +[1,0,0,-754987,252090801],\ +[1,0,1,-1120,14232],\ +[1,0,0,-7785992,-8460920256],\ +[0,1,1,-2117,-61333],\ +[0,0,0,-4878687,4155704134],\ +[1,-1,1,-18125,1632821],\ +[1,0,0,-15561,-1300455],\ +[0,1,1,-4373,207880],\ +[1,-1,0,-2274372,1320664122],\ +[1,-1,0,-245097,66158829],\ +[1,-1,0,-6925137,7016133825],\ +[1,-1,1,-83180,-5003153],\ +[1,0,0,19767,-954279],\ +[1,-1,0,-59922,-2956932],\ +[0,0,0,-31080,-1819676],\ +[1,0,1,-93754,25743852],\ +[0,1,1,179,-4149],\ +[0,0,1,-5595510,-5192981451],\ +[1,0,1,-18295,950890],\ +[1,-1,0,-649242,201515316],\ +[1,0,1,1021590,-525877298],\ +[1,0,1,884,30442],\ +[1,0,1,-1376,19010],\ +[1,-1,1,-67367,-21735841],\ +[0,0,1,-30750,-1874844],\ +[1,0,0,-1193,16025],\ +[0,1,1,-777,262],\ +[0,1,1,-487153,130709430],\ +[0,0,1,-27542676,56015226504],\ +[1,0,0,1628990,165852100],\ +[1,-1,1,-148415,99324263],\ +[0,1,1,510805,-56120869],\ +[1,0,0,-28595335,-18944099703],\ +[0,1,1,-55953,-4976890],\ +[1,0,0,-462263,-237304919],\ +[1,0,1,2756,-10164],\ +[1,-1,1,-15280856278970,-12556615000658462215],\ +[1,0,1,-34604844,78354153066],\ +[1,0,0,8545,-71023],\ +[1,-1,0,-1571880,758930880],\ +[0,0,1,-269730,53919020],\ +[1,0,1,-546278,155521848],\ +[0,0,1,-168960,25261803],\ +[1,0,0,-80868,-13098736],\ +[0,0,0,-13797,-1845611],\ +[0,0,0,-50592,4198276],\ +[1,0,1,-3143896,2365846160],\ +[1,0,0,-1385,19225],\ +[1,0,0,-4818,128260],\ +[0,0,0,-183033,30139993],\ +[0,0,0,-72288,7438212],\ +[0,0,0,-9432,353169],\ +[1,-1,0,-1200,160800],\ +[1,0,1,-5678,132006],\ +[0,0,0,-29208,6099172],\ +[0,0,1,-30030,-1995000],\ +[1,0,0,-368795622,2725986840804],\ +[1,0,0,400,160000],\ +[1,0,1,-110421,13934304],\ +[0,1,0,-8226,-616175],\ +[0,1,0,-4173,102447],\ +[0,0,1,-5070,208494],\ +[1,0,1,-170160869,-862311424048],\ +[0,0,1,-14480454,5824564721955],\ +[1,0,0,378108,57908944],\ +[1,-1,1,-179105,29202545],\ +[1,0,0,-1111,14065],\ +[1,-1,1,2017,-40753],\ +[1,-1,0,-51180,4469426],\ +[1,-1,1,-493568780,43424247209231],\ +[1,-1,0,-105384186,430520280228],\ +[0,0,1,1608936,-215722116540],\ +[1,-1,1,54759595,-1594995058195],\ +[0,1,1,-7903,275985],\ +[1,0,0,-11532,594576],\ +[1,0,1,-7576,253148],\ +[0,0,0,-616512,164736484],\ +[1,0,0,-5888,62392],\ +[0,0,1,-112320,14386053],\ +[1,-1,1,-1217,22609],\ +[1,0,0,780849,-120153095],\ +[1,0,0,-14351191,-21402129279],\ +[1,0,1,1231,-294],\ +[0,0,1,-55242,-1231045],\ +[0,0,0,-305824488,2058526677412],\ +[1,0,0,-1282,36036],\ +[1,-1,0,-59381163,176139909477],\ +[1,-1,1,-24806,1509949],\ +[1,0,1,-17476125,28118613560],\ +[0,1,1,-2533,-41833],\ +[1,0,1,-20527063,-36043340412],\ +[0,0,0,-29880,-2019996],\ +[1,0,1,-127,16002],\ +[1,-1,0,2949633,-47636086959],\ +[1,-1,0,1065,10061],\ +[1,-1,1,-8315,385643],\ +[1,-1,0,-91242,37877166],\ +[0,1,0,-1229230,520658225],\ +[1,-1,0,122022,31477572],\ +[1,-1,1,-2641505,1653106097],\ +[0,1,0,15860,1157988],\ +[0,0,1,64993488,433279241640],\ +[1,0,0,20834,-1886524],\ +[1,0,0,3656466,1865962116],\ +[0,1,0,-6141,176959],\ +[1,-1,1,-4415,127463],\ +[1,-1,0,-2646,-59682],\ +[1,0,1,-9413,-142262],\ +[1,0,0,-11626,489380],\ +[0,0,1,-32742,2280330],\ +[1,0,0,-235751,44014281],\ +[1,0,1,-2293,42108],\ +[1,0,0,-762791,-205728375],\ +[1,0,1,-27201,1854548],\ +[0,0,0,-709680,891389572],\ +[1,0,1,-780,-96620],\ +[1,-1,1,-17522,-524431],\ +[1,0,0,26029,3827105],\ +[1,0,1,-968608,-366028632],\ +[1,-1,1,-196118702,1057054189829],\ +[1,0,1,-41136,3207846],\ +[1,-1,0,-96459,11745413],\ +[0,1,1,-573,5340],\ +[1,-1,0,-16341,803933],\ +[0,0,0,91500,-18149375],\ +[1,-1,0,-139080,19998696],\ +[0,1,0,-91757,-4369041],\ +[1,-1,0,-49655550,78851211486],\ +[1,0,0,20164,-3229680],\ +[0,1,0,535,17688],\ +[0,1,0,-35884,2858948],\ +[1,0,1,-2185916,1241474870],\ +[0,0,1,-29250,-2124844],\ +[1,-1,0,-9888,10870208],\ +[1,-1,0,123309,-17005707],\ +[1,-1,1,42907,-2028643],\ +[1,0,0,-240211,-118884959],\ +[1,0,0,-5072,146176],\ +[1,-1,1,-31175,2127935],\ +[1,0,1,-456,8734],\ +[1,-1,0,3723,-343971],\ +[1,-1,0,15075,-665955],\ +[1,-1,0,-555480,159528636],\ +[1,-1,0,-4659,116415],\ +[1,0,0,2085,-13383],\ +[0,0,0,-291897,61097689],\ +[1,-1,1,-22430,945197],\ +[1,-1,0,-43317,8754741],\ +[0,0,0,95067,-12038507],\ +[0,0,1,170196,-70964523],\ +[1,-1,0,-20479995,35678387385],\ +[1,-1,0,-5367,178041],\ +[1,-1,0,-72492,7528416],\ +[0,1,1,-16773741,-3082913035],\ +[1,0,0,-3123,-98847],\ +[1,-1,0,-221313,40128993],\ +[0,1,0,-90706,11232625],\ +[1,0,1,-2537116,1560735652],\ +[1,-1,1,246658,-5947891],\ +[1,0,1,11404,-925774],\ +[1,-1,1,-486680,130545947],\ +[1,-1,1,-4749161,3984766049],\ +[1,-1,1,42145,7487047],\ +[1,0,1,-1452,20742],\ +[1,-1,1,-19955,1960147],\ +[1,0,1,1868,6958],\ +[1,-1,1,-869024,312030587],\ +[1,-1,0,-2547,-64671],\ +[1,0,0,-1461,20961],\ +[1,0,0,13910,321100],\ +[1,-1,1,475,-5219],\ +[0,1,0,-673,2872],\ +[1,0,1,-7774,263506],\ +[0,1,0,-11108,-55094940],\ +[1,0,1,-255678,229251198],\ +[1,-1,1,-23039,-1673881],\ +[1,0,1,-20000,1086960],\ +[0,1,0,-269061,53690535],\ +[0,0,0,-7293,1488373],\ +[0,1,0,1075,71823],\ +[1,-1,0,-54333,-4201173],\ +[0,1,1,329245,-54185119],\ +[1,0,0,-74138,7998892],\ +[1,0,0,3362,448892],\ +[1,0,1,-1086,13566],\ +[1,0,1,-42271,3346692],\ +[1,0,0,-51144,4436072],\ +[0,1,0,1803,-8361],\ +[0,1,1,-42005,4462256],\ +[0,1,0,278,-2871],\ +[1,0,1,-674060,237380402],\ +[1,0,1,5882,256556],\ +[0,0,0,-418143,104073478],\ +[1,0,0,-4582687,-3794659111],\ +[0,0,1,-2906202,1208765610],\ +[0,0,1,-210558612,1176000707997],\ +[1,-1,0,1482,-35028],\ +[0,1,1,177,1891],\ +[1,-1,0,-13827,678663],\ +[0,1,0,-59813,5611047],\ +[1,0,0,-17738,928548],\ +[1,0,0,7073,-273831],\ +[0,1,1,-11045,431381],\ +[1,-1,1,-2870,62573],\ +[1,0,1,-5940383,2972242306],\ +[1,0,1,-848,9128],\ +[1,-1,1,-5984,180227],\ +[1,0,0,-972,11656],\ +[1,0,1,-1635444,-802413594],\ +[1,0,1,-16680,519542],\ +[0,0,1,-91242,11035830],\ +[0,0,1,52362,-1026906],\ +[1,0,1,-226257214,1309922233536],\ +[1,-1,1,1384,18563],\ +[1,-1,0,-1536,34626],\ +[1,0,1,-1576,28070],\ +[1,-1,0,-150,-51420],\ +[1,0,1,-295318,61746056],\ +[0,1,0,-2461,100364],\ +[0,1,1,-122283,16417810],\ +[0,1,0,540,72900],\ +[1,0,0,-11908,-753136],\ +[1,-1,1,-280688,56686547],\ +[1,-1,0,289521,-18428715],\ +[1,-1,0,330,11880],\ +[1,0,1,6886,231996],\ +[0,1,0,-2992446,2000716129],\ +[0,1,0,270,18225],\ +[1,0,0,135,18225],\ +[1,-1,1,14106343,-28364978311],\ +[0,0,1,-41202,3196577],\ +[1,-1,1,-332,12431],\ +[1,-1,0,3645,1473795],\ +[0,1,1,-2498721,1519452991],\ +[1,-1,1,422235103,-4678840700431],\ +[1,-1,1,-1560488,750696491],\ +[0,1,0,-540,72900],\ +[1,-1,1,-10525712,13157685299],\ +[1,0,1,-14163940460491,20517489855435230582],\ +[1,-1,0,953550,-14031684],\ +[1,0,0,-47016,4050496],\ +[0,1,0,-270,18225],\ +[1,-1,1,-472094,124968557],\ +[0,0,0,6360,-110063],\ +[0,0,0,-279480,56868964],\ +[1,0,1,-1200,16162],\ +[0,1,0,-25437,40449599],\ +[0,0,0,-43704,3518884],\ +[0,0,0,37419,38837797],\ +[1,0,0,-1077,13401],\ +[0,1,1,-2427,369055],\ +[0,1,1,2480627,2688832966],\ +[1,-1,1,-133790,-18143035],\ +[1,0,0,5684,-321904],\ +[1,-1,1,1135,-6847],\ +[0,0,0,7287,1464073],\ +[1,-1,1,-1609565,780900581],\ +[0,1,0,-1015333,393569588],\ +[1,0,0,-7746,256076],\ +[1,0,1,-409510,101071160],\ +[1,-1,0,-8235801,9099241191],\ +[1,-1,0,-19317,1842741],\ +[1,-1,1,1645,27379],\ +[1,0,0,-3760,87872],\ +[0,1,0,-10572,-389276],\ +[0,1,1,-1223773,522009013],\ +[1,0,0,-539307,48778929],\ +[1,-1,0,-2307,44217],\ +[1,0,1,-12571156,17154842354],\ +[1,-1,1,-25103,1537111],\ +[0,0,0,-412797,102083389],\ +[1,0,1,-12760,-312448],\ +[1,0,1,37799,1269548],\ +[0,0,0,-21792,528676],\ +[0,0,0,-33192,2327524],\ +[1,0,1,-5106,139966],\ +[0,0,0,-276721032,-1771515346844],\ +[1,0,1,-13590,608600],\ +[1,0,1,25088,5077262],\ +[1,-1,0,-610647,120611357],\ +[1,-1,0,-18170649,29867506893],\ +[1,0,1,7060,25670],\ +[1,0,0,-133603,5851265],\ +[1,0,0,-253039088,-1549299990272],\ +[0,1,0,404,40804],\ +[1,0,0,-1264,1597696],\ +[0,0,1,-14052,652410],\ +[0,1,0,9406,376593],\ +[1,-1,0,-2349,-74595],\ +[1,-1,0,-51366,-4856364],\ +[0,1,0,-1701,26460],\ +[1,0,0,60855,-1132263],\ +[0,1,1,-183,2161],\ +[1,0,0,-2691568,-2734538496],\ +[1,0,0,-47368138,3591214361892],\ +[1,0,1,14000,1550270],\ +[1,-1,0,-1263,178083],\ +[0,0,0,-5688,17188],\ +[1,-1,1,-12067007,16453505639],\ +[0,0,0,-101088,12370212],\ +[1,-1,1,11956,-601081],\ +[1,0,0,-685815,-213442775],\ +[1,-1,1,1261,175979],\ +[0,1,1,-21061,1169435],\ +[0,0,1,-10488342,13826429505],\ +[1,0,0,-938,36092],\ +[1,-1,1,-166025,-115070327],\ +[1,-1,1,18295,4065929],\ +[1,0,1,-15359,731332],\ +[0,0,0,-60442509,-180997969619],\ +[1,-1,1,-25875617,50671926641],\ +[1,0,0,11989,766385],\ +[1,0,1,-26001,1721252],\ +[1,-1,0,-387810,93004956],\ +[0,0,0,-110160,14072913],\ +[1,-1,0,-67092,6699216],\ +[0,1,0,-1236781,528992044],\ +[1,0,1,4335,-282080],\ +[0,1,0,60339,-4016465],\ +[1,0,0,-8968,256696],\ +[1,0,1,-685,7010],\ +[1,-1,1,-129092,-19789009],\ +[1,0,0,-873,9585],\ +[1,0,1,-112400,14495752],\ +[1,0,0,-2505,48177],\ +[1,0,0,5418,-1048796],\ +[1,0,0,-399447,97137001],\ +[0,0,1,3402,59528],\ +[1,0,0,14286,4137092],\ +[1,-1,0,-31047,-454411],\ +[1,0,0,-129074,-114134908],\ +[1,0,0,-58638,4517892],\ +[0,1,0,-6165,142775],\ +[1,-1,1,-213305,37971545],\ +[1,0,0,6760,73792],\ +[1,-1,1,-148313,272101177],\ +[1,-1,0,741,4013],\ +[0,1,0,-292436,-60802940],\ +[0,0,1,-20412,1185590],\ +[1,-1,1,-391367,89572159],\ +[1,0,0,-78240,-9799208],\ +[0,0,1,12732,-51786],\ +[1,0,1,-887,785882],\ +[1,0,1,6981,981026],\ +[1,-1,0,-15,-55585],\ +[1,-1,1,4723,-170099],\ +[1,0,0,-12924,-295408],\ +[1,0,0,10227,4173841],\ +[1,0,1,-882,9738],\ +[0,1,0,-90456994,-300584499751],\ +[1,0,1,366757,-845147842],\ +[1,-1,0,-42404325,106300494485],\ +[0,0,0,-12336,-519167],\ +[1,-1,1,-96527,-11209415849],\ +[1,-1,1,-41915,-1660885],\ +[1,-1,0,148161,270470573],\ +[1,-1,1,-887168,1106765731],\ +[1,-1,0,-17025,862955],\ +[1,-1,0,874866,1023069140],\ +[1,-1,0,-9654,367460],\ +[1,0,0,-1043,12745],\ +[1,-1,0,-1786896,919970928],\ +[1,-1,1,-15533,-765763],\ +[1,-1,0,6144,4190208],\ +[0,1,0,-545,18768],\ +[0,0,0,-12240,-529407],\ +[1,-1,1,-2934098,1959872081],\ +[1,0,1,-34083,4423518],\ +[1,-1,1,956344,-13465717],\ +[1,-1,0,336,98],\ +[1,0,1,-57497618,-167860688092],\ +[1,0,0,24643,4896369],\ +[0,1,1,-9445,355256],\ +[0,1,0,-4638,120041],\ +[0,0,1,2088,-19653],\ +[0,0,0,-7455,-214682],\ +[1,0,0,-10253,4214801],\ +[1,-1,1,-488,4627],\ +[1,-1,0,-1365,27881],\ +[1,-1,1,-893,12997],\ +[1,-1,1,-2005103,1093332367],\ +[1,-1,1,7265158,2280487609],\ +[0,1,1,-3581,-41094],\ +[1,0,0,-92173,-113573871],\ +[1,0,1,-5776,167972],\ +[1,-1,0,-25935,8398061],\ +[1,-1,1,-2648,34651],\ +[1,-1,0,-9488760,12927602816],\ +[1,-1,0,-827835,-1018926235],\ +[1,0,1,-91,8190],\ +[1,-1,1,-12287,527311],\ +[1,-1,0,-218499,-42054157],\ +[1,-1,1,-11856917,15717704941],\ +[1,-1,1,25783,8113609],\ +[1,0,0,92147,-112918511],\ +[1,0,1,-5612,161328],\ +[1,0,0,-107676,13590800],\ +[0,0,1,5412,805479],\ +[1,0,1,-813092294,8923784643992],\ +[0,0,1,-4518,119073],\ +[0,0,1,-5442,830805],\ +[1,0,0,-1023123,-398634039],\ +[1,-1,1,-11885,529229],\ +[1,0,1,-4226,105860],\ +[0,1,0,-773,11111],\ +[1,0,1,1049,-60802],\ +[0,1,0,-13708,1931588],\ +[0,1,1,347,-272],\ +[1,0,0,-2354,43756],\ +[1,0,1,-6201,187148],\ +[1,-1,1,85945,32000447],\ +[0,0,1,0,151893300],\ +[0,1,0,-578,5417],\ +[1,-1,0,-6492,248166],\ +[1,0,1,1738,58258],\ +[0,0,1,-2484,47657],\ +[1,-1,0,-1077,18153],\ +[0,0,1,-23250,-3112344],\ +[0,0,1,-38034,2855100],\ +[1,-1,0,-90,-503334],\ +[1,0,1,-86426,9776296],\ +[1,-1,0,-46881,-5839749],\ +[0,0,1,-64764,6343787],\ +[1,0,1,219,1714],\ +[1,-1,0,-203187,35302389],\ +[1,0,0,128974,-112357244],\ +[1,0,0,-31279385,67331549497],\ +[1,-1,0,-601704,165245760],\ +[0,1,1,-3023,62973],\ +[0,0,1,54,-5641],\ +[1,0,0,-14386,4251780],\ +[1,-1,1,-2174036,-1459388401],\ +[1,0,1,-163670,25472252],\ +[0,1,0,52724,-4687900],\ +[1,0,0,-7180,260752],\ +[1,0,0,-13575,607625],\ +[1,0,0,58307,135932273],\ +[1,0,0,-32264385,62864666497],\ +[1,-1,1,-1317965,708422645],\ +[1,-1,0,-4754142,3991036644],\ +[1,0,1,-329873,-16703772],\ +[1,0,1,-170825,23121740],\ +[1,0,1,-4503,120498],\ +[0,1,1,-37531,2785500],\ +[1,0,0,-28771,1904001],\ +[1,-1,0,-11755626,-15555924172],\ +[0,0,0,101220,-19087031],\ +[1,0,1,-3229903744,70653032135502],\ +[1,-1,1,-18569,4323977],\ +[1,0,1,6354,1609084],\ +[0,0,1,-7140,-240441],\ +[1,0,1,-5786798,-4394295744],\ +[0,1,0,-1028,14372],\ +[1,0,0,-26142,2277324],\ +[1,-1,0,309729,-110988759],\ +[1,-1,0,-1491903,702211293],\ +[1,-1,1,63085,-222514189],\ +[1,0,1,-916,10356],\ +[1,0,0,-3120,6400],\ +[0,1,0,-351620,-177799900],\ +[1,0,0,-3516937,2227030169],\ +[1,-1,0,-2682,56142],\ +[1,0,0,-688,19592],\ +[1,0,1,-11397,-452692],\ +[1,-1,1,-26363129,52112769689],\ +[0,1,1,91,2070],\ +[1,-1,0,18417,4120557],\ +[1,-1,0,-44688,221920608],\ +[1,-1,0,-723,2247],\ +[0,0,1,-64890,6362309],\ +[1,-1,0,-45018,-6245748],\ +[0,1,1,-36953,2520376],\ +[0,1,0,-40861,3095135],\ +[1,0,0,-1009,12097],\ +[1,-1,1,44686,221846129],\ +[1,-1,1,165751,-111420791],\ +[1,0,0,447,7561],\ +[1,-1,1,690314404,-7609029385057],\ +[1,-1,0,402177,-5990247667],\ +[1,-1,0,377712,113586678],\ +[0,0,0,457353,-114139314],\ +[0,0,0,-8328,292633],\ +[0,0,0,648,-42471],\ +[1,0,0,66262,5269668],\ +[0,0,0,-394383,95329078],\ +[0,0,0,-8491797,-9459541611],\ +[0,0,0,-76281033,256432438393],\ +[0,0,0,-21033,-880007],\ +[1,0,0,8882,404300],\ +[0,0,1,-288,2729],\ +[0,0,0,-7727412,8271835441],\ +[1,-1,0,-1918359,-1826604135],\ +[1,-1,0,-237,6399],\ +[0,0,1,258,1455],\ +[1,0,1,157,24806],\ +[1,-1,1,910507,126713261],\ +[0,1,1,285,-2906],\ +[0,0,1,-2934,61257],\ +[1,-1,1,-703505,227296153],\ +[0,0,1,5010,-265455],\ +[1,0,1,-372311,87408154],\ +[0,0,1,504,-10941],\ +[1,0,1,-79824,8397726],\ +[0,1,1,-2157,38045],\ +[0,1,1,-162211,-27463755],\ +[1,-1,0,-1953,-94227],\ +[0,0,0,-1108632,449300644],\ +[1,-1,0,-19751076,34381384848],\ +[0,1,0,-21037,-1578956],\ +[1,-1,0,-1313769,1644684525],\ +[1,-1,0,3585,145581],\ +[1,-1,1,-6153944,5883050459],\ +[1,0,1,314,3652],\ +[1,-1,1,235,6005],\ +[1,0,1,-979,11776],\ +[1,-1,0,-6903267,6982926741],\ +[1,-1,1,-785405,-245327803],\ +[1,-1,1,56218,-1510308619],\ +[0,0,1,0,2070],\ +[1,0,1,-1180,17090],\ +[0,1,0,-413,3596],\ +[1,0,1,-46,2070],\ +[0,0,1,0,349872],\ +[1,-1,0,-3184407,2189522205],\ +[0,1,1,-194775,25500079],\ +[0,0,1,-46287624,-25930641825],\ +[1,0,1,-36274,-6012404],\ +[1,-1,1,930235,509231549],\ +[0,1,1,-57291,5265380],\ +[1,0,1,-764088,-850073594],\ +[0,1,1,81219,24925781],\ +[1,-1,0,-95628,11357712],\ +[0,1,1,-670583,-199735756],\ +[1,-1,1,-6320,192275],\ +[1,-1,0,120,-59700],\ +[1,0,1,-2907156,-1407558368],\ +[0,1,1,1257,-25837],\ +[1,-1,1,-659,7667],\ +[1,-1,0,-3676077,2714310693],\ +[1,0,0,-8313,291041],\ +[1,-1,1,-12422,536021],\ +[1,-1,1,-4335887,-3200978089],\ +[1,-1,1,-60974,5506877],\ +[1,0,1,-25942,-3253048],\ +[1,0,1,-15268344,23039993542],\ +[1,-1,0,-38164965,90759287445],\ +[1,0,1,349,-980],\ +[1,0,1,-529233,148145556],\ +[1,0,1,-40629,-5123594],\ +[1,0,1,-25555,823870],\ +[1,0,1,-44200,3543542],\ +[0,1,0,-1335725,-1252083377],\ +[0,1,1,-8813951083,318487144411369],\ +[1,0,0,-12668763,-20532759983],\ +[1,0,1,771,-16698],\ +[0,1,1,-18545,-1935201],\ +[1,-1,1,-79044530,281615544497],\ +[1,-1,1,-70161773,226186410197],\ +[1,-1,1,-360212,300919799],\ +[0,1,1,16571,-588685],\ +[1,0,1,-348,3128],\ +[0,1,1,749,34781],\ +[1,0,0,72804,-5854960],\ +[0,0,0,16080,35332],\ +[0,0,1,-50880,4678947],\ +[1,0,0,-458162564,-3774694952648],\ +[0,1,1,-91,2070],\ +[1,0,0,-62724,6041296],\ +[1,-1,1,-10757,251389],\ +[1,0,0,-6337804,-3852628848],\ +[1,0,0,211,-9839],\ +[0,0,0,14532,1378897],\ +[1,-1,0,-1870596,985550328],\ +[0,1,1,-193545,32708549],\ +[1,0,1,-4593,77056],\ +[1,-1,1,-2874962,-2083147951],\ +[1,-1,0,-82770,17064116],\ +[0,1,1,187,-163213],\ +[1,-1,1,-482537,129539561],\ +[1,0,0,-21782,1239564],\ +[0,1,0,-6958,510713],\ +[1,0,1,-4761,125956],\ +[0,1,1,5917,327244],\ +[1,-1,1,13228402,65838730397],\ +[1,-1,0,-976930677,11753108900037],\ +[1,0,1,-2632,70022],\ +[1,-1,1,-13630640,19370623763],\ +[1,-1,1,-391865,-56869351],\ +[1,0,1,-16606,822320],\ +[1,0,1,-292211869,1922602280376],\ +[1,0,0,-115298,15059204],\ +[1,-1,0,-41292,-7053372],\ +[1,0,1,-65,4160],\ +[1,0,1,-3260693,2696986208],\ +[1,-1,1,78268,12420839],\ +[1,0,0,49519,-3399255],\ +[1,0,1,-7576,2302798],\ +[1,-1,0,-8917764,10251987920],\ +[1,-1,1,-1721,42713],\ +[1,-1,0,-360600,-1129040200],\ +[0,1,1,-1415,15806],\ +[1,-1,0,1569,24621],\ +[1,-1,1,580,37055],\ +[1,-1,1,-6698,214057],\ +[1,-1,1,-10448402,13002288401],\ +[1,-1,0,-4002270,3082826700],\ +[1,0,1,-8923,378678],\ +[1,-1,1,-1891238,408995381],\ +[1,0,1,1284,64762],\ +[0,0,1,-3352260,2359748160],\ +[0,1,1,25285,-879906],\ +[1,0,0,-478263,-225926487],\ +[1,0,1,-2557,-504488],\ +[1,0,0,-2932,59216],\ +[1,-1,1,-335432,-171492469],\ +[0,1,0,-42181,-53361881],\ +[0,0,1,-27600,1775931],\ +[1,0,0,-7370,-317988],\ +[1,0,0,-30054,2000412],\ +[1,-1,0,22230,694116],\ +[1,0,1,488555,228722740],\ +[1,0,1,-1040451,-381755202],\ +[1,0,1,54074,-5208394],\ +[0,1,1,-294337,-42501445],\ +[1,0,1,3291609,1974326954],\ +[0,1,0,2271444,4354323300],\ +[1,0,1,166733,-4307122],\ +[1,0,1,-592981,175706016],\ +[1,0,1,-4928,139448],\ +[0,1,0,24083,-2684881],\ +[0,1,1,-167171,26253735],\ +[0,1,1,-2003,47668],\ +[1,0,1,-3307,-654172],\ +[1,0,0,-13613212,20030304016],\ +[1,-1,1,-217646,39308093],\ +[1,0,1,34404,-2922094],\ +[1,0,1,-2657,15202],\ +[1,0,0,-2063,35905],\ +[1,-1,0,61044,-7743984],\ +[0,1,0,-85966,9672545],\ +[1,-1,1,-3322931,2332319123],\ +[1,0,1,101091,-1680008],\ +[0,0,0,-11709,576301],\ +[0,1,1,-1709,26649],\ +[0,1,1,-10439,406825],\ +[1,0,1,-894,10772],\ +[0,1,0,1959,239120],\ +[1,0,1,-1021891,-399833538],\ +[0,0,1,-2072334,1148208687],\ +[1,-1,0,196821,12437253],\ +[1,-1,1,1258528,-1189954429],\ +[1,-1,0,2099412,1463957712],\ +[1,-1,1,880681,671844719],\ +[1,-1,1,-2462900,1488323423],\ +[0,0,1,-113688,14754368],\ +[1,-1,1,-100904,-29542381],\ +[1,-1,0,-461808,129612312],\ +[1,0,1,355435,-77079328],\ +[1,0,1,-63852,6205072],\ +[0,0,1,-53592,4773057],\ +[1,0,0,-108168,-14562280],\ +[1,-1,1,-105874061,419333812589],\ +[1,0,1,-33794,2303776],\ +[0,1,1,-15087,708447],\ +[1,-1,1,2180902,-330162919],\ +[0,1,0,-3593,81712],\ +[1,0,1,-2345,43490],\ +[1,0,0,-27903,1791513],\ +[0,1,1,-2092071,1164042660],\ +[1,0,1,-14788,341738],\ +[1,0,1,-291048,60411506],\ +[1,0,1,129,16770],\ +[1,-1,0,71778,4813044],\ +[1,0,0,-39948,3128464],\ +[0,1,0,-4527401,-4201567296],\ +[0,1,1,-18501,962155],\ +[1,-1,1,-84080,12216275],\ +[1,-1,1,-31740953,68836535417],\ +[0,0,1,-840,20853],\ +[1,0,1,-14460,668030],\ +[1,0,1,-5359,150526],\ +[1,0,0,222,1756],\ +[0,0,1,215160,-2332026],\ +[1,0,1,-118471,-16967168],\ +[1,-1,0,-864285,308745305],\ +[1,0,0,18673,-324231],\ +[1,0,0,-2526,-222660],\ +[0,0,0,-1212,17041],\ +[0,1,0,-4372,105284],\ +[1,-1,1,-461867,111224891],\ +[0,0,1,-1728,27623],\ +[1,0,1,-1201,1441200],\ +[1,0,0,918487,-214226983],\ +[1,0,1,599,13798],\ +[1,-1,1,-794,10577],\ +[0,0,1,810,17003],\ +[0,0,1,-5105982,5145211350],\ +[1,-1,1,-1778873,916793561],\ +[1,-1,1,-1047203,412672931],\ +[1,0,1,-25414441,49311939244],\ +[0,0,0,-158232,47237569],\ +[1,0,1,-10265520,12658730830],\ +[0,0,1,-4698,-44206],\ +[1,0,1,-11410326,15208265448],\ +[1,0,0,-2562250263,50369137623017],\ +[1,-1,1,-75878,7101101],\ +[1,-1,1,13612855,-18898777015],\ +[1,0,0,7681,449241],\ +[1,0,0,-5941,145721],\ +[1,-1,0,642,2682],\ +[1,-1,0,-382527,-4895555571],\ +[1,-1,0,-4293,109347],\ +[1,0,0,-238,-29052],\ +[1,0,1,-7558,246056],\ +[0,1,0,-33845,2396100],\ +[1,-1,1,-209,-8423],\ +[1,0,1,-120851,-16172052],\ +[1,-1,0,-10213866,12835700748],\ +[1,-1,0,-168474,26623530],\ +[1,-1,1,-68297,5736521],\ +[1,-1,1,-50150,4284533],\ +[1,-1,1,-355901,-77524027],\ +[1,-1,0,-832233456,9241142081958],\ +[0,1,1,-38057,2656480],\ +[0,1,1,181,1979],\ +[1,0,0,-1073804058,13543580090980],\ +[1,0,1,-14726,661448],\ +[1,0,1,-43721225,111423399500],\ +[1,-1,0,-44772,3577392],\ +[0,0,0,-23535,1392534],\ +[1,-1,1,-4884152,-5702062021],\ +[1,-1,0,-35703,-8253873],\ +[1,0,1,-4506,-99744],\ +[1,0,0,-3413,71913],\ +[1,-1,1,-9302,357029],\ +[1,0,0,4924,21520],\ +[0,1,1,-20107,25275755],\ +[0,1,0,-77089,-8323032],\ +[1,-1,1,-913343,266216807],\ +[1,0,1,6087804,3242860522],\ +[1,0,1,-1490151,712374676],\ +[1,0,0,3286,-910684],\ +[1,0,0,-137398,19542436],\ +[1,0,0,-116964,15386896],\ +[0,0,1,-823998,287657334],\ +[1,-1,1,-4005407633,97571425254401],\ +[0,1,0,-936750,-355881375],\ +[1,0,1,-43451,-9035710],\ +[1,0,1,-2280,110492],\ +[0,1,0,-1780,29028],\ +[1,0,1,-419179,104424256],\ +[1,0,1,558,-448],\ +[1,-1,0,-8796636,10043599968],\ +[1,-1,0,6135741,24360791013],\ +[0,1,1,761579,60412700],\ +[0,1,1,195,-4291],\ +[1,-1,0,-2931,45503],\ +[1,0,0,1133,23961],\ +[1,-1,1,2488,-16106101],\ +[1,0,1,-586,8126],\ +[1,0,0,7714,453276],\ +[1,0,0,-38201,2814585],\ +[1,0,0,1381,977],\ +[0,1,0,323,836],\ +[1,-1,0,-25614,1584270],\ +[0,1,1,-494281,123684075],\ +[1,0,0,92,8464],\ +[0,1,0,-7126853,7320722375],\ +[1,-1,0,-147555,21751605],\ +[1,-1,0,-4055640,3199244736],\ +[0,0,0,-62391,5998318],\ +[1,-1,1,-116183,17509231],\ +[1,0,0,457416,199314496],\ +[1,-1,1,10465,384391],\ +[1,-1,0,182628,-9560592],\ +[1,0,1,-1671,60206],\ +[1,0,1,-2321091,944784702],\ +[1,-1,1,87097,2805311],\ +[1,-1,0,-114549,17088605],\ +[1,-1,0,-513849,265719405],\ +[0,0,1,-45138492,116726289330],\ +[0,1,1,-228713,-75227629],\ +[1,-1,1,-1838,-99899],\ +[1,-1,0,25206,-753450],\ +[1,-1,1,-82787,9883811],\ +[0,1,0,-6213,-156313],\ +[0,1,1,6275,-161096],\ +[1,-1,1,1832038,-542374951],\ +[0,1,0,-12189,513919],\ +[0,1,0,-39306,-14519295],\ +[1,-1,0,-6263769,36313884525],\ +[0,0,1,-33582,8032662],\ +[1,-1,0,-182592,23018580],\ +[1,-1,0,-11637,712245],\ +[0,0,0,-7564953,8008615897],\ +[1,-1,0,34581,-1923067],\ +[1,-1,1,-415256,-227719141],\ +[0,1,1,-28583,-11028006],\ +[1,0,1,-726,-15646],\ +[1,-1,0,-12726,407106],\ +[0,1,1,-11093,446116],\ +[1,0,0,-7200719,-3328933383],\ +[1,0,1,-5276,25598],\ +[0,0,1,-5988522,5880077217],\ +[1,0,1,-112776,-18863402],\ +[1,0,0,-301433,48730361],\ +[1,0,1,-692070,222997432],\ +[1,0,1,-7751,261982],\ +[0,1,1,485,14519],\ +[1,-1,1,-88133,10205117],\ +[0,1,0,-34234,-2440951],\ +[1,-1,1,-11803820,-15396832465],\ +[1,0,1,-752059826,-7942126091452],\ +[1,-1,0,-50556,4387986],\ +[1,-1,1,-6955187,6903988499],\ +[1,0,0,-52214,-16799188],\ +[1,0,0,-2318,42820],\ +[1,0,0,-4705,206025],\ +[1,0,0,-532342,-109992796],\ +[1,0,0,-5844876,5438555280],\ +[1,0,1,-169046,100898246],\ +[1,0,1,-11966,502480],\ +[0,1,0,-5881,-559480],\ +[1,0,1,1504009,-2554495918],\ +[1,0,1,-14667576,21674230150],\ +[1,0,0,-10430,413252],\ +[1,-1,1,-242717,46088741],\ +[1,0,1,55623,-13276778],\ +[1,-1,0,-7629,214685],\ +[1,0,1,8922,80256],\ +[0,1,1,7131,-407555],\ +[1,0,0,-117699,15532201],\ +[1,-1,0,18108,1281366],\ +[1,-1,1,2620,3647],\ +[0,1,1,-92567,10809280],\ +[0,1,0,-9885,-205217],\ +[1,0,1,47777,-3356872],\ +[1,0,0,-14010,637100],\ +[1,0,0,-63513,6930809],\ +[0,1,0,-205898,46298425],\ +[1,0,0,-3000,63000],\ +[0,1,1,-1619,24974],\ +[1,-1,1,-28517,2362709],\ +[1,0,1,-292493,708490306],\ +[0,1,1,-4627,119612],\ +[1,0,1,-22771,769166],\ +[0,0,0,-1233831,-4168079138],\ +[0,1,1,-21073,1082825],\ +[1,0,1,-3041,64856],\ +[0,1,0,2619,100999],\ +[0,1,0,9611,259063],\ +[0,0,0,-8088,280033],\ +[1,0,0,-1917,-14671],\ +[1,0,1,789,623310],\ +[0,0,0,-3520263,2542206238],\ +[1,-1,0,3840,1635840],\ +[0,1,0,-120765,16184863],\ +[1,0,0,-13361,1148585],\ +[1,-1,0,943487811,71763263668773],\ +[1,0,1,3049,369048],\ +[1,-1,0,-53091,4722021],\ +[0,0,1,-2057700,1122487353],\ +[1,0,0,-99050,12078500],\ +[1,-1,0,10758,-2054584],\ +[1,-1,0,-30114,-9441252],\ +[1,-1,1,-763805,-263571803],\ +[0,0,0,408,-37151],\ +[1,0,0,-5494006,4827907236],\ +[1,0,1,-24991,1520050],\ +[1,-1,0,-286702389,1743381396423],\ +[1,-1,0,-86442,9803816],\ +[0,1,1,-16859,451369],\ +[0,1,1,-52293,-11343184],\ +[1,-1,1,22570,-2859803],\ +[1,0,0,19789,2178785],\ +[1,0,0,-24262,1453604],\ +[1,0,0,-1382473797,27116251104961],\ +[1,0,0,-153566458,732461963900],\ +[1,-1,1,-51764,7027607],\ +[1,0,1,33681799,56486842140],\ +[1,0,1,-7301,239464],\ +[1,-1,1,-8017025,8803058825],\ +[1,-1,0,27087831,279158298183],\ +[1,0,0,-682,4684],\ +[1,-1,0,-55261179,-157617466515],\ +[1,0,0,-172207,27701121],\ +[1,-1,0,-9800793,11812180023],\ +[0,1,1,-315,-9944],\ +[0,0,1,-2514,179325],\ +[1,0,1,-51792195,-42931255618],\ +[1,0,0,-5571,145601],\ +[0,0,0,348,-1679],\ +[1,-1,0,-1009128,-249459768],\ +[1,0,0,3962,-113052],\ +[1,0,0,22816,-2388888],\ +[1,0,1,-277089,29219412],\ +[0,0,0,888,-284],\ +[0,0,0,-1368,20772],\ +[0,1,1,-621,96410],\ +[1,-1,1,11211529,-17327456881],\ +[0,1,0,8870,-29775],\ +[0,1,1,1277,11260],\ +[0,0,0,44568,13525956],\ +[0,0,0,-315696,180576772],\ +[1,0,0,2415,-26775],\ +[1,0,0,-28428,1842408],\ +[1,0,0,4037949,1722688705],\ +[1,-1,0,61491,-1935487],\ +[0,0,0,-828,9297],\ +[0,0,0,-1017,30249],\ +[1,0,1,-9401,350092],\ +[0,1,0,843,-8361],\ +[0,0,0,987,25573],\ +[0,0,0,27447,-2384423],\ +[1,-1,0,-30123807,63637585613],\ +[1,-1,1,-115043,15511907],\ +[1,0,0,-64077,6238009],\ +[0,1,1,357,-240],\ +[0,1,0,5508,-153116],\ +[1,0,1,-1104,26996],\ +[1,-1,1,-130307,21350531],\ +[1,0,0,-118532,15697424],\ +[1,-1,0,102855,4834925],\ +[0,1,0,-8173,291247],\ +[0,1,1,-1660823,823268636],\ +[0,1,1,-1318193,1172868605],\ +[1,0,0,-8596263,9773241417],\ +[1,0,0,-134212,11275216],\ +[1,0,1,-16588,-229844],\ +[1,-1,1,-86936,3241883],\ +[0,1,1,-9413285,13390999214],\ +[0,0,1,-4788,130473],\ +[1,0,1,-290438,60221656],\ +[1,0,1,-7065,220250],\ +[1,-1,1,94066,-9361763],\ +[1,-1,0,-23373000,43498887570],\ +[1,0,1,185,34410],\ +[0,1,0,-42645,3425975],\ +[0,1,1,3925,46754],\ +[1,0,0,-6136388,5893528392],\ +[1,-1,0,2520,703920],\ +[1,0,1,5198,-9708],\ +[1,-1,1,-6779,-47573],\ +[1,-1,1,-2522,708121],\ +[1,-1,1,-530384,-147920461],\ +[1,-1,1,367,14761],\ +[0,0,1,-34902,2509710],\ +[0,1,0,-6860,216900],\ +[0,1,1,31057,1360442],\ +[1,0,1,-11092,350418],\ +[1,-1,0,-369,15375],\ +[1,-1,1,-8222,58469],\ +[1,0,0,328,-2344],\ +[1,-1,1,-419,19739],\ +[1,-1,0,-46773,3905217],\ +[1,-1,0,-4767918,4008394628],\ +[1,-1,0,3936,1718720],\ +[1,-1,0,-45330,3726026],\ +[1,0,1,-647221,215995584],\ +[1,-1,0,-6078,184572],\ +[1,0,1,-2072,36128],\ +[1,-1,1,-3355197629,74804916672389],\ +[1,0,1,-124854383,-520736981694],\ +[1,-1,1,-40141814,109262068229],\ +[1,0,0,-11665,392617],\ +[0,1,1,-1185,15364],\ +[1,0,0,-1412807,-634805239],\ +[0,1,1,-2513,34606],\ +[1,0,0,-163527,25072649],\ +[0,1,0,-5820,-63900],\ +[1,0,0,-47800,4016000],\ +[1,-1,0,-174492,20603916],\ +[1,-1,1,-23153,-1656799],\ +[1,-1,0,-221199,40098005],\ +[1,0,0,-4050,50500],\ +[0,1,1,-103,-7545],\ +[0,1,0,14372,2010212],\ +[1,-1,1,-9560,362075],\ +[1,0,0,-14155,647025],\ +[0,0,1,-294,2835],\ +[0,1,1,-8545,301174],\ +[1,-1,0,-2742,38244],\ +[0,0,1,-720,6399],\ +[0,1,1,-2144583,1208109369],\ +[0,0,1,19062,2408528],\ +[0,0,1,-1710,27189],\ +[1,0,1,-32877,-1026278],\ +[0,1,1,7319,-69540225],\ +[0,1,0,5747,502556],\ +[1,0,1,27552,6137006],\ +[1,-1,0,-5037488982,137902741187220],\ +[1,0,1,-79966,9028944],\ +[0,1,1,-76513,8116396],\ +[0,1,1,-244183,-37051715],\ +[1,0,1,-23732,1216378],\ +[1,0,1,46,2162],\ +[0,0,1,-17017248,26746278408],\ +[1,-1,1,196,4159],\ +[1,-1,1,-2587325,1602507653],\ +[0,0,1,-19542,2768832],\ +[1,-1,0,-771,-31617],\ +[1,0,0,-42013,-3100983],\ +[0,0,1,-93798,61660028],\ +[0,0,1,-14440032,20588450312],\ +[0,0,1,0,19460],\ +[0,0,0,-25820544,50498006596],\ +[0,0,1,0,18701300],\ +[0,1,0,-209565,2744921663],\ +[1,-1,1,-16985,378433],\ +[0,1,1,-3633495,2664429006],\ +[0,0,1,-165864,26093952],\ +[1,0,1,-734211,-675857538],\ +[0,1,0,-2908,95588],\ +[1,-1,0,-77937,8393687],\ +[0,1,0,-3428,75876],\ +[1,-1,1,-8075,280675],\ +[1,0,1,1265391,-581071004],\ +[1,0,0,-31053,2101905],\ +[0,0,0,-2184,45796],\ +[1,-1,0,189711,24206445],\ +[1,-1,1,-126203,17286467],\ +[0,1,0,1327,109560],\ +[0,1,0,-2977,37856],\ +[1,0,0,-57125944,166182679496],\ +[0,1,1,327,867],\ +[1,-1,0,-163050,25386776],\ +[0,0,0,-8055,268686],\ +[1,0,0,1024,-41920],\ +[1,-1,1,-52508,4217887],\ +[1,-1,1,94882,-9391123],\ +[1,-1,1,-11531,479459],\ +[0,1,1,-10641,-382524],\ +[1,-1,1,1255,174305],\ +[0,1,1,599,4165],\ +[1,0,0,5053,511161],\ +[1,-1,1,-628205,298922069],\ +[1,0,1,-9238751,10807793498],\ +[1,-1,0,-30348,1104912],\ +[1,-1,0,-104094,12927408],\ +[0,0,1,-260076,123643908],\ +[0,1,1,11989,638306],\ +[0,0,1,252396,104511620],\ +[1,0,0,-1625,29625],\ +[0,1,1,2867,51],\ +[1,0,1,-5088076,4417095102],\ +[1,-1,0,-170442,19405332],\ +[1,-1,1,-126254,17296957],\ +[0,1,1,-7833,-34631],\ +[1,-1,0,-9677754,11590459560],\ +[1,0,1,3876049,101099298],\ +[0,1,0,-65116,10035684],\ +[1,-1,0,-251484,49087088],\ +[1,-1,1,-55480277,-156050342099],\ +[1,0,0,90852,-6177520],\ +[1,0,1,-6601,205876],\ +[1,-1,0,-1374446358,19613152921428],\ +[0,0,1,-72750,8503281],\ +[0,1,1,-3003,62345],\ +[0,0,1,-267330,53200980],\ +[0,1,0,-148013,18902031],\ +[1,-1,1,592,38611],\ +[1,-1,1,724990,58400763905],\ +[1,-1,0,-1999650,526155000],\ +[0,1,0,11579,2067719],\ +[1,0,0,2109,10945],\ +[1,0,0,34262367,-97420816567],\ +[1,0,1,-149641,-19699140],\ +[0,1,0,-27738,1768905],\ +[1,0,0,-121864,15421176],\ +[1,0,0,-119904,15970816],\ +[1,-1,0,-1679760,838393200],\ +[0,1,1,299,-2974],\ +[1,0,1,-933818,349009958],\ +[1,-1,0,-1560720,750864240],\ +[1,-1,0,-1782,354024],\ +[0,0,0,3684,71713],\ +[0,1,1,3227,-58888],\ +[1,-1,1,-5860301,5461910453],\ +[0,0,1,-58800,5487669],\ +[0,0,0,-4164,144961],\ +[0,1,1,-2117083,1184940619],\ +[1,0,0,-120002,15990404],\ +[1,0,0,-120051,16000201],\ +[1,-1,1,-6782,218189],\ +[1,0,0,66,4356],\ +[1,-1,1,6445759,3392029649],\ +[0,1,1,-5273,-225415],\ +[1,0,0,6628,43930384],\ +[1,-1,1,-863546,-383806087],\ +[1,0,0,-120851775,511384073625],\ +[0,1,1,-128633,17714480],\ +[1,0,1,-3581,-157894],\ +[1,0,0,-113692,14746896],\ +[1,0,0,-120149,16019801],\ +[1,0,0,-640863,71868385],\ +[1,0,0,-118336,16597960],\ +[0,0,1,-975468,371100213],\ +[1,0,1,-10999620013,5316865623687656],\ +[1,0,0,-120198,16029604],\ +[0,1,1,-5111,138950],\ +[0,1,0,-126606,-17390215],\ +[1,0,1,-27393,1998508],\ +[0,1,1,3171,4079],\ +[1,0,0,-120296,16049216],\ +[1,0,1,-234008,43549806],\ +[0,0,0,-157512,173236516],\ +[1,-1,0,-4166586,-5250474972],\ +[0,1,0,-2020,32100],\ +[0,0,0,876768,247707556],\ +[0,1,0,671,27888],\ +[1,0,1,-55072,18328498],\ +[0,1,1,67761933,-99784324465],\ +[0,1,0,2911,528528],\ +[1,0,1,-20570,-650248],\ +[0,0,0,16857,644542],\ +[1,-1,1,-596,39799],\ +[0,1,0,-2169845,-1348218057],\ +[0,0,0,-501,7717],\ +[1,-1,1,21505,1846823],\ +[0,1,1,6879,186436],\ +[1,-1,0,3468,1334024],\ +[1,0,1,58924,-10278952],\ +[0,0,1,-15192,-210868],\ +[0,0,0,-24858063,47703367638],\ +[0,0,0,9544353,12520751686],\ +[0,0,0,-19287,1403566],\ +[1,-1,1,-259133,50850821],\ +[0,0,1,-106248,13329918],\ +[1,0,1,-158084,24290596],\ +[0,1,1,-10904265,-13878941694],\ +[0,0,1,-197410980,1067591408904],\ +[0,0,1,4998,143052],\ +[0,0,0,-204663,-70181138],\ +[0,0,0,-2300967,1343426526],\ +[1,-1,0,-22677,2502197],\ +[0,0,0,-39369,43112329],\ +[1,-1,1,64894,-7975807],\ +[0,0,0,-78735,172318102],\ +[1,-1,0,-19683,43059843],\ +[0,0,1,-5478,240828],\ +[0,1,0,-2916,2125764],\ +[1,0,0,-120492,16088464],\ +[0,0,0,-403887,98795734],\ +[1,-1,1,-10559,420239],\ +[0,1,0,-1458,531441],\ +[1,-1,1,29038,93673361],\ +[1,0,1,81710,-6050998],\ +[0,1,0,1347,112895],\ +[0,1,1,-3615,-39256],\ +[0,1,0,-5837,2131599],\ +[0,1,1,-21414705,38136017756],\ +[0,0,0,29673,-2475954],\ +[0,1,0,-105794,-410713671],\ +[0,0,0,-6216,188617],\ +[1,-1,1,2290,-43171],\ +[0,1,0,-509028,139615524],\ +[1,-1,1,6865,141751],\ +[0,1,1,-703,3465],\ +[0,1,0,-10369,-161272],\ +[1,0,0,-3658,538748],\ +[0,0,0,-20655,1143126],\ +[0,0,0,-115332,-15031631],\ +[0,0,0,-6407544,6242888356],\ +[0,0,0,-21936,1334212],\ +[1,-1,0,-6792,218708],\ +[0,0,0,180375,29280625],\ +[1,-1,0,-8037,362805],\ +[1,0,0,-71197,5674289],\ +[0,0,0,-1464,11209],\ +[1,-1,0,-1743,1503],\ +[0,0,0,-1037148,406545553],\ +[1,-1,1,-28415,3860263],\ +[0,1,0,362,-223],\ +[1,0,1,1413,-13482],\ +[1,-1,1,-1685,27181],\ +[0,0,0,1905,-172874],\ +[0,1,1,-697,9187],\ +[0,0,0,14256,-16956],\ +[0,0,0,-620136,-293024412],\ +[1,0,1,-763495,256407332],\ +[1,0,0,-8328,276544],\ +[1,-1,1,-20990,-96371],\ +[0,0,1,-1938,37278],\ +[1,-1,0,198,4224],\ +[0,1,1,-3198589,2200772165],\ +[1,-1,0,-14064,21986720],\ +[0,0,0,78684,42521713],\ +[1,0,1,-117675,15527350],\ +[0,0,0,-820641,257549353],\ +[1,-1,1,14062,21963281],\ +[0,0,1,1458,5582],\ +[1,-1,0,-5727834,-151053749910],\ +[0,1,0,-676,114244],\ +[1,-1,0,-3183570,2187146286],\ +[0,0,0,-101703,12544702],\ +[0,0,1,-95880,11425014],\ +[0,0,1,-7812,265790],\ +[0,1,0,-338,28561],\ +[1,0,1,-31456,2144682],\ +[1,-1,1,-4835,148771],\ +[0,1,1,-23591,1601390],\ +[0,0,0,-17723901,28719408877],\ +[0,0,0,-256269,43177741],\ +[1,0,1,-231908226,1359302664072],\ +[1,0,1,8209951,5728600532],\ +[1,0,1,2599,132796],\ +[1,-1,1,-17282,875881],\ +[1,0,0,-37466,4441996],\ +[1,-1,0,507,28223],\ +[1,-1,0,909453,126265589],\ +[1,-1,0,-92772,10840608],\ +[1,0,1,-416281,3537335036],\ +[0,1,0,94,2209],\ +[1,-1,0,-35931,2625861],\ +[1,-1,1,-1153805,561269045],\ +[1,-1,0,3663,22725],\ +[0,1,1,8405,293474],\ +[1,0,0,-5795,238337],\ +[1,-1,1,-587152805,5564539119197],\ +[0,1,1,-307809,65628480],\ +[1,0,0,-3143384,2161714752],\ +[1,0,1,126674,6378048],\ +[0,1,0,-1357,115599],\ +[1,-1,1,-509,29069],\ +[1,-1,1,114396385,58161267700103],\ +[0,1,1,-42015,-1042944],\ +[1,-1,1,-23690,1080521],\ +[1,-1,0,-189162,31759128],\ +[1,0,0,902,14820],\ +[0,1,1,35,-45656],\ +[1,-1,0,-5769162,5335002918],\ +[0,1,1,-308119,65489345],\ +[1,0,1,-18241,-1597188],\ +[1,0,1,-21250,1561860],\ +[1,0,1,-10120,-948320],\ +[0,0,0,-5213943,4582447758],\ +[1,0,0,2317,212513],\ +[1,0,0,-2241,52361],\ +[1,-1,1,-12710840,-2154242484421],\ +[0,1,1,-12651,543495],\ +[0,1,0,188,8836],\ +[0,1,0,-24508,1468420],\ +[1,0,1,-2051499,1119702166],\ +[1,-1,1,-535469,144153749],\ +[1,0,0,-3337,16529],\ +[0,1,0,-307716,65598724],\ +[1,0,1,-71161,7300526],\ +[1,-1,1,-42827684,107889230279],\ +[0,1,0,-2653,-412188],\ +[1,-1,1,-732380,241441823],\ +[1,-1,0,-71232,7332360],\ +[1,-1,0,-108357,13766535],\ +[1,-1,1,-641090,-197332631],\ +[1,0,0,47,2209],\ +[1,0,1,29962,-4623594],\ +[0,0,0,0,2209],\ +[1,0,0,32569,-18939895],\ +[0,1,1,-6333,425244],\ +[1,0,1,-47165,3935640],\ +[1,-1,1,13435,-2249179],\ +[1,-1,1,-9749,372869],\ +[0,1,0,-307964,65678084],\ +[0,1,1,-22629,1302715],\ +[1,-1,1,-657455,205349951],\ +[1,-1,1,-22594703,41346944471],\ +[1,0,0,-121668,16324624],\ +[0,1,0,-1577,-15544],\ +[0,1,0,-188,8836],\ +[0,1,0,-375013,-78471324],\ +[1,-1,0,-60462,16827750],\ +[0,0,1,-792558,271578413],\ +[1,0,1,-162163,28073988],\ +[1,-1,1,245659,-19704931],\ +[0,1,0,-15708,2527588],\ +[1,-1,1,536530,10872245],\ +[0,1,1,-4863315,-3502437569],\ +[1,0,0,-105988,20689488],\ +[1,-1,1,46650955,-84931592371],\ +[1,-1,1,32026,-1872403],\ +[0,1,0,-28146,1808145],\ +[0,0,1,-1692,26757],\ +[1,-1,1,1465,-6209],\ +[1,0,0,1965582,1025608068],\ +[1,-1,1,-21333047,37930672271],\ +[0,1,0,-14788,2243492],\ +[1,-1,1,-7642445,8616462581],\ +[0,1,1,-1885775,993498954],\ +[1,0,0,5215,-3806903],\ +[0,1,0,-5917,560876],\ +[1,-1,0,-2637,54645],\ +[0,0,1,732,13779],\ +[1,0,1,-1497,-31078],\ +[0,1,0,-94,2209],\ +[0,1,0,-681,29240],\ +[0,0,1,-762,17265],\ +[1,-1,1,-22595,2484803],\ +[1,0,0,-5938,175236],\ +[0,0,1,-5562,165647],\ +[0,0,1,3132,-16927],\ +[0,1,0,3275,5623],\ +[1,0,0,-23087,1354809],\ +[0,1,1,-72925,7547854],\ +[1,0,1,-43024,3423772],\ +[1,0,0,-69330,-3023100],\ +[1,0,0,-1583,25145],\ +[0,1,0,-760726,92095649],\ +[1,0,0,-12756,712080],\ +[1,0,1,-24176,1443098],\ +[1,0,0,-12172,-373104],\ +[1,-1,0,-12246,524708],\ +[1,0,0,-19388,1069392],\ +[0,1,1,-98263,-15049088],\ +[0,0,0,1881,-19394],\ +[0,0,0,-14474457,21195884881],\ +[1,-1,0,30633,3874041],\ +[1,0,1,19220,-8782550],\ +[1,-1,0,-28140,9878106],\ +[1,-1,0,4521,-5568715],\ +[1,-1,1,-12002,16012001],\ +[1,0,1,-1623,2632506],\ +[1,-1,1,93365573047,12863006874728137],\ +[1,0,0,-583,-65271],\ +[1,-1,0,-100125,12452481],\ +[0,1,0,-38444,307524],\ +[1,0,0,-14508,315800],\ +[1,-1,0,-1115442,457154532],\ +[1,0,0,366,-964],\ +[1,-1,0,42558,3301908],\ +[0,0,0,-6399,207846],\ +[1,-1,1,-248873,47855081],\ +[1,-1,0,-19509,1052765],\ +[1,-1,1,-31805,4800197],\ +[1,-1,0,-144180,21108096],\ +[0,0,0,-4311,110638],\ +[1,0,0,37564,4429840],\ +[1,0,1,1115,23192],\ +[0,0,0,-1628397,1103617189],\ +[1,-1,1,27988,9569399],\ +[1,0,1,-193141,32654592],\ +[1,-1,0,-559242,161063316],\ +[0,1,1,-867226264443,310846758617462105],\ +[0,0,0,-3000,-6297500],\ +[0,0,0,-297000,62302500],\ +[1,0,1,464,8182],\ +[0,1,1,-14203,727065],\ +[1,0,0,-703543,274475249],\ +[0,0,0,-270300,54090025],\ +[0,0,0,-29700,-2049975],\ +[1,0,0,-2501808,1910733056],\ +[0,1,1,-8759,311365],\ +[1,0,0,440,3072],\ +[1,0,1,-8326,291698],\ +[1,0,0,22497,-999207],\ +[1,0,0,87789,-3502495],\ +[0,1,0,-22062,1426841],\ +[1,0,0,2665,-170775],\ +[1,-1,0,-199881,34443873],\ +[0,1,1,4269,-678400],\ +[0,1,0,-3340,72900],\ +[1,0,0,-66635228136,6620695020559360],\ +[1,0,1,-184451,30475298],\ +[0,1,1,-25157,1527707],\ +[0,1,1,497,15251],\ +[0,0,0,-875433,315308257],\ +[1,-1,0,-68745,7289325],\ +[1,0,1,112354,-11853484],\ +[0,1,0,306,-3007],\ +[1,0,0,-39878,3014460],\ +[1,0,0,-103064,15043136],\ +[1,0,1,194686,-71840364],\ +[1,0,1,-150043,10697608],\ +[1,0,1,-35956,2621106],\ +[1,0,1,-1818,36056],\ +[1,0,0,8143,507369],\ +[0,1,0,-2993,62032],\ +[1,-1,1,-50909684,-31810897321],\ +[1,0,1,-406111,-98423476],\ +[1,0,1,-5778,181098],\ +[0,0,0,-177303,30058702],\ +[1,0,1,-851,723350],\ +[1,0,1,-12651,549122],\ +[1,0,1,-676,18898],\ +[0,0,0,3096,-474716],\ +[1,0,0,20936,-508864],\ +[0,1,0,-4253,105439],\ +[0,0,0,-225879,-60106034],\ +[0,0,0,-8424,297729],\ +[0,1,1,-39889967,-152088874510],\ +[1,0,0,-25192,1538624],\ +[1,0,0,-10060402,-17420510844],\ +[0,1,0,-15333,571463],\ +[1,-1,1,-1050032444,10131341058047],\ +[1,-1,0,-52779,4680453],\ +[1,0,0,-114229,15666337],\ +[1,-1,1,-773,-459523],\ +[1,0,0,-906196082,-10499884828796],\ +[1,-1,1,-506,4913],\ +[1,0,1,-17124478,-172112425744],\ +[1,-1,1,-8984111,9857494199],\ +[0,1,0,-944708,357679588],\ +[1,-1,0,354,186],\ +[1,0,1,-35063,1229378906],\ +[1,0,0,-8795,339025],\ +[0,1,1,-55603,-5056200],\ +[0,1,1,357,-14767],\ +[1,0,0,-5324,149072],\ +[1,0,0,-29583,1955961],\ +[1,0,0,7192,-12164544],\ +[1,0,1,1482,10556],\ +[1,0,0,16526,131972],\ +[1,0,1,-44540,3614762],\ +[0,0,0,57552,4341508],\ +[1,-1,0,-1995252,1085286648],\ +[0,1,1,-10347,364070],\ +[0,0,1,-194412,70256340],\ +[0,0,0,-6384807120,196367579436292],\ +[0,0,1,-13440,296109],\ +[1,0,1,229,1884],\ +[1,-1,0,-450,22800],\ +[0,1,0,-381,9215],\ +[1,-1,1,-3826820,1547077159],\ +[1,0,1,-10672,428188],\ +[0,1,0,2235,-6012],\ +[1,-1,1,-111389,13964069],\ +[0,1,0,-7498,590849],\ +[1,-1,1,-126083,20163331],\ +[0,1,0,-1674385,-834769592],\ +[1,0,0,-123236,16641296],\ +[0,0,1,-1193232,499447350],\ +[1,-1,1,-54308,4999231],\ +[1,-1,0,-1902,32742],\ +[1,-1,1,-21440,1231075],\ +[1,-1,1,448,22051],\ +[0,1,1,-284145,-47636351],\ +[1,0,1,-649751,-144261574],\ +[0,1,0,38339,-3370465],\ +[0,0,1,20748,-2075073],\ +[1,-1,0,9138,-221356],\ +[0,0,0,-114672,14946361],\ +[1,0,1,-1733,29118],\ +[1,-1,0,-7758,-14059548],\ +[1,-1,0,-10714692,13502911824],\ +[0,1,0,-26525,1685375],\ +[1,-1,1,-222806,-40100507],\ +[1,-1,1,75199,-1575727],\ +[1,0,0,-317857,68952969],\ +[1,-1,0,26856,-749850],\ +[1,-1,1,-6979055,7431755447],\ +[1,-1,0,-2000796,1089812456],\ +[0,0,1,-1365750,614334531],\ +[1,-1,0,-145602,50771988],\ +[1,-1,1,1348,201151],\ +[0,0,0,-31479,2081326],\ +[0,1,0,-624276,189643140],\ +[0,0,0,-40551,3118558],\ +[1,0,1,157897,-4793102],\ +[1,0,0,-150,22500],\ +[1,-1,0,-1350,203400],\ +[1,-1,0,-15847002,24285112092],\ +[1,0,1,469366,55008946],\ +[0,0,0,4959,4033],\ +[0,1,0,-134013,47078559],\ +[1,-1,0,492,26568],\ +[0,1,1,-43423,3739387],\ +[1,-1,1,-223223,40649231],\ +[1,-1,0,-975942,341079066],\ +[1,0,0,1303,-13199],\ +[1,0,0,-340003,34285961],\ +[0,1,1,-2591,37366],\ +[1,-1,1,-93125,11117629],\ +[1,0,0,-76775,2579657],\ +[1,-1,0,-4050,1825200],\ +[1,0,1,-1231352,-375875898],\ +[1,0,0,5797,-431],\ +[1,-1,0,83067633,587497508541],\ +[0,1,0,-1068,15364],\ +[1,0,1,2505,19012],\ +[1,0,0,-3518887863,80344308457385],\ +[0,0,0,-5904,174564],\ +[1,-1,1,-319811,69391883],\ +[0,0,0,-7389,263341],\ +[1,-1,1,-135032391734,19098846931785797],\ +[1,-1,0,-19752,1084044],\ +[1,-1,0,4050,1819800],\ +[1,-1,0,-479979,131043285],\ +[1,0,1,-2918,26056],\ +[0,0,1,-50602458,138549681963],\ +[1,0,1,-39667,2617822],\ +[0,1,1,-2309,-52375],\ +[1,-1,0,74107836,185948842320],\ +[0,0,1,-624708,190063188],\ +[0,0,1,-27054,1710740],\ +[1,-1,0,1350,201600],\ +[1,0,0,-599776,-181713920],\ +[1,-1,1,-434711,-31988177],\ +[1,-1,0,-3079341,2080630821],\ +[1,0,0,-8291,608961],\ +[0,0,1,-174474,28050725],\ +[1,-1,0,636,44520],\ +[1,-1,1,-255542,49794941],\ +[0,0,0,-2274753,1320533737],\ +[0,0,1,-22356,-699577],\ +[1,0,0,-94718,-5249140],\ +[1,-1,1,-29321,1921673],\ +[1,0,0,150,-24668],\ +[0,0,0,-90777,229037929],\ +[1,-1,0,450,22200],\ +[1,0,0,-182825,30001625],\ +[1,0,1,-4840701,4098871902],\ +[0,1,0,-810,1025],\ +[1,-1,1,-260105,-68192503],\ +[0,1,0,-13286,-120295],\ +[0,1,1,-2666584055,-53001517161041],\ +[1,-1,1,8062,7217281],\ +[0,1,0,-429,3844],\ +[1,-1,1,-452,22951],\ +[0,1,1,-35470305,-60799832666],\ +[1,0,0,-9606,-125380],\ +[1,0,1,-48,2256],\ +[1,-1,1,-19621769,-32698035511],\ +[1,0,1,-17601,917204],\ +[1,-1,0,-220515,39912245],\ +[1,-1,1,-2999255,1999985519],\ +[1,-1,1,-23837,-1554139],\ +[1,-1,1,-199405184,1071447095459],\ +[1,0,0,-16140,787600],\ +[0,1,0,-213460,-38067100],\ +[0,1,0,-2789,128039],\ +[1,0,0,161862,37681892],\ +[1,-1,0,-14064,636470],\ +[0,1,1,-1199,15644],\ +[1,0,0,4455,-1246663],\ +[1,-1,0,48867,-77843367],\ +[0,1,1,-12831,446150],\ +[1,0,0,-8324,613656],\ +[1,-1,0,-7588241586,254426928657138],\ +[1,-1,1,-5180,-1972801],\ +[0,1,0,-111869,14334559],\ +[0,1,0,209459,49118159],\ +[1,0,1,17121,806106],\ +[1,-1,1,319531,-16873171],\ +[1,0,0,-694,11172],\ +[1,0,0,-8084,279632],\ +[0,1,0,-6833,219088],\ +[1,-1,0,-121873299,-222623307],\ +[1,-1,1,6775,542089],\ +[1,0,1,-7908,424318],\ +[0,1,0,5323499,27449910999],\ +[1,-1,0,-6927,617453],\ +[1,0,1,-32347,-2160208],\ +[0,1,0,9174,-175535],\ +[1,0,1,54766039,3741255084],\ +[1,0,0,-2410,5100],\ +[1,0,0,-2760,55872],\ +[0,1,0,-21212,2460804],\ +[1,0,1,-9352666,11748916620],\ +[1,0,0,1116758,-981616476],\ +[0,1,0,-193,2400],\ +[1,-1,0,-69570,7431750],\ +[1,-1,1,9073,5279],\ +[1,0,1,735734,-179850244],\ +[1,-1,0,-75906,8108586],\ +[1,-1,1,18166,397577],\ +[0,0,0,-11372592,-14098397276],\ +[0,1,1,-95463,11233667],\ +[1,-1,1,-1957226,1055131049],\ +[1,-1,0,-22668,1574972],\ +[1,-1,1,-44000546,112460680793],\ +[1,0,1,686441,536204732],\ +[0,0,1,-1674,26327],\ +[1,-1,1,-11525,699581],\ +[1,-1,1,-213653,37841581],\ +[1,0,1,-467784,129404646],\ +[1,0,0,-6358,1623068],\ +[0,1,1,-1106275,-455265469],\ +[1,0,1,13795,-2741948],\ +[0,1,1,1315,-284886],\ +[1,-1,0,-47709054,126849908628],\ +[0,1,0,-4205,286100],\ +[1,0,1,-397122,95843838],\ +[1,0,1,-711,5220],\ +[1,0,1,-1140760,-469349210],\ +[1,-1,0,-236817,44417889],\ +[1,-1,0,-1563,35757],\ +[1,0,1,-1352,-36638],\ +[1,0,1,-46592,-3892902],\ +[1,0,0,418106,-81892508],\ +[1,0,0,-6035,168225],\ +[0,0,0,156696,38839489],\ +[1,-1,1,-13502,607501],\ +[0,1,1,-8935,322114],\ +[1,-1,1,-38072,3098171],\ +[1,0,1,-15206,-5035400],\ +[0,1,0,-1733,27220],\ +[1,-1,1,-12665,551825],\ +[1,0,0,-116355,864577],\ +[1,-1,0,424953,-7014411],\ +[1,0,0,-452092,132538896],\ +[1,-1,1,1411,19397],\ +[1,-1,1,27814,-1770127],\ +[0,0,0,-3225,27025],\ +[0,0,0,4305,508342],\ +[1,-1,1,5013310,1004388545],\ +[1,0,1,15174,9196048],\ +[0,0,0,-7125,218125],\ +[1,-1,0,207414,-8536104],\ +[1,0,1,-181616,29699670],\ +[1,0,1,-111178,14259698],\ +[0,0,0,1539,-18387],\ +[1,0,0,-124902,16980004],\ +[0,1,1,2441,-141035],\ +[1,0,1,-59875,5634130],\ +[0,0,0,-3969,97281],\ +[1,0,0,-425,-11743],\ +[0,0,1,-23862,4096872],\ +[1,-1,0,-3747,89223],\ +[0,0,0,-30024,2001924],\ +[1,0,1,-1201,58798],\ +[0,0,1,-1035138,-121595247],\ +[1,0,1,342066,127087232],\ +[1,0,0,-629946,192450276],\ +[1,-1,0,-90099,9756405],\ +[0,1,0,51207,5709672],\ +[1,-1,0,-115700181,479043990053],\ +[1,0,0,-712,7464],\ +[1,-1,1,-12877871,-17673454921],\ +[0,0,0,12831,-1643879],\ +[0,1,0,-220100,39670500],\ +[1,0,0,-1233,33425],\ +[1,0,1,-188411,31462202],\ +[1,0,1,-145326980,674334268482],\ +[1,0,0,-146638,21573892],\ +[1,-1,0,-146142,12336300],\ +[0,1,0,-3890,92025],\ +[1,-1,1,-154253,23282101],\ +[1,0,1,220527,-55187244],\ +[1,-1,0,-103797,48881205],\ +[0,0,1,5748,909135],\ +[1,-1,0,-13860477,19865197053],\ +[0,0,0,-153740856,767362060708],\ +[0,0,0,-84861,9525573],\ +[1,0,0,-3881138,2942116484],\ +[0,0,1,-1707468,-1141480452],\ +[1,0,0,-14880,697400],\ +[0,1,0,-13329,-1297296],\ +[1,0,0,-1480553,694416473],\ +[0,0,0,-36792,2716324],\ +[0,1,0,-93813,-11565161],\ +[0,1,1,82320651,-474397946836],\ +[1,-1,1,309433,-421765441],\ +[0,0,1,-387210,92979162],\ +[1,-1,1,66904,4035179],\ +[1,-1,0,5175,-820719],\ +[0,1,1,-362815369,2660993957354],\ +[1,0,1,-11401,468572],\ +[1,-1,0,-36603,2713473],\ +[0,1,0,-10196,392900],\ +[1,-1,1,-27875,1798435],\ +[1,-1,1,436,-536713],\ +[0,1,1,313,-3040],\ +[1,-1,1,-8035934,8770043117],\ +[0,1,1,-3361,184345],\ +[1,-1,0,-6876,222876],\ +[1,0,1,-346,5104],\ +[0,1,0,-12276,519940],\ +[1,0,0,-22723,-24454975],\ +[1,-1,0,-404577,99125883],\ +[1,-1,0,-1649628,815927688],\ +[1,-1,1,253,-16981],\ +[0,1,1,-2983,61719],\ +[0,0,0,-3384,73449],\ +[1,-1,1,139252,-10216753],\ +[1,0,0,6709,17521],\ +[0,1,0,-15750,62015625],\ +[1,-1,0,-268854,52970228],\ +[0,1,0,-5122,139401],\ +[1,0,1,-23450201,45351908048],\ +[1,0,1,-8349,293656],\ +[0,1,0,18547,547759],\ +[1,-1,1,326576803,70099147709669],\ +[1,0,1,69621,7612666],\ +[0,1,1,-603,5808],\ +[1,-1,0,-440595,112673871],\ +[1,0,1,-527387,147371042],\ +[0,0,1,-2910,13065],\ +[1,-1,0,-126579,17136885],\ +[1,-1,1,925,-6749],\ +[0,1,0,-24501,1468124],\ +[0,1,0,399030,118427193],\ +[0,0,0,-765,7213],\ +[0,0,1,-213031380,1196777690109],\ +[1,-1,0,-70740,7062336],\ +[1,-1,0,-66024,-69289920],\ +[0,0,1,-15840,767315],\ +[1,-1,1,-117773,15280181],\ +[0,0,0,-582429,-519272219],\ +[1,-1,1,-84107,2578339],\ +[1,-1,1,-3474059,2468249627],\ +[1,0,0,-1874,26372],\ +[1,-1,1,-20180,707447],\ +[1,-1,1,-248961380,-831637708153],\ +[0,1,0,640675,76969375],\ +[0,0,1,12062180166,4188184777526625],\ +[1,0,0,-12296,520256],\ +[0,1,0,-121425,12239000],\ +[0,1,1,1103,16387],\ +[0,0,1,366,-1698],\ +[0,0,1,-846,9614],\ +[0,1,0,-78661,7763335],\ +[1,-1,0,-74742,7882416],\ +[1,0,1,-273826,55272798],\ +[1,0,0,3827,582161],\ +[0,1,1,-31845,2183131],\ +[0,1,0,-144613,3857084],\ +[0,0,0,-6468660,6332422833],\ +[0,1,0,-13610,507025],\ +[1,0,0,-2632,6927424],\ +[0,0,0,0,189833284],\ +[1,-1,0,-39870,3091950],\ +[0,0,1,-25470,1561008],\ +[0,0,1,-13410,547968],\ +[1,0,0,-21018,-1211292],\ +[0,0,0,-559020,-341530607],\ +[1,-1,0,-6659649,6617752893],\ +[0,0,1,-3240,27695],\ +[1,0,1,-2335077,1373214088],\ +[1,-1,0,-14797764,22000867920],\ +[1,-1,0,-526509,-150634485],\ +[1,-1,0,-100212,12238352],\ +[1,-1,1,-33450458,74473173137],\ +[1,0,1,-124388,-37380094],\ +[1,-1,1,754,-78371],\ +[0,1,0,-24693,2634615],\ +[1,-1,0,-13056,577628],\ +[1,0,1,-3694,86232],\ +[1,-1,1,12418,-611819],\ +[1,-1,1,-382253,91854101],\ +[0,1,1,-40433,3111269],\ +[1,0,1,-87307,-11251498],\ +[0,0,0,-1759584,898386289],\ +[0,1,0,-16262740,-69180276412],\ +[1,0,0,-30318,2029356],\ +[1,0,0,-100854,12419236],\ +[1,0,0,-213498,4298724],\ +[1,0,1,-1252,17278],\ +[1,-1,1,2302,587521],\ +[1,-1,0,-2304,591360],\ +[1,0,1,-2475601,9869983844],\ +[0,0,0,-402105,98142577],\ +[0,1,0,-41673676,97684307204],\ +[1,-1,0,-408,18768],\ +[0,0,0,-62280,-5954687],\ +[1,-1,0,6912,5303808],\ +[1,0,0,-25936,1607936],\ +[1,0,0,-768,589824],\ +[0,1,1,-433,3907],\ +[1,-1,1,535,-5527],\ +[1,-1,1,-2306,592129],\ +[0,1,1,-15059,706465],\ +[0,1,1,-21601333,117589797991],\ +[1,0,1,-1779,3163062],\ +[1,0,0,-76794,-45817884],\ +[0,1,0,-1558,30113],\ +[1,0,1,-9479384269,339897021595592],\ +[1,0,1,43846,-59603444],\ +[0,0,0,-559944,161274241],\ +[1,-1,1,-6914,5315329],\ +[1,0,0,-45887,12777881],\ +[0,1,1,-4240035,3378430964],\ +[0,0,1,560490,-3559878],\ +[1,0,0,-7717,254529],\ +[0,0,1,-7550040,8588974149],\ +[1,0,1,-232499076,1364500793298],\ +[0,0,1,-241410,45650052],\ +[1,0,0,-126372,17280784],\ +[0,0,1,-187993632,-997039581075],\ +[1,-1,0,-5997,215925],\ +[1,-1,0,-4443309,3613976613],\ +[1,-1,1,-66680,-9314053],\ +[1,0,1,-3276,71910],\ +[1,-1,0,2304,588288],\ +[1,0,1,-18977,1004592],\ +[1,0,1,-63538571,194923213750],\ +[1,-1,0,663573,246770693],\ +[0,1,1,93319,2845956],\ +[1,-1,1,27605767,-21205007719],\ +[1,0,1,524,275100],\ +[0,1,1,-38197,-3079565],\ +[0,1,1,-1065,20181],\ +[0,0,1,-11910,3958083],\ +[1,0,0,-30423,2039913],\ +[1,0,0,-57348532,167154916664],\ +[1,0,0,-3853,597521],\ +[1,0,0,-849051,2009612241],\ +[0,1,1,-195,2449],\ +[0,1,1,-1552293,-677871565],\ +[0,1,0,22980,96868],\ +[1,0,1,-986682,377154188],\ +[0,1,0,-8010333,8723506463],\ +[1,0,0,-454913,121707217],\ +[1,-1,1,-251,7139],\ +[1,0,0,-37003,2737393],\ +[1,0,0,1338533,971507369],\ +[0,1,1,-53795,-14449201],\ +[1,0,0,-10072,669656],\ +[0,1,0,-130158,18030689],\ +[1,0,1,-84500,9657362],\ +[0,1,0,-1206,15785],\ +[0,1,1,-550667531,4809348008031],\ +[1,-1,0,-615411,195071733],\ +[0,1,0,-7916,270084],\ +[0,1,1,441,48620],\ +[1,0,1,26155174,44390394380],\ +[0,1,1,-673,113232],\ +[1,-1,1,-717125,383229629],\ +[1,0,0,-1888726,998238500],\ +[0,0,0,17193,-15010706],\ +[1,-1,1,-1194845,596502245],\ +[1,-1,0,-64314,459630720],\ +[1,-1,1,83551,-14144911],\ +[0,0,0,-456423,118706878],\ +[0,1,0,-130258,18051489],\ +[1,-1,0,7146,-17021772],\ +[1,-1,1,-1782293,2201362157],\ +[1,-1,0,-335421,-89191899],\ +[1,-1,1,-36434,-2676871],\ +[1,0,1,-16084,783782],\ +[1,-1,0,-26259,1694015],\ +[1,0,1,-381043381,-2865581071594],\ +[1,-1,1,-4187,231499],\ +[1,0,1,-12095,507090],\ +[1,-1,1,13957,-216269],\ +[0,1,1,-441,48620],\ +[1,0,1,-1278281,600758632],\ +[0,0,1,-1656,25899],\ +[0,1,0,852,3844],\ +[1,0,1,-345926649,2476390258572],\ +[0,1,0,-193429,32139908],\ +[1,-1,1,-194992268,1048081096847],\ +[1,-1,0,-60927939,183066760773],\ +[1,0,0,-248,2696],\ +[1,-1,0,-328218,72457638],\ +[0,0,0,-326676333,2272608472093],\ +[1,-1,0,-328470,72541070],\ +[1,-1,0,-327903,72603413],\ +[1,0,1,-46447,4102772],\ +[1,0,0,-6562,299756],\ +[1,0,1,-31666,2166204],\ +[1,-1,1,-20873,5454217],\ +[0,0,1,-73668,11162214],\ +[1,0,1,-486764,132524202],\ +[0,1,1,-1393,24610],\ +[1,-1,1,-5615,192503],\ +[1,0,0,101712,13876928],\ +[0,0,0,-1134597,452651461],\ +[1,-1,0,-2139000,1204661376],\ +[1,-1,0,20721,5225453],\ +[1,-1,1,-4980614,8305656269],\ +[0,1,1,-35919515,81247538306],\ +[1,0,1,-6203,203798],\ +[1,-1,1,-68309429,217357981517],\ +[1,-1,0,4443,43317],\ +[0,1,0,-76017,8041744],\ +[1,-1,1,-410,18905],\ +[0,0,1,11904,3918393],\ +[1,-1,1,-3605967920,83346160712851],\ +[1,-1,1,-115457,17321681],\ +[1,0,0,-111956546,401935694340],\ +[1,-1,0,408,18224],\ +[1,0,0,-1444180,630372752],\ +[0,0,1,-197387268,1067399064228],\ +[0,1,1,-7355,241256],\ +[1,-1,0,-1072215,427571325],\ +[1,0,1,24384,4792910],\ +[0,0,1,-118638,-192787],\ +[0,1,0,-1437,35596],\ +[1,0,0,-94445,11177937],\ +[1,0,1,-21333,1197556],\ +[0,0,1,-738192,244118007],\ +[1,-1,0,103563,46669365],\ +[1,0,0,8001,-289639],\ +[1,0,1,12339,-5508648],\ +[1,0,1,-428981,110863424],\ +[1,-1,0,-453966,118066238],\ +[1,-1,0,-115720110,479167763670],\ +[0,1,1,-27511,-1435630],\ +[1,-1,0,-1428660,657595800],\ +[0,1,0,-7546,14235529],\ +[0,1,1,-212715,49093094],\ +[0,1,1,77887,30339476],\ +[0,0,1,-14700,700308],\ +[1,-1,1,75539083,-137613413491],\ +[1,-1,1,-904826,331506433],\ +[1,0,1,-1094696,440756022],\ +[1,0,1,-9546,604876],\ +[0,0,1,-1568658,769526163],\ +[1,0,1,2053,82018],\ +[1,0,1,-89149,10277272],\ +[1,0,0,-15027,843489],\ +[0,0,1,711828,-129745483],\ +[1,0,0,-5426,611460],\ +[0,1,0,-3164,67044],\ +[0,1,0,-961,-37456],\ +[1,-1,1,-1919,52327],\ +[1,-1,0,-181617,29345309],\ +[1,0,1,-4426,110894],\ +[1,0,1,1022,-12102],\ +[0,1,1,-67913,6794963],\ +[1,-1,1,-4214615,3480052295],\ +[1,0,1,-4511,117020],\ +[1,0,0,-20288,1149888],\ +[1,0,1,-4577,118668],\ +[1,-1,0,-7342317,7665674733],\ +[0,1,1,-4803,126875],\ +[0,1,0,-9702,364609],\ +[0,0,0,-65877,6508021],\ +[0,0,1,-24870,17218323],\ +[1,0,0,-30633,2061081],\ +[1,-1,0,234750,120575636],\ +[1,0,0,-3703,86569],\ +[1,0,0,-34368175,77265997625],\ +[1,-1,1,-164427962,-122637157639],\ +[0,0,1,4974,141534],\ +[1,-1,0,-1095381240,13954152207680],\ +[1,-1,0,5136,-48252],\ +[1,-1,1,-239252,134242679],\ +[1,0,0,-112716,45306000],\ +[0,1,1,-2291,11065],\ +[0,1,1,-887,49505],\ +[1,-1,0,-11034,469188],\ +[1,0,0,-24131,1449921],\ +[0,0,0,-22152,1355929],\ +[1,0,1,6187656,-5581878458],\ +[0,1,1,-47375251,125493365280],\ +[1,0,0,-5182466,6397470916],\ +[0,1,0,34635,4325463],\ +[0,1,0,-11908,-967356],\ +[1,0,0,-1042806003,12961357386265],\ +[1,0,0,1675,14625],\ +[1,0,0,-11984,-392448],\ +[1,0,0,-24147,-174879],\ +[1,-1,1,-8030,-490003],\ +[1,-1,0,-47961342,127857390228],\ +[1,0,0,-54763,-37667983],\ +[1,0,1,-7776480,8346202990],\ +[1,0,0,-3797,91801],\ +[1,-1,0,-1156164,-356693680],\ +[1,0,1,334,4152],\ +[1,0,1,-221752,40123682],\ +[1,0,0,-155272,23331464],\ +[0,1,0,22223,-158344],\ +[0,0,1,-3972,95070],\ +[1,0,0,-4306,386820],\ +[0,1,1,-875,-19196],\ +[0,1,1,-296091,61914630],\ +[0,1,1,-47031,3910250],\ +[1,-1,1,-3170084,2173264607],\ +[0,1,1,-1741,27411],\ +[0,0,0,-448644,109603249],\ +[0,1,0,6652,416804],\ +[1,-1,0,-10458406422,-701490823936020],\ +[1,-1,0,-323367,-35767459],\ +[1,-1,1,3070,10697],\ +[1,-1,0,-5630886,5145758388],\ +[1,-1,0,-4242,119166],\ +[0,1,0,-2284,39684],\ +[1,0,1,-285916,57713880],\ +[0,0,0,936,36],\ +[0,1,0,-38805,-2964572],\ +[1,0,0,147183,178301609],\ +[1,0,0,452662,-72925916],\ +[1,0,1,-1851199,969300626],\ +[1,0,0,-59338,7138596],\ +[1,0,1,-2720861,-1703841936],\ +[1,-1,1,-19444210880,24642548575715],\ +[1,0,1,138924,8409798],\ +[0,0,1,-49260,4437945],\ +[1,0,1,-10139127,-12227556902],\ +[1,-1,1,-13189577225,-583027745549047],\ +[0,0,1,-2520,48699],\ +[0,1,0,53794,-293375],\ +[0,0,1,90,-6111],\ +[1,-1,1,4550053,-6312782581],\ +[1,-1,0,-22884,1363140],\ +[1,0,1,-85625,898940],\ +[1,0,0,-43248,-2858752],\ +[1,-1,1,-2630,-60515],\ +[1,-1,0,-24822,1511454],\ +[0,1,0,-136781,-20682956],\ +[1,0,0,-54498,6789700],\ +[1,-1,0,-13890,683796],\ +[1,0,1,-55368484,158572664482],\ +[1,0,1,26910594,-56790460880],\ +[1,0,1,77234,238532572],\ +[0,0,1,-6684,210330],\ +[1,-1,1,-142772,21976319],\ +[0,1,0,-14522,579361],\ +[1,0,1,-15582433,23674211668],\ +[0,1,0,-11006,703185],\ +[0,1,1,1937,-127553],\ +[1,0,1,-38953,2955798],\ +[1,0,1,-216791,38838422],\ +[1,-1,0,-496806111,4262272020333],\ +[0,0,0,372,-1703],\ +[1,0,1,-60712,5751158],\ +[1,0,0,-643861,190009441],\ +[1,0,0,-2342913,-1721537271],\ +[1,0,0,-1113,-4447],\ +[0,1,1,-83431,6928300],\ +[1,0,1,-569348,165310256],\ +[1,-1,1,-3737,88849],\ +[0,1,1,97,2352],\ +[1,-1,0,-1498968,706749408],\ +[0,0,0,-3393,76417],\ +[1,-1,0,6897,562157],\ +[1,0,0,-30843,2082321],\ +[0,1,0,-1267373,27207279],\ +[1,0,1,-207,-16802],\ +[0,1,1,-77491,8277031],\ +[1,0,1,9074,-661152],\ +[1,0,0,-55616,4845056],\ +[1,0,1,7058,-273568],\ +[1,0,1,-11576,479548],\ +[1,0,1,-1091976,439114198],\ +[1,0,1,27389,2264766],\ +[0,1,1,-97855,15308131],\ +[1,0,0,-2862222,2150707716],\ +[1,-1,1,-7049,638857],\ +[1,0,0,-1100,26832],\ +[0,1,0,-9652,-478876],\ +[1,-1,1,-47245490,125613857201],\ +[1,-1,1,-44545316,114444496199],\ +[1,-1,1,123980110,669283762609],\ +[1,-1,1,-504248,137948987],\ +[1,-1,0,-3101586,-7434604972],\ +[1,0,0,-527,-650191],\ +[0,0,0,-852,9721],\ +[1,0,1,3407,78806],\ +[0,0,1,276,1695],\ +[1,0,1,-84558672,-297321079202],\ +[0,0,1,-306,3053],\ +[1,-1,1,3155800,-6134286229],\ +[0,1,0,-7713893,7022328615],\ +[1,-1,0,-310689,66885345],\ +[1,0,0,-16833,-1137015],\ +[1,-1,1,-2680232,2025599339],\ +[1,0,0,127505845,115885063025],\ +[1,-1,1,239503,-19789279],\ +[1,-1,0,-834,11538],\ +[1,0,0,597,-271],\ +[1,0,0,-693,19873],\ +[1,-1,1,84460,-30890761],\ +[0,0,0,-44805,3805261],\ +[1,-1,1,-2308766,1355297069],\ +[0,0,1,-1266,18294],\ +[1,0,1,912049,-357072702],\ +[1,0,1,-669,446892],\ +[1,-1,0,162981,16769025],\ +[1,-1,1,9505,308423],\ +[1,-1,1,682,3197],\ +[1,0,1,48,2352],\ +[0,0,1,-149070,21783240],\ +[0,0,1,23766,3779352],\ +[1,0,0,-30948,2092968],\ +[0,0,0,194955,34814221],\ +[1,0,0,-1184,7232],\ +[0,1,1,343,997],\ +[0,0,1,0,22132320],\ +[1,0,0,-31277326,190495358980],\ +[0,0,1,9690,-167120181],\ +[1,0,0,3919,305745],\ +[1,-1,0,-553842,158727780],\ +[1,0,1,-33609372564,2371582341989936],\ +[1,-1,1,-4028504,3112185179],\ +[0,0,1,-379470,87282909],\ +[1,0,1,-185518,30543056],\ +[1,-1,1,-178580,21819511],\ +[1,0,1,-1214893,-496145944],\ +[1,-1,1,280,-3997],\ +[1,0,0,-15315,728225],\ +[1,0,0,-3578,-73172],\ +[0,1,0,731,6599],\ +[1,-1,0,-1452,21702],\ +[0,1,1,-258540255,1612695740131],\ +[1,-1,0,5967,-426387],\ +[0,1,1,-97,2352],\ +[1,-1,1,-33419,2363419],\ +[0,1,1,-145633,21344660],\ +[0,1,0,-3009068,2008071844],\ +[1,-1,1,23209,-751121],\ +[1,0,1,-25422,1571072],\ +[0,1,0,-3076,64164],\ +[1,0,1,-938,11656],\ +[0,1,0,-1941,-69481],\ +[1,-1,0,-50661,4481373],\ +[1,0,1,3316299,3213930048],\ +[1,0,1,14835,68872],\ +[1,0,0,-28225,1688457],\ +[1,0,0,-280817,50467329],\ +[1,0,0,-86143,10181401],\ +[1,0,0,-786788,394430040],\ +[1,0,0,-248117,-42102111],\ +[1,0,1,228980,141809190],\ +[1,0,1,3844,1676],\ +[1,0,1,-3401,71452],\ +[0,1,0,-88109,-5359377],\ +[1,0,1,-2087975,-4119729558],\ +[0,0,0,25032,459433],\ +[0,1,1,15639,3784845],\ +[1,0,1,-10111,381970],\ +[0,1,0,-719009,235788144],\ +[1,-1,1,-519152,144112979],\ +[1,0,1,-251,2748],\ +[1,0,0,-4387,112129],\ +[0,0,0,-150087,23007166],\ +[1,-1,0,-112254,14492528],\ +[1,-1,1,-35615,5978503],\ +[1,0,1,11,-6978],\ +[1,-1,1,-1156811,952916123],\ +[1,-1,1,-15074,-821023],\ +[1,-1,0,-275139540,1756687980816],\ +[1,-1,1,-44348,3027647],\ +[0,1,1,-69017,-7162410],\ +[0,0,0,-32712,2615209],\ +[0,1,1,42761,879925],\ +[1,0,0,-7948,-93616],\ +[1,0,1,-98451,18028298],\ +[0,1,0,-10732,434436],\ +[0,0,1,-340873086,2421725045634],\ +[1,-1,1,-462879386,-3859602128167],\ +[0,1,1,-78151,8383111],\ +[1,0,1,1478,1948],\ +[1,0,1,-89835,-10522570],\ +[1,-1,1,-959846,-552727051],\ +[0,0,1,-10134,773552],\ +[1,-1,0,-12061836,16175804976],\ +[1,-1,0,-283026,186900276],\ +[1,-1,0,34443,4939317],\ +[0,0,1,9654,588864],\ +[0,1,0,5955,-1509857],\ +[0,0,1,-7363092,-26819819370],\ +[1,0,0,337,4217],\ +[1,0,0,47191095,171789450777],\ +[0,1,0,-2372,42276],\ +[1,-1,0,18186,-19155852],\ +[1,-1,0,3234,117306],\ +[1,-1,0,-801423,472755717],\ +[0,1,0,-701559053,7152045435951],\ +[1,-1,1,-878,86141],\ +[0,0,1,-14792250,62992826406],\ +[1,-1,1,-151364,-11934161],\ +[1,0,0,236681,329819177],\ +[1,0,0,-38944,2939456],\ +[1,-1,0,-259353,73412973],\ +[1,-1,0,474,-20724],\ +[1,-1,0,-1174788,490396698],\ +[1,0,0,-129704,17969216],\ +[0,1,1,3047,137887],\ +[1,0,0,-37390,-280900],\ +[1,-1,0,-157419,20859183],\ +[1,0,1,-165839,-13709338],\ +[1,-1,1,-351239,-80186113],\ +[0,1,0,258,16641],\ +[1,-1,0,-87522,9987992],\ +[0,1,0,-78349,8415023],\ +[1,-1,0,876,84680],\ +[1,-1,1,-4976,136403],\ +[1,0,1,-5063,25628906],\ +[1,-1,1,-7400,-548117],\ +[1,-1,1,-367283,85672027],\ +[0,0,0,2031,111529],\ +[1,-1,0,1506,22458],\ +[0,1,0,-10285,397775],\ +[1,-1,0,402957,-168465987],\ +[0,0,0,-2061,121077],\ +[1,-1,0,-3162813,2165793317],\ +[1,0,1,-9101822,10479924848],\ +[1,0,0,-11487,472409],\ +[1,0,1,-3248,-178522],\ +[1,0,0,-11580,486352],\ +[1,-1,1,26917,-48115573],\ +[0,0,1,160314,-94314312],\ +[1,0,1,19125388,37491433202],\ +[1,-1,0,-1023369,398781333],\ +[0,1,0,436692,-994397212],\ +[1,-1,0,-1986147,1729839483],\ +[1,-1,1,-364730,88217849],\ +[0,1,0,1659,-8820],\ +[1,0,1,-30258,2020968],\ +[1,0,1,-2868748,-1771524022],\ +[0,1,0,201292975,1664671740000],\ +[1,0,0,-49805,-7583975],\ +[0,0,1,20574,-1099312],\ +[1,0,0,5195,197025],\ +[0,0,1,-59454,5623040],\ +[1,-1,0,-286512,-54745678],\ +[0,1,0,-62706,6039369],\ +[1,0,0,67808,1946624],\ +[0,1,1,1658029,827551635],\ +[1,0,1,-7740896,8288980590],\ +[1,0,1,-6240,352430],\ +[1,-1,1,8757175,7305150665],\ +[1,0,1,-114626,19544140],\ +[1,-1,0,-9378756,11057494608],\ +[1,0,0,-160168,-43291072],\ +[0,1,0,-12513,586584],\ +[1,-1,0,-237992337,1413223527969],\ +[1,0,0,-33717,2379681],\ +[1,0,0,-375652,-90325744],\ +[0,1,0,29667,-2010412],\ +[0,0,0,-1337655,641597902],\ +[1,-1,0,-1509623361,-21918290032707],\ +[1,0,1,-21054,1174102],\ +[1,0,1,-2103,4420506],\ +[1,0,1,-4091813,3185480656],\ +[1,-1,1,-2531885,1551283733],\ +[1,-1,1,-31310,2127509],\ +[0,1,1,-3073363,2072785638],\ +[1,0,1,-9117,-8],\ +[0,0,1,-421740,105419873],\ +[0,1,1,1125,-3446],\ +[0,0,0,-648,-279612],\ +[1,0,1,-2167471,1229074594],\ +[0,0,0,-857952,-513176796],\ +[0,0,0,-458478336,3778560582532],\ +[0,1,0,-22436,-2220636],\ +[1,0,1,-18801,1018244],\ +[1,-1,0,-301455,63893205],\ +[0,1,1,-64815,-929069],\ +[1,-1,1,1458841,1305895007],\ +[1,0,1,-6279,190966],\ +[1,0,0,-5191,151825],\ +[1,0,1,20300783,1621097688],\ +[1,0,1,-2167976,1228473550],\ +[1,-1,0,-121842,5477220],\ +[1,0,0,-512,6336],\ +[0,0,0,-9095328,10557856548],\ +[0,0,0,-4459185,3681347913],\ +[0,0,0,-1886871,978133102],\ +[1,-1,1,-30890,2198825],\ +[1,0,1,569357,-8561944],\ +[1,-1,1,-2537555,1556496947],\ +[0,1,1,-9325,343504],\ +[0,0,1,-231942,-5654750445],\ +[1,-1,0,-19332,-302112],\ +[0,0,1,-79860,4000653],\ +[0,1,1,-41065,3189306],\ +[1,0,0,-26773,1687289],\ +[0,0,0,-38232,2877444],\ +[0,1,1,-1561,41695],\ +[0,1,1,-72739,9806824],\ +[0,1,1,-78679,8468299],\ +[0,1,0,-1682,26529],\ +[1,0,1,-101073,12359528],\ +[0,0,0,-1629,25261],\ +[0,1,1,327,-3104],\ +[1,-1,1,28660,-8596105],\ +[0,1,0,-4541,1290495],\ +[1,0,1,-4815,129420],\ +[1,-1,1,-2535665,1554758561],\ +[0,1,0,-69690226,224100109265],\ +[0,1,0,-263125,51780023],\ +[1,0,1,-219,47742],\ +[0,0,0,1953555,-642976427],\ +[0,0,0,8616,463396],\ +[0,1,0,382,-151],\ +[1,0,0,-1337,-37191],\ +[0,1,0,-2988,61316],\ +[1,-1,0,-187224,31268168],\ +[0,0,1,-78420,9668277],\ +[1,-1,1,30622,-5511583],\ +[1,0,0,-31368,2135736],\ +[1,-1,1,-47768,4030307],\ +[0,0,1,-16086,1893024],\ +[1,-1,1,-72325087295,7486565218148783],\ +[0,1,0,-78877,8500319],\ +[0,1,0,1367,116280],\ +[1,-1,0,-18924,-352432],\ +[1,-1,1,-56615,14788703],\ +[1,-1,0,-2424627,1453765725],\ +[1,0,0,-2278,41644],\ +[1,-1,0,-5784,-119062],\ +[0,1,1,-272561,54689270],\ +[1,0,1,-15006,682512],\ +[1,-1,1,1087,130681],\ +[0,1,1,-4737,-136618],\ +[0,0,0,1707000,-1253849375],\ +[0,1,1,28155,-573119],\ +[1,-1,0,-1089,132495],\ +[0,0,1,5820,-286083],\ +[0,1,0,5222,252497],\ +[0,1,0,2447,-34256],\ +[1,-1,1,2423428,-1324955329],\ +[1,-1,0,-48182094,128741113908],\ +[1,0,1,-772,-58378],\ +[1,0,0,-1697933,851445353],\ +[1,0,1,-728994,-1396471124],\ +[0,0,0,-2482416,1704778948],\ +[1,-1,0,-48450,4116906],\ +[1,0,0,-87263,10397017],\ +[0,1,1,-14413,-6554],\ +[1,0,0,-1790,35100],\ +[0,1,0,-8609,-319912],\ +[1,0,1,-391910,94399032],\ +[1,0,1,-726873421,-6974678117176],\ +[1,0,0,-943,11769],\ +[0,1,0,-4594,118329],\ +[0,0,0,1860336,245614276],\ +[1,0,1,-80987,-13064858],\ +[0,1,1,2883,245],\ +[1,-1,1,-186842,31171609],\ +[0,0,0,279,1737],\ +[1,-1,0,-10869,-37868667],\ +[1,-1,1,1027,116621],\ +[0,0,1,257208,-209385931770],\ +[1,0,1,-814107,282660902],\ +[1,-1,0,-200394,34576650],\ +[0,0,1,-75432,7975737],\ +[1,0,0,6376167,3653534521],\ +[1,-1,0,-1029,118335],\ +[1,0,1,-32086,2209464],\ +[1,-1,0,-20193255,34931748825],\ +[0,1,0,686,117649],\ +[1,0,0,343,117649],\ +[0,1,0,-126692,-17360796],\ +[1,-1,0,212877,31713633],\ +[0,0,1,7614,71219],\ +[0,1,0,1372,470596],\ +[0,1,0,-231533,-42920113],\ +[0,0,1,3402,-1037617],\ +[1,0,0,504862,394676292],\ +[0,0,0,-2676072,-5615039036],\ +[1,-1,0,-4362,103644],\ +[1,-1,1,28885,-738565],\ +[1,0,0,-68260633,-275152144071],\ +[1,-1,0,-93732,11069360],\ +[1,0,0,10534,254500],\ +[1,-1,1,-40937699243,3220673340356731],\ +[0,1,0,-1372,470596],\ +[0,0,0,-1632288,1311338212],\ +[1,-1,1,-155426,23624993],\ +[1,0,0,-41044,6316432],\ +[1,-1,1,50272,-111441149],\ +[1,0,0,-19891,1078121],\ +[0,1,0,-95589,36677988],\ +[1,-1,0,4752918,-7482461508],\ +[0,0,0,-309,3109],\ +[1,-1,1,-919139,817521059],\ +[1,-1,1,-1190,-1099979],\ +[1,0,1,19912366,-18966323068],\ +[1,0,0,-34395263,77637493017],\ +[1,-1,0,-88152,10095960],\ +[1,0,0,-3726328,2768482880],\ +[1,-1,0,-11612904,19686800960],\ +[1,-1,0,37361089773,-951782087788875],\ +[1,0,1,-5053814,4370404872],\ +[0,1,1,-5259,181234],\ +[1,0,0,-431248,7439407496],\ +[0,1,1,-5573,158312],\ +[0,0,0,-495693,134417853],\ +[1,-1,1,9881302,7632133481],\ +[0,1,0,-11689,-40192],\ +[0,0,0,-4488,166372],\ +[1,0,1,-94141,10782792],\ +[0,0,1,-62286,5983179],\ +[0,0,0,4008,87076],\ +[0,0,0,56463,-21474191],\ +[0,0,1,-9744,-24123],\ +[0,0,1,940506,-201971520],\ +[0,1,0,-2058,-309519],\ +[0,0,0,4632,-101567],\ +[0,0,0,32088,989809],\ +[1,0,0,-8797,318041],\ +[0,1,0,-4580,141828],\ +[1,0,0,-19078,1085540],\ +[1,0,1,-19486,1036944],\ +[1,0,0,80737,941017],\ +[1,-1,0,-4452369,3617655875],\ +[1,0,1,-17427,883942],\ +[1,0,1,2388,16438],\ +[1,-1,0,-4804984410,128200629403700],\ +[0,1,0,-142558,20670897],\ +[0,0,1,-78210,8628168],\ +[0,1,0,-17845,911100],\ +[1,-1,1,-612089267,3088427069459],\ +[1,-1,0,2808720,-3624351480],\ +[1,0,1,-2777,162748],\ +[0,1,0,-32493,3161007],\ +[1,0,0,8536,-393664],\ +[1,-1,0,-2487,47943],\ +[1,0,1,-17116,11734042],\ +[1,-1,1,-2015,34319],\ +[0,1,1,-1681,6286],\ +[0,1,1,-363981,-84883625],\ +[0,1,1,9509,-600114],\ +[1,0,1,-68800493,-154167733592],\ +[1,-1,1,-4340552,42802800779],\ +[0,1,0,-213841,38072464],\ +[1,0,0,-314442216,1666861650496],\ +[0,0,1,39330,-1245192],\ +[0,1,0,-1377,119024],\ +[0,1,1,-199,2549],\ +[1,0,1,1001,1003002],\ +[0,1,0,-224826,80986465],\ +[1,-1,0,-29634,2056140],\ +[0,1,0,-48221,3416479],\ +[1,-1,1,17332,-174769],\ +[1,0,1,-853764,280692482],\ +[1,-1,1,-64763,10704467],\ +[1,0,0,-5538,157508],\ +[1,-1,1,-99076010,1170571015145],\ +[1,-1,0,97344408,1060411897664],\ +[1,-1,0,-18213,956763],\ +[1,-1,1,10816045,-39278120077],\ +[1,0,0,-2155,41777],\ +[1,-1,0,-11247,461919],\ +[0,1,1,3219,4781],\ +[0,0,1,-487860,-122755710],\ +[1,0,0,1937,-79599],\ +[0,1,1,-743,4263],\ +[0,0,0,-83088,13951908],\ +[1,0,1,-855908,322052806],\ +[1,0,0,-24122921211,1442089968461585],\ +[1,0,0,-1417871,2439918201],\ +[0,0,1,-4312140,3446572290],\ +[0,0,0,-3177,285129],\ +[1,0,1,-74218848,246341194006],\ +[1,0,1,-35293424,80699894526],\ +[1,0,1,17663,2490662],\ +[1,-1,0,-70142217,226386418317],\ +[0,0,1,-260850,51278256],\ +[0,1,1,-31221,-4386039],\ +[0,1,1,31807,566566],\ +[1,0,1,729,20584],\ +[1,0,1,4781,-626844],\ +[1,-1,0,-21024801,37111461093],\ +[1,-1,1,-1055,-22225],\ +[0,0,0,1332,3897],\ +[1,0,0,-8175479,8996806121],\ +[1,0,1,38887,30785788],\ +[1,-1,1,-4340,248159],\ +[1,0,0,16960,788992],\ +[1,0,1,46653616,-37409203554],\ +[1,-1,0,-58878,5682798],\ +[1,0,1,-314899,67991432],\ +[1,0,0,19427,-8810191],\ +[1,0,0,-1331253,-599961439],\ +[0,0,0,4113,463734],\ +[0,0,0,-1812,33241],\ +[0,1,0,-1153435565,15077421139663],\ +[0,0,0,-1872,23364],\ +[0,0,0,-35884008,82736953668],\ +[0,0,0,-4143,482998],\ +[0,1,0,-41540,3244900],\ +[1,-1,0,-34470,3323916],\ +[1,0,1,9864,755030],\ +[0,0,1,-111768,14382168],\ +[1,0,1,-82502,9299828],\ +[1,0,1,-2106,37026],\ +[1,0,1,-104494,12990142],\ +[1,0,1,-2623829,1623261952],\ +[0,1,1,-13902471,19946676161],\ +[1,0,1,-15330,729260],\ +[1,0,1,-143589,-21920088],\ +[1,0,0,1980,76112],\ +[1,-1,1,-30932,2733239],\ +[1,-1,0,-17496,-527544],\ +[1,0,1,-24368,5027806],\ +[0,1,1,-60103,36354358],\ +[0,0,1,-83048304,-321708215763],\ +[0,0,0,-5556,247273],\ +[1,0,0,-15583,726361],\ +[0,1,1,-11885,672189],\ +[1,0,0,371517,-98623295],\ +[1,0,0,-80271529,276804713497],\ +[1,0,1,-16833,-201944],\ +[1,0,0,23202,-6749244],\ +[1,-1,1,-489344,131878307],\ +[1,0,0,1708,-142296],\ +[1,-1,1,-26588,1675351],\ +[0,1,1,-973,13060],\ +[1,0,0,-9538,357828],\ +[0,1,1,-2025,35704],\ +[1,0,1,9476,-59744],\ +[1,-1,1,-8945474,10299850049],\ +[0,0,0,-20223,-989882],\ +[1,-1,0,-17292,-552432],\ +[1,-1,1,-139310,20048189],\ +[1,-1,0,-342078,77093918],\ +[1,-1,1,-118607,10899839],\ +[0,1,0,-73,-8048],\ +[1,-1,1,-207059,-13976341],\ +[1,0,1,-186729,27588972],\ +[0,0,1,-10062,306540],\ +[1,0,0,-861,-321615],\ +[1,0,1,-44451,-2622202],\ +[1,0,1,-1389,22562],\ +[0,0,1,-4620,599823],\ +[0,0,1,-766272,258179967],\ +[1,0,0,-4606,197916],\ +[0,1,0,-2812,55716],\ +[0,1,1,-7063,225706],\ +[1,-1,1,-155630,15071293],\ +[1,0,1,30041,2760066],\ +[1,-1,0,-576792,168725412],\ +[1,-1,1,-8435363,-699169896349],\ +[1,0,1,479449,-40866902],\ +[1,0,1,-15040,708650],\ +[0,1,0,-349397,79376279],\ +[1,-1,1,-22574,-5178491],\ +[1,0,1,-418174,104048896],\ +[0,1,0,-30594,2049633],\ +[1,0,0,-2346046,1382902340],\ +[0,0,0,2055,114217],\ +[1,0,0,-4991,118041],\ +[1,0,1,-85381870,179782018382],\ +[1,0,1,-704289,227436586],\ +[1,-1,0,372,282],\ +[1,0,1,-984954,29552452],\ +[1,0,1,-26056627,50907331022],\ +[1,0,0,937,-58239],\ +[0,0,0,-3031392,-193835546876],\ +[0,1,1,589,21461],\ +[1,0,1,-2149721942,-70898326691992],\ +[0,1,1,-349813,79255980],\ +[0,1,1,-349493,79409011],\ +[0,0,0,-2085,123877],\ +[0,1,0,1972,3300],\ +[0,1,1,-349237,79583852],\ +[0,1,0,356,-23196],\ +[0,1,0,-349653,79463575],\ +[1,0,1,-41760,35670692],\ +[0,1,0,11930,35581225],\ +[1,0,1,-22893,1226056],\ +[1,-1,1,-524,5207],\ +[0,1,1,-349557,79430835],\ +[0,1,0,-6173,-159276],\ +[0,1,0,-837,12871],\ +[1,-1,0,-8685,278685],\ +[1,0,0,-4167666,3274403716],\ +[0,1,1,-79867,8661025],\ +[0,1,1,171,7310],\ +[1,0,1,-216116,-1966030],\ +[0,0,0,-31320,-1779516],\ +[1,0,1,-2269,41382],\ +[0,1,1,-2583,76494],\ +[1,-1,1,-5727947,5277939419],\ +[1,0,0,-7209111,5803071785],\ +[0,0,1,-6426,63938],\ +[1,-1,1,-1190753,500424881],\ +[0,1,0,-107798406,430756024625],\ +[1,-1,1,-1218593,475819057],\ +[1,-1,1,-27573017,55700217209],\ +[1,0,1,-59793,5622556],\ +[0,1,0,-10061,-189265],\ +[1,0,0,-1198051,507800705],\ +[1,0,0,-125724,17157392],\ +[0,0,1,-32196,2544678],\ +[0,0,1,-32454,2250290],\ +[1,-1,1,-2309,593669],\ +[1,0,0,1737,119017],\ +[1,-1,1,-1134482,-378519919],\ +[1,0,0,-184241,-663069975],\ +[1,-1,1,123188899,-4153772803867],\ +[0,1,1,-4253,112191],\ +[1,0,1,-2313635,-21363894690],\ +[1,-1,0,-281787,69624773],\ +[1,-1,1,-2696531,791102963],\ +[1,-1,1,65722,-1850803],\ +[0,0,0,-19143,-1135682],\ +[1,-1,1,-5383472,4809607571],\ +[1,-1,1,-183722,30344321],\ +[1,0,1,1927,72028],\ +[1,0,1,-2714,52086],\ +[1,0,1,-1731459471,27730547118274],\ +[1,0,0,-356938,82049892],\ +[1,0,1,34990,2861300],\ +[1,0,1,-86,7310],\ +[0,0,1,-177822,28861995],\ +[0,0,1,162,-323656],\ +[1,0,1,-1778558,-625602832],\ +[0,0,0,71025,2836150],\ +[1,0,0,-13425570,20956535812],\ +[0,1,0,-695501,223020015],\ +[0,0,0,-25392,1701124],\ +[1,-1,1,228235,19217549],\ +[0,1,0,-618,6049],\ +[1,-1,1,-140126,20224493],\ +[1,0,0,-271704,87547456],\ +[0,0,1,-39042,2969480],\ +[1,0,1,-981702,374302208],\ +[0,0,0,-177687,28829134],\ +[1,-1,0,69501,-19339695],\ +[1,-1,0,9408,9828224],\ +[1,0,0,-182681,31193145],\ +[1,0,0,-61353,5309145],\ +[1,-1,1,-9410,9843905],\ +[0,0,0,-303780,64450969],\ +[0,1,1,387,-132],\ +[1,0,1,-55302,-2066792],\ +[1,-1,0,-5847,174023],\ +[1,-1,0,-3893157,2970267705],\ +[1,-1,0,-16578,-639288],\ +[1,-1,1,-2720576,10236254819],\ +[1,-1,1,1345,-33361],\ +[1,0,1,-3649847,1935888842],\ +[1,-1,0,-109692,2126412],\ +[1,-1,1,-140024,20202427],\ +[1,-1,0,-25746,1596518],\ +[1,0,1,61779727,-127334525172],\ +[1,0,1,-8901,322472],\ +[1,-1,1,-1706,-106351],\ +[1,0,1,-473512,156787958],\ +[1,0,1,-137569,19630792],\ +[1,-1,0,-131049,-19103895],\ +[1,-1,1,-434153,110351081],\ +[0,1,1,-991,61751],\ +[0,0,1,-8022,1799595],\ +[0,0,1,-3219848820,-70323686302867],\ +[1,-1,0,-31620,2173950],\ +[0,0,1,-31039020,-139883489820],\ +[0,1,1,-221,12210],\ +[0,1,0,-36340,2657188],\ +[1,-1,1,-1195103,503169031],\ +[1,-1,0,-2174376816,39026126446848],\ +[1,0,1,-1305929,574308092],\ +[1,-1,0,-1223943,521489213],\ +[1,0,1,-3457383,-1441452694],\ +[1,0,1,-7972319,8663077226],\ +[0,0,0,479871,17078329],\ +[1,0,1,-1317944,563198726],\ +[0,0,1,-10500,410781],\ +[0,0,0,-9652656,-93343282652],\ +[1,-1,1,-102209,-29095471],\ +[1,-1,1,-11882,15693481],\ +[0,0,0,63960,-15207644],\ +[0,1,1,-3553,72886],\ +[1,0,0,-29425,-1588375],\ +[1,-1,0,-7818,267228],\ +[0,0,0,40785,213334],\ +[1,-1,1,-140483,20301787],\ +[1,-1,0,11880,15673680],\ +[1,-1,1,-362660,84044999],\ +[1,-1,0,285001476,3848305170768],\ +[0,1,1,839,8995],\ +[0,1,1,297,22052],\ +[1,0,0,-2475200,1589952000],\ +[1,-1,1,-12949943,-17424649969],\ +[1,0,1,148,22052],\ +[1,-1,1,-250875122,-1496815819279],\ +[1,0,0,70,4900],\ +[1,-1,1,-46895,10223543],\ +[1,-1,1,4009,1783559],\ +[1,-1,1,25210,70602005],\ +[1,-1,0,-1608,-3252],\ +[1,-1,1,-1487,32599],\ +[1,0,1,-20608,1139306],\ +[1,-1,1,573385,-61668768625],\ +[0,0,0,-59535,6065334],\ +[1,-1,1,-653405,203455901],\ +[1,0,0,62809,-273391799],\ +[1,0,1,12694506,-8665595624],\ +[0,1,0,-71333,7319463],\ +[1,-1,0,-129151437,565010228069],\ +[1,-1,1,-19374854,26394270869],\ +[1,0,0,-2386,44740],\ +[0,1,0,3100,2402500],\ +[1,-1,0,-15711,-744229],\ +[0,1,0,-2953,60784],\ +[1,-1,0,1335,17081],\ +[1,0,0,170,-699100],\ +[0,1,1,351,1065],\ +[1,-1,0,-63876699,196515343755],\ +[1,0,0,784,936],\ +[0,1,0,-95333,-11115412],\ +[1,-1,1,193570,921197],\ +[0,0,0,-775047,262627486],\ +[1,0,0,-32103,2211273],\ +[1,0,0,-8540,350992],\ +[1,0,1,-376,3596],\ +[1,-1,0,-1017189,101017773],\ +[1,-1,0,-15558,-762688],\ +[1,0,0,-6971,232081],\ +[0,1,0,-182381,29928559],\ +[1,0,0,-14133,856665],\ +[1,0,1,-539701,480017048],\ +[1,0,1,-27327451,-70050306202],\ +[1,0,0,-155449,23372921],\ +[0,1,0,-13413,409607],\ +[1,0,0,1995984462,-7987061782908],\ +[1,0,1,-3281,10761680],\ +[0,1,1,2615,100681],\ +[1,0,0,70862,200788892],\ +[1,0,0,-683350,-5345500],\ +[1,-1,1,-37106,2014193],\ +[1,-1,0,-897171,327309641],\ +[1,-1,0,36954,-22666284],\ +[1,-1,0,-896847,327132393],\ +[1,-1,1,-99281,-12192767],\ +[1,0,1,-13926,636434],\ +[0,1,0,-85828,9649220],\ +[1,-1,0,-896442,327442292],\ +[0,1,0,-19956,1034244],\ +[1,0,1,-54604,4916826],\ +[1,0,1,4799,-123052],\ +[0,1,1,-27007,1699320],\ +[1,0,1,10511,-43364],\ +[1,0,1,-199,39402],\ +[1,0,0,2453,-26831],\ +[1,0,1,-545309,-514324664],\ +[1,-1,0,-15201,-805689],\ +[1,-1,1,-141350,20489909],\ +[0,0,0,237408,-97724],\ +[1,-1,1,-14306,535673],\ +[1,0,1,667,7768],\ +[1,-1,0,-132972,18783072],\ +[1,-1,1,-141401,20500993],\ +[0,0,1,-2226,47334],\ +[1,0,1,-18667,980062],\ +[0,1,0,-24981,1511639],\ +[0,0,0,-29127,1827646],\ +[0,1,1,-630407,192433115],\ +[1,0,0,3450,236132],\ +[0,0,0,-42903,3402702],\ +[0,0,1,-65646,6473819],\ +[1,-1,1,2018392,439166827],\ +[1,-1,0,210,4760],\ +[0,1,1,-1433,25894],\ +[1,0,0,33059,3382825],\ +[1,0,0,-1613,10713],\ +[1,-1,1,135103,2895569],\ +[1,0,1,2101,-26008],\ +[0,1,1,11735,-167606],\ +[1,-1,0,-2543094,1847905908],\ +[0,0,1,-403536,121179429],\ +[1,0,1,-32611,2263944],\ +[0,1,0,-2829,131644],\ +[1,-1,0,-3176307,3531065589],\ +[0,1,1,-599,22649],\ +[1,0,1,25274,330674],\ +[1,-1,0,-889599240,12396715774656],\ +[1,-1,1,1762,343981],\ +[1,-1,0,-23010,-1678150],\ +[1,0,0,-31550,-6966868],\ +[1,0,1,-12149,-375524],\ +[1,-1,0,-299351907,1993597762725],\ +[1,0,0,-10937788,13707105296],\ +[0,1,1,658253,-1305709880],\ +[1,0,0,17629,-332799],\ +[1,0,0,-3403258,2513242084],\ +[1,0,1,-46183681,120800042676],\ +[1,0,1,-6563,210656],\ +[0,1,1,-347,7655],\ +[1,0,1,-496958,-17506482],\ +[1,0,1,281000,-7961898],\ +[1,-1,1,570883642,-8794358206123],\ +[1,-1,1,-134531,22570499],\ +[1,0,0,-3199826,453574380],\ +[1,0,0,-186,34596],\ +[1,0,1,-4435,117582],\ +[1,-1,0,-979764,-533000080],\ +[1,0,1,136374,49471260],\ +[1,-1,1,-9829238,11863637381],\ +[1,0,1,-2224476,197933785498],\ +[1,0,1,8346,534092],\ +[1,0,0,3973,-22511],\ +[1,-1,1,-7162805,-5093171891],\ +[1,-1,0,-58749147,173335389093],\ +[0,1,0,-3564,-42012],\ +[1,-1,1,-875768,101988731],\ +[1,0,0,-64308,1383056],\ +[1,0,1,-28201,1820298],\ +[1,-1,0,-106542,13391568],\ +[0,0,1,-3360,33075],\ +[1,0,0,-78822,9486244],\ +[1,0,0,-77710682,263668669796],\ +[1,0,1,-47031570,-91464447580],\ +[0,1,0,-12077,506831],\ +[1,0,0,-43361,3439305],\ +[1,-1,1,-176927,-26180449],\ +[0,0,0,232215,51101809],\ +[0,1,1,-99754082763,12115480354022710],\ +[0,0,0,-1871040,985093252],\ +[0,0,1,-15390,734825],\ +[1,0,0,-404903,-99162807],\ +[1,0,1,-352779,98027482],\ +[1,-1,0,-1512360,716241600],\ +[1,-1,0,-762,65024],\ +[1,-1,1,-219242,-8982359],\ +[1,0,1,19501,-1825278],\ +[1,0,0,2928092,-257193712],\ +[1,0,1,-3483,80118],\ +[0,0,1,-2077212,-1252138635],\ +[1,0,0,3738,-77084],\ +[1,0,0,-458788,131523344],\ +[1,0,0,-4450,113732],\ +[1,-1,1,160810,-2039579],\ +[1,0,0,-20421,-4177279],\ +[1,-1,0,4386,-163980],\ +[0,1,1,8155,-435619],\ +[1,0,1,14698,371792],\ +[1,-1,1,-16688,837011],\ +[1,-1,0,-255732,52735760],\ +[1,0,0,-734,7836],\ +[1,0,0,-1090913,438473417],\ +[0,0,1,-483522,128419467],\ +[1,-1,0,-2844909,1847499813],\ +[1,0,0,-148141,63000721],\ +[1,0,1,-12282,594732],\ +[1,0,1,1146735,-555608348],\ +[0,1,0,-9949,-1706081],\ +[1,0,0,-16937,2454489],\ +[0,0,0,-30768,2354308],\ +[1,-1,1,814720,-98899549],\ +[1,-1,1,-171905,-28194055],\ +[0,0,1,-59562,11748647],\ +[0,0,1,-1572,14370],\ +[0,0,1,-19242,1009830],\ +[1,0,0,-4341,113625],\ +[1,-1,1,111766,-16275391],\ +[0,0,1,-19638,1043094],\ +[1,0,1,69190,12219500],\ +[0,0,1,1566,7202],\ +[1,0,1,-1219,8146],\ +[1,0,0,-3632774,-2657754524],\ +[0,0,1,-3504360,2524998843],\ +[0,0,1,-2538,49223],\ +[0,0,0,-336576,28291012],\ +[0,1,0,-6703506,6678145225],\ +[0,0,1,108,-6343],\ +[0,1,0,118927,33407152],\ +[0,0,1,57132,9298073],\ +[0,1,0,157139,-918865],\ +[1,0,1,-13795,-544370],\ +[0,0,1,-10452,3050235],\ +[0,0,1,-2046,40914],\ +[1,0,0,-32523,2254833],\ +[0,1,1,-623,6130],\ +[1,-1,0,-1446663,670368573],\ +[0,1,0,11475,2030500],\ +[1,0,0,181,-5543],\ +[1,-1,0,-13010802,18027250388],\ +[1,-1,0,11403,466485],\ +[1,-1,1,-48632,4203731],\ +[1,0,1,-5334045,-8667338630],\ +[1,0,0,9160,88600],\ +[1,0,0,2337,-380583],\ +[1,-1,1,-12575,822151],\ +[1,-1,0,-1030540424139,402666910217359173],\ +[1,0,1,-10830573,13718185256],\ +[1,-1,1,120511,-98852911],\ +[1,0,1,-12484526,16977724896],\ +[0,1,1,-418619,94028024],\ +[0,0,0,17625,-421250],\ +[1,-1,1,-142778,20801017],\ +[0,1,0,91139,-4080865],\ +[1,0,0,27847,-2638215],\ +[0,0,1,-9000,322031],\ +[0,1,0,-1303306,231676625],\ +[1,-1,0,-6832932,-8813575216],\ +[0,1,0,-6723606,6708207025],\ +[1,-1,0,-249129,47929185],\ +[1,0,1,-8993,328908],\ +[1,-1,0,15159,-1322479],\ +[1,0,0,-204879,41959737],\ +[1,-1,1,-1745,28673],\ +[0,1,0,-22702,1349609],\ +[1,-1,1,-209930,31340297],\ +[1,-1,0,-5907321,5527775421],\ +[1,-1,0,-97542,-1171908],\ +[1,0,1,-9609,39892],\ +[1,-1,1,-1453928,675445331],\ +[1,0,0,-4019202,4029851844],\ +[0,0,0,-1974720,1068171172],\ +[0,1,1,127,-600985],\ +[1,-1,1,-66198470,207326452565],\ +[1,-1,0,-1845036,969354378],\ +[0,0,1,-846,8709],\ +[1,0,1,-24345914,46639393562],\ +[0,1,1,-9715,365344],\ +[1,0,0,12494,3161220],\ +[1,-1,0,-17127,1466937],\ +[0,0,1,-870,10044],\ +[0,1,1,-361823,84004142],\ +[1,0,0,-550263,-174318039],\ +[0,0,0,5145,-1157282],\ +[0,1,1,-22016751,93512725346],\ +[0,0,1,-140184,20217512],\ +[0,0,0,-77175,8254638],\ +[0,1,1,341,-3166],\ +[1,0,0,-286497,-23780791],\ +[1,0,1,-366396,85333172],\ +[1,0,1,-142152,20612838],\ +[1,0,0,-150817,22530121],\ +[0,1,1,-449,4165],\ +[1,-1,1,-32453768,61851477707],\ +[0,0,1,390,-1716],\ +[0,1,0,-138285,19745775],\ +[1,0,0,-55837033,160567457881],\ +[0,1,1,-15833,-516256],\ +[1,-1,1,-2531925743,49037708147447],\ +[0,1,1,-22863,-22293719],\ +[1,-1,0,-5460,387786],\ +[1,-1,1,48442,-24742123],\ +[1,-1,0,-79794,1573308],\ +[1,0,1,-73252,7720578],\ +[1,-1,1,-589870082,5522340492289],\ +[1,-1,0,-1419,-9825],\ +[0,1,0,7860,-863100],\ +[1,-1,0,-573144,167224508],\ +[0,1,0,-27364,1733188],\ +[0,0,1,-36498,9469278],\ +[0,0,1,-7752,-999198],\ +[1,0,0,5876,45712],\ +[1,0,0,740513,-1228661671],\ +[1,-1,1,-93461,10964693],\ +[1,-1,0,3186,1125720],\ +[1,-1,0,-688842,220226580],\ +[0,1,1,-14245,645881],\ +[1,-1,1,7448872,-1530926629],\ +[0,1,0,-1301274,-572995007],\ +[1,0,0,-28127,-1797991],\ +[1,-1,1,-485618,130375217],\ +[1,-1,0,-165375534,628576639188],\ +[1,0,1,50771709,151668762050],\ +[1,0,0,-379,3657],\ +[0,0,0,-14775,691150],\ +[1,0,1,16142,1428868],\ +[0,1,1,-2943,60473],\ +[1,0,1,-313961,66939500],\ +[1,0,0,627,-2735],\ +[0,0,0,-3975,61150],\ +[1,0,0,-98837,12394081],\ +[1,-1,0,-74853,7937217],\ +[1,-1,1,-28328,2334827],\ +[0,1,1,-545943,139843397],\ +[1,0,0,-71286,-5118300],\ +[0,1,1,-42965,3413556],\ +[1,0,1,-33963,2374906],\ +[1,0,1,12259,-6504],\ +[1,0,1,-8379,-59318],\ +[0,1,0,-742676,246174340],\ +[1,-1,0,-12732,841382],\ +[1,0,1,132,17556],\ +[1,0,0,8249,-8713719],\ +[0,0,0,-799032,4438489156],\ +[0,0,0,-7667040,-8226557084],\ +[0,1,1,72813,-4160625],\ +[1,0,1,123049,-631025908],\ +[0,1,1,-843,1792],\ +[1,0,1,-61201,-4940460],\ +[0,1,1,-641333,-222593506],\ +[0,0,1,-255288,51024618],\ +[1,0,1,-253861,49275312],\ +[0,0,0,-1533,-680123],\ +[0,0,1,-100378488,353252669994],\ +[1,0,1,-14895,698420],\ +[0,0,1,15990,1679184],\ +[1,0,0,-36924963,86360022017],\ +[1,-1,0,48132,-24686748],\ +[0,1,0,-5804,168324],\ +[0,1,0,-1892,32004],\ +[0,0,1,-7931591238,271887098241969],\ +[0,1,1,-1436167,-674813068],\ +[1,-1,1,-1970,34553],\ +[1,0,1,-16559,818562],\ +[1,0,0,-17576062,16887875396],\ +[1,-1,1,-9764,385607],\ +[1,0,0,-496821,134743401],\ +[1,0,0,-2058,31780],\ +[0,1,0,533828,406653284],\ +[0,1,0,-1969,-1096],\ +[1,0,1,-155084,23493746],\ +[0,1,0,-145721,21362104],\ +[1,-1,0,-222846,27684566],\ +[1,-1,1,565,1819],\ +[1,0,0,-3001,61505],\ +[0,0,1,-14550,675381],\ +[1,-1,0,184341,10103813],\ +[1,0,0,-2164,49176],\ +[1,-1,0,-6981,626921],\ +[1,-1,1,971563,822276461],\ +[1,0,0,-13640,803392],\ +[1,0,0,11980035,17348320817],\ +[1,0,0,186489,-2918577015],\ +[0,1,0,-31250,244140625],\ +[1,0,0,577,-105831],\ +[0,0,1,-4200,71631],\ +[1,0,1,-1483076,-430208702],\ +[0,1,0,27667,-1949412],\ +[1,-1,1,-68009,6858857],\ +[0,0,0,-4365,112813],\ +[1,-1,1,-4227824,-5123367341],\ +[1,0,1,71090,3438080],\ +[1,0,0,5468,34576],\ +[0,0,0,-763815,256939198],\ +[0,1,0,-28599362,-60594472111],\ +[0,1,1,-10743,435142],\ +[1,0,1,324,1496],\ +[0,1,1,1345,112559],\ +[0,0,1,-23490,1388495],\ +[0,1,0,-316,-35740],\ +[0,0,1,4740,-258255],\ +[1,0,1,236299,-15309952],\ +[1,-1,0,-91467,-2801385],\ +[0,0,0,172968,206725156],\ +[1,0,1,-2297387,1334249238],\ +[1,0,1,-920,372],\ +[0,1,0,-9676,552420],\ +[1,0,0,-1392013,-532255983],\ +[1,-1,1,-681233,217171577],\ +[1,0,0,3080,-241600],\ +[1,0,0,11094,2490020],\ +[1,0,0,-35493,2570625],\ +[0,1,0,-13205,573975],\ +[0,0,1,394008,27785232],\ +[1,0,0,-275822,50794316],\ +[1,-1,1,492187,127444637],\ +[1,-1,0,-14142,704508],\ +[1,-1,1,9640,18779],\ +[1,-1,0,-4843809,4104468315],\ +[0,0,1,-39972,3705570],\ +[1,0,1,-205170,250507012],\ +[1,-1,0,-5542209,5068999413],\ +[1,0,0,1592,-189376],\ +[1,-1,0,225351,36164205],\ +[1,0,1,-33325526,57119052432],\ +[1,-1,1,-3073055,42001421447],\ +[0,0,1,-18228,9256779],\ +[1,-1,0,-2552727,1570475805],\ +[1,0,1,-57509,12127916],\ +[0,0,1,-3060,65289],\ +[0,1,0,-5740,79588],\ +[1,0,0,20414,-1229540],\ +[1,0,1,-31161481,66951203046],\ +[1,0,0,-3600220,2629040912],\ +[1,0,0,-363,5617],\ +[1,-1,0,-11988,-1188288],\ +[1,-1,1,-2328610946,43251319015553],\ +[1,0,0,31450,-6532868],\ +[1,0,1,-160384,24708846],\ +[1,0,0,-3550,264132],\ +[0,1,1,65529,-8633365],\ +[1,0,0,-2323,1569],\ +[0,0,1,630,-12201],\ +[0,1,1,-35815,-2159444],\ +[0,0,0,891,20709],\ +[0,0,1,-3236574,2241094005],\ +[1,0,1,-8418,297358],\ +[0,1,1,-202555635,1109558941931],\ +[1,0,1,14478,1138948],\ +[0,1,1,-43345,3459006],\ +[1,0,0,-11025,-343],\ +[1,0,1,-3475328476,78857092580698],\ +[1,0,0,-13231541,18847646625],\ +[0,1,1,-675,113906],\ +[1,-1,0,-89442,-3341628],\ +[1,0,0,-3508,81040],\ +[1,-1,1,-39441731972,3014973506316071],\ +[0,0,1,18222,9196029],\ +[1,-1,0,-1248,14372],\ +[1,0,1,-371076,86973548],\ +[1,0,1,-349781,80498144],\ +[1,0,0,-96396,11511440],\ +[0,1,0,-325708,73993188],\ +[1,-1,1,-3254,72197],\ +[1,-1,1,4828,-385729],\ +[0,1,0,-16348,789700],\ +[0,1,1,-1265,-7106],\ +[1,0,0,-15816,1051200],\ +[1,-1,1,352006420,21945566067311],\ +[1,-1,1,114268,-35567161],\ +[1,-1,0,10758,409166],\ +[1,-1,1,2151220,292231631],\ +[1,-1,0,27900,1233036],\ +[1,0,0,912,-11520],\ +[1,-1,1,-935339,34640507],\ +[0,0,1,9186,530442],\ +[1,0,0,-491646,-103725244],\ +[1,-1,1,-34155635,79795201619],\ +[0,0,1,-8666580,-8969269257],\ +[0,0,0,-8515344,32287527961],\ +[1,-1,0,-1732887,874970397],\ +[1,0,0,-456497,1724490729],\ +[0,0,1,-4148208858,102838332766599],\ +[0,1,0,-50661,2959335],\ +[0,1,0,251,-4772],\ +[1,0,0,-4856,90176],\ +[1,-1,1,-71903,4165831],\ +[1,-1,0,-2864124,1649029968],\ +[0,0,1,-336008354358,74967534297786924],\ +[0,1,0,-23221,1354284],\ +[0,0,0,-59895,-263538],\ +[1,-1,1,-6509,201389],\ +[0,1,1,-1355,115259],\ +[1,0,0,-5138,140292],\ +[0,0,1,-78438,-128334357],\ +[0,1,1,-10915,435181],\ +[0,1,0,-25153,1550576],\ +[1,0,1,-11473,471506],\ +[1,-1,0,-338865,76010525],\ +[0,1,0,-17281,-808616],\ +[0,1,1,101,2550],\ +[0,0,1,705462,3451854528],\ +[1,0,1,-1810600,583648870],\ +[1,0,1,-14039,1698112],\ +[1,0,1,2524,-90656],\ +[1,-1,0,-9867,526041],\ +[1,0,0,-172,-17584],\ +[1,0,1,1021954,-660556600],\ +[1,-1,1,164695,-59568703],\ +[0,0,1,288,1865],\ +[1,-1,0,27152658,-6647019084],\ +[0,1,0,-46009,3739688],\ +[0,1,0,-128437,65762839],\ +[0,1,1,-43535,3481806],\ +[1,-1,0,-145317492,674299663416],\ +[1,0,0,4799,166281],\ +[0,0,1,-318,3279],\ +[0,1,1,-5223,144263],\ +[1,-1,0,248724,-5778864],\ +[0,1,1,-32498583,70946078869],\ +[0,0,0,-11909352,15819002404],\ +[1,0,0,-3938,91716],\ +[0,1,1,-29955,2043381],\ +[1,-1,0,-1175571,490886973],\ +[1,0,0,-5985973,5636863225],\ +[1,-1,0,-346527,100487493],\ +[0,0,1,-301584,12431070],\ +[1,0,1,-66388,6578138],\ +[0,0,1,36312,-4683132],\ +[1,-1,0,-139453335,706601820141],\ +[1,-1,0,-85392,-4417740],\ +[1,0,0,1211,-439103],\ +[0,1,0,-1382276188,19812305146084],\ +[0,0,1,35658,-1259370],\ +[0,1,1,-1793,38890],\ +[1,-1,0,250524,24815106],\ +[1,0,1,-34191,1208376],\ +[0,1,1,-54483,-5309656],\ +[1,0,1,4923,485048],\ +[0,1,0,-5212,-104924],\ +[1,0,0,-134702272,603724353536],\ +[0,0,1,-392952,115622577],\ +[1,-1,1,-53354462,186260861549],\ +[1,0,1,-3824087,2877292542],\ +[1,0,1,71,5112],\ +[0,0,0,-282288,59916337],\ +[1,0,0,207236,252680072],\ +[1,0,1,-1336136,-594532178],\ +[0,1,0,-69942,-6928191],\ +[1,0,1,-657449923,6488412716756],\ +[0,0,0,-876,10153],\ +[0,1,0,-4902009,4175797248],\ +[0,0,0,396,-1719],\ +[1,-1,1,-974049305,11701150432697],\ +[0,0,1,1802112,-1043510481],\ +[1,0,1,1010,-1688],\ +[0,0,1,-3168858,2171050119],\ +[0,1,0,971,-8777],\ +[1,0,0,-43409,-4551703],\ +[1,-1,0,1797555,-931621339],\ +[1,-1,1,-1530761,780605633],\ +[1,0,0,-3624886,8069559716],\ +[1,-1,1,-5627,3521251],\ +[1,0,1,-108180,14338962],\ +[1,-1,0,5625,3511875],\ +[1,-1,0,-3705,87731],\ +[1,0,1,-77729,-45491308],\ +[1,-1,1,-5311607,4747413839],\ +[1,0,1,-412278,101855848],\ +[1,0,0,-9010581,-11236385439],\ +[1,0,1,-2148826,1460080298],\ +[0,1,1,-101,2550],\ +[1,0,1,-7429,246016],\ +[1,0,1,-36076,2634798],\ +[0,1,0,-2293,-53124],\ +[1,0,0,-16213,10530017],\ +[1,0,0,-7743,177561],\ +[0,1,1,2417,48994],\ +[1,0,1,64351,-1011634],\ +[1,-1,1,482404,191498519],\ +[0,1,1,-27959,1790124],\ +[0,1,1,-77203,-8292589],\ +[0,1,0,-30333,887391],\ +[1,-1,1,16462,30101681],\ +[0,0,0,-237792,45600676],\ +[1,0,1,-143589,42106336],\ +[0,1,1,-273796787,1743684526982],\ +[1,0,0,-2283,-31751],\ +[0,0,1,-11772,-2109405],\ +[1,0,0,-9835033,16293311801],\ +[1,0,0,-699763,87922017],\ +[1,0,1,-38842,2943168],\ +[1,0,1,35716,-6929854],\ +[1,-1,0,-13070565,18191457981],\ +[0,0,1,-185058,30641649],\ +[1,0,0,9445,99025],\ +[1,0,1,-25409,1390006],\ +[0,0,1,54456,-5710158],\ +[1,0,1,-12715,547870],\ +[1,0,1,975,17492],\ +[1,-1,0,-21761232156,1235592458937936],\ +[1,0,1,-1752,33782],\ +[1,-1,0,-18189,946845],\ +[1,0,1,-5001,134492],\ +[0,0,0,-1839,96694],\ +[0,1,0,868,-487004],\ +[1,0,1,-366,5692],\ +[0,1,0,-491263236,-12436736145436],\ +[1,-1,0,-37734,3052740],\ +[0,0,0,1809,88182],\ +[0,1,1,-22767281,57994092521],\ +[1,0,1,-145245,43046872],\ +[1,0,1,-36307,2375918],\ +[1,0,0,1312,7464],\ +[0,1,1,52909,-40110109],\ +[1,-1,1,-9263,314551],\ +[1,-1,0,96,-14172],\ +[1,0,0,-162478,25187716],\ +[1,0,1,-51319,4839452],\ +[1,0,0,-55273,4794929],\ +[1,-1,0,-81342,-5488020],\ +[0,1,1,-14499,667245],\ +[1,-1,0,-116757,61709877],\ +[1,0,1,5354,210140],\ +[1,0,0,4007,112569],\ +[1,-1,0,-2781972,1786431078],\ +[1,0,1,-7101,229664],\ +[0,1,1,-7426631,-7794759400],\ +[1,-1,1,-608855,183006263],\ +[0,0,1,-5718,260928],\ +[1,0,0,-4088883,-3180604447],\ +[1,0,0,-139308,20005264],\ +[0,1,0,403,9999],\ +[1,0,0,-4078,157404],\ +[0,0,1,-1548,23373],\ +[1,0,0,-54482,-20530236],\ +[1,0,1,3356,11266092],\ +[1,0,1,-83391008,-307639047282],\ +[1,0,1,-1653,30506],\ +[1,0,1,-9501,353390],\ +[1,0,1,-119635,15916990],\ +[0,0,0,-336180,75070609],\ +[0,1,0,5666,-1853167],\ +[0,0,1,-3832140,2909808999],\ +[1,0,1,-19863,1383156],\ +[0,1,1,-7909,240575],\ +[0,1,0,1020,-3772],\ +[1,0,0,5998,722436],\ +[1,0,1,2843,27358],\ +[1,0,0,-8567,324649],\ +[1,-1,1,-136616,15442283],\ +[1,0,1,-156452948,753210557778],\ +[1,0,1,-72408,7493318],\ +[0,1,1,-1144115,470653244],\ +[1,-1,0,-657256329,5831439567885],\ +[1,-1,1,-5680707890,164808931752281],\ +[1,0,1,101,10302],\ +[1,0,1,-291414,60525512],\ +[1,0,1,58246,8519852],\ +[0,0,0,-369417,-107019551],\ +[0,1,1,-39361,24299845],\ +[1,0,1,-383351,168111210],\ +[1,0,0,-4173,-39087],\ +[1,0,0,17161416,-9691337664],\ +[1,-1,1,-38758424,106539682907],\ +[1,0,1,-864267463,9779516688906],\ +[1,0,0,-14796,930960],\ +[0,0,1,-1020,-1362],\ +[1,0,1,-3979,96552],\ +[0,1,1,-831,172640],\ +[0,0,0,-2757,215269],\ +[1,0,1,-135124,18729922],\ +[1,0,0,2473,-64159],\ +[1,0,1,324,-282402],\ +[1,0,1,4673472,-3674986994],\ +[1,0,1,-41116810,101475817660],\ +[1,-1,0,-282987,58066389],\ +[0,0,1,-4068000,3339103281],\ +[0,0,0,-3996,-86823],\ +[1,0,1,-858435313,9680870773838],\ +[1,-1,1,-147470,21834269],\ +[1,-1,0,230706,-50257692],\ +[1,0,1,-29053,-2724994],\ +[1,-1,0,-107631554004,8784142151056560],\ +[1,0,1,-158604,-24407718],\ +[0,0,0,-115344,7325316],\ +[1,-1,1,-2114,497729],\ +[0,1,1,-1773,28181],\ +[1,0,1,-11038,444656],\ +[1,-1,1,21262,50218481],\ +[1,-1,1,-1136813,466812821],\ +[1,0,1,-4560433,2906453668],\ +[1,0,1,2449,-89306],\ +[0,0,0,-30456,2045412],\ +[0,1,0,-87184780,313306101028],\ +[1,-1,1,-1199,22007],\ +[1,0,0,-1335461,593888641],\ +[0,0,1,-6366864,6730170930],\ +[0,0,0,-11493,557917],\ +[1,-1,0,-6989667,7114421141],\ +[1,-1,0,-87117,9918791],\ +[1,-1,1,-125930,17286697],\ +[1,0,1,10439,2203676],\ +[1,0,1,-229988,-50656094],\ +[1,0,1,-2231,40340],\ +[0,1,0,1674091,2665868919],\ +[1,0,0,-66388,1813392],\ +[1,-1,1,-62265560,295028032475],\ +[1,-1,0,31008,-3350584],\ +[1,-1,1,1338232,-1226537269],\ +[0,0,1,-64428,6294483],\ +[1,-1,1,-699005,-317996603],\ +[1,-1,0,-167148,66453372],\ +[1,0,0,-32639412,71770363344],\ +[0,0,1,-7127148,7323459003],\ +[1,0,1,-2495225,-1491145090],\ +[0,0,1,-2257362,1305418997],\ +[1,-1,0,-23328,60481728],\ +[1,0,0,-5232,145216],\ +[1,0,1,-560378879,-7310031542998],\ +[0,0,0,-11013375,14067953350],\ +[0,1,0,-2353286973,43939255736447],\ +[0,0,1,-577296948,5338841231808],\ +[1,-1,1,-2420438,991198181],\ +[1,-1,0,-66789,11346723],\ +[0,1,0,402,-71],\ +[1,-1,1,457,22951],\ +[1,-1,0,-459,23715],\ +[1,0,1,-14376,635298],\ +[1,0,0,4865,-83503],\ +[1,0,1,-486621,135570024],\ +[1,-1,1,-7805,-510803],\ +[0,0,1,-248268,-49380057],\ +[0,1,1,3185,-367056],\ +[1,-1,1,-371621759,-2758068274201],\ +[1,-1,0,-1482,22382],\ +[1,0,0,-31220343,78388026409],\ +[1,-1,1,-3686,-6211],\ +[0,0,1,-14574,397467],\ +[0,1,0,-5685,182583],\ +[1,0,0,-154847,-17781071],\ +[1,-1,1,122472967,271537027481],\ +[0,1,0,-2546,1620529],\ +[1,0,1,-2452497,1478097508],\ +[1,-1,1,310,-4207],\ +[1,0,1,-8156,2668314],\ +[1,0,1,269,72630],\ +[1,-1,1,-2366,-73771],\ +[0,0,1,28518,-2429163],\ +[1,-1,0,-23766,1416158],\ +[0,1,0,-41973,7313175],\ +[0,0,0,-20592,391401],\ +[1,-1,0,-5312844,-4754122092],\ +[0,0,0,-102288,12591337],\ +[0,1,1,-633,6294],\ +[1,0,1,-30679561,65403037260],\ +[1,0,0,-22538,1362468],\ +[1,-1,0,-24417,2883141],\ +[1,0,0,617,14633],\ +[1,0,0,38867,-20017135],\ +[1,0,0,-2729,18201],\ +[1,-1,0,268545834,1068332539788],\ +[0,1,0,-28316,1824580],\ +[1,-1,1,-39491,3046979],\ +[1,0,0,-164018,25547908],\ +[1,-1,0,-74442,-7298028],\ +[1,-1,0,-35132526,-103245741612],\ +[0,1,0,-842817609430,297816054233662225],\ +[1,-1,1,-657980,205595903],\ +[0,1,0,-1206597,509739111],\ +[0,1,0,12450,-161927],\ +[0,0,1,-900750,353737656],\ +[0,1,0,-138365,-20116100],\ +[1,0,0,-2477215,-1518460775],\ +[1,0,1,-2976602,1976399372],\ +[1,0,0,-1078045,1252294025],\ +[1,0,1,-2582,-219292],\ +[1,0,1,-917404,-77099494],\ +[1,0,0,-4333,755153],\ +[0,0,0,0,23409],\ +[0,1,1,-12623,541687],\ +[0,0,0,0,27060804],\ +[1,0,0,-13874770,21157616900],\ +[0,0,0,0,6765201],\ +[1,0,0,-51,2601],\ +[1,-1,1,-45959,3849599],\ +[0,1,1,-2565,-40319],\ +[1,-1,1,-242556809,1454142536777],\ +[0,1,1,-38465,2896344],\ +[1,0,0,-1215,1476225],\ +[0,0,0,-7557501,7996785253],\ +[1,0,0,-1413812,646928824],\ +[0,0,0,0,93636],\ +[1,-1,0,1377,209763],\ +[0,0,0,19185,-415946],\ +[1,-1,1,-88595,11062835],\ +[1,-1,0,-1041,-22677],\ +[1,0,1,-9569902965,360336664204672],\ +[1,0,0,-1350138,603225892],\ +[0,1,0,72292,-7676412],\ +[1,0,1,-4601641,-4969173516],\ +[1,-1,1,-11261,462749],\ +[1,0,1,-1765300,903114930],\ +[0,1,0,-152273,22820176],\ +[1,-1,0,224883,-19896111],\ +[0,1,1,-457,4297],\ +[0,1,0,-8180,284100],\ +[1,0,1,24428,-1326702],\ +[0,1,0,-152377,22843576],\ +[0,1,0,-204,10404],\ +[1,-1,1,-16624400,26094372851],\ +[0,1,1,-961,16645],\ +[1,-1,0,30036,-5461552],\ +[1,0,1,-182713288,950642776406],\ +[1,0,1,-28469,1786512],\ +[1,0,0,-1922621,-3279626895],\ +[0,1,1,-20823,1414883],\ +[1,-1,0,-247749302529,47464328500133085],\ +[1,0,1,-1399662,637239852],\ +[1,-1,0,-600678,-98335692],\ +[1,0,1,-38151,3283742],\ +[0,1,0,-102,2601],\ +[1,0,1,-32774,2280116],\ +[1,-1,1,-7370,6039305],\ +[1,-1,1,-6363659,6180803227],\ +[0,1,1,-207,2755],\ +[1,0,0,54382,-19780284],\ +[1,0,1,278722,211021256],\ +[1,0,1,8906,1601426],\ +[1,-1,0,459,23103],\ +[0,1,1,99687,481682],\ +[0,0,1,-900,9729],\ +[1,0,0,-88081,10059945],\ +[1,-1,0,-2293461,1334285541],\ +[1,-1,1,-103253,-28737619],\ +[0,0,1,-1530,22959],\ +[0,1,0,-85213,9546335],\ +[1,-1,0,7368,6027024],\ +[1,0,1,-10545,414770],\ +[1,0,0,-381228429,-2862104834863],\ +[0,0,0,-9373125,11044043125],\ +[1,0,1,-173293,41679806],\ +[0,1,1,-10105,387634],\ +[1,-1,0,-66327,-162994915],\ +[1,-1,0,-513153,134018793],\ +[1,0,0,-3164867061,68531458916385],\ +[1,0,1,282369,-41724958],\ +[0,0,0,-4530015,-3619060794],\ +[1,0,0,-6098,770820],\ +[1,-1,0,-33117,5191541],\ +[1,-1,1,31945,4226447],\ +[1,-1,0,-432117,834047541],\ +[1,-1,1,-2747345,1753485761],\ +[1,-1,1,-461,23869],\ +[1,-1,1,430945,821245447],\ +[0,1,1,-168605,26873134],\ +[1,0,0,-107717,14239681],\ +[0,1,0,2350,8673],\ +[1,0,1,-4601,117964],\ +[1,0,1,-1041,24116],\ +[1,0,1,-8945291,10296955766],\ +[1,-1,1,25981,-752381],\ +[1,-1,1,-1152878,-114712963],\ +[1,-1,0,-804708,303485778],\ +[1,0,1,171343,28833202],\ +[0,0,1,46860,2659968],\ +[1,0,1,-192708,32500306],\ +[1,-1,1,-55536053,159309070157],\ +[1,-1,0,-3132621,2134859301],\ +[1,-1,0,-71217,-8138205],\ +[1,0,1,-1189301,613379648],\ +[1,0,0,-15233,1478345],\ +[0,1,1,-2923,59853],\ +[0,1,0,-14254540,21138544388],\ +[0,0,1,-577331628,5339322319908],\ +[1,0,0,978,-41084],\ +[0,1,1,-49957,4325070],\ +[1,0,0,-2748,-10736],\ +[1,0,1,-149943,22334208],\ +[0,1,0,-34453,-3783700],\ +[0,1,1,-2875,517679],\ +[1,0,0,-6394429,-6113286799],\ +[0,1,1,229,13110],\ +[1,0,0,-1687,27881],\ +[1,-1,1,-375908,88731527],\ +[1,0,1,-105115,13108502],\ +[1,0,1,-41706,3235736],\ +[1,-1,1,-232538,43503257],\ +[1,0,1,-7971,311646],\ +[0,1,1,-10753,192983],\ +[1,0,1,-6124,-236528],\ +[1,0,1,-1139576,468141798],\ +[1,-1,0,-90094257,329172693885],\ +[1,-1,1,-15392,740291],\ +[1,-1,1,-38498,-7655263],\ +[1,0,0,-1955,41025],\ +[1,-1,1,-10901273,11754578297],\ +[0,1,0,-90796,10500260],\ +[0,1,1,-2301,42041],\ +[1,0,0,-262562,-50211004],\ +[1,0,1,-17567291977,1185274522369292],\ +[1,0,1,-8576,170966],\ +[1,-1,0,53964,-2027934],\ +[1,-1,0,-96266310,363570258996],\ +[1,0,0,1406,37572],\ +[1,0,0,-3486428,-2505943880],\ +[1,0,0,-25828,-6208752],\ +[1,-1,0,-69192,-8663868],\ +[0,0,1,-4628658,-1886523426],\ +[1,0,0,-1086748,435964568],\ +[1,0,0,410,-900],\ +[1,0,0,2073,-25911],\ +[1,-1,0,8183448,4698195264],\ +[0,1,0,-4392938,3535461369],\ +[1,0,0,-796,6856],\ +[1,0,1,-30744278480,-2074425047512450],\ +[1,-1,0,-807,4103],\ +[1,-1,1,156336214,2769404849129],\ +[1,-1,0,579,1961],\ +[1,-1,0,-174276,-27243912],\ +[1,-1,1,-20576,1154819],\ +[1,0,1,-137674,-32376528],\ +[1,0,0,-3234540,2297028600],\ +[1,0,0,-1312826,578864356],\ +[1,-1,1,-61832,7081931],\ +[1,0,0,-486,-653084],\ +[1,-1,1,-1557326,748416349],\ +[1,-1,0,5832,-5742342],\ +[1,0,1,-3415,20170],\ +[1,0,1,-73,5256],\ +[1,0,1,-113190,10928632],\ +[0,0,0,7656,-109631],\ +[1,0,1,-3946,-52188],\ +[0,1,0,-5573,-203481],\ +[1,0,1,4134,-21300],\ +[1,-1,1,41842,-6417763],\ +[1,0,0,-157601,24068425],\ +[0,0,0,-2535,-3266],\ +[1,-1,1,3922,175637],\ +[1,-1,0,-48567,4131813],\ +[1,-1,0,-67167,-9188073],\ +[0,1,0,-17913,1085544],\ +[0,1,1,-7383,247619],\ +[0,0,1,-47916,-2734207],\ +[1,-1,0,1023,-6843],\ +[1,-1,0,-154212912,737210633040],\ +[1,-1,1,-2195,40883],\ +[0,1,0,-1105013,447165719],\ +[1,-1,1,538708,-254321809],\ +[1,0,1,-30640,711102],\ +[1,0,0,-527281,97750761],\ +[1,-1,0,-198444,34150608],\ +[1,-1,0,-21846789,39309503445],\ +[1,0,1,-289218,59842556],\ +[0,1,1,-28673,1859256],\ +[0,1,1,-70325,3244129],\ +[0,0,0,1833,90574],\ +[0,0,1,-64092,6245307],\ +[1,0,1,249,2248],\ +[0,0,0,-468897,122422561],\ +[0,1,0,-233133,-42179633],\ +[0,0,1,-7938,-174967],\ +[1,-1,0,-4074,219618],\ +[1,-1,0,165888,3057537024],\ +[0,1,1,-783,5069],\ +[0,0,0,-1863,99198],\ +[0,1,0,-244013,3721488015],\ +[1,0,0,-10315,442225],\ +[1,0,0,-6882,-177596],\ +[1,0,1,6693,-83702],\ +[1,0,1,-862471823,9739769453506],\ +[1,-1,1,2374996,12746246447],\ +[0,0,0,-4284255,3458505958],\ +[1,0,1,-135069,19614712],\ +[1,0,0,14775,-1933543],\ +[0,0,0,-6052224,3042095236],\ +[0,0,0,1778625,-629896122],\ +[1,0,0,-63698,5359876],\ +[1,-1,0,-19161,1177011],\ +[1,-1,0,-544428,170549712],\ +[1,0,0,-373101,-517937455],\ +[1,0,1,-6310864,6097832062],\ +[1,0,0,-273024,60411752],\ +[0,0,0,1620,8073],\ +[0,0,0,0,62742241],\ +[1,-1,0,-65142,-9710820],\ +[0,0,0,-2100,42793],\ +[0,0,0,-12705,550321],\ +[1,0,0,1187115,359638497],\ +[1,-1,0,-9708,370548],\ +[0,1,1,-91417,10608280],\ +[1,0,1,-1137184,-473023778],\ +[0,0,0,-166372500,825981555625],\ +[1,0,0,1088,1183744],\ +[1,-1,0,532728,152183178],\ +[0,0,0,0,7921],\ +[0,1,0,-53357,-3425649],\ +[1,0,1,152049,-160952702],\ +[0,1,0,-786701,268341615],\ +[1,-1,1,-4789013,4035022661],\ +[1,0,1,-1036,43882],\ +[1,-1,1,-2594,32609],\ +[1,0,0,-159894,25707556],\ +[1,0,1,-44544,3586526],\ +[0,0,0,-4452629061,114359679112453],\ +[1,-1,0,-61152471,184079724741],\ +[1,0,1,-72872,7569732],\ +[1,-1,0,-15417,628113],\ +[1,-1,0,-61827,4599989],\ +[1,0,1,-644699,291670122],\ +[0,0,0,-985527,-166225554],\ +[0,1,0,-180276,-29817820],\ +[0,1,0,-333316,74127204],\ +[1,0,1,-1826,135048],\ +[0,0,1,-8652,309960],\ +[0,0,1,129582,50071323],\ +[1,-1,1,-38135,2873359],\ +[1,0,1,-2412674,1453048472],\ +[0,0,1,-132012,55564797],\ +[0,0,1,972,-49336],\ +[1,0,1,145,21170],\ +[1,0,0,-5531748584,-170072101354944],\ +[1,-1,0,-3402,1288224],\ +[1,0,1,-982,12572],\ +[1,0,0,-7615,236225],\ +[1,-1,0,-3036717,2037579813],\ +[1,0,1,-9498987,11268095958],\ +[1,-1,1,-182525,30047045],\ +[1,-1,0,-11968989,15941114145],\ +[0,0,1,0,2652],\ +[1,-1,0,-6732,264582],\ +[0,1,1,593,-88433],\ +[1,0,1,-101919,12515066],\ +[0,0,1,-106608,-71075526],\ +[1,-1,1,3391,129617],\ +[1,0,1,-164974,162190216],\ +[1,-1,0,-3543,167757],\ +[0,1,0,-12981,789975],\ +[1,0,1,-492770,132494772],\ +[1,0,1,-11541,430854],\ +[1,0,0,-12291,595521],\ +[1,0,0,-27263,1750809],\ +[1,0,1,-16961634,26863114932],\ +[0,0,0,-116400,15285553],\ +[0,0,0,-36777,37625929],\ +[1,0,0,-56596,4988816],\ +[1,-1,0,-705042,228041892],\ +[1,0,0,-33437,-934351],\ +[1,-1,0,-8763,317663],\ +[1,-1,0,-177789,28919223],\ +[1,-1,1,-11450,474425],\ +[1,-1,1,5560,82243],\ +[1,-1,1,-331682,75779489],\ +[0,1,0,-35325,1569375],\ +[0,0,0,-394119,95233374],\ +[1,-1,1,-25430279,-7626531841],\ +[0,0,0,-6480,-1129167],\ +[1,0,0,1823,-3418679],\ +[1,0,1,-19002,743048],\ +[0,1,0,5899,-371076],\ +[1,-1,1,-15909305,30075892697],\ +[1,0,1,-1406606,-641883264],\ +[1,0,1,-55531,4009194],\ +[0,1,0,-28750,206640625],\ +[0,0,0,-78600,6756100],\ +[1,0,1,-52,2652],\ +[1,0,1,-89519,-10613798],\ +[1,0,1,-2565808,-2259975082],\ +[1,-1,1,-1739,-104741],\ +[1,0,0,-169340,26994192],\ +[1,-1,0,-624042,189898452],\ +[1,-1,1,-191482430,-697237668403],\ +[1,-1,0,-222210,40575816],\ +[1,-1,1,7684,-5985881],\ +[1,0,1,-985,-838258],\ +[0,1,1,367,1207],\ +[1,0,1,410704676,3102071639372],\ +[1,-1,1,-11612,509599],\ +[1,-1,1,-327929,-93443623],\ +[0,0,0,-269175,90494350],\ +[1,-1,0,-3186123,2189777417],\ +[1,-1,0,304212,-10288],\ +[1,-1,0,-726,59048],\ +[1,0,1,-4530,117780],\ +[1,-1,1,-460814,129151517],\ +[0,1,0,-1284045,566172143],\ +[1,0,0,-1894802,946915844],\ +[1,-1,0,-252036,48771858],\ +[1,0,0,-257874,47821572],\ +[1,0,1,-37510,2793012],\ +[1,0,1,-26394,4304956],\ +[0,1,0,-16305,796600],\ +[1,0,1,-68157,6844312],\ +[0,0,1,-395010,95556503],\ +[1,0,1,-116019,15202766],\ +[1,0,1,64826,-16369768],\ +[0,1,0,-637116,851291684],\ +[1,0,0,-1839704,960286272],\ +[0,1,0,-1118702,455055129],\ +[1,0,1,21134,2495236],\ +[0,0,1,-395604,95772125],\ +[1,0,0,34557,6825025],\ +[1,0,0,-242,58564],\ +[0,0,1,95010,-18494028],\ +[0,0,1,69342,-3164967],\ +[0,0,0,-44055,-3516498],\ +[1,-1,1,2545,2647],\ +[1,0,1,-266984,66903086],\ +[0,0,1,-1410,-50385],\ +[1,0,1,495,-8568],\ +[1,-1,0,-42670302,107284135508],\ +[1,-1,1,-9731336,11686843019],\ +[0,0,1,-43626,-3602997],\ +[0,0,1,-43890,-3549777],\ +[1,-1,1,-71465,-67241455],\ +[1,0,0,887,30617],\ +[0,0,1,3412860,-1670853960],\ +[1,-1,0,-3717,95541],\ +[0,1,0,-5500733,-4686863937],\ +[0,0,1,-395010,95843972],\ +[0,0,1,-395340,95676273],\ +[0,1,0,-127028381,-551087261825],\ +[0,1,0,-4280382421,107745846994135],\ +[1,0,0,-6224,802752],\ +[1,-1,1,-5908196,-3424948217],\ +[0,1,0,3370,-59775],\ +[1,0,1,-24708,1482018],\ +[1,0,1,345778,129993472],\ +[1,-1,0,-4800,2563200],\ +[1,-1,0,-3588189,1195763523],\ +[1,-1,1,-32594,2275769],\ +[1,0,1,-1601,-182302],\ +[1,-1,0,-9905013,12230210763],\ +[1,-1,1,4798,2555201],\ +[1,0,0,-10853,-15615],\ +[1,-1,0,-110655,14581701],\ +[1,-1,0,-145838814,-677814052852],\ +[0,0,0,915,21877],\ +[1,0,1,-1304867576,-21079444338746],\ +[1,0,0,-4231,-579255],\ +[0,0,0,-945,26217],\ +[0,1,1,-4705093,3814653906],\ +[1,-1,0,-140586141,1676066115621],\ +[1,0,0,-25236,785296],\ +[1,0,1,-20258,2568468],\ +[1,0,0,-34623,2476953],\ +[1,0,0,-37269,2766177],\ +[1,0,1,-748252,263201722],\ +[0,0,1,-231600,-18491652],\ +[0,0,1,-9634350,11509618347],\ +[1,-1,1,-5123930,855628697],\ +[1,0,1,-43893,16139306],\ +[0,1,0,-19612,1047364],\ +[0,0,0,-396495,96095862],\ +[1,-1,0,-10437,413019],\ +[0,1,0,-2913,59544],\ +[1,0,0,-540,6992],\ +[1,-1,1,-93890,11097281],\ +[1,0,1,705939,926538856],\ +[1,0,0,204534367,-7295833146039],\ +[1,-1,0,-1032,-1113480],\ +[0,0,1,2742,35328],\ +[1,-1,1,-674180,213233447],\ +[1,0,1,-12351,538126],\ +[1,0,0,1027,41201],\ +[0,0,1,-706076994,7220260619460],\ +[1,-1,1,-22987085,165749184245],\ +[0,0,0,-8487,331966],\ +[1,-1,0,-58242,-11481084],\ +[0,1,1,-1837645,-1819844851],\ +[1,0,0,-74493,7819505],\ +[0,0,1,-3222,90992],\ +[0,1,1,193605,50014524],\ +[0,1,0,2820,-55900],\ +[1,0,1,-28216,-1783730],\ +[0,1,1,-31631,2155056],\ +[1,0,0,-4266,106660],\ +[1,-1,1,-4482108545,115498377040529],\ +[0,1,0,-47428,4602980],\ +[1,-1,1,-55162490,159481199801],\ +[0,1,0,19078,357201],\ +[1,-1,1,-7805,266525],\ +[0,1,0,-92452,10789124],\ +[1,-1,0,-4497,109419],\ +[1,0,0,-43126,3436196],\ +[1,-1,1,-38169983,-137957578073],\ +[1,0,1,-9826,374198],\ +[1,-1,1,-1695947,1998411419],\ +[0,1,0,-35796,2597220],\ +[1,-1,0,-57042,-11787228],\ +[1,-1,1,-32240,2357075],\ +[0,0,1,15756,25200],\ +[1,-1,1,77032,-1508893],\ +[1,0,1,-206176,-35180944],\ +[1,-1,0,-13092,-8784],\ +[1,-1,1,-13907,2437939],\ +[0,1,0,-115741,837292095],\ +[1,0,1,-13651,617162],\ +[1,-1,0,-130584,19010538],\ +[0,0,1,-936,10419],\ +[1,0,0,335,1617],\ +[1,0,0,25741456,-27986636544],\ +[1,0,1,2637,-10962],\ +[0,1,1,-865,2306],\ +[0,0,1,-1024500,255588906],\ +[1,-1,1,-81830,9030197],\ +[0,0,1,-3775500,2823188906],\ +[1,0,1,-198319,-38598334],\ +[1,0,0,-4713618,3938588164],\ +[1,-1,1,-3917,203509],\ +[1,-1,1,-8318,293581],\ +[1,0,0,-69031368,-216033338304],\ +[1,0,0,30428,-4658416],\ +[1,-1,1,-117676805,456021075197],\ +[1,-1,0,-3984,87740],\ +[1,0,0,-2235538,8054203908],\ +[1,0,1,-90151,15308222],\ +[1,0,1,-903,814506],\ +[1,-1,1,-1433,-9359],\ +[1,-1,0,19938,-121356],\ +[1,-1,0,-180412449,-534926372995],\ +[1,-1,0,-25530,1619900],\ +[1,0,1,-3951987,3494698142],\ +[1,0,1,-36288,2590238],\ +[1,0,1,-739722,-170423948],\ +[1,0,0,-137,18769],\ +[1,0,0,-12244,-294683248],\ +[1,0,0,-28717,-1702831],\ +[1,0,1,27453278,-17885529228],\ +[1,0,0,-171697,27438209],\ +[1,0,0,330798,-74783484],\ +[1,-1,1,-2499917,2257629941],\ +[1,0,1,-45060,3651242],\ +[1,0,0,-70353,6493041],\ +[1,0,0,-1317,20609],\ +[0,1,1,-198735,-13037569],\ +[0,0,1,-948,26379],\ +[1,0,0,-17307,1081809],\ +[0,1,1,-4927,-123978],\ +[0,1,1,-92659,10825414],\ +[1,-1,0,-60227919,186938030925],\ +[1,0,0,-90348,-10374256],\ +[0,1,1,-12987,565347],\ +[0,1,0,-67278,-7601895],\ +[1,-1,0,8526303,-9923338485],\ +[1,-1,1,6025,101711],\ +[1,-1,0,-7197,297845],\ +[1,0,0,-987,12689],\ +[1,-1,0,-55017,-12302685],\ +[0,1,1,-98869,9285199],\ +[1,-1,1,-113024,20928419],\ +[1,0,0,-12013,464017],\ +[1,0,1,-465242,5857292],\ +[0,0,0,-1485,21933],\ +[1,-1,0,-16528716,26300923056],\ +[0,1,0,22884,611684],\ +[1,0,1,1793,-196718],\ +[1,0,1,620927,-1523347994],\ +[1,0,0,-6381,-401455],\ +[1,0,1,-10385444,12885303476],\ +[1,-1,1,-44771,3696419],\ +[1,0,0,-145188,21289744],\ +[1,0,0,-408071,100178401],\ +[1,0,1,-299954,63206092],\ +[1,0,1,-11085,161320],\ +[1,0,0,-46457,3827961],\ +[0,0,0,-204600,-306332975],\ +[0,0,0,-945,10593],\ +[0,0,1,918,22025],\ +[0,1,1,-12829,532554],\ +[1,-1,0,-1221,22761],\ +[1,0,0,-71709154,241861817732],\ +[0,1,0,339716,-18704796],\ +[1,-1,1,-481892,128877959],\ +[1,0,1,-3358,89368],\ +[0,1,0,-1278,-6695],\ +[0,0,0,-315576,-67674492],\ +[1,-1,1,-35978,316001],\ +[0,1,1,5053,-147560],\ +[1,0,1,49,-7540],\ +[1,0,1,-725884,-236033734],\ +[0,1,0,-6773,246775],\ +[0,1,0,5187,-26721],\ +[1,-1,1,7379314,-4512543587],\ +[1,0,0,-24245,1439137],\ +[0,1,1,-5022333,1445066994],\ +[1,-1,1,-976526,470158493],\ +[1,-1,1,-44822,4072421],\ +[1,0,0,-62917,-13948159],\ +[1,0,1,-723099,236586662],\ +[1,-1,1,3487,-49783],\ +[1,-1,1,-1777226,494655113],\ +[1,-1,0,819924,166857936],\ +[0,1,1,205,2549],\ +[1,0,0,-160993,24849865],\ +[1,-1,1,-13730,20953505],\ +[1,-1,0,-7989,281123],\ +[0,0,0,-522732,141584569],\ +[1,0,1,206,-5814],\ +[1,-1,1,-373430,99264197],\ +[1,-1,1,-1169780,491978711],\ +[1,-1,0,-291429,91099485],\ +[1,0,0,-253067263,-1548868723583],\ +[1,-1,0,-184491,30535893],\ +[1,-1,1,-1322,16169],\ +[0,1,0,-93004,10885988],\ +[0,1,0,-27141,-689625],\ +[1,0,1,-5209,128282],\ +[1,-1,0,-3180,69756],\ +[0,1,0,-7534116,581995044],\ +[1,0,1,-7383,223306],\ +[0,1,0,-16178,776785],\ +[1,-1,0,-5742459,5298008913],\ +[0,1,1,-643,6460],\ +[0,1,0,1262,10937],\ +[1,0,1,-6115797614,187793467025312],\ +[1,0,1,18549,965286],\ +[1,-1,1,622,42641],\ +[1,-1,0,278508,13534416],\ +[1,-1,1,-8401406,9375049613],\ +[1,-1,1,-50381,4365173],\ +[0,1,0,2674,-108535],\ +[1,0,1,-6149924399,185631459848066],\ +[1,-1,0,-3171,-300699],\ +[1,0,1,-2883326,1882573048],\ +[1,0,1,-59142,-5421918],\ +[1,-1,0,-624,43680],\ +[1,0,1,-179501,29256248],\ +[0,1,1,-10611,-139209],\ +[0,1,1,-93073,10898116],\ +[1,-1,1,5665,86471],\ +[0,0,0,1065,29902],\ +[1,0,0,-180,32400],\ +[1,0,0,-265702,52691724],\ +[1,0,0,180,32400],\ +[0,0,0,-1786560,919124932],\ +[1,-1,0,-213219,37948725],\ +[0,1,1,-93211,10922386],\ +[1,0,1,-2441,-136726],\ +[0,0,0,-1095,34942],\ +[1,-1,0,-17813850,28943539236],\ +[1,0,1,-591521,175057436],\ +[0,0,1,-14340,660765],\ +[1,0,0,-2896,60160],\ +[1,-1,0,-328407,72520209],\ +[1,-1,0,-3174,1121480],\ +[1,-1,0,-6837,271925],\ +[1,-1,0,-37998,2857842],\ +[1,-1,1,-1978652,-1072079521],\ +[1,0,0,-37745,-1221975],\ +[0,0,0,-639,12294],\ +[1,0,1,-11031158728,445942556133398],\ +[0,0,0,609,9382],\ +[1,-1,1,-31133,-441179],\ +[1,0,1,-58361,-5604100],\ +[0,1,1,-8235935,-8963406011],\ +[0,0,0,-8465160,9493048708],\ +[1,-1,1,-20582,1141181],\ +[1,-1,0,1542,263168],\ +[0,1,1,-14971,686526],\ +[0,1,1,-892185,318453364],\ +[1,0,0,208,43264],\ +[1,-1,0,166248,59563188],\ +[1,0,0,-2242,37316],\ +[1,-1,0,3335322,-1869023692],\ +[1,0,0,8176314,-4933789020],\ +[1,-1,1,-36245,-2711635],\ +[1,-1,1,-1566680,778185947],\ +[0,0,1,-513282,137418750],\ +[0,1,0,-12826,938745],\ +[1,0,0,-208,43264],\ +[1,0,1,26676,-2130128],\ +[0,1,1,-465,4431],\ +[1,0,0,2757,7601049],\ +[1,0,0,-35043,2522241],\ +[1,0,1,-2556,263674],\ +[1,0,0,-37713,2815785],\ +[1,0,1,-4209861,3324327920],\ +[1,0,0,-93003,176703785],\ +[1,0,0,-32292,1659664],\ +[0,1,0,-342298,-183669679],\ +[0,1,1,-1255,16784],\ +[1,0,1,-158656,22963232],\ +[1,-1,1,-281648,57651931],\ +[1,0,1,-154883244,741856339942],\ +[0,0,0,-2565,50013],\ +[0,1,1,55015,5145806],\ +[0,0,0,135,-6687],\ +[1,0,1,-199816,11097814],\ +[1,0,1,14564,8471002],\ +[1,-1,1,30950761,61581651887],\ +[0,1,1,-239634667,1427737774140],\ +[0,0,1,-9810,369335],\ +[1,0,0,-11698816890,487036934161892],\ +[0,0,1,-8940,318585],\ +[1,-1,1,121825,64787591],\ +[1,-1,0,-122997,68419125],\ +[1,0,0,-57322739,-169136509343],\ +[0,1,1,-93487,10970980],\ +[1,0,0,-77707,-24125199],\ +[0,1,1,-54833,-5230506],\ +[1,0,0,150955587,6524388340849],\ +[1,0,0,-275028413,1756023846001],\ +[1,0,1,-1832887,-36591568742],\ +[0,1,1,-83409,16012090],\ +[1,0,1,-2586,269872],\ +[1,0,1,-119498,-10936772],\ +[0,1,0,8335,-250600],\ +[1,-1,0,-766842,258712820],\ +[1,0,0,-10588,418896],\ +[1,0,1,-205303,-35561302],\ +[0,0,0,-5112,140409],\ +[0,0,0,-2568,45433],\ +[1,-1,1,-2525,709805],\ +[0,1,0,-44361,3874744],\ +[0,1,0,-30641,2118584],\ +[1,-1,1,-272503940,1717299540839],\ +[0,1,0,3019,1975],\ +[1,0,1,-9209751,10756944498],\ +[1,-1,0,-153711,23157333],\ +[1,-1,0,-48942,-13840308],\ +[0,0,1,-894,10482],\ +[1,0,1,-3039,91112],\ +[0,0,0,2840271,4363654201],\ +[0,0,0,-16604112,26041835716],\ +[0,1,1,-1789,28569],\ +[1,0,0,-9187787,-10720039631],\ +[1,-1,0,-3614532,2720447864],\ +[0,1,0,-9882,-456551],\ +[1,0,0,-3270,72612],\ +[0,0,1,414,-1726],\ +[0,1,1,-3663,84125],\ +[0,1,1,-738099,243830539],\ +[1,0,1,-2266,45436],\ +[0,1,1,-22279,820744],\ +[1,0,0,-53141,6483785],\ +[1,0,0,-10036,465040],\ +[0,0,0,896793,-1668616994],\ +[0,0,1,-549120,156929643],\ +[1,-1,1,-1569998,756824797],\ +[0,0,1,-21631854,38326368510],\ +[1,0,0,-6336,193600],\ +[1,-1,0,-2019210,1104889616],\ +[1,0,0,-266,70756],\ +[1,-1,1,-204392,-48427541],\ +[0,0,1,-16710,831405],\ +[1,-1,1,-3170,69409],\ +[0,1,1,-93901,11044006],\ +[0,0,1,-200496,-31893912],\ +[1,-1,1,-1031224775,12746526192191],\ +[1,0,1,833,1352],\ +[1,0,1,-280845,-41194448],\ +[1,0,1,38636,-1481454],\ +[1,-1,1,-51702113,121045103281],\ +[0,1,1,-87691,12574015],\ +[0,1,1,-2903,59235],\ +[1,0,0,2558975,2469550625],\ +[1,0,1,-102240,12570760],\ +[0,0,1,-739254,3799549512],\ +[1,-1,0,-653604,174456728],\ +[0,0,0,-18225,947025],\ +[0,1,0,-56740,1688900],\ +[1,0,1,-24147651,47541780798],\ +[1,0,0,-6905,212025],\ +[0,0,0,-525,-85475],\ +[1,-1,1,-271223087,-2006941936201],\ +[1,0,0,-5014,137836],\ +[0,1,0,-8532,300484],\ +[0,1,0,-802149,274460679],\ +[1,0,0,-1113865,-496956775],\ +[1,0,1,-99475,12067502],\ +[1,-1,1,-697280,224285411],\ +[1,0,0,-3963,-51183],\ +[0,1,0,-197516,34414820],\ +[1,0,1,-36910314,86300674012],\ +[0,0,0,-196800,-33472508],\ +[1,-1,1,64601365,-150642471877],\ +[1,-1,0,24576,67092480],\ +[1,0,1,1035,-42128],\ +[0,1,0,-94108,11080580],\ +[1,0,0,-7642,520284],\ +[0,0,0,-1769280,905822212],\ +[1,0,1,-676,-17056],\ +[1,0,0,1947,149761],\ +[1,0,1,46807299,109197593694],\ +[1,0,1,-545705,155116460],\ +[0,1,1,-775,150156],\ +[1,-1,1,-69284,8650439],\ +[1,0,0,-19085,1013225],\ +[1,0,1,41892,-1475382],\ +[0,1,1,-71577,6500675],\ +[1,0,0,-1053,45361],\ +[0,0,1,900978,-127553283],\ +[1,0,0,-38046,2853180],\ +[0,1,0,-302876849,2028605929848],\ +[1,0,0,21862,161892],\ +[1,-1,1,-315464,67948427],\ +[1,0,0,-913,34217],\ +[0,0,1,-195312,-34107210],\ +[1,-1,0,-2670888114,53129672152020],\ +[1,0,0,-2626821,1901803401],\ +[1,-1,0,-377664030,2825241264180],\ +[1,0,0,495,-31823],\ +[1,0,1,-13428,595756],\ +[0,1,0,-271604,54400644],\ +[1,0,0,-29719,1917281],\ +[0,1,0,-10434,-402767],\ +[1,-1,1,-2855,62047],\ +[0,1,0,923499,793610999],\ +[1,0,0,-2742381,1747764945],\ +[1,0,1,1550,-23340],\ +[1,0,0,74,5476],\ +[1,0,1,223124,-24144470],\ +[0,1,0,1404,492804],\ +[1,0,1,-120713,16132656],\ +[0,1,1,-204713,39178943],\ +[0,0,0,-27240,-2457884],\ +[0,0,0,-12720,558532],\ +[1,0,1,-72720076,-238672225510],\ +[1,-1,0,-3757842,2802199644],\ +[0,0,0,-31728,1713337],\ +[0,1,1,275,-4971],\ +[0,1,1,-710363,-168486730],\ +[0,0,1,-192720,-35211672],\ +[1,-1,0,-11559,505863],\ +[0,0,1,3006,-17613],\ +[0,0,0,5040,-104508],\ +[1,-1,0,-32484930,71305628976],\ +[1,0,1,-2193,39306],\ +[1,-1,0,1683,-5259],\ +[0,0,1,-5436,159669],\ +[0,0,0,30439248,-872916076604],\ +[1,0,0,-74,5476],\ +[1,0,1,-705693,228191208],\ +[0,1,1,7495,-48994],\ +[1,0,1,-663,438906],\ +[1,0,0,3707,-24191],\ +[1,0,1,76942,48545056],\ +[0,0,0,-467400,124044100],\ +[1,0,0,-4564546,3753191876],\ +[1,-1,0,-972,-2439792],\ +[1,-1,0,-56970,4890456],\ +[1,-1,1,162058,-149009659],\ +[0,1,0,-589401,174186224],\ +[1,0,1,-203274503,1115475490506],\ +[1,0,0,-35747,7809281],\ +[1,0,1,-469031,123687082],\ +[1,0,1,-104744,13079926],\ +[1,0,0,-392,153664],\ +[1,0,1,-110202,-13914292],\ +[0,1,0,-1461,-91396],\ +[0,1,1,6967,-1024381],\ +[1,-1,1,124360,-10108421],\ +[1,-1,1,-62810,5793689],\ +[1,-1,0,15552,-4142088],\ +[1,-1,0,-1172920257,18229202713053],\ +[1,-1,1,-155630,23671549],\ +[0,1,0,-430866,392094809],\ +[1,0,0,-43033,-41356999],\ +[1,-1,0,-188595,31563765],\ +[0,0,0,-3537,81441],\ +[1,0,0,9140,176272],\ +[1,-1,1,-172154,27548857],\ +[1,-1,0,103016223,-155708788995],\ +[1,-1,0,-280962,58323528],\ +[0,0,0,-1449,21121],\ +[0,1,1,-40817,4235402],\ +[1,0,1,75697,2809506],\ +[1,0,0,-5531,635145],\ +[0,1,0,-7993,-374680],\ +[0,0,1,-757344,380023677],\ +[1,-1,1,-473,25121],\ +[0,1,0,207,2600],\ +[1,0,0,-1240434,-44280298108],\ +[1,-1,0,-6252,-85582],\ +[1,-1,0,471,24335],\ +[1,-1,1,-1178,154841],\ +[1,0,1,-24551,1566334],\ +[1,-1,0,-54339,4889573],\ +[0,1,0,24239,-104056],\ +[0,1,1,-45691,4070515],\ +[1,0,1,-419075,116481502],\ +[0,1,0,-206061,35934660],\ +[1,0,1,19956,-2234974],\ +[1,0,1,-1375242622,22245596617712],\ +[1,0,1,-17740779,28759870202],\ +[1,0,1,-1425532687,20716261962962],\ +[0,1,0,-22502548,-41094860860],\ +[1,0,1,-1408326,642886798],\ +[0,0,1,-330,3513],\ +[0,1,0,-177926,10515449],\ +[1,0,0,-169450,-95154268],\ +[1,-1,0,-48294,4097058],\ +[0,0,1,300,2043],\ +[0,1,0,-134090,21744313],\ +[1,0,0,2776,-26984],\ +[1,-1,1,-5258,-156383],\ +[1,0,0,-166293,24894521],\ +[1,-1,0,-11026332,14115210768],\ +[1,-1,1,54760,12798803],\ +[1,0,0,-37685,2753697],\ +[1,0,0,-164173,25589905],\ +[1,0,0,4191385,4064289225],\ +[0,1,1,-16453,2770048],\ +[1,-1,1,-1132574,-133871443],\ +[0,1,1,1751,-88886],\ +[1,0,1,69836,39960362],\ +[0,0,1,0,68906],\ +[0,1,1,-1693,35020],\ +[1,0,1,-86899,9857036],\ +[1,0,0,-164279,25614697],\ +[0,0,1,0,2756],\ +[1,0,1,47599,2354212],\ +[1,0,0,-17635,900225],\ +[1,0,0,-3513,75617],\ +[0,0,1,0,135056],\ +[1,-1,0,-44052,3484880],\ +[1,0,1,-167511,26370582],\ +[1,0,0,-164332,25627096],\ +[1,-1,1,-951080,358207211],\ +[1,-1,1,-2764079660,55194746744495],\ +[1,-1,0,-60628563,181719081477],\ +[1,0,1,59258,2017832],\ +[1,-1,1,-538379,-142313821],\ +[0,0,1,0,3376406],\ +[1,0,0,-354691,81250625],\ +[0,0,1,0,1215506],\ +[1,-1,0,98433,-33129297],\ +[1,-1,0,-2534247,1553455197],\ +[1,-1,0,-4759923,3998317743],\ +[1,-1,1,-279425,-58367087],\ +[1,-1,0,-13662999,19442134593],\ +[0,1,1,-52587,691348142],\ +[1,0,0,101,-376943],\ +[1,-1,1,-199227782,-761700120811],\ +[1,-1,0,-5874,171180],\ +[0,1,1,253667,-95431631],\ +[0,1,1,375,1281],\ +[1,-1,1,-62606,5761693],\ +[1,-1,0,-4564845,3755060235],\ +[1,-1,0,159,-194067],\ +[1,0,0,52157,6748609],\ +[1,-1,0,9633,-1970709],\ +[1,-1,1,-104555,13044947],\ +[0,1,0,795,7975],\ +[1,0,0,215,-5903],\ +[1,0,1,-91482,5880388],\ +[0,1,1,15847,2450278],\ +[0,1,0,-2188229,1245081063],\ +[1,-1,1,-5996,176879],\ +[0,0,0,0,8281],\ +[1,-1,0,-93996,11061456],\ +[0,1,1,-2111093,-16680483532],\ +[1,-1,1,-27611,1772939],\ +[0,1,1,-527239,150852170],\ +[1,-1,0,-3165588,2168643942],\ +[1,0,1,-10983920,14007930042],\ +[0,1,1,-112779,14512385],\ +[0,1,1,-1881,59655],\ +[1,0,0,-6354,184076],\ +[1,0,0,-158551,13241705],\ +[1,0,1,-125866,-14491496],\ +[1,0,0,-2038,24228],\ +[1,0,1,-31141,2112534],\ +[0,0,1,-322410,70486002],\ +[0,1,1,-95143,11264056],\ +[1,0,0,2330,15212],\ +[1,0,0,-9501,792881],\ +[0,1,1,-11755,486631],\ +[1,0,0,-1147388,-276954608],\ +[1,-1,0,-470871,115176573],\ +[1,0,0,-2943146,1932775076],\ +[1,0,1,-6785,214572],\ +[1,0,0,-2259111,1313442441],\ +[1,0,1,-67604,-58284718],\ +[1,0,1,324464,868450430],\ +[0,0,0,-900,10593],\ +[0,0,0,-165341388,819718539433],\ +[1,-1,0,-527298,640292372],\ +[1,0,1,672,-2702],\ +[1,-1,0,4254,-50604],\ +[0,1,0,-22717,-1336556],\ +[1,-1,0,-176796,28636578],\ +[1,0,0,-379,-12823],\ +[1,0,0,-22716,-366120],\ +[0,0,1,75840,159655833],\ +[1,0,1,-25053,1525756],\ +[0,1,0,-186982,31031841],\ +[1,-1,0,-65790948,205414978128],\ +[1,-1,0,-1659177,818413065],\ +[1,0,1,-271,3184],\ +[1,0,1,-13053,327256],\ +[0,1,0,-14273,733192],\ +[1,-1,0,-10647,604665],\ +[1,0,0,-33273,2332665],\ +[1,0,1,-2764,76562],\ +[0,0,0,-239160,398639428],\ +[1,0,0,-165233,25838185],\ +[1,0,0,8867,3136433],\ +[0,1,0,1852,-46044],\ +[1,0,1,-355135,81608320],\ +[1,-1,0,-1028682,410970348],\ +[1,0,1,-1221365,529124672],\ +[1,0,1,-3846,91680],\ +[1,-1,0,-26202445236,1632535331765976],\ +[1,0,0,1941135267294,-3490874297968379580],\ +[1,-1,0,-347256,45567648],\ +[0,1,0,-2370,29593],\ +[1,0,1,-13158,-615194],\ +[1,0,1,-43404,5860902],\ +[1,0,0,-154553,-4744327],\ +[1,0,0,-9484153,-11242829255],\ +[1,0,1,30577,-43244],\ +[1,0,0,9012,-139312],\ +[1,-1,0,-15000,25010000],\ +[0,1,0,419,10815],\ +[0,0,1,-88950,12021381],\ +[1,0,0,-2638073,-1834856287],\ +[1,0,0,-873396,314104976],\ +[0,1,1,1829,-3064515],\ +[1,-1,1,-4868,-183793],\ +[0,0,1,-25214112,56145026315],\ +[0,1,1,420317,24762998],\ +[1,0,0,-932,19536],\ +[1,-1,0,-331869,-91208667],\ +[1,0,0,327137,70425817],\ +[0,0,0,-14227887,-23070044234],\ +[1,0,0,20666,332132],\ +[1,-1,1,-34981871,80285132279],\ +[0,0,1,-1710,-38095],\ +[0,1,1,68167,-2210131],\ +[1,0,0,-8762,301604],\ +[0,0,1,-17040,856155],\ +[0,1,0,-33,-8712],\ +[1,-1,1,-1022743880717,398106002994733109],\ +[1,0,1,23121,-495998],\ +[1,0,1,-69774,1042096],\ +[0,0,0,-411279,101520694],\ +[1,-1,0,-150147,22431483],\ +[1,-1,0,-65563737,-260927929171],\ +[1,0,0,-1424186,654062716],\ +[0,1,0,-14708,-646812],\ +[1,0,0,-2909,69617],\ +[1,-1,0,-18585,978285],\ +[0,1,0,-22941,1343359],\ +[1,-1,1,-6455,-1828601],\ +[1,-1,1,-8867,289891],\ +[1,0,1,-145416,-7873706],\ +[0,0,0,-43992,3553924],\ +[1,-1,1,-56270254739,5137686797231027],\ +[0,0,0,5112,-570812],\ +[1,0,1,-98859,11949622],\ +[1,0,1,1685,-13818],\ +[1,-1,0,-145404,21377328],\ +[1,-1,1,-22280,1528139],\ +[0,1,0,-94700,-28166652],\ +[0,1,0,-95764,11374628],\ +[0,1,1,1049,-34930],\ +[0,1,0,-92649,10826848],\ +[1,-1,1,-3049745,2051482241],\ +[1,-1,1,-19334293565,1036895918438405],\ +[0,0,0,-27951,-6705578],\ +[1,0,0,-19395,1038025],\ +[1,0,1,-419514,104850212],\ +[1,0,0,-26518,-432092],\ +[0,1,1,-144627083,-670409460631],\ +[1,0,1,-6319,17856],\ +[1,0,1,-419849,104674746],\ +[1,0,1,-13419670,-3479127640],\ +[0,1,1,397,-82343],\ +[0,0,1,-1422,20517],\ +[0,0,1,-311361690,2114686817874],\ +[1,-1,1,-176084,73574327],\ +[1,-1,0,171582,63549972],\ +[1,0,1,-1088271465,13818188514200],\ +[1,-1,1,-1630796,801993359],\ +[1,0,0,-147104,-20631104],\ +[1,0,1,-2425342,192697968],\ +[0,1,1,281245,-1647230466],\ +[0,0,1,-81192,8886132],\ +[1,-1,1,630050085499,-95738510437541251],\ +[0,1,1,-181,-214794],\ +[0,0,1,-178632,29059425],\ +[1,0,1,-536,11982],\ +[1,0,1,-1779807,913767218],\ +[1,0,0,-586669,129473361],\ +[1,0,0,-166081,26037385],\ +[1,0,0,80739,-187248079],\ +[0,1,1,-35578781,-35293712050],\ +[1,-1,0,-327273,72145053],\ +[0,0,1,1382514,981119979],\ +[1,-1,0,-3348405,2359196901],\ +[0,1,1,-18257741,30019934141],\ +[1,0,1,-22076,1256798],\ +[1,-1,0,-65376,6460506],\ +[1,-1,1,-36029,2636677],\ +[1,0,0,-2454,46692],\ +[1,0,1,-6016,-432034],\ +[0,1,1,-738151,245502005],\ +[1,0,0,-149121,31568201],\ +[0,0,1,-966,-722601],\ +[1,0,1,2337,5463906],\ +[1,-1,1,-37379,-2502781],\ +[0,0,1,-41688,2986868],\ +[1,-1,0,-107346381,428099396453],\ +[0,1,1,-856695,70374449],\ +[0,1,1,-49787,-4191913],\ +[1,-1,1,-147516486206,-22252980846762547],\ +[0,1,1,-31255,61066409],\ +[1,-1,0,16893,1104057],\ +[0,0,1,-161616,-48351492],\ +[1,0,0,-180783116,-945805321584],\ +[1,0,0,496,4032],\ +[0,1,1,-3729041,2781915101],\ +[1,0,0,12041,773417],\ +[1,0,1,-7718656,8253283150],\ +[1,0,0,6280185,7598862217],\ +[1,-1,0,431796546,-127413407811240],\ +[0,1,1,6500529,14894455385],\ +[1,0,0,-22817492724,1326642264202896],\ +[0,0,0,-1017,12001],\ +[0,1,0,283,-5036],\ +[1,0,0,-3620758,5820100964],\ +[0,1,1,-3629,86529],\ +[0,0,0,-45048780732,3680210630242681],\ +[0,1,1,-15014063,22387128951],\ +[0,0,0,-32661624,71841757444],\ +[1,0,1,-1308332,575894072],\ +[1,-1,0,-3012,67670],\ +[0,1,0,-322906,70518569],\ +[0,1,0,-107708,13563588],\ +[0,1,0,-12609,540784],\ +[0,0,0,-284493,58257853],\ +[1,-1,0,-9942,-311184],\ +[1,-1,0,-1288242,571538916],\ +[1,0,1,103969,6965490],\ +[0,0,1,-104952,13086702],\ +[1,0,1,-15778,918756],\ +[1,0,1,-370508,-519957782],\ +[0,0,1,-2044182,1142381700],\ +[1,0,0,406,-2548],\ +[1,0,1,8164,-627586],\ +[0,0,0,-15672,774889],\ +[0,0,0,-43536,4307812],\ +[1,0,0,-1675,-273743],\ +[0,0,0,-546897,155218561],\ +[1,0,0,89953,-71938599],\ +[1,-1,0,-2033919,-2471673075],\ +[1,0,1,-1296317,586993232],\ +[1,0,0,29217,-1057959],\ +[0,1,0,106,2809],\ +[1,0,0,-12398,491308],\ +[1,-1,1,1196761,273551519],\ +[1,0,0,-17780916,28857551696],\ +[1,0,0,2580,-513288],\ +[1,-1,0,50103,-2046447],\ +[1,-1,1,-193982,32992589],\ +[0,0,1,-11683794,18023011317],\ +[0,1,0,4766,-431807],\ +[1,-1,0,-19434,975738],\ +[1,-1,1,-268557660347,-336236652353161429],\ +[1,0,1,-5175,142822],\ +[1,0,0,-38934,2953692],\ +[0,0,0,-52905,4988401],\ +[1,-1,1,-34118,2426957],\ +[1,0,1,-1631568,407639806],\ +[0,1,1,-960681,361648775],\ +[1,0,0,-3855,92025],\ +[1,0,1,-3085,200192],\ +[0,0,1,-424044,106124322],\ +[1,0,1,-13748057,-5523527492],\ +[0,0,1,-1026,12179],\ +[1,0,0,-5919,162521],\ +[1,-1,0,-46229826,120999673908],\ +[1,0,1,-1478444,678952226],\ +[0,1,0,-40362,3107601],\ +[1,0,0,-2965,-775],\ +[0,0,0,-54327,4872046],\ +[0,0,1,-7620,256038],\ +[1,0,1,-3351,-86052],\ +[0,1,0,-12836853,17698011732],\ +[1,-1,0,12024,91476],\ +[1,0,1,-884891,320331430],\ +[0,0,0,0,11236],\ +[1,0,1,-2795,-8610],\ +[1,-1,0,-12192,521244],\ +[1,-1,1,-7135344290,231992450775713],\ +[1,-1,1,-592655,175744991],\ +[1,0,1,50424,-69388202],\ +[1,-1,1,1123375,-595746367],\ +[1,0,0,-9912108,8230918544],\ +[1,0,1,-486451,130691798],\ +[1,0,0,-14801990,14368296292],\ +[1,0,0,-9910168,10539567680],\ +[1,0,1,-19536851,33235993902],\ +[1,0,1,-7244,79706],\ +[1,-1,1,23035,2134973],\ +[1,-1,1,-39440,2904371],\ +[0,0,0,-354297,3487374889],\ +[0,0,0,0,31561924],\ +[1,0,0,-53,2809],\ +[1,0,0,53,2809],\ +[1,0,1,-988010,377915932],\ +[1,0,0,-84095725,296823900625],\ +[1,-1,1,-3159095,2161975439],\ +[0,0,0,1443,55669],\ +[0,1,1,-473,4567],\ +[0,0,1,-6636,208068],\ +[0,0,0,-398784,57142564],\ +[0,0,0,-19105113,32141972833],\ +[1,0,0,-398316,553741200],\ +[1,0,1,-1039855,409021372],\ +[0,0,1,-1044,-700],\ +[0,1,0,-1235557,-529165369],\ +[1,-1,0,-55482,5013960],\ +[1,-1,0,-24207,2835737],\ +[1,0,0,3567444,-14549692464],\ +[1,-1,0,-354957,-78063067],\ +[0,0,0,10044,639873],\ +[1,0,0,-36303,2659833],\ +[1,-1,0,-176169,28483425],\ +[0,1,1,-214478039,1211728518245],\ +[0,1,0,35395,-6373025],\ +[1,0,0,-318101,69032481],\ +[0,1,1,129649,1050505331],\ +[1,-1,0,253863,47410029],\ +[0,1,0,-778038,265108689],\ +[1,-1,0,1848,-4258],\ +[0,0,0,8460,-716543],\ +[0,1,0,-3150,57673],\ +[0,0,0,-10524,831841],\ +[0,1,0,-212,11236],\ +[1,0,1,389221,-112076378],\ +[0,1,1,335895,57600506],\ +[0,1,1,-4539,116200],\ +[1,0,0,-34695,-1753975],\ +[1,0,1,-18233,910118],\ +[1,0,1,-2369,41196],\ +[1,-1,1,-3020,67943],\ +[1,-1,0,102450,21879836],\ +[0,1,1,1235,-9231],\ +[1,0,0,-8117371175,283124943255625],\ +[0,0,0,-47340,3970657],\ +[1,-1,1,-1108625,449553665],\ +[1,0,0,-37906,29398020],\ +[1,0,1,-4242,135268],\ +[1,-1,1,-5248664,4629855899],\ +[1,-1,0,-49638,-469521612],\ +[0,0,0,-1169472,484232164],\ +[0,1,1,-17775,-746719],\ +[1,-1,1,610195,-102722803],\ +[1,-1,0,-1249479,645015285],\ +[1,0,1,-31066724,66646047026],\ +[1,-1,0,1776,32418],\ +[1,0,1,-1063,1128906],\ +[1,-1,1,-5839403,5432722427],\ +[1,0,0,-11295,365337],\ +[1,0,0,-427265421,3399305354001],\ +[1,-1,1,-1928,52787],\ +[1,-1,0,-24642,-19859580],\ +[1,0,0,-167777,26437321],\ +[0,1,0,2542,54713],\ +[1,-1,1,16231,-1368583],\ +[0,0,1,384846,-142978950],\ +[1,0,1,237,56406],\ +[1,0,1,1383,8702],\ +[0,1,1,-281,19740],\ +[1,0,0,-176558,28539268],\ +[1,-1,1,-1173029,653900357],\ +[0,0,1,-1044,12537],\ +[1,0,1,2804,311914],\ +[1,0,1,-7416133,7772841968],\ +[0,0,1,41028,-42704883],\ +[0,0,1,1068,-51300],\ +[1,0,0,11044,286480],\ +[0,0,1,-8748,315164],\ +[0,1,0,-2084,19748],\ +[1,0,0,-43040738,108680666692],\ +[1,0,1,-17305589,-58068549888],\ +[0,1,0,-130650,19202625],\ +[1,0,0,-39156,2979000],\ +[0,1,1,-1269,17074],\ +[0,0,1,426,-1728],\ +[0,0,1,-906,10704],\ +[1,0,1,-1139951,466211298],\ +[1,0,0,-1745816,3241196096],\ +[0,1,0,-11965,499775],\ +[1,0,1,8566,-298268],\ +[0,0,1,942,23229],\ +[0,0,1,-972,27695],\ +[0,1,1,2437,49888],\ +[1,-1,1,-133799930,595738672697],\ +[1,-1,0,-31777992,68959150416],\ +[1,-1,1,-85880,9708347],\ +[1,-1,0,-22617,-20351709],\ +[0,1,0,-443434,113811449],\ +[1,0,0,-317358,-22998140],\ +[1,0,1,-22258460,40300529402],\ +[0,0,1,451320,209291967],\ +[0,0,0,-45084,14385121],\ +[1,-1,1,-1082738,-430431119],\ +[1,-1,0,-6045,122525],\ +[0,1,0,-43613,3489252],\ +[1,-1,0,-9726264,11677708920],\ +[0,0,1,-238391802,1431786752777],\ +[1,-1,0,-1251960,539108000],\ +[1,-1,1,-479642,105966041],\ +[1,0,1,-41186,3217484],\ +[0,0,1,-66450,4444056],\ +[0,1,0,-15305,-1054400],\ +[0,0,0,5856,-2316764],\ +[1,0,1,-1311,10606],\ +[0,0,0,-11589240,15185311972],\ +[1,-1,0,-82932,9213200],\ +[1,-1,1,-204197,39896669],\ +[1,-1,1,111532,26117687],\ +[1,-1,1,-11990,-115739],\ +[0,1,0,-839333,295691588],\ +[1,0,1,-8080,274010],\ +[1,0,0,-10310708,-1564569456],\ +[1,-1,1,-3922232,3994673339],\ +[1,0,0,-2336188,-996420592],\ +[1,-1,1,-5696543,4947968647],\ +[1,0,0,-39267,2991681],\ +[1,-1,1,16738,-184339],\ +[1,0,1,-622474,148932752],\ +[1,0,1,-24442,2013612],\ +[1,0,1,314253967,-4619107991932],\ +[1,-1,0,-29277495,61022234925],\ +[1,-1,0,-11440485,14441126985],\ +[1,0,0,-11802,221284],\ +[0,1,1,-839599,-170438666],\ +[1,0,1,-2730772,1736677818],\ +[1,-1,0,159,2703],\ +[1,-1,1,-161,2969],\ +[1,-1,0,-519642,144176820],\ +[1,-1,1,-11456314097,661041613463969],\ +[1,-1,0,-1512,23070],\ +[1,-1,1,-3665,179009],\ +[1,-1,0,5028,62310],\ +[0,0,0,-7220352,5256914596],\ +[1,0,0,-1332867246,18729486974340],\ +[1,-1,0,3513,139533],\ +[0,1,1,-9741,366816],\ +[1,-1,0,-178991739,921762143145],\ +[0,1,1,1367,25957],\ +[1,-1,1,-212780,32223151],\ +[1,0,1,-107,11342],\ +[1,0,1,-938951,-480220702],\ +[1,-1,1,-4982,2760581],\ +[1,0,1,-2731307,1735963158],\ +[1,0,0,-4082,99716],\ +[1,-1,1,340,-4409],\ +[1,-1,1,-294530,61683545],\ +[1,0,1,-5167951,-3758795202],\ +[1,0,1,-1566231088,-23877695550562],\ +[1,0,1,-81401381,282429643152],\ +[1,0,1,-4107,77552],\ +[1,-1,1,-14744,693659],\ +[1,-1,0,-14667561,21626305101],\ +[1,0,1,-4983,180868],\ +[1,0,0,-18242091,53492527025],\ +[1,0,1,-169,28392],\ +[1,0,1,-239351,-10016502],\ +[1,-1,1,-733079,149540527],\ +[1,0,0,-4934,-1094748],\ +[1,-1,1,-554015,1369474183],\ +[1,-1,0,42348,-3899440],\ +[1,-1,0,552843,1353055797],\ +[1,-1,1,-6200,228851],\ +[0,1,0,-421476,-133416476],\ +[1,0,0,-177328,28726336],\ +[0,1,1,-1849,854700],\ +[1,0,0,-32133,-2196991],\ +[1,0,0,488446,-73758524],\ +[1,-1,1,-137270,19720261],\ +[1,-1,0,-21806703,39199847373],\ +[1,0,0,-39378,3004380],\ +[0,1,1,-324021,70881861],\ +[1,-1,0,-14379,667935],\ +[1,0,1,-33362,6817188],\ +[0,1,0,-1116413,-444987489],\ +[1,0,0,747,21601],\ +[1,-1,0,69129,1047393],\ +[1,0,1,-19720,-3132290],\ +[1,0,1,-2087926,1184657936],\ +[1,0,0,-2164,38536],\ +[0,1,1,-6497,199682],\ +[0,0,0,41364096,-24369476924],\ +[0,1,0,221838,20371401],\ +[1,-1,1,-611747582,-5824753576819],\ +[1,0,1,3439109172,-18897743733494],\ +[1,0,0,-157830,-24704100],\ +[0,0,1,-25999824,51027663105],\ +[1,0,1,-114419,14971276],\ +[1,0,0,17908715,-33090175903],\ +[1,0,0,-12577860,17167107600],\ +[1,0,0,-2077841,1175666025],\ +[0,0,0,-39135,3063814],\ +[1,0,1,-7033,1023068],\ +[1,0,1,559277,88608878],\ +[1,0,0,-68097548,216288750224],\ +[1,0,1,457121,199046002],\ +[0,1,1,-123123,-18580004],\ +[0,0,0,-483120,-125919324],\ +[1,-1,0,3363,16245],\ +[1,-1,1,-4535,133391],\ +[1,0,0,5302,-84700],\ +[1,0,0,-177,31329],\ +[0,0,0,-104637,-4255859],\ +[1,0,1,-213004,37807882],\ +[1,-1,0,-112605,-8116539],\ +[1,0,1,-4426,91940],\ +[0,0,0,1080,-51543],\ +[1,0,1,-4733891,3867916862],\ +[1,0,1,-7425,1139492],\ +[0,1,0,-19333,923463],\ +[0,1,1,9977,76623],\ +[1,0,1,-24489,5077262],\ +[0,1,0,-3254981,2259239844],\ +[1,-1,1,198463,-8960551],\ +[0,1,1,-25415,-818535206],\ +[0,0,0,-8760,315817],\ +[0,1,0,-383489146,-2891881342711],\ +[1,-1,1,-71228282,-1122741698119],\ +[1,-1,0,-252435,48887925],\ +[1,0,0,-104762,13042596],\ +[1,0,1,-48313,4081156],\ +[0,1,1,274011,61566985],\ +[1,-1,1,74107,-1613443],\ +[1,0,0,199693,135592201],\ +[1,-1,1,382777,12206647],\ +[1,0,0,-263870,59192900],\ +[1,-1,0,-20448135,35595168345],\ +[1,0,0,5229,124705],\ +[1,0,1,-505089,138087036],\ +[1,-1,1,-69983,7503431],\ +[1,-1,1,-187085,31184245],\ +[1,-1,0,-7812,344790],\ +[1,0,1,-8146498,8948994256],\ +[1,0,1,-21313,9311588],\ +[0,1,1,8319,-561544],\ +[0,1,1,427,40],\ +[1,-1,1,-7715,20899],\ +[1,-1,1,-5900,176399],\ +[1,0,0,-18031,930401],\ +[0,1,0,731836,326678884],\ +[1,-1,0,27288,-1755702],\ +[1,0,1,-1239380928833,-1295505123057698444],\ +[0,1,0,-790121,270097200],\ +[1,0,1,-252534,48824692],\ +[0,1,1,10639,1743595],\ +[0,0,1,-17592,53682],\ +[1,0,1,-71566,7561824],\ +[1,0,0,-33895,-6494263],\ +[1,-1,1,-235032818,-1736994133519],\ +[1,-1,1,-42692,4915559],\ +[0,1,1,-752853771,7950608181361],\ +[0,1,1,-292913,-60554934],\ +[0,1,0,-6010,176033],\ +[1,0,1,-2237060,1287663490],\ +[0,0,1,-756444,253228797],\ +[0,0,1,-336,3633],\ +[0,0,0,757320,38966884],\ +[1,0,1,-8558,492168],\ +[1,0,1,-8291948,6722836778],\ +[0,1,1,-26713,1625393],\ +[0,0,1,306,2135],\ +[0,1,1,-2765,56019],\ +[0,1,0,-3166,74865],\ +[1,-1,1,-34362212,77481215111],\ +[0,1,0,1302,11809],\ +[1,0,0,-38305,2929025],\ +[0,0,1,-11692434,15388673940],\ +[1,0,0,-34339775,-77471574375],\ +[1,-1,1,-2203994,1260019097],\ +[1,-1,0,-19608,-128157888],\ +[1,-1,1,-176474,3460439449],\ +[0,1,1,-39579661,95828905045],\ +[1,0,0,-175621,28313665],\ +[0,0,0,-99568656,382412398212],\ +[1,0,1,-35885,-1547090],\ +[1,0,1,-2680582,-13900270552],\ +[1,0,0,-1583,-183239],\ +[1,0,1,-1552983,-749516694],\ +[1,0,0,334,-28540],\ +[0,0,1,-1350,18929],\ +[1,0,1,-13618296412,-511808075485798],\ +[1,-1,0,2297556,3323895858],\ +[1,0,0,133369,-12473015],\ +[1,-1,0,735,59535],\ +[1,-1,0,-24987,1526529],\ +[0,1,1,-4335,94431],\ +[0,0,0,-5340,229633],\ +[1,0,1,-107512,12802702],\ +[1,0,0,-1436614,-1395016348],\ +[0,0,1,-50610,-35582022],\ +[1,0,1,-1556847,-744880158],\ +[0,0,0,588768,-301719431],\ +[1,-1,0,71241,-1704987],\ +[0,0,1,-146424,21592782],\ +[0,0,1,0,2862],\ +[1,0,0,-16428,1126800],\ +[1,-1,1,-1119194,-393883111],\ +[0,0,1,0,32769900],\ +[0,0,0,4860,134433],\ +[1,-1,0,176472,3460145328],\ +[0,0,0,171699,-36353603],\ +[1,-1,1,-776579,589031939],\ +[1,0,0,-210383,37126513],\ +[0,1,0,-127382,18423121],\ +[1,0,1,-386,6312],\ +[1,-1,0,2853,7065],\ +[1,-1,1,-2465,-68815],\ +[1,0,0,130452,-14810544],\ +[1,0,0,153146,40951652],\ +[1,-1,0,-2501172,1523146842],\ +[0,1,0,-4606,114905],\ +[0,0,1,-769080,259600419],\ +[1,-1,1,-405923,169640291],\ +[0,1,1,-114034141,468667929915],\ +[0,1,1,-114032781,468679669156],\ +[1,-1,0,-9689808,11612119368],\ +[1,0,1,-189019,31771942],\ +[0,1,1,-843479,297859840],\ +[1,-1,1,-217055,38774215],\ +[0,0,0,-1089,13441],\ +[1,-1,1,-4025,109081],\ +[0,1,0,-37170,2745225],\ +[1,0,1,-17476,887990],\ +[1,0,1,-1356,21650],\ +[1,-1,1,-84273512,298054850411],\ +[1,-1,0,-8850,288870],\ +[0,1,1,1087,15877],\ +[1,0,0,-2488571377,40797572228969],\ +[0,1,0,3639,826280],\ +[0,0,1,-45276,3695739],\ +[1,0,1,-1042719681,12959748022516],\ +[1,0,1,-34100,4427732],\ +[1,-1,1,-154049,23311577],\ +[0,1,0,-11102,314041],\ +[0,0,1,-3630,45297],\ +[1,-1,0,1020258,-80073684],\ +[1,0,1,1611357,-1528825242],\ +[1,0,0,4244,8080],\ +[0,0,1,-26754,1578057],\ +[1,0,1,-185518,69112258],\ +[0,1,1,-23,-8877],\ +[1,0,1,-404,4096],\ +[1,0,1,9663,107322],\ +[1,-1,0,271053,-19110411],\ +[0,0,0,-533871,149602518],\ +[1,-1,1,-1008545,361932401],\ +[0,1,0,-217,3024],\ +[0,1,1,-125934733,559199780146],\ +[1,-1,1,-20138,1282217],\ +[1,-1,1,1939855,-744166879],\ +[1,0,0,-1076,13640],\ +[0,0,1,-32007888,69700138593],\ +[1,-1,0,15636,250748],\ +[1,0,1,-936,35902],\ +[1,-1,1,-528170,-149471575],\ +[1,0,0,1552740,947097872],\ +[1,0,1,-2860,23630],\ +[1,0,1,-137576,22195298],\ +[1,0,1,723,9248],\ +[1,-1,0,-402354,-50805522],\ +[0,1,0,-5853,171999],\ +[0,1,0,-2873,58312],\ +[0,1,1,-8871,317505],\ +[1,0,1,-57251780,166732081410],\ +[0,1,0,-41890557,104515983999],\ +[0,0,0,-23688,1397188],\ +[1,-1,1,147874036,1351597961999],\ +[0,0,0,-15192,683524],\ +[1,0,1,-8252,-242702],\ +[1,0,0,-8080,262400],\ +[1,-1,1,454,22649],\ +[1,-1,0,-59371923,176098799877],\ +[0,0,0,-12583272,17180614564],\ +[0,1,0,3220,-118972],\ +[1,-1,1,-1188305,480373697],\ +[0,0,1,-985782,376717500],\ +[1,-1,0,-1625367,792800541],\ +[0,1,0,-44333,3576588],\ +[0,1,1,-1224369,521581620],\ +[1,-1,1,-39341,850069],\ +[1,-1,0,-202959,35242965],\ +[1,-1,1,-98768,16350131],\ +[0,1,0,-9976661,-11964277065],\ +[0,1,0,-5393021,4727627679],\ +[1,0,1,-335724,74942122],\ +[1,0,1,-43982,3751552],\ +[1,-1,0,-205011,35778933],\ +[1,0,0,10799,-38095],\ +[0,0,1,-166698,2123084],\ +[1,0,0,-570824614,5249261585892],\ +[1,0,0,-579159974,5088056645092],\ +[0,1,1,-12175,513031],\ +[1,0,0,-284,80656],\ +[1,-1,1,139081,3359567],\ +[1,0,1,-10273,-66922],\ +[0,0,0,360123,3601920229],\ +[1,0,1,-4025,97572],\ +[0,0,0,-11487927,32369810254],\ +[0,1,1,-180143,27361907],\ +[1,0,1,-115,-18878],\ +[1,0,0,-13470,-18870588],\ +[1,-1,1,-583943072,5431445124419],\ +[1,0,1,-410134,101062216],\ +[1,0,1,16333,-2940722],\ +[1,0,1,-101590,12454502],\ +[1,-1,0,-4653441,3862311741],\ +[1,0,0,-18360,956600],\ +[0,0,0,-1179057,521181169],\ +[1,0,0,538,-8924],\ +[1,0,1,-32071,2206776],\ +[1,0,0,-807472,111572544],\ +[1,0,1,-206259,36666446],\ +[0,1,1,-9005,329756],\ +[1,0,0,-123844,16772112],\ +[0,0,1,-764868,257470713],\ +[1,0,0,-171169,27243337],\ +[1,-1,1,1456,-97741],\ +[1,0,0,-111079,10428617],\ +[1,-1,0,-13758,624948],\ +[0,1,0,-8916,-549980],\ +[1,-1,0,5133,66041],\ +[1,0,1,-289888,-71515362],\ +[1,-1,0,-1416,18516],\ +[1,-1,1,-3086,66653],\ +[1,0,0,-947198,-168105660],\ +[1,0,1,-88232,10085878],\ +[0,1,1,-1227,-28113],\ +[1,0,0,15840,-2902528],\ +[1,0,1,-2889656367,59788262402338],\ +[1,0,0,152,23104],\ +[1,0,1,-20310,1112350],\ +[1,-1,0,-9717,511541],\ +[1,0,0,349,1785],\ +[0,1,0,1091,16004],\ +[1,0,0,66482,6873860],\ +[1,-1,0,126378,-37360332],\ +[1,0,0,-1932,3732624],\ +[1,-1,0,1480314,2960547588],\ +[1,-1,0,-8442,-23755788],\ +[1,-1,0,-192984540,1031934916556],\ +[0,1,0,-320467668,-2209280743836],\ +[1,-1,1,-1492616,3101761739],\ +[1,0,1,-2640,-15680],\ +[1,-1,0,-5396481,4826443581],\ +[0,0,1,-1374,20922],\ +[0,0,1,-71274,7324317],\ +[1,0,0,-25013,1615017],\ +[0,1,0,-31172,2108164],\ +[1,-1,0,-328029,72395085],\ +[1,0,1,8152406,2897207792],\ +[1,0,1,-2101,26264],\ +[0,1,0,-20986,-2442111],\ +[0,1,0,53587,-2352468],\ +[1,-1,0,75978,641355624],\ +[1,0,1,1220,27992],\ +[1,-1,0,-638217,196405155],\ +[1,-1,1,-1980020,-1070227241],\ +[1,0,0,-214234888,1064763875392],\ +[1,-1,0,-11061,430173],\ +[0,1,0,-4233,104688],\ +[1,0,0,6754,917700],\ +[1,-1,0,-149346,18735516],\ +[1,-1,1,378850,11483309],\ +[1,-1,0,-849,5043],\ +[1,0,0,-42715,11092817],\ +[1,0,1,1134,50392],\ +[1,0,0,-41700,2890000],\ +[1,-1,1,-805604,277277519],\ +[1,0,1,9822,-420494],\ +[1,0,1,-14547,674072],\ +[0,1,0,2732,64004],\ +[1,0,1,-3756,36340],\ +[1,-1,0,456,22800],\ +[1,0,1,-54755,11025182],\ +[0,1,0,69269079,-682689553120],\ +[1,-1,1,-2519600,1540008443],\ +[1,-1,1,-1339988,4096525367],\ +[1,-1,1,-42678911,107336032679],\ +[1,0,1,866,-17688],\ +[1,-1,0,178059,-11699200107],\ +[1,0,0,-628132,225111824],\ +[0,0,0,-8271,317878],\ +[0,0,1,-2982450,2911453056],\ +[1,-1,0,-1593013203,24284757314457],\ +[1,0,1,1224,-64708],\ +[1,0,1,-91561353,337214776648],\ +[0,1,0,-379885,91067908],\ +[1,0,0,-2970,8820900],\ +[0,1,0,-23014,1379393],\ +[0,0,1,57660,1426365],\ +[1,0,0,-3421221,-2622987135],\ +[1,0,1,-116768,113261806],\ +[1,0,0,-539634,152534916],\ +[1,0,1,-2390,58780],\ +[1,0,0,-1818,-52316],\ +[1,-1,1,-61086854,183778574869],\ +[0,0,0,5841,21526],\ +[0,1,1,-2009,31790],\ +[1,-1,0,-31820112,69096341952],\ +[0,1,1,26983,3502160],\ +[1,-1,1,-4931059937,-192140578668751],\ +[1,0,0,-51722,-7142876],\ +[1,0,1,-4692,123208],\ +[0,1,1,-11229,606179],\ +[1,0,0,20529,-302599],\ +[1,-1,0,-1240992,-5947327584],\ +[1,-1,0,-325992,-34406334],\ +[0,0,1,-1921584,1025302320],\ +[1,0,1,-2756,306354],\ +[1,0,1,681,464442],\ +[0,0,1,-155649774,747430567695],\ +[1,0,1,-1072044,479456362],\ +[1,-1,0,-139930992,637151902416],\ +[0,1,0,390,-3367],\ +[1,0,0,-8799546,10202011876],\ +[0,1,1,-17406583,27946553494],\ +[1,0,0,-203173,12295553],\ +[0,0,0,-42768,4174308],\ +[0,1,0,71843,80478716],\ +[0,1,1,-8059,277640],\ +[1,0,1,-3301201,2294516322],\ +[0,0,0,35088,1267684],\ +[1,-1,0,-921309,340604613],\ +[0,0,1,-17076,888408],\ +[0,0,1,-1530192,728415180],\ +[1,-1,1,-7500560,7657304051],\ +[1,-1,1,-75143,-19439233],\ +[0,0,0,-176661,28579797],\ +[0,1,1,-168681,26145300],\ +[1,-1,0,642,-23428],\ +[0,1,1,-5633,-199081],\ +[1,-1,1,-5144,143387],\ +[0,1,0,-3354237,1361298879],\ +[1,0,1,-426036331,-3385804509226],\ +[1,0,1,-73951,10634198],\ +[1,0,0,-533415,-76059775],\ +[0,0,0,-20169,-997191],\ +[0,0,0,-1269,17181],\ +[1,0,1,263549,104256698],\ +[1,-1,1,-586235,174638315],\ +[1,-1,0,221583,-33374691],\ +[1,-1,0,32895,-694035],\ +[1,0,0,2034,-13500],\ +[1,0,0,71862,6361892],\ +[1,-1,1,-70721,-515767],\ +[1,-1,0,-220567581,1261756755333],\ +[1,0,1,1934,72566],\ +[1,0,0,-1021341,410237425],\ +[1,0,1,-977147658,687944755818],\ +[0,1,0,-21045,1168100],\ +[1,0,0,4847,935081],\ +[1,0,0,82821,5174801],\ +[0,1,0,-445581,114333839],\ +[0,1,1,-445479,114294565],\ +[0,1,0,-36102,2630889],\ +[1,0,1,63411,6187336],\ +[1,0,1,-110003,14033998],\ +[0,0,1,-1170,15099],\ +[0,0,0,-125040,17020393],\ +[1,0,1,7791597607,-1104337985751492],\ +[1,0,0,122958487,-33522306983],\ +[0,1,0,-445309,114229119],\ +[1,0,1,-292573,60887006],\ +[1,0,1,-10110,388880],\ +[0,1,1,-445139,114478090],\ +[0,0,1,-298562209680,-59837239184830200],\ +[0,0,1,-33858,2397944],\ +[1,0,0,-35758,921988],\ +[1,-1,0,-2566449,-1655307495],\ +[1,0,1,-2367406,-1423678680],\ +[1,-1,1,-241580,41306671],\ +[1,-1,1,-21516269,-35481431923],\ +[1,-1,0,-433287,98824509],\ +[0,0,1,-1242,16607],\ +[0,0,0,-195463632,1051833584356],\ +[0,0,1,0,8742],\ +[0,0,0,-23884848,-30714156828],\ +[1,0,0,-10162,85124],\ +[1,-1,1,-20588,-2039209],\ +[0,0,0,22128,291364],\ +[0,0,1,-25770,1598787],\ +[1,-1,0,-22340859,41261899365],\ +[0,0,1,0,2526510],\ +[1,0,1,-10475,958420],\ +[0,0,1,-1206,15849],\ +[0,1,0,-2373,44100],\ +[1,0,1,-7284,363886],\ +[1,0,0,4869,-228079],\ +[0,0,0,-45984,3562756],\ +[1,0,0,-12786384544171,-17598111717361073999],\ +[1,-1,1,-3459722,8089223969],\ +[1,-1,1,-1080437,432504461],\ +[0,1,0,-16733,964063],\ +[1,0,0,-2387099,1464848337],\ +[1,0,1,-181128,28084498],\ +[1,-1,1,20605,1687043],\ +[1,0,1,-13938,632156],\ +[0,0,1,-1224,16227],\ +[1,0,0,12587,849185],\ +[0,0,0,-214680,38254084],\ +[1,-1,0,-56523,5187717],\ +[1,-1,1,2971,-692323],\ +[1,0,1,-216570,133156140],\ +[0,0,1,2571036,402154857],\ +[0,1,0,-17053,996319],\ +[0,1,1,-50331,4375406],\ +[1,-1,1,-149537,-12583439],\ +[1,-1,1,-8399,297919],\ +[1,-1,0,-103284,13075938],\ +[1,0,0,-75403362617,-7968839495193991],\ +[1,-1,0,26244,76510008],\ +[0,0,1,-2282322,1358414370],\ +[1,-1,0,-7701,760041],\ +[0,1,0,-2766028,1783509540],\ +[1,-1,1,-179434580,5765944024631],\ +[1,0,0,-8667475372,-310396366170736],\ +[1,-1,1,-4916,316063],\ +[1,-1,0,-216852,40371920],\ +[1,0,1,-5076,137648],\ +[0,0,0,66423,-3175079],\ +[1,0,1,149527,-45492244],\ +[0,1,0,-752333,225146063],\ +[1,-1,0,615,2361],\ +[0,0,0,-138453,20249077],\ +[1,-1,1,7615,182801],\ +[1,0,1,-1451,5698],\ +[1,-1,1,-1345787,601312811],\ +[0,1,0,5292,259588],\ +[1,0,0,-20071,1094601],\ +[1,-1,1,-6740933,42033881981],\ +[1,0,1,-18598297,30869959538],\ +[1,0,1,-19228882,28664362748],\ +[0,1,1,-311711,66963470],\ +[1,0,1,-9343566,10996213060],\ +[1,-1,0,-2435769,5559036525],\ +[1,0,0,-40377,3119481],\ +[1,-1,0,-553779,-20744903547],\ +[1,-1,0,19635,-68881575],\ +[1,-1,0,-33416991,74361437901],\ +[0,1,1,537,-17305],\ +[1,0,1,-17549,946056],\ +[0,1,1,-4957,129640],\ +[1,-1,0,3297,122157],\ +[0,1,0,10234,-2991],\ +[1,-1,1,-3449,159257],\ +[0,1,1,-219,3079],\ +[1,0,0,-97422166,444866684196],\ +[1,-1,0,-438736716,3537264626136],\ +[1,0,0,1264,-40],\ +[0,0,0,-43448592,104280510724],\ +[0,0,1,1422,-390156],\ +[1,0,0,78644,-7287664],\ +[1,-1,0,-5385,85485],\ +[0,1,1,-16365,790994],\ +[1,0,1,-7876,268352],\ +[1,0,1,3499,-106568],\ +[0,1,1,-1080597,435677240],\ +[1,0,0,-5140,141392],\ +[1,-1,0,-342,-25668900],\ +[0,0,1,-1092,34755],\ +[0,1,1,-2863,58005],\ +[0,1,0,4407462,-871497063],\ +[1,0,0,-82971,20304081],\ +[1,0,1,-66213,-6375312],\ +[1,0,0,-11281,830825],\ +[0,0,1,-1512894,677791845],\ +[1,-1,1,-12641,585353],\ +[1,0,1,-316638,-57339612],\ +[0,0,1,-120707634,510446487330],\ +[0,0,1,16806,1860132],\ +[1,-1,1,-838058,682990481],\ +[0,1,1,2179,-6399],\ +[1,-1,1,-226832,57409931],\ +[1,0,1,-1970425173,12369304596256],\ +[1,0,0,-52543,-1012479],\ +[0,1,0,-200965,34609063],\ +[1,-1,0,3026721,-14409642547],\ +[1,-1,1,-105233,12718721],\ +[0,0,1,43170,12682554],\ +[1,-1,0,-12667149,17430301143],\ +[1,0,0,-106923,-14958415],\ +[1,-1,1,-40810073,100391613497],\ +[1,0,1,-169973,22885256],\ +[0,0,1,-19650,2798874],\ +[0,1,1,292735,1338279181],\ +[1,0,0,-6854,972132],\ +[0,0,1,-34110,2424768],\ +[1,0,1,-65410,-6573378],\ +[0,0,0,-7176,233977],\ +[0,0,0,-504,-15111],\ +[0,0,0,-13332,1313881],\ +[1,0,1,871684,575586974],\ +[0,0,1,-43650,13492874],\ +[0,1,1,-9767,367777],\ +[1,-1,0,-1827,30777],\ +[0,1,0,-15906,756225],\ +[1,0,1,-188526,-31534202],\ +[0,1,0,-615141,196374375],\ +[1,0,1,-109296,13897720],\ +[1,-1,0,-753642,252047700],\ +[1,0,1,-123656,-15232938],\ +[0,1,1,-9374465,11044472844],\ +[1,-1,0,-350550,79825716],\ +[0,1,0,-2993909,1992818199],\ +[1,0,0,-16013,-8032983],\ +[1,-1,1,-375980,87595823],\ +[1,-1,0,-82935,9913185],\ +[1,0,0,-7588,253776],\ +[0,0,1,-46242,3832080],\ +[0,0,1,-68628,6919983],\ +[1,-1,0,-4923513,4206188763],\ +[0,0,1,-3402,-537523],\ +[0,0,1,7362,-670656],\ +[1,0,1,1625,13520],\ +[0,1,0,-2004,35108],\ +[0,1,1,-66633,-9148114915],\ +[1,0,1,-2269,5146092],\ +[1,0,0,-849380,301232400],\ +[0,1,1,-843,6293],\ +[0,0,0,3672,71172],\ +[1,0,1,-16343,-257694],\ +[1,-1,0,-1913742,16295792166],\ +[0,1,1,-73795,7691299],\ +[0,0,0,-1796472,920192836],\ +[1,0,0,-14590,460100],\ +[1,0,1,-24574,1391122],\ +[0,0,0,-4152,144196],\ +[1,-1,1,123469,-99691181],\ +[1,0,1,-259614,50892652],\ +[1,0,1,-8579,306066],\ +[1,0,0,-158715,1900817],\ +[1,-1,0,-96786222,366519506628],\ +[1,-1,0,-640242,197340516],\ +[1,-1,1,-922403,358095331],\ +[1,-1,1,221047,602432137],\ +[0,1,1,-11275,457204],\ +[1,0,0,-10813,4687217],\ +[0,1,0,-9277,340031],\ +[0,1,1,-1283,17366],\ +[0,1,1,-2833,90994],\ +[1,0,1,-75227794,251138384762],\ +[1,0,0,-23387,1858129],\ +[0,0,0,-49368,5388433],\ +[0,1,0,-100732,12272324],\ +[1,0,0,-10338,407620],\ +[0,1,0,-58162438,170711469729],\ +[1,0,1,-6578,35048],\ +[1,0,0,-1046,-310820],\ +[0,1,0,-1256273,-302238624],\ +[1,-1,1,-17147,872371],\ +[1,-1,0,-221199,604864493],\ +[1,0,0,-90980,-10191600],\ +[1,-1,1,75013,-20051989],\ +[0,0,1,-36738,2710344],\ +[0,0,0,111777,346890598],\ +[1,0,1,-11383,129561306],\ +[1,0,1,-789,14216],\ +[1,0,0,377,5321],\ +[0,1,1,-41403,4952585],\ +[0,0,1,-9507630,11325185784],\ +[0,1,1,49499,141905],\ +[0,1,1,-12591,560890],\ +[1,-1,1,-92084,10716887],\ +[1,-1,0,-42920658,108240733908],\ +[0,1,1,-36923,2717772],\ +[1,0,0,-10240,481792],\ +[1,0,1,-40174,3095916],\ +[1,0,0,344,118336],\ +[1,0,0,74760,-3645208],\ +[1,0,1,112286,-107359338],\ +[1,-1,1,-34319,-31290793],\ +[0,1,1,3379,30686],\ +[1,0,0,-183598,30264196],\ +[1,-1,0,20970,-1554174],\ +[0,1,1,-102093,-9106467],\ +[1,0,1,5889,-1078610],\ +[0,1,1,-53233,4709669],\ +[1,-1,1,-4726244,-4082673401],\ +[1,0,1,-739170,244542772],\ +[1,-1,0,363741,63335013],\ +[1,-1,0,159420,6057026],\ +[1,0,1,-2665,150092],\ +[1,-1,0,-4388370,3539804100],\ +[1,-1,1,-62393,6020057],\ +[1,-1,0,297909,38886021],\ +[0,0,1,-12894444,17742982925],\ +[1,0,1,-36790,2809400],\ +[1,-1,1,-141489230,647824776797],\ +[1,0,0,-4894476,-14895922544],\ +[1,0,0,-20480,1126400],\ +[1,0,1,421107,325952008],\ +[1,0,1,-30855,1708802],\ +[0,1,1,239615,-17383311],\ +[0,0,1,-3562842,2588469255],\ +[1,0,1,217,47306],\ +[1,0,1,-9801,372764],\ +[1,0,0,-198113552,1075064967424],\ +[1,-1,1,50668,-399842569],\ +[0,0,1,-7476,-212961],\ +[1,0,1,25594,-1035448],\ +[1,-1,1,-1052528,-13834325293],\ +[0,0,1,-8323986,8774220843],\ +[1,-1,1,40702,184049921],\ +[0,0,1,-14356218,20902716639],\ +[1,-1,0,-2321955,3691916901],\ +[1,0,1,6815,-352400],\ +[0,0,1,-64554,6312957],\ +[0,1,0,8130,-6624775],\ +[1,0,1,-295725,60154872],\ +[0,0,0,-19116,999297],\ +[1,0,1,-116516,-17619126],\ +[0,1,0,215,2808],\ +[1,-1,1,-22673849,41561811929],\ +[0,0,0,-19764,1053729],\ +[0,0,0,-62424,-5920119],\ +[0,1,1,-964183,364086592],\ +[1,0,1,9929,117780],\ +[0,1,1,-1063,15238],\ +[1,-1,0,-115697997,479030426469],\ +[1,0,0,-6842,217316],\ +[1,0,1,3874,-111878],\ +[1,0,0,-13923,631169],\ +[1,0,0,1987,-363983],\ +[0,1,1,1129,79241],\ +[1,0,0,-1527,-282519],\ +[1,-1,1,-395330,-241352575],\ +[0,0,1,-15996,800478],\ +[0,1,1,-113333,14644994],\ +[1,0,0,-47062,3922724],\ +[0,0,0,-7548,440497],\ +[0,0,1,-69912,7063472],\ +[1,0,1,-3311552770,73348966680990],\ +[1,0,1,-169447047276,37290705960285098],\ +[0,1,0,-194028,30211524],\ +[1,0,1,4805770,-2821296120],\ +[0,1,0,-30356,2025700],\ +[0,0,1,312,2229],\ +[1,0,0,-44388,4269392],\ +[1,0,1,-2791876926,56779392041648],\ +[0,1,1,-4080005,3170294756],\ +[1,0,0,-15652696,23783378776],\ +[0,0,0,-7155120,-9586897031],\ +[0,0,1,-342,3755],\ +[0,1,0,-42414,3348009],\ +[1,-1,1,-5146719035,142117557842603],\ +[0,1,1,-11720387,15439062602],\ +[1,0,1,-77404773,262113285328],\ +[1,0,1,148299,-15413952],\ +[0,0,0,-288057,59373169],\ +[1,0,0,22987,-14830983],\ +[1,-1,0,-3252501,2258558181],\ +[1,-1,0,10452,-3639088],\ +[1,0,1,425,-2588],\ +[0,1,0,-20076,1110340],\ +[0,1,0,2492,-1586620],\ +[0,0,1,0,35289540],\ +[1,0,0,-178538,29021092],\ +[1,-1,0,73287,1401453],\ +[1,0,0,-3898,92900],\ +[1,-1,1,-63517460,195106308599],\ +[1,0,0,-50867748,-139537726192],\ +[1,0,0,-326539,-72038159],\ +[0,0,0,6255,31393],\ +[1,0,1,47945,-5837630],\ +[0,1,1,-53433,4736269],\ +[0,0,1,-15312,6535665],\ +[1,0,0,-568,7680],\ +[1,-1,0,183258,72727308],\ +[1,0,0,142112,-15228608],\ +[1,0,1,-143091,20867726],\ +[1,0,1,88250,-19035880],\ +[1,0,0,-6886396,-14570989360],\ +[1,0,1,54,2970],\ +[0,0,0,-8685,345133],\ +[1,0,1,-1632510,-806022288],\ +[1,-1,1,-100739,13728259],\ +[1,0,1,-996623,3448787978],\ +[0,1,0,43036,2956644],\ +[1,0,1,240,-6168],\ +[1,-1,0,-27099,1723905],\ +[0,1,0,-12758,-870711],\ +[1,0,0,-75823,8147065],\ +[1,-1,0,-182277,30028023],\ +[0,0,1,3240,286733],\ +[1,0,0,145029,-12681135],\ +[1,0,1,-5507,629578],\ +[1,-1,0,-47361,4033773],\ +[0,0,0,-56640,-91148348],\ +[1,0,0,-19131,1293201],\ +[1,-1,1,19909,-731221],\ +[1,-1,1,-139820,20158319],\ +[0,0,0,-81000,7222500],\ +[0,0,0,-27375,1753750],\ +[1,-1,1,-10841,-1323007],\ +[0,1,1,391,1435],\ +[1,0,0,-10774765,13702936017],\ +[0,1,1,721,32219],\ +[0,0,0,-259500,50880625],\ +[0,1,0,-8428,294980],\ +[1,-1,1,330043,84781181],\ +[0,0,0,-40500,-219375],\ +[0,0,1,552,7629],\ +[1,0,0,31785235,72866264017],\ +[1,-1,1,-6131,187003],\ +[0,1,1,678975,-94263046],\ +[1,0,0,244,59536],\ +[0,1,1,1674109,-398416294],\ +[0,1,0,-1524,-148572],\ +[1,0,0,-1103323,445977233],\ +[1,0,0,926,-2068],\ +[1,0,1,-284,80372],\ +[0,0,0,-11664,-590679],\ +[1,-1,1,-1557698,748684481],\ +[1,-1,1,-391745,81184465],\ +[0,1,1,-35301,2556055],\ +[1,-1,1,-7655,6515255],\ +[1,0,0,-23494,1537892],\ +[1,-1,0,-16782,-614512],\ +[1,-1,0,1629,-36729],\ +[1,-1,0,2636478,-2077729002],\ +[1,0,0,-185138,30645892],\ +[1,0,1,690,260],\ +[1,-1,1,-13315028,18704173487],\ +[1,0,1,-3267,85168],\ +[0,1,0,158340,7452900],\ +[0,0,0,-111216,14275753],\ +[0,1,0,787,-20561],\ +[1,0,1,-130496,18061724],\ +[0,1,1,-86533971,307263936386],\ +[1,0,1,-7452,247168],\ +[0,1,0,-653,-48049],\ +[0,1,1,-109,2970],\ +[1,0,0,-3651963342,84944677505796],\ +[1,-1,1,15709,254603],\ +[0,1,0,-76965,23932188],\ +[1,-1,1,478871968,-1043320367869],\ +[0,1,1,-4517,115352],\ +[0,0,1,15306,6484635],\ +[0,1,1,-455271,118085365],\ +[0,1,0,3084,-57916],\ +[1,0,0,-6716,186896],\ +[1,-1,0,-138672,19910808],\ +[1,0,0,-1548873358726,-7046157387894533020],\ +[0,1,0,-546,74529],\ +[1,0,1,1114,-1104],\ +[1,0,1,72494,330012],\ +[1,-1,1,-545,33305],\ +[0,0,1,-9804,2684655],\ +[1,-1,1,-21605,1227485],\ +[0,1,0,-7424557,7784267204],\ +[0,0,0,-72501,-13337987],\ +[1,0,1,513,4358],\ +[0,0,0,-824889,288369601],\ +[1,0,1,-81573,8702778],\ +[0,1,0,-1447773,670016511],\ +[0,0,0,-3177,69121],\ +[1,-1,0,33570,1917756],\ +[1,0,0,-2610,48772],\ +[1,-1,1,-30710,1863173],\ +[1,0,0,-2033,-10071],\ +[1,0,0,-5888,172992],\ +[1,0,0,12682414,-110912896764],\ +[1,0,0,2525,19457],\ +[1,0,0,-840414,297180612],\ +[1,0,1,-2506628,-1473839494],\ +[0,1,1,-835,-41819],\ +[0,1,0,-2949,142759],\ +[1,0,0,-12376,269696],\ +[0,1,1,-123047675,-25752597159521],\ +[0,0,0,767247,-130321343],\ +[0,1,1,13671075,953455574854],\ +[0,0,0,747,-13283],\ +[1,0,0,-4463,112401],\ +[1,-1,0,-2053464,1133120448],\ +[1,0,0,31430,1155812],\ +[0,1,1,-134795,19055674],\ +[1,-1,0,-5847,111329],\ +[1,0,0,-10997,1053729],\ +[0,1,0,-16865,-860600],\ +[0,1,0,-4961901,4252569615],\ +[1,0,1,1910489,516820394],\ +[1,-1,1,-721986752,-7416577950749],\ +[1,-1,1,-16553,3442537],\ +[1,-1,0,16401,3261293],\ +[0,1,0,435,11663],\ +[0,0,0,444,-1727],\ +[0,0,0,50784,-5525372],\ +[0,1,1,363,32942],\ +[1,-1,1,-45092,4113991],\ +[1,0,1,-2246368,41714997806],\ +[0,1,0,-10405,528028],\ +[1,0,0,223204,468240],\ +[0,1,1,-12595,539881],\ +[1,-1,1,-575048,132508747],\ +[1,-1,1,-4901,2671589],\ +[1,-1,0,-1648554,814722128],\ +[1,-1,0,-32577,2274029],\ +[0,0,0,-924,11041],\ +[1,0,0,-3025436,-2174751984],\ +[1,0,0,-100981,12371745],\ +[1,0,0,23572,-14927472],\ +[1,0,1,36087,1647988],\ +[1,0,1,-11754,485002],\ +[0,1,1,307,-5229],\ +[1,0,0,1048,-12224],\ +[1,-1,0,32790,414620],\ +[1,-1,1,1633,295391],\ +[0,1,1,-9335,348806],\ +[0,1,1,2491,-254725],\ +[1,0,0,7725,298657],\ +[0,0,1,-1590,72603],\ +[1,-1,1,163,2861],\ +[0,1,1,-37333,-9126756],\ +[1,-1,0,-165,3135],\ +[1,-1,0,-744075585,-7817712779835],\ +[0,0,0,34639449,34520626078],\ +[1,-1,0,-165099,27916293],\ +[1,-1,0,34371,-5825097],\ +[1,-1,1,-363098,87583897],\ +[0,0,0,-173664,27992196],\ +[0,1,1,-363,32942],\ +[1,-1,1,-190973,32220397],\ +[1,-1,0,-6485745750,201044175627500],\ +[1,0,1,-8769,1586276],\ +[1,0,1,-85648,-11728744],\ +[1,0,0,-653047698861,203104117973544785],\ +[0,1,0,-1633,-13504],\ +[0,1,0,-2631953,1412636112],\ +[1,-1,1,-28244,-4166801],\ +[1,-1,1,-7429208,7832224091],\ +[1,-1,1,-149306,-37183111],\ +[1,0,0,-27513,1890017],\ +[0,1,1,1407,27597],\ +[1,-1,1,111547,574397],\ +[1,-1,0,-4004407404,-100478995293672],\ +[0,0,0,-22392,1281124],\ +[0,1,1,-9273,340626],\ +[1,-1,0,-3156119307,68247737244837],\ +[0,1,0,-1813,-75369],\ +[0,0,0,6036,216361],\ +[1,-1,0,-8330976,9257414616],\ +[1,-1,0,-17257707,196908464133],\ +[1,0,0,6570,323900],\ +[1,-1,1,-6698035667,210995281848691],\ +[1,0,0,93262,11460228],\ +[1,-1,0,1979248311,-66225451588155],\ +[0,1,0,7411,-239281],\ +[0,0,0,-6516,333513],\ +[0,0,0,-18045,933021],\ +[1,-1,0,396783,695897541],\ +[1,0,1,-2793115966,56817194482352],\ +[1,0,1,-1431,83224],\ +[0,1,1,-1454188925,21343689772354],\ +[0,1,0,-50790,4437513],\ +[1,0,1,-22272,430312],\ +[0,0,0,855,19017],\ +[1,0,1,-439,192282],\ +[0,1,0,34147,-2128908],\ +[1,-1,1,-261761,61193873],\ +[1,0,1,-3841,90796],\ +[1,-1,1,-661505,207249833],\ +[0,1,0,-79781,25685500],\ +[1,-1,1,-4025,89425],\ +[1,0,1,-32359,1890146],\ +[1,-1,0,-2216727,1270687005],\ +[0,0,0,-705,-78479],\ +[0,0,0,-885,23077],\ +[1,-1,1,18544,422003],\ +[1,0,1,-230594,-50371208],\ +[1,0,1,-59472,5008158],\ +[0,1,1,-1453867675,21353591615979],\ +[0,0,0,-38484,2905969],\ +[1,-1,1,-596945,112812481],\ +[0,0,0,-2256,35332],\ +[1,0,0,-93508,-9459696],\ +[1,0,1,75630,-2575490],\ +[1,0,0,-108915,-14324383],\ +[0,0,1,-279750,56951406],\ +[0,0,1,-20250,-3598594],\ +[1,-1,1,-44453,3618397],\ +[0,1,1,14049,-143754],\ +[1,-1,1,-72914,6563369],\ +[1,-1,0,-9099,124293],\ +[0,0,0,0,36100],\ +[0,0,0,0,13032100],\ +[1,0,1,-515033,142222556],\ +[0,0,0,-66729,-14933279],\ +[1,0,0,-1114,27492],\ +[0,0,1,-19107462,32147900865],\ +[0,1,0,1099,-9065],\ +[1,0,1,-38809203,-124524549202],\ +[1,-1,0,-79611,7786133],\ +[1,0,0,-267338403,2158010632961],\ +[0,0,0,-15924,1856041],\ +[1,0,0,1543,11769],\ +[1,0,1,-901,8910],\ +[0,0,1,-234552,44625402],\ +[0,1,1,-731,33671],\ +[1,0,1,-5802,138442],\ +[1,0,1,-287584,59871246],\ +[1,-1,1,20644,569503],\ +[0,1,1,-308305,65787256],\ +[1,0,1,-238901,44954048],\ +[1,-1,0,-2138486371245,1203671663723621925],\ +[1,-1,0,-116775,15072885],\ +[0,1,1,149069,-26262950],\ +[1,-1,0,-25146,1889796],\ +[1,0,0,-32238,399492],\ +[1,0,0,-3188,63696],\ +[1,0,0,-206233,13389881],\ +[1,0,1,-2497,47928],\ +[1,-1,1,-1811233142,29669913214541],\ +[1,-1,0,1523601,1428757893],\ +[1,-1,0,-24354099,5088161043],\ +[1,0,0,-63645,4287025],\ +[0,0,1,-3294,306335],\ +[1,0,1,-1115106399,14332427696242],\ +[1,0,0,27547,-146751],\ +[1,-1,1,475933,-239047909],\ +[0,1,0,650,105625],\ +[1,-1,0,-1940904,1041888960],\ +[1,0,0,-977,1841],\ +[0,1,0,220,12100],\ +[1,-1,1,1611517,-228261949],\ +[1,-1,1,-8072354,-8820915551],\ +[1,0,1,-235354576,-1402418703202],\ +[0,0,0,-742989,246501901],\ +[0,0,0,-113841,-1592127],\ +[1,0,1,563,-9132],\ +[0,1,1,55139,-4776914],\ +[1,-1,0,-6171,185183],\ +[1,-1,0,-604032,518929244],\ +[0,1,0,110,3025],\ +[0,1,0,5582,-463535],\ +[1,0,0,32883,-1454319],\ +[1,0,0,-12766,635596],\ +[1,0,1,257059508,35718231843938],\ +[1,0,1,-1025081,-396728656],\ +[1,-1,0,-715536,223633008],\ +[1,0,1,-920082307,10743635031428],\ +[0,0,0,207123,8302021],\ +[1,0,1,87,-8094],\ +[0,1,0,-43098,3429441],\ +[1,0,1,-247460,47360370],\ +[0,0,1,-18360,957575],\ +[1,0,1,-3202,82228],\ +[0,0,1,-390,-90675],\ +[1,-1,0,-1235340,528789450],\ +[1,-1,0,180,-15684],\ +[1,-1,0,-234,6240],\ +[1,-1,1,232,5851],\ +[1,-1,0,-6862500,8325187290],\ +[1,-1,0,-80979,8039285],\ +[1,-1,1,118120,-50982757],\ +[0,0,1,-1788,20814],\ +[0,0,0,0,1464100],\ +[1,0,1,-3105,66330],\ +[0,1,1,-9327,297920],\ +[1,0,1,-19449,898372],\ +[1,-1,0,-154422,107467830],\ +[0,1,1,-279251,54106596],\ +[1,-1,1,-968,-446893],\ +[0,0,1,-5892,174030],\ +[0,1,0,9875,-264625],\ +[0,0,0,-55965,5094853],\ +[0,0,0,0,75625],\ +[0,0,0,-750553100472,-419960945399259836],\ +[0,1,1,-489,4845],\ +[0,1,1,1053,68905],\ +[1,0,0,432,-2600],\ +[1,0,1,-4340,110270],\ +[1,-1,1,-76984373,260005435597],\ +[0,1,0,-8885,297900],\ +[1,-1,0,-1145004,625880528],\ +[1,0,0,-55,3025],\ +[1,0,1,2700,-6491870],\ +[1,-1,1,-15071,709319],\ +[1,0,0,-2593,68169],\ +[1,-1,1,-625820,129286631],\ +[1,0,0,-15285462,22998964004],\ +[1,0,0,-5691,230545],\ +[1,0,0,-38823,2942793],\ +[0,0,1,-420816,105073443],\ +[1,-1,1,-5606,163253],\ +[1,-1,0,-11999979,-1156011147],\ +[1,-1,0,1104,-30204],\ +[1,-1,0,-12381,518813],\ +[1,0,0,-4140,102600],\ +[1,0,0,-9631,360921],\ +[1,0,0,117539,3025585],\ +[1,-1,1,-313601,67332233],\ +[1,0,1,-5815693,7615781208],\ +[0,1,0,-110,3025],\ +[1,0,1,-341565573,2429701688256],\ +[1,-1,0,-95595,5293871],\ +[1,0,1,-272435,57092302],\ +[1,-1,0,-192528,32618712],\ +[0,1,1,-223,3191],\ +[1,0,1,-921,34774],\ +[1,0,1,-81933,1056],\ +[0,0,0,-399279,25482166],\ +[1,-1,1,-429107,108293339],\ +[0,1,0,-4024813,3106607855],\ +[0,1,0,954,227529],\ +[0,0,0,-1692657,-654996719],\ +[1,-1,0,-118833,15791687],\ +[1,-1,1,35926,-5952023],\ +[1,-1,0,-702,55224],\ +[1,0,0,-15657111,23845054185],\ +[1,0,1,-56308,5138056],\ +[1,0,1,-81729,7663582],\ +[1,0,1,-1866927,2027787848],\ +[1,-1,0,-13482,935982],\ +[1,-1,1,45442,-2042683],\ +[1,-1,1,700,54055],\ +[1,0,0,-7571,285385],\ +[1,0,0,-495921,-134765999],\ +[1,-1,0,13818,-3973312],\ +[1,-1,0,23958,-31268268],\ +[1,0,1,311946,-948537848],\ +[0,0,1,188609472,-1381424603866],\ +[1,0,0,-1569968,-729126656],\ +[1,0,0,11719,-938375],\ +[1,-1,0,-471921,124900091],\ +[1,0,0,-13231,1127225],\ +[1,-1,1,-328928,-92877253],\ +[1,-1,1,-938,14177],\ +[1,0,0,-238768,44595456],\ +[1,-1,1,-1452152,-349020349],\ +[0,1,0,-2333,12671],\ +[1,0,1,3264,71630],\ +[1,-1,0,-2106,494208],\ +[0,0,1,3344586,551221020],\ +[1,0,0,-910,9100],\ +[0,1,0,-11509,633943],\ +[1,-1,0,1362303,8235192645],\ +[0,1,1,-8051,275296],\ +[1,0,0,9667,3728753],\ +[1,-1,0,-472542,124818092],\ +[1,-1,0,786,4698],\ +[1,-1,1,-120931535,545858067095],\ +[1,-1,1,-259880,47231723],\ +[1,-1,1,-28550,1617173],\ +[0,1,0,-23853,1802799],\ +[0,1,0,-43326,3456729],\ +[1,-1,1,5806,3742289],\ +[1,-1,1,-26580461,-51841703851],\ +[1,-1,1,-8696,313979],\ +[1,-1,1,-17786234,28876262777],\ +[1,-1,0,-472197,125009643],\ +[1,-1,0,78430683,-7870492011],\ +[0,1,1,-14533,-667030],\ +[1,-1,0,-3606,72228],\ +[1,0,1,-4860201,1820645548],\ +[0,0,0,-15048,1662372],\ +[1,0,1,544,11334],\ +[0,0,0,-1767,89374],\ +[1,0,1,11150,657412],\ +[1,-1,1,-16808,-611413],\ +[1,0,0,-1068388,424962392],\ +[1,-1,0,-238091091,1414103224373],\ +[1,-1,0,-66372,6590832],\ +[0,1,1,10555,-493369],\ +[1,-1,1,-52505,-4605391],\ +[1,0,1,-926434,343396276],\ +[0,0,0,1737,81198],\ +[1,0,1,-109155,42529182],\ +[1,-1,0,-2006268,-1034661828],\ +[1,-1,0,-158199,309548493],\ +[1,-1,0,-176769,28669383],\ +[1,0,1,-15828,713298],\ +[1,0,0,5372,132680],\ +[1,-1,0,-71055,7691265],\ +[1,-1,0,-139794,20152808],\ +[0,1,1,-529,69960],\ +[1,-1,1,43603,-430379],\ +[1,-1,1,158047,307809137],\ +[1,-1,0,23364,790236],\ +[1,0,1,-5656978,-3327832602],\ +[1,-1,0,-2989242,2264147316],\ +[1,-1,0,-5577,190277],\ +[1,-1,1,-537674,133719689],\ +[0,0,0,2832,-81692],\ +[1,-1,1,4405,42203],\ +[1,0,1,-6080330,5770329780],\ +[1,0,0,-17946198,29260982564],\ +[1,-1,0,702,54288],\ +[1,-1,0,-1193493,502153113],\ +[0,0,0,-10512,416484],\ +[0,1,1,-1995495,1085817881],\ +[1,0,0,-16138,800292],\ +[1,-1,0,-14757,686429],\ +[1,0,0,-84076,15187280],\ +[1,0,0,1693,-24191],\ +[0,0,1,332250,110090781],\ +[1,-1,0,-1193928,501769088],\ +[0,0,0,-2819280,1811536036],\ +[1,-1,0,2106,491400],\ +[0,0,0,-6204,304081],\ +[0,1,0,-119812,-19707996],\ +[1,-1,1,793,69431],\ +[1,0,0,2889,28585],\ +[1,0,0,-206478,25337924],\ +[0,1,0,-3093,-15049],\ +[0,1,1,-7323,-2017843],\ +[0,0,0,-567831,165123502],\ +[1,-1,0,-5994,180708],\ +[1,0,1,-3174,-183084],\ +[1,0,1,4440900,-2958618118],\ +[1,-1,1,-13256102,18610946101],\ +[1,-1,1,-8229386,9088611913],\ +[0,1,0,28219,2816500],\ +[0,1,0,-230966,-330295791],\ +[1,-1,0,-35892,2621538],\ +[1,-1,1,-167,3191],\ +[1,0,0,-1791,30745],\ +[0,1,1,6499,95391],\ +[0,1,0,-186228,30842756],\ +[1,0,0,-1133544,460354112],\ +[1,-1,1,-237098,-1600919],\ +[1,-1,0,-920016,-331947144],\ +[1,-1,0,2447100,-3386622000],\ +[1,0,1,-4150326,3252207048],\ +[1,0,0,-40045,163025],\ +[1,0,1,-2737,52828],\ +[1,0,1,-1428964,657356802],\ +[1,0,1,-421,176820],\ +[1,-1,1,-132659,-18539821],\ +[1,-1,1,-128717,17594741],\ +[1,-1,0,165,2915],\ +[1,0,0,-6847,209049],\ +[1,-1,0,-8325,299811],\ +[1,-1,0,-104319,14565825],\ +[1,0,1,-85576,-27796202],\ +[0,1,1,-1063,71021],\ +[0,0,1,-299730,63164520],\ +[0,1,0,-308221,66896479],\ +[1,0,1,1906,70426],\ +[0,0,0,-31800,7212868],\ +[0,0,0,-90288,10436337],\ +[1,0,0,-188878,31579396],\ +[0,0,1,-3000,254493],\ +[1,-1,1,-13403804,19006723487],\ +[1,-1,1,3823,-50471],\ +[0,0,1,19554,2537514],\ +[1,0,1,587058,389186432],\ +[1,0,1,-558845,224195160],\ +[1,-1,0,-15918,779028],\ +[0,1,1,-279049,-50196601],\ +[1,0,0,-26363,1761033],\ +[1,0,1,391,-29724],\ +[1,0,1,-6339,211326],\ +[1,-1,1,-3215,56575],\ +[1,-1,0,-5640,413106],\ +[1,0,0,-39138,2978892],\ +[1,0,1,41621,14110292],\ +[1,0,0,643,7161],\ +[1,0,0,-19375,1037625],\ +[1,-1,1,-37175,6498191],\ +[0,1,0,-43554,3484089],\ +[0,0,0,-32592,1820401],\ +[0,0,0,-2649,198889],\ +[1,0,1,-63893,6211056],\ +[1,0,1,-67944947,215562120942],\ +[0,1,0,93674,10328465],\ +[0,0,0,2619,186597],\ +[0,0,0,-14985,705969],\ +[0,1,1,-1036703,407347661],\ +[1,0,1,-12404653385,676263625770710],\ +[1,0,1,-4443849,3605308012],\ +[0,1,0,-933,15751],\ +[0,0,1,1086,31125],\ +[1,0,1,-6739,-188798],\ +[1,0,1,-411462,101804312],\ +[0,0,1,4218,97812],\ +[0,1,0,628427,-143590633],\ +[1,0,1,-281044,57323222],\ +[1,0,1,-72881,7566886],\ +[1,-1,0,49557,-2047483],\ +[0,1,0,-221660,39992900],\ +[1,0,1,-51868718,143778295558],\ +[0,1,1,21693,47640],\ +[1,-1,1,-29864,1041067],\ +[0,1,0,-4506,114929],\ +[0,0,0,24002109537,-4941583178288762],\ +[0,0,1,3222,283529],\ +[1,-1,0,234,5928],\ +[1,-1,0,-126738,17396712],\ +[1,0,0,-14329,659001],\ +[0,0,0,-110304,14100516],\ +[0,1,1,-6959,221690],\ +[1,0,1,4981,24815342],\ +[0,0,1,71430,2885067],\ +[0,1,0,583,21024],\ +[0,0,0,-12576,-493532],\ +[0,1,1,-2095,3631],\ +[0,1,1,-5199,142570],\ +[1,0,0,-189758,31800388],\ +[0,1,1,-1297,17660],\ +[1,0,0,-1406527,-641972839],\ +[1,-1,0,-63423,4877973],\ +[0,1,1,-20355,1069256],\ +[1,0,1,-4355761,3498634900],\ +[0,0,0,-175365,28265877],\ +[0,1,1,-4220491291,-105513842595920],\ +[0,1,1,-132561,18418691],\ +[1,-1,0,-747645,248910021],\ +[1,0,1,-15076,687798],\ +[1,-1,1,150469,-18400661],\ +[0,1,0,-234333,-41623937],\ +[1,0,1,54121,757002],\ +[1,-1,0,-45012,1766514],\ +[0,1,0,-14390,-8887],\ +[1,0,0,4449,85465],\ +[1,-1,1,-180929,29652049],\ +[1,-1,0,-140814,20373648],\ +[1,0,1,1452,1678],\ +[1,-1,1,-15788,-734993],\ +[1,0,0,-1177493,-769924767],\ +[1,-1,0,-610524,207078768],\ +[1,-1,1,-248807,36654239],\ +[0,0,1,-110520,14141954],\ +[0,0,0,-1946208,1045092193],\ +[1,0,1,34746,-260498],\ +[1,0,0,-2285,54225],\ +[0,0,0,-382503,91054078],\ +[0,1,0,-220222,-35058079],\ +[0,1,0,-4142,-10511],\ +[1,-1,1,-17822,925421],\ +[1,0,0,-128675,4416257],\ +[1,0,1,-4171781,3279323440],\ +[1,-1,0,-222339,40408245],\ +[0,0,1,-110664,14169602],\ +[0,0,0,-727608,238122628],\ +[1,-1,1,-1347755,8086049147],\ +[0,0,0,-35496,2574052],\ +[0,1,0,-1228,19652],\ +[0,0,0,-5295,786742],\ +[1,-1,0,901353,-534473443],\ +[0,0,0,822129,-6010058],\ +[1,0,1,13736,1491062],\ +[1,-1,1,-1178225,492549665],\ +[0,1,0,-2681676,1689382980],\ +[0,0,0,5265,762102],\ +[0,1,0,-7530756,-7521546556],\ +[1,-1,1,-3715025,2765467073],\ +[1,-1,1,-22390565,40785253085],\ +[1,0,0,-2260175,2351530625],\ +[0,1,0,-43782,3511521],\ +[0,0,1,318,2325],\ +[0,0,0,-32940,-1507599],\ +[1,-1,1,-3748889,-2880942983],\ +[0,0,0,-1413048,-570303452],\ +[0,0,0,-267060,53120401],\ +[1,0,1,-12701,552448],\ +[1,0,0,-190198,31911076],\ +[1,-1,1,1045948,2461250279],\ +[0,0,0,-3384,-123356],\ +[1,0,0,-15760774,26428630116],\ +[1,-1,1,-2315,44443],\ +[1,-1,0,-4030164,3114116820],\ +[1,-1,0,-147927,-13154691],\ +[1,-1,1,-9934911068,381150873538967],\ +[1,-1,0,27950391,-16005316635],\ +[0,0,1,-348,3879],\ +[0,1,0,1171,85263],\ +[1,-1,1,-22070,906821],\ +[1,-1,1,-396710,2732813],\ +[1,-1,1,-631013027,6101222039651],\ +[1,-1,0,1143,-6843],\ +[1,-1,0,-441,21903],\ +[1,-1,1,439,21169],\ +[1,0,0,-2901,83681],\ +[1,-1,0,-34034463,76431929037],\ +[0,1,1,8485,-35944],\ +[1,-1,1,-1499,250499],\ +[1,0,1,-1105576,447343798],\ +[1,0,1,-795,8900],\ +[0,1,0,4915,365900],\ +[1,0,0,-15768,760384],\ +[0,1,1,447,138],\ +[1,0,1,6362456,21402817526],\ +[0,1,0,-749310,-528972975],\ +[1,-1,1,-38993669456,3065621057800499],\ +[0,0,1,-14970,704907],\ +[1,-1,1,-56293439,-190424164633],\ +[1,0,0,-1040130,407880900],\ +[0,0,0,-7941,1763557],\ +[1,0,1,5978738,42294252992],\ +[1,-1,0,-5449830,4898971700],\ +[1,-1,1,-23057,1353281],\ +[1,0,1,-56,3080],\ +[1,0,0,-63652,6047504],\ +[0,0,0,-110880,14211108],\ +[1,-1,1,190,-15871],\ +[0,0,1,0,27722],\ +[1,0,1,-5348929,4765210652],\ +[0,0,1,0,37951760],\ +[1,0,0,-3614466,-2691312444],\ +[1,-1,1,-97823,-12635513],\ +[1,0,1,-19907,1079382],\ +[1,0,1,-3640946,2673745732],\ +[0,0,0,-2655,1926],\ +[0,1,0,-5085,1617983],\ +[1,0,1,-3007,63738],\ +[0,0,0,-15879,7027774],\ +[1,-1,1,-2845847738,-58443016621319],\ +[1,0,0,-245157,46862721],\ +[1,0,0,-190693,32035753],\ +[1,0,0,-190748,32049616],\ +[0,1,0,625555,-49991025],\ +[1,0,0,-103822713,990795196665],\ +[1,0,0,11430,692812],\ +[0,0,1,-168749850,843748875000],\ +[1,-1,1,-1016573,403363037],\ +[1,0,0,-72801,7194825],\ +[0,1,0,588,86436],\ +[0,1,1,-5143,140883],\ +[1,-1,0,9234,-529842],\ +[1,-1,0,-11305470699,465580142048493],\ +[1,-1,0,3969,1747683],\ +[1,-1,1,-2516288,1814094947],\ +[1,-1,0,-6914947914,221327243704098],\ +[0,0,1,-2083350,1157384259],\ +[1,0,0,-512910,164699972],\ +[1,0,0,-6838,216996],\ +[1,0,1,-49133,4186056],\ +[1,0,1,724,-2634],\ +[1,0,1,-2373,-1338772],\ +[1,0,0,-147,21609],\ +[1,0,0,-5913,1404217],\ +[1,-1,1,-36686,2722789],\ +[0,1,0,-75933,15645663],\ +[1,-1,0,-118476,15720336],\ +[1,-1,0,307989,-17537067],\ +[1,0,1,94789,-7735290],\ +[0,1,0,88492,-8316636],\ +[0,0,1,1584,67313],\ +[0,1,1,1797,-30535],\ +[1,-1,1,-13985,1002161],\ +[1,-1,0,6051,429993],\ +[0,1,0,-225,3248],\ +[1,-1,1,-6203,497387],\ +[1,-1,0,-7677,334197],\ +[0,0,0,-71904,7377316],\ +[1,-1,1,499,27389],\ +[0,0,1,-2595306,1666789308],\ +[0,1,0,-19972,1203876],\ +[1,-1,0,-3905394,2971584900],\ +[0,1,1,-2221,41486],\ +[1,0,0,-27205,1718977],\ +[1,-1,1,-170087,-180895201],\ +[0,1,0,-178221,28906479],\ +[1,-1,1,-25537892,49598466959],\ +[1,0,0,-191078,32132836],\ +[1,0,1,-418,4358],\ +[1,-1,1,-1325,195805],\ +[1,-1,1,6505,123823],\ +[1,-1,1,-179438,-25171459],\ +[1,-1,0,-409707,135920133],\ +[1,-1,0,-501,28223],\ +[1,-1,0,-10137,370029],\ +[1,-1,1,85570,-4826803],\ +[1,-1,0,1323,193599],\ +[1,-1,0,36108,-33989220],\ +[1,0,1,-579,7946],\ +[1,-1,1,-432308,-110779369],\ +[0,0,1,-362100,6644259],\ +[1,0,1,8610,569780],\ +[1,0,1,-687975,199450202],\ +[1,0,1,-10925,444072],\ +[1,0,1,-3071,-101788],\ +[1,-1,0,-386307,78909309],\ +[1,-1,0,-29993157,63231413535],\ +[1,0,1,-11609,601616],\ +[1,-1,0,-45987858,120050375508],\ +[1,-1,0,-501453,136803627],\ +[0,1,1,-44021,-1970639],\ +[1,0,0,-802641,-364046039],\ +[1,-1,1,-34004012,76329377399],\ +[0,0,0,-2221167,1341395926],\ +[1,0,1,-46215,4069100],\ +[1,0,0,-1897,27041],\ +[1,0,0,-48907,4157129],\ +[1,-1,1,-367685,111768509],\ +[1,0,1,-35383759,81009928696],\ +[0,0,0,-12048348,16096779673],\ +[1,0,0,-88452,-10921456],\ +[1,-1,1,14233,-650209],\ +[0,0,1,3827472,6581574],\ +[1,-1,0,-41685,3310685],\ +[1,-1,0,314133,44382213],\ +[1,0,1,-16333,614056],\ +[0,0,0,7935,1737097],\ +[1,0,0,-1096964596,13984089388176],\ +[1,0,1,-1405576,-517101202],\ +[1,-1,0,-85677,9674055],\ +[1,-1,1,-32672,-202229],\ +[1,-1,1,-1477319,-694779073],\ +[0,0,1,-7290066,9624351618],\ +[1,-1,1,-38265671,91118740159],\ +[1,-1,0,-68040,5690970],\ +[1,-1,1,-69413,7075037],\ +[1,-1,0,-4235181,-3400944427],\ +[1,0,1,-934951,360496298],\ +[0,1,0,20250,102515625],\ +[1,-1,1,-9245,-376819],\ +[1,-1,0,-211680,37538730],\ +[1,-1,1,-23222,1367821],\ +[1,0,0,524,4560],\ +[0,0,1,681954,-129016251],\ +[1,-1,1,4146466,-3707931283],\ +[1,0,1,-7241,468910],\ +[1,0,0,-42597,3380481],\ +[1,-1,1,-112114652,456954853151],\ +[1,-1,0,-4230,22590],\ +[1,-1,0,-235980,44497296],\ +[0,0,1,-480558,127198413],\ +[0,1,1,-17381,875495],\ +[1,0,0,-2088,36504],\ +[1,-1,0,-474750,126024516],\ +[1,-1,1,-323903,71033831],\ +[1,0,1,-631,397530],\ +[1,0,1,305,-140510],\ +[1,-1,1,181543,21794681],\ +[0,0,1,2994,244503],\ +[1,0,0,1741067,-316696031],\ +[1,0,0,-924072,343449216],\ +[1,0,0,160592,-33064704],\ +[1,0,0,-1102,14156],\ +[0,1,1,-13015,567181],\ +[0,0,1,0,346872000],\ +[1,0,0,363,1961],\ +[1,-1,0,-33714,3192948],\ +[1,0,1,-192456788,1028322534738],\ +[0,1,1,-1837,29745],\ +[0,1,1,-341493,76696761],\ +[1,-1,0,-5772129,5339118653],\ +[1,0,1,-20956,1168670],\ +[1,0,0,-260914,-51020668],\ +[1,0,0,-108212134,159965079012],\ +[1,0,1,-378747,95601862],\ +[1,0,0,-292622,59123716],\ +[1,0,0,-3114,66636],\ +[1,0,0,11249,-328839],\ +[0,0,1,7440,-322965],\ +[1,0,0,-19013,998017],\ +[1,-1,0,-2535,88461],\ +[0,0,1,-35874,2615280],\ +[1,-1,0,-141117,787653],\ +[1,-1,1,2383,61409],\ +[1,-1,0,-644292,199215612],\ +[0,0,1,-72840,7525974],\ +[0,0,1,-3006,-145632],\ +[1,0,0,-363119,84250041],\ +[1,0,1,41146,4067552],\ +[1,-1,1,-855335,304687199],\ +[1,0,0,-76542,-3805884],\ +[1,-1,0,-1029,-138915],\ +[0,0,0,-46200,772900],\ +[0,1,1,2317,44644],\ +[0,1,0,3062,-57759],\ +[1,0,1,-70860,7254242],\ +[0,0,1,-55831422,160225206795],\ +[1,0,1,-11847,491002],\ +[1,0,0,-14584924,127563378896],\ +[1,0,0,-174798,38650564],\ +[0,1,1,-4893,141671],\ +[0,0,1,-3215712,-2027911428],\ +[1,-1,1,-221201321,1266335123753],\ +[1,0,0,-3741,108145],\ +[1,0,1,-9182,335152],\ +[1,0,0,-39768,3051576],\ +[1,0,0,-192398,32466436],\ +[0,1,1,-513091,-141321760],\ +[0,0,0,-19089,815481],\ +[0,1,1,-29751,1797411],\ +[0,0,0,-52941,4685893],\ +[1,0,0,493629,-73836999],\ +[1,0,1,-1902,77498],\ +[0,1,0,-11860,493508],\ +[1,0,0,272,2696],\ +[1,0,1,3301477,853060006],\ +[0,0,0,-7503,1574998],\ +[1,-1,0,-789,10473],\ +[1,0,0,-236436,-171056240],\ +[1,0,1,-10462200,13024279750],\ +[0,0,0,8943,-13562831],\ +[0,0,0,-58509,4695589],\ +[1,0,1,459,-790],\ +[1,-1,1,-1637222,138744821],\ +[1,0,1,-14971,679872],\ +[0,0,0,-448173,115496253],\ +[1,-1,0,36936,151560720],\ +[1,0,1,-10316,-562724],\ +[1,0,1,-267461,53218290],\ +[1,-1,1,180562,-9624643],\ +[1,-1,0,-291,9603],\ +[1,0,1,1026,-120688],\ +[1,0,1,-19803,1154698],\ +[1,0,0,2227,196241],\ +[0,1,0,-47901,3983455],\ +[1,0,0,36387,3116529],\ +[1,-1,1,-5506012526,157256174890109],\ +[1,-1,1,-67972631,215748899183],\ +[1,0,0,-4183,131945],\ +[0,0,1,-9702,-27673],\ +[0,1,1,-8763,-306159],\ +[1,0,1,-48326,4103048],\ +[1,0,0,4414462,2920409284],\ +[0,1,0,4995,1557503],\ +[1,0,0,-306,93636],\ +[1,0,1,-3228,71148],\ +[1,-1,1,1873,388751],\ +[1,0,1,-2921,58836],\ +[1,0,1,-217341,39396340],\ +[0,0,1,-12348,199883],\ +[1,0,0,625,390625],\ +[0,1,0,1250,390625],\ +[0,1,1,221,2969],\ +[0,1,0,2500,1562500],\ +[1,0,1,-96858,11998368],\ +[1,0,1,-11168,1085806],\ +[1,0,0,-15030,735652],\ +[1,0,1,-1231807962,16640253749708],\ +[0,1,1,44367,-81234763],\ +[1,0,0,-179548,-35275504],\ +[1,-1,0,86358,-44685100],\ +[0,0,0,-7920,271332],\ +[1,0,1,-18576,962298],\ +[0,1,0,-1250,390625],\ +[0,1,0,-393470,94161193],\ +[0,0,1,-257070,50167440],\ +[0,0,1,-42930,201440],\ +[1,-1,1,-25904690,50742560561],\ +[1,-1,0,-13328145,18731818701],\ +[1,0,0,-625,390625],\ +[1,0,1,-7551,251894],\ +[0,0,1,1782,10928],\ +[1,-1,1,-818780,285539231],\ +[0,1,0,-511260,143684900],\ +[1,-1,1,-65116085,202272444749],\ +[1,-1,0,-32202,2938788],\ +[1,-1,1,-295127555,1951547706947],\ +[1,0,0,716,512656],\ +[1,-1,1,-272273,80309441],\ +[1,-1,1,-4764044,4003510159],\ +[0,1,0,-5005,1567503],\ +[1,0,1,-63311,-50505370],\ +[1,0,1,-180332731,932079485574],\ +[0,1,0,-2306,40329],\ +[1,0,1,-206079,-35223214],\ +[0,0,1,8628,-105480],\ +[1,-1,0,-534258,-145204452],\ +[0,1,0,-493348,133211812],\ +[0,1,0,-7050,225073],\ +[1,-1,1,-8546,8119649],\ +[1,-1,1,-147278930,795870223697],\ +[1,0,0,-2272,45656],\ +[0,1,0,-5708,347588],\ +[1,-1,1,-29327,1940951],\ +[0,1,0,-2505,393128],\ +[1,0,1,-205109,-35645804],\ +[0,1,1,-211059,37322795],\ +[1,0,1,-38028,2851098],\ +[1,0,1,-2579,6648662],\ +[0,0,0,-9720,-5265756],\ +[0,0,0,-290280,60198244],\ +[1,0,1,-7326,233840],\ +[0,1,0,-180652,-29664156],\ +[0,0,1,-919254,339196500],\ +[0,0,0,657,10998],\ +[0,0,1,-2754,-160360],\ +[0,1,0,-13048140,18137060900],\ +[0,1,0,-8733,324063],\ +[0,0,1,-36126,2642888],\ +[0,0,0,-5328,149508],\ +[0,0,0,-5544,8164],\ +[1,0,0,-748,23096],\ +[1,0,0,3360,-4608],\ +[1,-1,1,-1672385,834627665],\ +[1,0,0,-3437,77329],\ +[0,0,0,7497,1549998],\ +[0,1,0,-162220,18008068],\ +[1,0,0,-212143,37594033],\ +[1,0,0,-448,200704],\ +[0,0,0,-687,14134],\ +[1,-1,0,37350,-609930],\ +[1,-1,1,-971246,356912893],\ +[1,-1,0,-24927,1214955],\ +[1,0,0,448,200704],\ +[0,0,1,-134553999450,-17566848800757666],\ +[1,0,1,-395314,96094552],\ +[1,0,1,-1118343,-5708021942],\ +[1,0,1,1679586,-1767628928],\ +[0,1,1,-5945,225824],\ +[1,0,0,-1737,64961],\ +[0,0,0,-25981077,-33463034579],\ +[1,0,0,-3081,9492561],\ +[1,-1,1,-7250,192185],\ +[1,-1,1,-42024353789,3315897184764997],\ +[1,-1,0,-652842,203193300],\ +[1,0,1,-6697078,6670485256],\ +[1,0,1,-580451,180487298],\ +[1,-1,0,-4551765363,-129288877055643],\ +[1,0,0,-2978,60740],\ +[1,-1,1,-79580,-5951969],\ +[1,-1,1,-203501,35384149],\ +[1,-1,0,-20202,1109654],\ +[1,0,0,-43041,3433545],\ +[0,1,1,10915,350139],\ +[1,0,1,-25576,1675148],\ +[0,1,0,-208917,36299404],\ +[0,0,0,-16803093,26507712733],\ +[0,1,1,-497,4987],\ +[1,-1,0,-37491,2800421],\ +[1,-1,0,-40851,1092213],\ +[1,-1,1,-356774,85146677],\ +[1,-1,0,-48117,10751541],\ +[1,0,1,-295867,55770182],\ +[1,0,0,-75926,8053796],\ +[1,0,0,-22002,9922436],\ +[1,0,0,-20225,-695543],\ +[1,-1,0,-17250,983636],\ +[0,1,0,-7340,40900],\ +[1,0,0,-191898,-30124124],\ +[0,1,1,-4495,114506],\ +[0,1,1,-15845,760631],\ +[1,-1,1,-548375,35461679],\ +[1,0,1,-287632,59350922],\ +[1,-1,1,12748,118679],\ +[1,-1,0,200172,-8884288],\ +[1,0,1,-400312,-12190842],\ +[0,0,0,-2268,48897],\ +[0,0,0,1788,11041],\ +[1,0,0,-194158,32913028],\ +[1,-1,1,-1305599,-894610393],\ +[1,-1,1,670651,42515389],\ +[0,0,1,-179388,29244099],\ +[1,-1,0,5439,-407827],\ +[0,0,0,-3777,401929],\ +[1,0,1,-42949,3422466],\ +[1,0,0,-421,4425],\ +[1,-1,0,-3921,203961],\ +[0,1,1,-2861,-23103324],\ +[1,-1,1,-128069,18422717],\ +[0,1,1,-37275,-6833969],\ +[1,0,1,-4176541,3284937800],\ +[1,0,1,-61709,8531976],\ +[0,0,1,-17442,-1363695],\ +[0,1,0,7,-9368],\ +[1,-1,0,162255,16585325],\ +[0,0,0,-834279,-300693794],\ +[1,-1,1,-189707,41515931],\ +[0,1,0,-496708,134575588],\ +[1,0,1,2179,-373138],\ +[1,0,1,-2833385,1835489342],\ +[1,-1,0,74517,-1599483],\ +[1,-1,1,-164885,27856109],\ +[0,1,1,129597,8106266],\ +[0,1,0,690442844,1254770460580],\ +[0,1,1,185400847,-7123982435534],\ +[1,0,0,-2253,205201],\ +[1,0,0,-50779,-3019183],\ +[1,0,1,-58816,20877586],\ +[0,0,1,4800,-259869],\ +[1,-1,1,-37379,2801539],\ +[1,-1,1,-12314,529049],\ +[1,0,0,-288,3592],\ +[0,1,1,24639,9427845],\ +[0,1,1,-1537,40477],\ +[0,1,1,-20659353,268125361273],\ +[1,-1,0,-915003,376824213],\ +[0,1,1,-33671,2367876],\ +[1,0,1,712581,138252742],\ +[1,0,0,-2238,30788],\ +[1,0,1,69420,-805038],\ +[0,1,1,-358209,81287354],\ +[1,-1,0,-7227,-14907],\ +[1,-1,0,-34037679,76442762253],\ +[1,-1,1,-221,-176731],\ +[1,0,0,-5485,155897],\ +[1,0,1,-27760987,56296657502],\ +[0,0,1,-23550,1393881],\ +[0,1,1,-1444773,-805111405],\ +[1,0,1,-1596,103354],\ +[0,0,1,996,26055],\ +[1,0,1,-28393,-1755194],\ +[1,-1,1,-716,57359],\ +[1,0,0,4839,104185],\ +[1,-1,1,-14519453,21299262437],\ +[1,-1,1,363901,104811779],\ +[1,0,0,-938526,351709380],\ +[1,0,1,-9101,333424],\ +[1,-1,1,-1829,47837],\ +[0,0,0,-3345,32401],\ +[1,-1,0,-1222189248,2395377487872],\ +[0,1,0,1012,6212],\ +[0,1,0,-153985,23568008],\ +[1,0,1,1731,57776],\ +[1,0,0,-4425,408257],\ +[1,-1,0,-2928,61572],\ +[1,0,1,-55857,5076412],\ +[1,0,1,-18107,-56058],\ +[1,-1,0,-49503,4251717],\ +[1,-1,1,12874,123653],\ +[0,1,0,-22645,1304100],\ +[0,0,1,-56669058,164197715888],\ +[1,-1,0,1677,28557],\ +[1,0,0,112507,2466625],\ +[1,-1,1,-1574,22517],\ +[1,0,0,-1986,36460],\ +[0,0,1,-645348,200781909],\ +[1,-1,1,-11752349,-1890661723],\ +[1,0,1,-1403,13098],\ +[1,-1,0,-54189,326308095],\ +[1,0,1,-58358,5421306],\ +[1,-1,1,-3611,84403],\ +[1,0,1,-2666018,1827035508],\ +[1,-1,1,88681,-14568721],\ +[1,0,1,-3294773,-3274570744],\ +[1,0,0,-63694,-6995708],\ +[1,-1,1,-98114,5896577],\ +[0,0,0,-1601472,780008164],\ +[1,0,1,-492473,-137102244],\ +[0,0,1,52966788,33858830322],\ +[0,0,0,-97968,18986308],\ +[1,0,1,-153494,23133116],\ +[1,0,0,-1691,31761],\ +[0,1,1,-64335,6256389],\ +[1,-1,0,-891,5991],\ +[0,1,0,-10093,410287],\ +[1,0,1,-1307798,575541506],\ +[1,0,0,-7456,-310680],\ +[0,1,1,-498493,135301968],\ +[0,1,0,-28474,1947233],\ +[0,1,1,-28077,3367145],\ +[0,1,0,-3525,82548],\ +[0,1,1,-3301,-4945],\ +[1,0,0,-55430955,158841516977],\ +[1,-1,1,968620,-86216137],\ +[1,0,0,-54295955,165657909977],\ +[1,-1,1,576292,-60322273],\ +[1,0,1,-32835,-2076040],\ +[1,0,0,-1015194737,-1186981382039],\ +[0,1,0,-11853,492751],\ +[1,-1,1,-1116803,454539331],\ +[1,0,1,-3105,64972],\ +[1,0,1,1029740042,-9718568450194],\ +[0,1,0,-52940,4672900],\ +[1,0,0,4430,391812],\ +[1,0,0,-79263,8056017],\ +[1,0,1,-1109,14286],\ +[0,1,0,-3700,-34652],\ +[1,0,1,-1844215,963820202],\ +[1,-1,1,-177827,36964451],\ +[1,0,0,-8703,308249],\ +[1,0,0,-4969398,-4184742492],\ +[1,0,1,3184,-26350],\ +[1,-1,0,-209349,9130905],\ +[1,0,1,-819752,232562198],\ +[0,0,0,-909,24309],\ +[1,0,0,-25663,1579417],\ +[1,0,0,-3162,66916],\ +[1,0,0,-44223,-2667007],\ +[1,-1,1,-88430,-3611203],\ +[1,-1,1,-956,14663],\ +[0,1,1,-499333,135644244],\ +[1,0,1,-319163,72326406],\ +[1,-1,0,-11301,465243],\ +[0,0,1,6486,252792],\ +[1,0,0,-3032,64576],\ +[1,0,1,-189021,7268002],\ +[1,0,1,-1812916,-54801838],\ +[1,-1,0,804,4986],\ +[0,1,0,-11986,518169],\ +[1,0,1,-1901793,-798814892],\ +[1,0,1,-602418,179827108],\ +[0,0,0,-28821,-25138307],\ +[0,1,0,4683,34839],\ +[1,0,0,36994,27857220],\ +[0,1,0,-5085,415900],\ +[0,1,1,-3043,104140],\ +[1,0,1,-732702,241339768],\ +[1,0,1,-425576,98583798],\ +[1,-1,0,-2462427,1487895165],\ +[1,-1,0,-5096979,8682375285],\ +[0,1,1,-500523,135786601],\ +[1,0,1,-6541545,-10646213600],\ +[0,1,1,-500173,135986808],\ +[1,0,0,-7775,257625],\ +[0,1,0,-3713,85864],\ +[1,-1,0,289251,-2639099907],\ +[1,0,0,27472,-15566592],\ +[0,1,1,-16111,378541],\ +[1,0,0,-3825591,40597790121],\ +[1,0,1,-2597109,1610841496],\ +[0,1,0,-179181101,-828091075985],\ +[1,0,1,74802,3952256],\ +[1,-1,0,-39027,799989],\ +[0,0,0,43833,-341147426],\ +[1,0,0,1224,6056],\ +[0,0,0,-3953463,3025908238],\ +[0,1,0,-1855445445,34871598465543],\ +[1,0,0,-756,571536],\ +[1,0,0,-61052,5742096],\ +[1,0,0,-467132,-119847216],\ +[1,0,0,-391193,84349241],\ +[1,-1,0,-1531602,722854530],\ +[0,0,1,-55398,5017383],\ +[1,0,1,-531647,149160422],\ +[1,0,1,-179691,-35216258],\ +[1,-1,1,-59756207,187548069431],\ +[1,-1,0,-9186,350036],\ +[1,0,0,762,10340],\ +[1,-1,1,-1238408,552494027],\ +[0,1,0,55682,30790889],\ +[0,0,1,7632,71823],\ +[1,0,0,-32630,2228900],\ +[1,-1,1,-4106,222913],\ +[1,-1,0,56358,-38407500],\ +[0,0,1,-1593720,774567045],\ +[0,0,1,74970,-101495205],\ +[0,0,0,-1428,22297],\ +[1,-1,0,3954,178586],\ +[1,-1,0,713706,-50383692],\ +[0,1,1,-1287083,556838119],\ +[1,-1,0,185994,-45290124],\ +[1,0,0,-1480898,-3624205372],\ +[0,0,0,948,121],\ +[0,1,1,-56779,-67338825],\ +[1,-1,0,-802242,276893316],\ +[0,1,1,-12490321,16986366800],\ +[0,1,1,-2999,61670],\ +[1,0,0,25612,349392],\ +[1,0,1,-130562,4964628],\ +[0,1,0,-14849,691664],\ +[0,1,0,-18053,808647],\ +[0,1,0,-4069,104308],\ +[1,-1,0,-5397,179765],\ +[0,1,0,-5210,143025],\ +[1,0,1,-190486,33368876],\ +[1,0,1,-58768,5478556],\ +[1,-1,0,-687039120,5554109097216],\ +[0,1,1,-102043,12526201],\ +[1,0,0,-5164638,4527754892],\ +[1,0,0,-11608,-431040],\ +[0,0,0,-26885712,53975718916],\ +[1,0,0,2887,-96927],\ +[0,0,1,-36223050,-85109540877],\ +[0,0,1,-10062,443397],\ +[1,0,1,-14751,695702],\ +[1,0,0,334,-710524],\ +[1,0,0,-1401,20665],\ +[0,1,0,-2437,98471],\ +[0,0,0,8446032,-10657818108],\ +[1,0,1,-2941722,1941760332],\ +[0,0,1,-273810,55147032],\ +[1,0,0,18660,-3117808],\ +[1,-1,0,186582,41984028],\ +[0,0,0,-21996,1246177],\ +[0,1,1,-64775,6321079],\ +[0,1,0,-141709,20706863],\ +[0,1,1,-8081,93150],\ +[0,0,1,138507450,-411712646328],\ +[0,1,1,-501923,136701408],\ +[1,-1,0,-281949912,1855475907840],\ +[1,-1,1,-8740445,-10667797531],\ +[0,1,0,-4946,-122711],\ +[1,0,1,1592,12806],\ +[1,-1,1,-198884,60293639],\ +[1,0,0,-2261134701,-271969339478319],\ +[0,0,1,-4913904,4167870237],\ +[0,0,0,-143520,20948548],\ +[1,0,1,-610799551,5810216686098],\ +[1,0,0,474045,-20518975],\ +[1,0,0,-7374,-139004],\ +[1,-1,0,28710936,91590852636720],\ +[0,1,0,-380684,56621988],\ +[0,1,0,-52546710,146293374025],\ +[1,0,0,-7531966,7955671620],\ +[1,0,1,856,13276],\ +[0,1,1,-2219741,-1276764859],\ +[0,1,1,-3498805,3574702459],\ +[1,-1,1,-43854017,111895344209],\ +[1,0,1,-75708,9375806],\ +[1,0,1,24227,-17485922],\ +[1,0,1,-3455792,-5524738],\ +[1,0,0,-13041968,18128040648],\ +[0,0,0,2773329,-625897802],\ +[1,0,0,-6485,28897],\ +[1,0,0,188121,95211081],\ +[0,0,1,3546,-13983],\ +[0,0,1,-5976,185979],\ +[0,0,1,-14784724152,691939227886977],\ +[0,1,1,457,190],\ +[1,-1,1,38431,2620937],\ +[1,0,1,-58858,-5488194],\ +[1,-1,0,5610,368106],\ +[1,0,1,7475,-79928],\ +[0,1,1,-20485,626914],\ +[1,-1,0,-43200,2864376],\ +[1,0,0,-4917989,3865134017],\ +[1,0,1,-439145,111974682],\ +[1,0,0,-66086,6534116],\ +[0,1,0,-3108,108388],\ +[1,-1,0,-38693142,-21266175312],\ +[0,0,0,-11988,443313],\ +[1,0,1,-8316,2773882],\ +[0,1,0,-33315171917,2340502671786959],\ +[0,1,1,-1647,-12993],\ +[1,-1,0,-1920,410880],\ +[1,0,1,-15818451,24198730798],\ +[1,-1,0,-223365,40688145],\ +[1,0,0,78350,-33765500],\ +[0,0,0,10536,707236],\ +[0,0,0,-11016,908388],\ +[1,0,1,-18401,948098],\ +[1,0,0,1644937,-1749568471],\ +[1,-1,1,-26801,-1105951],\ +[1,-1,1,-267020660,1679507447959],\ +[0,1,1,-338213,-76445502],\ +[0,0,0,-26892,1695249],\ +[0,1,1,13307,-545743],\ +[1,-1,0,-217551,39110613],\ +[1,0,1,-57935,-5703370],\ +[1,-1,0,-62223,5701787],\ +[1,0,1,-38139,2863596],\ +[0,0,0,1776,-64796],\ +[0,1,1,-1178171,491830136],\ +[1,-1,0,-49077,4264029],\ +[1,-1,1,-1730,1025],\ +[1,0,0,-388,-25008],\ +[1,-1,0,-358119,67240125],\ +[0,0,0,-56352,5018596],\ +[0,1,1,-113,3192],\ +[1,-1,0,-247014504,7143693514560],\ +[1,0,1,-715681,228906900],\ +[1,-1,1,-9756635,-11876738677],\ +[0,1,0,859,9479],\ +[0,1,0,-503708,137431588],\ +[1,-1,0,-10572,421044],\ +[1,-1,1,-23882,1426481],\ +[0,1,1,93499,4423655],\ +[1,0,0,-14262,431524],\ +[0,1,1,-130813,-412205],\ +[1,-1,1,-1922,411521],\ +[0,0,1,-193080900,895807346094],\ +[0,1,0,-5232372,4528605924],\ +[1,-1,0,-162870,22308596],\ +[1,-1,0,-3570,-12250],\ +[1,0,1,-951942,2224312],\ +[1,-1,0,-1269531,550896093],\ +[1,0,1,3424,-105452],\ +[0,1,0,-524132,-133708764],\ +[1,-1,1,-35093,2533357],\ +[0,0,0,-10983,81502],\ +[0,1,0,-36820,44100],\ +[1,-1,0,-418842,103708980],\ +[1,0,0,-16013,10272017],\ +[1,-1,1,-361832,83754539],\ +[0,1,1,-154481,373242955],\ +[1,0,1,27337,747338906],\ +[0,0,0,-61047,5805486],\ +[1,0,1,41394,504320],\ +[1,0,1,-8359168,9301865806],\ +[1,0,0,2056,-152904],\ +[1,-1,1,-78068021,265515167693],\ +[0,0,0,-15432,1745956],\ +[1,0,1,-5551,158054],\ +[0,1,1,1672847,27977746978],\ +[1,0,0,2864,-68800],\ +[0,1,0,-6596,272580],\ +[1,0,1,-3840,-141738],\ +[0,0,1,-16680,829167],\ +[1,0,1,-10488,416788],\ +[1,0,1,-1967656545907,1062360680275271182],\ +[0,1,0,17708,1460004],\ +[1,0,1,-291,3652],\ +[1,-1,0,-10011150,12194496000],\ +[1,-1,0,14334,186516],\ +[1,0,1,1114950,3426846060],\ +[1,0,1,-10061705,-93933819188],\ +[1,0,0,-98475,28328625],\ +[0,0,0,-481835055,4070949389494],\ +[0,1,0,-39716,3033124],\ +[1,0,1,85300,-16377270],\ +[1,0,1,7465,100082],\ +[0,1,1,-10651,419596],\ +[1,0,0,-14938,701484],\ +[1,0,0,-530981,192431745],\ +[0,1,1,2281,-50890],\ +[1,0,0,-3213,416017],\ +[1,0,0,-7598,-3028604],\ +[1,-1,0,-40500,182277000],\ +[0,0,0,-862797,308494861],\ +[1,0,1,931,867692],\ +[0,1,1,-7869,320789],\ +[1,-1,0,-25596450,49853240370],\ +[1,0,0,-934176535,-10981885114903],\ +[0,1,1,-742851,-251316384],\ +[1,0,0,-41500,3036432],\ +[1,-1,0,8690121,-4539210597],\ +[0,1,1,-14593,3361597],\ +[1,0,0,-3193,-94919],\ +[0,1,1,-1915,14044],\ +[1,-1,1,-7022,226621],\ +[0,1,0,-22468,1287940],\ +[1,-1,1,-126236288,545945814667],\ +[0,1,1,-4051954977,99061390350452],\ +[1,-1,1,88963,97386949],\ +[1,-1,0,-5280,143900],\ +[1,-1,1,-1641413,-139361219],\ +[1,-1,1,-94907,-13519061],\ +[0,0,0,-226380,22994377],\ +[0,1,0,-21141,1176119],\ +[1,-1,1,-128603,16421131],\ +[1,-1,1,-7913,272161],\ +[1,-1,1,-3569807,2878241239],\ +[1,-1,0,-331305,73481885],\ +[0,1,1,-1592297,772833500],\ +[0,1,1,-1934927,415793357],\ +[0,1,1,-4049534697,99185888917235],\ +[1,-1,1,-2243,70147],\ +[1,-1,1,1618,26389],\ +[1,0,1,-7478,279398],\ +[1,-1,1,-26060,1625735],\ +[0,0,0,-807807,284464294],\ +[1,0,0,-119987,16105761],\ +[1,-1,0,2573355,264326021],\ +[0,0,0,-6909,-259259],\ +[1,0,0,-14502776,21256968256],\ +[1,-1,0,-236049,44088605],\ +[0,1,1,-5645,-4708744],\ +[1,0,0,5144,-2505664],\ +[1,-1,0,-1392,-121546],\ +[1,0,1,-11947224,-25299368794],\ +[0,1,0,-17476,893540],\ +[1,-1,0,-37330794015,1181249162110925],\ +[1,-1,0,-4227,118457],\ +[1,-1,1,736,-24893],\ +[1,-1,1,-10166,11488709],\ +[1,0,0,-2050,35500],\ +[1,-1,1,169,3079],\ +[0,1,1,-430881761,3441919655945],\ +[1,0,1,-196159,33433896],\ +[1,-1,1,-8880167075,517074219163235],\ +[0,0,1,-40098,44722629],\ +[1,-1,0,-171,3363],\ +[1,0,1,-1696271,850195074],\ +[0,1,0,-47061876,124250213124],\ +[1,-1,0,-6291,-82779],\ +[0,1,0,254,16129],\ +[1,-1,1,-47261,3966373],\ +[1,0,1,-1911345959,-35325268291158],\ +[1,-1,0,-5238,147372],\ +[1,0,1,2781,152426],\ +[0,1,0,-208581,36596295],\ +[0,0,1,584052,578171664],\ +[0,0,0,-86160,9723913],\ +[1,-1,0,-3547287,2577879837],\ +[0,1,0,3652,119204],\ +[1,0,0,15789,-1088415],\ +[0,0,0,-4460295,-3761384546],\ +[0,0,0,-40558455,99419189454],\ +[0,0,1,-2545500,1545270156],\ +[0,0,0,-3081,268297],\ +[0,1,0,-1310,429025],\ +[1,-1,0,-62389935,191847446541],\ +[1,0,1,-92143,10757258],\ +[1,-1,1,88852,16234607],\ +[1,-1,0,-30729,2082285],\ +[0,0,1,75192,-6533982],\ +[0,1,0,-507068,138809572],\ +[1,-1,1,-8279582,9171887789],\ +[1,0,1,-404768,-324896992],\ +[1,0,1,-36639,3320686],\ +[0,1,0,-13461,591479],\ +[1,0,1,394,5844],\ +[1,0,0,-20603,-41326575],\ +[1,-1,1,-386804,217025879],\ +[0,0,0,-873057,-266446919],\ +[1,0,1,-366139565,2696585928680],\ +[1,0,0,-4663,-10583],\ +[0,1,0,-2958,98713],\ +[1,-1,1,-33862190,74034805565],\ +[1,-1,0,-1385442,640545732],\ +[1,-1,1,-16076855,24791647375],\ +[1,0,1,-55516,123332122],\ +[1,-1,0,-6643197,5633461269],\ +[1,-1,0,-8247222,9118173888],\ +[0,1,0,-122108,16382532],\ +[1,-1,0,374502,180863868],\ +[1,0,1,-26814,1706192],\ +[1,-1,0,19728,1538190],\ +[1,0,0,-3299,86657],\ +[1,-1,1,98905,42523103],\ +[1,0,0,-2811,57465],\ +[0,0,0,-3372,98761],\ +[1,-1,1,26005,2753723],\ +[1,0,0,-1167221,539556321],\ +[0,1,1,-70275,-6843796],\ +[1,0,1,-4337429,3476585152],\ +[0,1,1,-2603,49232],\ +[1,0,1,-47634,3847946],\ +[0,0,1,-4284,-468853],\ +[1,0,1,2836116,1893481642],\ +[1,-1,0,-21291,1200833],\ +[1,0,1,6946,22952],\ +[1,-1,1,-6161,129089],\ +[0,1,0,-6765,2862863],\ +[1,0,0,-48961,4168585],\ +[0,0,1,-212322,36927495],\ +[0,0,1,-67746,6786969],\ +[1,-1,1,-149315,27098435],\ +[0,1,1,-5394837,4821169547],\ +[0,1,1,-438407,111582557],\ +[1,0,1,-28452,-1745678],\ +[1,-1,0,-7632,261828],\ +[1,-1,0,-427179,146645253],\ +[1,0,0,144658,-12676004],\ +[1,-1,0,-1376759799,19662692175855],\ +[0,1,0,-7940302,-8609935039],\ +[0,1,1,-13427,121975],\ +[1,0,0,32472300,99219961232],\ +[1,-1,0,-513,29583],\ +[0,1,1,4371,-63620],\ +[1,0,0,-13287700,18717753232],\ +[1,-1,0,-704813940,7202287714896],\ +[1,-1,0,-84732,9514560],\ +[0,1,1,225,3079],\ +[0,1,0,-2702,52281],\ +[0,1,1,-143649,20840429],\ +[1,-1,0,-655272,192348864],\ +[1,-1,1,-806162,478065449],\ +[1,-1,1,511,28729],\ +[1,-1,1,-10190,-287779],\ +[1,-1,0,-1181448,-331187112],\ +[1,0,1,-797389,-299175304],\ +[1,0,1,-22206044,40268067706],\ +[0,1,1,92755,43167374],\ +[0,0,0,-29005860,61898584777],\ +[0,0,0,-200026632,1088879718481],\ +[1,0,1,-35084,2451106],\ +[1,0,0,-4857,-77319],\ +[1,0,1,-19597,1054252],\ +[1,-1,1,-9627554,11500399009],\ +[1,-1,1,3130,-48491],\ +[1,0,1,-294342,61440152],\ +[1,0,1,-81,6480],\ +[1,-1,1,-14974277,148374295229],\ +[1,0,0,-8875,-188943],\ +[1,0,1,-468326,-60031952],\ +[0,0,1,5283726,2352358890],\ +[0,1,0,114,3249],\ +[1,0,1,-2830,79940],\ +[1,-1,0,6153,107385],\ +[0,1,1,-583151,-130400229],\ +[1,0,1,-19738451,33751770798],\ +[0,0,1,-83352,193112685],\ +[0,1,1,9283,238245],\ +[1,-1,1,1375,18289],\ +[1,0,1,24474,-1024152],\ +[0,1,1,743,6847],\ +[0,1,1,-169755,-24509869],\ +[0,1,1,-1853,30141],\ +[0,1,1,-197161,33617570],\ +[0,1,1,290757,-59033932],\ +[1,-1,1,-30647,2058319],\ +[1,-1,1,-7594835,8067489779],\ +[0,1,1,-97197,-15378378],\ +[1,-1,1,-3867680,7713234947],\ +[1,0,1,-1544,2382392],\ +[1,-1,0,-44546274,114448190580],\ +[0,0,1,1284,-55602],\ +[1,0,0,606,-9468],\ +[1,-1,1,-1734305,876067697],\ +[0,1,0,-52223548,-136042446460],\ +[1,-1,0,-344514,275542548],\ +[0,0,0,-13512,613609],\ +[1,-1,0,-728052,322168080],\ +[0,1,0,1163,-9161],\ +[1,0,1,-9085,334072],\ +[1,0,1,40397,-4535602],\ +[1,-1,0,3772758,6708517416],\ +[0,0,0,2136,18436],\ +[0,0,1,-8964,326990],\ +[0,1,0,-1384660,613202308],\ +[1,0,0,57,3249],\ +[1,0,0,-41343,3236121],\ +[1,0,1,-9698,398756],\ +[1,0,1,-2040351,-1416174278],\ +[0,0,0,0,10556001],\ +[0,0,0,0,12996],\ +[1,0,0,-7180,461400],\ +[0,0,0,0,29241],\ +[1,0,1,-1093304114,-13380275956264],\ +[0,0,1,17700,91458],\ +[1,-1,0,-135266742,608130149166],\ +[1,0,1,-2041,35250],\ +[1,0,1,1604,101434],\ +[0,1,0,-122708,16503588],\ +[0,0,0,0,4691556],\ +[0,1,0,-73233,7349616],\ +[0,0,0,0,1172889],\ +[1,0,0,-57,3249],\ +[0,0,0,0,3249],\ +[0,1,0,867,-21537],\ +[0,1,0,-12521853,-13952338209],\ +[0,0,0,-267087,-40289834],\ +[1,-1,0,-3093687,2096165277],\ +[0,1,1,-693,7320],\ +[1,-1,1,39523,2793629],\ +[1,0,0,-50998,4427684],\ +[0,0,1,-13473750,19052222031],\ +[1,0,1,-36151,2676010],\ +[1,0,1,-134096,18878366],\ +[0,1,1,57623,51746317],\ +[1,-1,1,-6299159,6086983727],\ +[1,0,0,-707281,324066345],\ +[1,-1,0,72558,-41837148],\ +[1,-1,0,-1555512,747109664],\ +[1,-1,0,1539,262143],\ +[1,0,0,-5048,137600],\ +[1,0,1,-431988,48293906],\ +[1,0,1,-5474,155406],\ +[1,0,0,-8872536,-17699269384],\ +[0,1,1,-110047,14018380],\ +[1,-1,1,171109866271,7604298439260977],\ +[0,1,0,-228,12996],\ +[1,0,1,-175572553,896792825756],\ +[1,-1,1,-73430,-7562203],\ +[1,-1,0,3255057,-14758571763],\ +[1,0,1,-5875446,5481107080],\ +[1,0,0,-812201,295686681],\ +[1,0,1,-140082,-4254412],\ +[1,0,0,-1070476,-24396210544],\ +[0,0,0,-2448,41508],\ +[0,1,1,5625,-3480469],\ +[1,0,1,-61269,5832112],\ +[0,1,0,-204941,35641900],\ +[1,0,1,-689524,386194866],\ +[1,-1,1,-3268107680,-959215805053],\ +[0,1,1,-2853,92208],\ +[1,0,1,216960,48300650],\ +[1,0,0,-4425,113625],\ +[0,1,1,-15819523,24212722856],\ +[0,0,1,-262956,-42291081],\ +[0,1,1,-505,5131],\ +[1,-1,1,-685805,218771597],\ +[1,0,1,-158131,24301646],\ +[1,0,0,-1097284935,-13786807958775],\ +[0,1,0,-19665,1059400],\ +[0,1,0,-942,4121],\ +[0,1,1,-10831,-119099],\ +[0,0,0,-5232,145444],\ +[1,-1,0,-104829,-10501947],\ +[0,1,0,-114,3249],\ +[1,0,1,-825009,288358232],\ +[1,0,1,-18936,-48816026],\ +[0,1,0,-4573,117727],\ +[1,0,0,-22340,1283600],\ +[0,0,1,-25452,1443827],\ +[1,0,0,275464,206067736],\ +[1,0,0,-20535,1133225],\ +[1,0,1,-79126,-9557024],\ +[1,0,1,3296297,-476728493702],\ +[1,0,1,-5879,176852],\ +[1,0,1,-2208,39768],\ +[0,0,1,-46578,3859233],\ +[1,0,0,-33245,2296025],\ +[0,1,1,-231,3421],\ +[0,1,1,-15818693,24215391465],\ +[0,1,0,-1773773,2083487604],\ +[1,-1,0,-5823,-116283],\ +[1,0,1,-119880,15965920],\ +[1,0,1,30109,2773406],\ +[1,-1,1,-1658417,822458441],\ +[1,0,0,-13984839,20128396401],\ +[1,-1,1,19782598,-153036411271],\ +[0,0,0,-10695,3193342],\ +[1,0,1,161,26082],\ +[1,-1,1,-579542,189537509],\ +[1,0,1,1021237,-2056172362],\ +[0,1,1,-59533,5580912],\ +[0,1,0,9667,66463],\ +[1,-1,0,-33930,2418390],\ +[1,0,1,-1306730,575541532],\ +[0,1,0,32644747,4390664092],\ +[1,-1,0,-8101482,9046444404],\ +[1,-1,0,-194670,33170256],\ +[0,1,0,198,9801],\ +[1,-1,1,-179369537,4307235236561],\ +[1,0,1,-2301,32864],\ +[1,0,1,274,-6514],\ +[1,-1,0,-36492,2544416],\ +[1,0,0,-44888,2315392],\ +[1,0,1,-1307175,575130270],\ +[1,0,1,29965452,-395443079822],\ +[1,0,0,-155568,22190336],\ +[1,0,0,-4732,83984],\ +[1,-1,1,-33890045,75945977669],\ +[1,-1,0,-432522,109589868],\ +[0,0,0,-7825773,8426362597],\ +[0,1,0,230667,-91046537],\ +[0,1,0,396,39204],\ +[1,0,0,-54713,4915065],\ +[0,0,0,-256071,-45619202],\ +[0,0,0,-609,11209],\ +[1,0,1,-34654,2401796],\ +[1,-1,1,36871,-620711],\ +[1,-1,1,-2458205,-1822617115],\ +[1,0,0,-15141,715841],\ +[0,0,1,-37110,2816325],\ +[1,0,0,3612,-24696],\ +[1,0,1,-1567450,739978380],\ +[1,-1,0,53514,-25640844],\ +[1,0,0,-997422,-338709564],\ +[1,0,0,397,5921],\ +[1,0,1,-441193,112712556],\ +[1,0,0,-99,9801],\ +[1,0,0,-1517446,756850276],\ +[1,0,1,-36595792,69095125358],\ +[1,0,0,99,9801],\ +[0,1,0,-89426,9374409],\ +[1,0,0,173018,-6829276],\ +[0,1,0,-1539708,780639588],\ +[0,1,0,-136188,-3114044],\ +[1,0,0,-13716,719496],\ +[1,0,1,-14015373,117833265256],\ +[1,0,0,-861305365,-9726127943775],\ +[0,1,1,-3113,-380017],\ +[1,0,1,-4517238,3687515656],\ +[0,1,0,16540,-7739100],\ +[0,1,0,-2284436,1865255364],\ +[1,0,0,-12405,447777],\ +[1,0,1,457,209306],\ +[1,-1,1,-6428,-72953],\ +[1,0,1,-25738,-2181344],\ +[1,0,0,-25702,1791716],\ +[0,0,0,-13311552,18005574121],\ +[1,-1,0,2673,792099],\ +[1,-1,0,2874,-132732],\ +[1,-1,1,8158,-984391],\ +[1,-1,0,-266364,-328321980],\ +[1,-1,0,8850186,14678060148],\ +[1,-1,0,-61710,5920946],\ +[1,-1,0,-194979,33183285],\ +[1,0,1,-1070,14500],\ +[1,0,0,-22797,1328849],\ +[1,-1,1,-5031938,4345911361],\ +[1,-1,0,-10659,243813],\ +[0,0,1,-2532540,1532923920],\ +[1,-1,1,-20174,-197923],\ +[1,-1,0,-21600,51854400],\ +[0,0,1,-251940,-47611701],\ +[0,0,0,10689,3157702],\ +[0,1,0,-198,9801],\ +[1,-1,1,21598,51818401],\ +[0,1,0,-7597,-409681],\ +[0,0,0,-826464,278230849],\ +[1,-1,0,-1887,32345],\ +[1,0,1,-17550543,-19528301694],\ +[1,0,1,-6691168,6659885806],\ +[0,0,0,-2255271,1303605598],\ +[0,0,1,60468,4869000],\ +[1,0,0,116,-8504],\ +[1,0,1,11698,-332288],\ +[1,0,1,897,-39602],\ +[1,0,0,-3223881,2228337945],\ +[1,-1,0,-2372727,385007553],\ +[1,0,1,-3995,333442],\ +[0,1,1,-97307149,369425687560],\ +[1,-1,0,1734,332928],\ +[0,0,1,-245769150,1482993203931],\ +[1,-1,1,-19568021,33425764013],\ +[1,-1,1,-7526693,7186573981],\ +[1,-1,0,-43043346,108705156948],\ +[1,-1,0,-100293,-11884923],\ +[1,-1,0,-3075,-37855],\ +[0,0,1,-16260,798045],\ +[0,0,1,5946,209412],\ +[1,-1,1,-206339,48323459],\ +[1,-1,1,-478166,127386533],\ +[0,0,1,-2490,-5205],\ +[1,-1,0,-15193359,22756295865],\ +[1,-1,1,-896159,326755847],\ +[1,0,1,-1187210,497975932],\ +[0,1,1,-4383219,2305020135],\ +[1,0,0,-1794696,925259840],\ +[0,1,1,-4133,36317],\ +[1,-1,1,-173,3421],\ +[1,0,1,-5851,-1005994],\ +[0,0,1,11340,-76552],\ +[0,1,0,-77412,8663364],\ +[0,0,1,-19020,1056888],\ +[1,-1,1,-896726,327065933],\ +[1,-1,0,-3867894,3894971508],\ +[1,-1,0,-341190054,2425816489860],\ +[1,0,1,11891,-15224],\ +[0,1,0,-3148,111044],\ +[1,0,1,3069898,-8563041088],\ +[0,0,0,5343,784969],\ +[1,0,0,-201638,34833892],\ +[1,-1,1,-1121153,457198481],\ +[1,0,0,-41763,3286017],\ +[0,0,0,-51192,4471524],\ +[1,0,1,-157025,17585372],\ +[1,-1,1,-5618,159281],\ +[1,0,1,-344117,333163262],\ +[1,-1,1,-13067744,13717003907],\ +[1,-1,0,-32643,-206667],\ +[0,1,0,-12437,522231],\ +[0,1,0,-13841,622184],\ +[1,-1,1,-8310173,-11897786203],\ +[1,0,1,-153872,-26218618],\ +[0,1,1,-12445,530824],\ +[1,-1,0,58878,-1976022],\ +[0,1,1,-186346429171,-31397388833944940],\ +[0,1,0,2298910796,-13815368878556],\ +[1,-1,0,-204999,7519805],\ +[1,-1,1,-48080,4069819],\ +[0,0,0,-245055,-50925242],\ +[1,-1,1,9790,-1982527],\ +[1,0,0,-36125828,-89527645144],\ +[1,-1,1,-897455,327464759],\ +[1,-1,1,-36227674256,2574770219730803],\ +[1,-1,1,-49142,3720709],\ +[1,-1,0,-9213,311453],\ +[1,0,1,-150076,901050298],\ +[1,-1,1,-280679,57352799],\ +[0,1,0,-797,39999],\ +[1,-1,1,-1242518,533404541],\ +[0,0,1,-954,11612],\ +[0,0,0,12312,-862812],\ +[1,0,0,-62281,5976345],\ +[0,1,0,-2654708,1587159588],\ +[1,0,1,-1106239,443151506],\ +[1,-1,1,2351011,1377399269],\ +[1,-1,0,-26907,1433195],\ +[1,-1,0,444,746],\ +[0,1,1,-124133,16792250],\ +[0,0,0,-171855,27421462],\ +[1,0,0,-9232,367384],\ +[1,-1,1,-596,6463],\ +[1,0,1,-98105,10334890],\ +[0,1,1,253615,-21851194],\ +[0,1,0,18430,-55207],\ +[1,-1,1,-157430,24360197],\ +[1,0,1,-4642069,3849482432],\ +[0,0,1,-26580,1676277],\ +[0,1,1,28395,1086256],\ +[1,0,0,-222237,40300849],\ +[1,-1,1,-68015,6838831],\ +[1,0,0,-31365277,67609078321],\ +[1,-1,1,-6082203875,182575790996771],\ +[0,1,0,-46518,3846321],\ +[0,1,1,-469195,-211169301],\ +[1,0,1,-10656621,13389009320],\ +[0,1,1,-3497405,2516361881],\ +[1,-1,0,-5472,-141222],\ +[1,0,1,-40858335,100520435260],\ +[1,-1,0,-66507,6630533],\ +[1,0,1,-4469,-102094],\ +[1,-1,1,-1135295636,14723800960439],\ +[1,-1,0,62508,-4561584],\ +[1,0,1,-135391738,-630670304212],\ +[1,0,1,-4500,72460],\ +[1,0,0,99924,6268816],\ +[1,-1,0,1191,13113],\ +[1,0,1,-27224,1720766],\ +[0,0,0,-29295,266422],\ +[1,0,1,649,421850],\ +[0,0,1,-37560,2448594],\ +[0,0,1,-495660,134404353],\ +[1,-1,0,-230304492,1324341072666],\ +[1,0,1,-1087981,436706482],\ +[1,-1,1,-1343,27047],\ +[0,0,0,-23376,1482052],\ +[1,0,1,-151268,22881856556],\ +[0,0,1,-407748,100215909],\ +[1,0,0,-33527,2422569],\ +[0,0,0,-50589471,138496347718],\ +[1,0,0,567,12313],\ +[1,-1,1,-2382539,1122884147],\ +[1,0,0,1797,5905],\ +[1,0,1,-145899,21446902],\ +[1,0,0,-21183,1553049],\ +[1,-1,1,73282,-29040883],\ +[0,1,1,-47385,2429939],\ +[1,-1,0,-1742535,885870675],\ +[1,0,0,-344721,78005161],\ +[0,1,1,115,3306],\ +[1,0,0,-178883,-35551927],\ +[1,0,1,-39175,2981112],\ +[1,-1,0,-1316511,581775453],\ +[0,1,1,-93833,11134619],\ +[0,0,0,-345081,78011377],\ +[0,0,0,15696,23364],\ +[0,1,0,-1638,32977],\ +[0,1,1,-8631,308710],\ +[0,0,0,-749073,249536257],\ +[1,-1,1,-901991,329949983],\ +[0,0,1,-31482,-6016525],\ +[1,-1,0,-676365,211182425],\ +[1,-1,1,-24542,1485941],\ +[1,-1,0,-9276,346068],\ +[1,-1,1,-649787,198136811],\ +[0,0,0,-265753488,1667502806713],\ +[1,0,1,-112959,-74879854],\ +[0,0,1,-29580,2201328],\ +[0,0,0,-29281392,-62842343751],\ +[1,0,1,-46454286,121952018312],\ +[1,0,0,-45039,3675897],\ +[0,0,0,-62727,6046846],\ +[0,1,0,-2292,26884],\ +[1,-1,0,-2112,-1020408],\ +[0,1,0,-610997,63340311],\ +[0,1,1,-2023,48550],\ +[1,-1,1,-48314,4099537],\ +[1,-1,1,-112415,14173895],\ +[0,1,0,-17301,869399],\ +[1,-1,1,-16115,1307603],\ +[1,-1,0,-131937,18289889],\ +[1,-1,1,-9509,155357],\ +[1,-1,0,-94461,-13653819],\ +[1,0,0,-174608,-37326592],\ +[1,-1,1,-212621,37789109],\ +[1,0,1,-2708,61518],\ +[1,-1,0,-44043,3568517],\ +[1,-1,1,-3026,49169],\ +[0,1,0,-255633,167537088],\ +[1,-1,0,-690867,221198391],\ +[1,-1,0,-31731,-348427],\ +[0,1,1,-124583,16883744],\ +[0,1,0,-108,-41660],\ +[1,0,0,-356057,95051961],\ +[0,1,1,-21669,1220545],\ +[0,0,0,-9303,-61298],\ +[0,0,0,-436557,111028669],\ +[1,-1,1,-1686479,845330519],\ +[0,1,1,-9247,339190],\ +[1,0,1,93264,-81429266],\ +[1,0,0,-122573129,523675179097],\ +[0,1,1,-2695,41074],\ +[0,0,1,0,43725156],\ +[0,1,1,-4473,113662],\ +[1,0,1,-1901085,-981920200],\ +[1,0,1,-58,3306],\ +[1,0,0,-5374976,4795924480],\ +[1,0,0,-122661769,522881720217],\ +[1,0,1,-9406,285552],\ +[1,0,1,-760422,255166288],\ +[0,1,0,-401,10200],\ +[1,0,1,-102756,9668492],\ +[1,0,1,587210,-788677550],\ +[1,-1,0,2609421,1736880885],\ +[1,0,0,20155,-1222463],\ +[1,0,0,-2935,70697],\ +[1,0,1,-255230,49141632],\ +[1,0,1,-479757,445610248],\ +[1,0,1,-817,9302],\ +[1,0,1,-12765,566872],\ +[1,0,0,-5233,252009],\ +[1,-1,0,-13913910,61468722450],\ +[1,0,1,99,-37888],\ +[0,0,0,-1938000,991622500],\ +[0,0,0,263295,210404353],\ +[0,0,0,5244,159073],\ +[0,0,0,-265725,221513773],\ +[1,0,1,-6322,279748],\ +[0,0,0,-5724,261441],\ +[0,1,0,-509,5204],\ +[1,0,1,22031,9862676],\ +[1,-1,1,-759206,-478781387],\ +[1,0,0,-1075,14625],\ +[1,-1,0,-4674438,3891100788],\ +[1,-1,0,10413,380025],\ +[1,-1,1,-172949,27700589],\ +[0,1,1,-4111,84775],\ +[1,0,1,-1871341,-1021243000],\ +[1,0,0,-3838546,2893679876],\ +[0,1,1,-100901,14058605],\ +[0,0,0,-16238712,25186928041],\ +[1,-1,1,-78998,-64393819],\ +[1,-1,0,-310914,-1175332680],\ +[0,1,0,-21365,2001463],\ +[1,-1,1,89473,3082151],\ +[0,0,0,-2200968,-492784983],\ +[1,-1,1,-635801,-201407047],\ +[1,0,1,-168865,-12583020],\ +[0,1,1,-345061,78138020],\ +[1,0,1,-29325,2248072],\ +[0,1,0,-34771858,-78612953551],\ +[1,0,0,-1688,-177608],\ +[1,-1,0,-8358,295748],\ +[0,0,1,1842,12078],\ +[1,0,0,-52744,-21011904],\ +[1,-1,1,-3944,86059],\ +[1,0,0,-267141762,-1687559851324],\ +[0,0,0,17073,-1883754],\ +[0,0,0,-11559,3728734],\ +[1,0,1,-39780,118450],\ +[1,-1,1,12847,-621439],\ +[1,-1,0,146015136,-578302387002],\ +[1,0,0,-4007,97609],\ +[1,0,1,-374981146,2794843403212],\ +[0,1,1,89269287,103865568211],\ +[1,0,1,-432,4628],\ +[0,1,0,-67085,6663983],\ +[0,0,1,-10350,326628],\ +[1,0,0,-255146,-53850460],\ +[1,0,1,-13300,589190],\ +[0,1,1,-2783,55569],\ +[0,0,1,-28530,1853748],\ +[1,0,0,-14719535,21735255097],\ +[1,0,0,-197912,34094144],\ +[0,0,0,11529,3674862],\ +[1,0,1,-201,-255702],\ +[0,0,1,-2322,50942],\ +[0,1,1,14647,-135014],\ +[1,0,1,1545,-187670],\ +[1,-1,1,-7206890,8510613545],\ +[1,0,0,-150732,22973336],\ +[1,-1,0,5475288,1398025664],\ +[0,1,1,-55315,4993056],\ +[1,0,0,12311,-961703],\ +[0,1,0,-34757,453319],\ +[1,0,0,-100774,21388772],\ +[1,-1,0,-87756927,316446527825],\ +[0,1,1,-147297,-16907533],\ +[1,0,1,-3215,101080],\ +[1,-1,1,106816,-34433053],\ +[1,0,1,-2172420,1232252930],\ +[0,0,0,-474927375,3983720233750],\ +[1,0,0,213684,155437200],\ +[0,1,0,112292,-8876412],\ +[1,0,0,-142838,21442724],\ +[1,-1,1,-89780,-3251689],\ +[1,0,1,779,10856],\ +[1,0,0,-2555,11025],\ +[1,0,0,-661256,246211136],\ +[1,-1,0,-779436,315692496],\ +[1,-1,0,-642642,198450980],\ +[0,1,0,-384021,91473580],\ +[1,-1,0,3757524,5017584336],\ +[1,0,1,-4834,130212],\ +[1,-1,1,-482684,537284927],\ +[1,-1,1,7428415,1396946513],\ +[1,0,1,-565451,-163347136],\ +[1,0,0,-58538,-5562716],\ +[1,0,0,696842,68747428],\ +[0,1,1,-7423,179256],\ +[1,-1,1,-74780,-7209889],\ +[1,0,1,4399,-118556],\ +[1,-1,0,3081096,-107123040],\ +[1,0,0,-209384,38910312],\ +[1,-1,1,-57340415,-182731612121],\ +[1,0,0,-14430714,-21111515164],\ +[0,1,0,-50333,4329588],\ +[1,-1,1,-1364180,625163447],\ +[1,-1,0,349542,-14763222],\ +[0,1,0,-6747333,-6583614489],\ +[1,-1,0,-8111698403967,8892338866384658445],\ +[1,-1,0,-13341024,18758974518],\ +[0,0,1,10800,-380869],\ +[0,1,0,-23249796,43144934724],\ +[1,0,0,-8720,509912],\ +[1,-1,1,-428630,107479973],\ +[1,0,1,148344,-96164138],\ +[1,-1,1,-4442549,-11733622963],\ +[1,0,0,-18752,324096],\ +[1,-1,0,-2322567,1362910941],\ +[1,-1,0,-657642,205437780],\ +[1,0,0,151046,-118859804],\ +[1,0,0,-6584666,5982884196],\ +[0,1,0,-6981,260100],\ +[1,-1,0,-615117,185838291],\ +[0,0,1,-29550,1972881],\ +[1,-1,1,-4478438,3501720181],\ +[1,-1,1,-1163,150931],\ +[1,0,0,-10359,491697],\ +[1,-1,1,1883707,2212548157],\ +[1,-1,1,-14090,1016273],\ +[1,-1,0,-21159,1189665],\ +[1,0,1,49072,-8088802],\ +[1,0,0,5489,139385],\ +[0,1,1,6439,-58450],\ +[0,1,1,-8781,389531],\ +[1,-1,1,-6293,136621],\ +[0,0,1,-1694093106,26838239631633],\ +[1,-1,0,-978,15282],\ +[1,0,1,-1225240663,-270918682304262],\ +[1,-1,1,826,5357],\ +[1,-1,1,-6002,4006001],\ +[1,0,1,-6701,210448],\ +[1,-1,1,1807,-38663],\ +[1,-1,0,-6309,195363],\ +[1,0,1,-990344,-345428224],\ +[1,0,1,-1451,85548],\ +[1,0,1,136058712,10001412085238],\ +[1,0,1,-99142,10550552],\ +[1,-1,0,151614,-107551422],\ +[0,0,1,-266322,-9963923130],\ +[0,1,0,-419401,104401224],\ +[0,0,1,-29850,-2024994],\ +[0,1,0,-12773,356679],\ +[1,-1,1,46705,-314665],\ +[1,-1,1,-13382564,15738308039],\ +[1,0,1,-49461,4228240],\ +[1,0,0,-89180,10517752],\ +[1,-1,0,-595587318,5594713283492],\ +[1,-1,0,5052,-48628],\ +[0,1,1,-953,4382],\ +[0,0,0,-4801167,4055987574],\ +[0,1,0,-52626,-11260935],\ +[1,0,1,-10242872,12616861062],\ +[1,-1,1,-9554,372497],\ +[1,0,0,90709,6526641],\ +[0,1,0,-111504994,451239255209],\ +[1,0,0,-39332582,-94768016156],\ +[0,0,1,69000,2597031],\ +[1,0,1,-10498407,11954150762],\ +[1,0,1,30527,-3944872],\ +[0,0,0,-60879,5781526],\ +[1,0,1,15152,-4897122],\ +[1,0,1,5196,122926],\ +[1,0,0,-8176,284480],\ +[1,0,1,-430351289,3436200860636],\ +[1,-1,1,8050,208901],\ +[1,0,0,-1160953,481382393],\ +[1,0,1,-27884,331346],\ +[1,0,0,-426553,1079579705],\ +[1,0,1,3412,-557062],\ +[1,0,0,12861180,-22038511600],\ +[1,-1,1,-296798,63561197],\ +[0,1,0,-130,-1359247],\ +[1,0,0,-12284,1307736],\ +[1,-1,0,-246,6888],\ +[1,-1,1,4613620,2675867663],\ +[1,0,0,282,2908],\ +[1,-1,0,54666,-2022462],\ +[1,-1,1,-758,-32059],\ +[1,-1,1,-594005,-233486611],\ +[1,-1,1,21472,5614187],\ +[1,0,0,-588482,173722564],\ +[0,0,0,-98040,10625956],\ +[1,-1,1,141601,-341706553],\ +[0,1,0,-918,210681],\ +[0,1,0,-9785622,11781156681],\ +[0,1,1,-2361,92595],\ +[1,-1,1,400,-4789],\ +[1,-1,1,-55805,14376197],\ +[0,1,1,-1234071,527270086],\ +[1,-1,0,-1572,24470],\ +[1,-1,1,-1180157180,-29219139039553],\ +[1,-1,0,-393946151742,95170829953952916],\ +[1,-1,0,-1731699,1152886005],\ +[1,-1,0,257496,-5024472],\ +[1,0,0,11187,-2531575],\ +[1,0,1,537520,36783902],\ +[1,-1,0,-206604,36307728],\ +[0,0,0,-226306200,1326662377252],\ +[1,0,0,-1128,14680],\ +[1,-1,0,-329616,75029976],\ +[1,-1,0,-3726879,-2922071347],\ +[1,-1,1,50002,-7016003],\ +[0,0,0,-4781631,3995569798],\ +[1,-1,0,3513,19385],\ +[1,-1,1,-30524981,614548116173],\ +[1,0,0,-2380139,1413158057],\ +[1,0,1,289767,287068368],\ +[0,1,1,-289361,1308956095],\ +[0,0,0,-27665608152,1771126284816196],\ +[1,-1,1,448,779],\ +[1,-1,0,-600,6546],\ +[1,-1,1,1487347,474203701],\ +[1,-1,1,-104780,786511],\ +[1,-1,1,424,19739],\ +[1,-1,0,-627642,191544180],\ +[1,0,1,481,-728],\ +[1,0,1,3346,-189728],\ +[1,0,1,-253246,85025360],\ +[1,-1,0,1658763,12212895285],\ +[0,0,1,-19002,2621052],\ +[1,0,1,-3776,136270],\ +[1,0,1,674,7946],\ +[0,1,1,-1146867,472352860],\ +[0,0,1,168,-806463],\ +[1,0,1,-547409,155843732],\ +[0,1,1,-1539281,734937825],\ +[1,0,0,483202,-679426236],\ +[0,1,1,6109,-60460],\ +[1,0,0,-14875724,-21918884488],\ +[1,-1,0,-144000,22286106],\ +[0,1,0,10220,-2218972],\ +[1,-1,0,-28539,-840555],\ +[0,1,0,895,49728],\ +[1,-1,1,90448,-885221],\ +[1,0,0,-1977,41849],\ +[1,0,0,-22308,19927288],\ +[1,-1,1,-111362,14318849],\ +[0,0,1,-126984,17419662],\ +[1,-1,1,-1277963,317863067],\ +[1,0,0,-29876,-2584344],\ +[1,-1,1,-21626159,38715290039],\ +[0,1,0,61283,2739071],\ +[1,-1,1,-20456897,35618047121],\ +[1,0,0,-386963,-110121183],\ +[1,-1,1,-2469098,1501687081],\ +[1,-1,0,-1093893,-2982319147],\ +[1,-1,0,-611370,184327596],\ +[1,-1,0,10050,29436],\ +[1,-1,1,70036,9805807],\ +[1,0,0,-769655,-146389975],\ +[1,0,0,-15547,744849],\ +[1,-1,1,-14552,738779],\ +[1,-1,1,7159783,-20326080391],\ +[1,-1,0,-5132289,4476038973],\ +[1,0,1,-19852071,49546602266],\ +[1,0,1,-182581,30012864],\ +[1,-1,0,-1556256,747645648],\ +[1,-1,1,-175346,-26814991],\ +[1,0,1,-22032,1142812],\ +[1,0,1,-150377,17525612],\ +[0,0,0,-4959,137926],\ +[1,0,0,-82,6724],\ +[1,-1,1,-4898606,4174310909],\ +[1,0,0,116,13456],\ +[1,0,1,1787,61688],\ +[0,1,1,-839,44309],\ +[1,0,1,-555701,168074048],\ +[1,-1,1,-2988410,2016649145],\ +[0,1,0,6851,717284],\ +[1,0,0,3712,-109632],\ +[1,0,1,-798326,8570504],\ +[1,-1,0,-1912869,-12061630917],\ +[1,-1,0,-1649256,815651648],\ +[1,0,1,11592,713818],\ +[1,-1,0,1256808,-364210336],\ +[1,0,0,-23452,846096],\ +[0,1,0,3204,26180],\ +[1,-1,1,-13295948,18663986567],\ +[1,-1,1,10192,-6312229],\ +[1,-1,1,-890752928,10269443150147],\ +[1,-1,1,-523968422,4678478178869],\ +[1,0,0,-28363,-1759951],\ +[1,0,0,12485,238225],\ +[1,0,0,7237,-591983],\ +[0,1,0,-6253,182351],\ +[1,-1,1,3540811,-29620531123],\ +[1,0,0,-16224,965016],\ +[1,0,1,75049,507548],\ +[1,-1,1,-216269,38765429],\ +[0,1,0,1795,200703],\ +[1,0,0,-253940,50984592],\ +[1,0,0,-669026,-282418980],\ +[0,0,1,18780,-417843],\ +[0,1,0,7533419,-32892425545],\ +[0,0,0,-3519,80806],\ +[0,0,1,38220,84357],\ +[0,0,0,-12153,4120873],\ +[0,0,0,1089,-15962],\ +[1,0,0,-13546,605676],\ +[1,0,1,-8926,323834],\ +[1,-1,0,-377169,89264925],\ +[0,1,1,-513,5277],\ +[0,1,1,-657539,-40427200],\ +[1,-1,0,-4419,-215067],\ +[1,-1,1,12517,-11079349],\ +[1,0,1,-3465040,4676355102],\ +[1,-1,1,-17309,789157],\ +[0,0,0,-191607,-76338194],\ +[1,-1,1,-191297,2477521],\ +[1,0,1,-4256985,3380304500],\ +[0,0,0,-497691813,24023462359237],\ +[1,-1,1,-160412,-8705689],\ +[0,1,0,450,50625],\ +[1,-1,0,-36243,2660517],\ +[1,0,1,138240,5714262],\ +[1,0,0,-255260816,1570145751296],\ +[1,-1,0,-1134855,465607485],\ +[1,-1,0,-9103312980,334310703690960],\ +[0,1,0,900,202500],\ +[1,-1,0,-35481,2588013],\ +[1,-1,0,-10815,435615],\ +[1,0,1,-1409,-587508],\ +[1,-1,1,-3095,70703],\ +[1,-1,1,-189079339730,31645742022796241],\ +[1,-1,1,8029,-493981],\ +[1,0,1,-58206,-36578108],\ +[1,0,0,-42440612,106363577616],\ +[0,0,1,-63882,6214637],\ +[1,-1,0,-6075,4104675],\ +[1,0,1,-575430,170700440],\ +[1,0,0,-435,4697],\ +[1,-1,1,-28895,913919],\ +[1,0,1,-28865,2187372],\ +[0,1,0,-900,202500],\ +[0,1,0,-1088110516,13814851566884],\ +[1,-1,0,-17112222,27252367380],\ +[0,0,0,132279,-597287],\ +[1,-1,0,6075,4096575],\ +[1,-1,0,1923,-3723],\ +[0,1,1,-16061411,-29598522955],\ +[0,0,0,-2691885,8152223389],\ +[1,-1,0,348,13224],\ +[0,1,0,-450,50625],\ +[1,0,0,-9099478,10564321636],\ +[1,0,1,-497751,108235498],\ +[1,-1,0,-9926463537,380664846208413],\ +[1,-1,1,-350,13805],\ +[0,1,0,-2445,16975],\ +[1,0,0,145164,-7244259184],\ +[1,-1,0,-1207239,510851645],\ +[0,1,0,-9550,539073],\ +[1,0,1,-123702,16735702],\ +[0,1,0,-8562,249489],\ +[0,1,0,9238459,3547558695],\ +[1,-1,1,-118913,-23335279],\ +[0,1,0,-8301,-347345],\ +[1,-1,1,-25037,1531061],\ +[1,0,1,6169237,-4631864362],\ +[1,-1,0,-767817,259207587],\ +[0,1,1,8517,302266],\ +[1,0,0,-2368709636,42397285668216],\ +[1,0,1,-15156,716870],\ +[1,0,0,12367,1202409],\ +[1,0,0,2544,-11520],\ +[1,-1,0,246,6560],\ +[1,0,0,-165071,38084601],\ +[1,0,0,-3318391,2283002921],\ +[1,0,1,-99465,-392710100],\ +[1,-1,0,-22797,2527605],\ +[1,-1,0,-936873,436681287],\ +[1,-1,1,-248,6971],\ +[1,0,1,-324938003,2156012033006],\ +[1,0,1,-23999,1429842],\ +[0,1,1,-12567,538077],\ +[1,-1,1,-174323,-27225269],\ +[1,0,0,-3695,87937],\ +[0,1,0,-393092,62272644],\ +[1,0,1,8257,-73842],\ +[1,0,1,-52069,4558826],\ +[0,1,0,-67133,-10964385],\ +[0,0,1,-84216,9393534],\ +[1,0,1,-145191,-21333090],\ +[0,1,0,-44653,-5284209],\ +[1,0,0,-16495665,25734645225],\ +[0,0,0,-103935,15794854],\ +[0,1,0,-4462,113241],\ +[0,0,0,10644,722473],\ +[1,0,1,-2474713,1498426406],\ +[1,0,1,2076,10366],\ +[1,0,1,-2565,49932],\ +[1,0,1,-1715,-1400498],\ +[0,0,0,62736,5299684],\ +[0,1,0,1567,-28712],\ +[0,1,0,-1805,204303],\ +[1,0,0,-55988,-317808],\ +[1,-1,0,-5888487,5501361393],\ +[0,1,1,-17202807,27460997885],\ +[0,0,0,-1860672,976913764],\ +[0,1,1,-84653,-14260205],\ +[1,0,0,-46149,3813057],\ +[1,0,1,-312951,53176048],\ +[0,1,0,-854133,303549463],\ +[1,-1,1,-521765,-288437731],\ +[1,0,0,-19182,873604],\ +[1,-1,0,-264519,52449525],\ +[1,-1,0,-5433633,4876391997],\ +[1,0,0,-68070,5095900],\ +[1,0,1,-61708,5925018],\ +[1,-1,0,-502143,137086127],\ +[1,0,1,-426499195,3390523279382],\ +[1,0,1,-1027,23498],\ +[1,-1,0,-7081092,7258068558],\ +[1,-1,0,-1629262413,-19826699276367],\ +[0,0,0,-27178632,-15626757519],\ +[0,1,0,-7652,256356],\ +[1,-1,1,-6470084642,-200313911828959],\ +[1,0,1,17665,-509550],\ +[1,0,0,-4820,170312],\ +[1,0,1,-67902883,215361971806],\ +[1,0,0,-101063,10951689],\ +[1,0,1,-9987,-596002],\ +[1,0,1,-2686929,1677966772],\ +[0,1,0,-905,51528],\ +[0,0,0,10473,3031054],\ +[0,0,0,-10503,3079998],\ +[0,1,1,-19141,1012775],\ +[1,-1,0,-2175,66221],\ +[1,0,0,-52966,4687076],\ +[1,0,1,-3498451,708010798],\ +[1,-1,1,-36470,2541701],\ +[1,-1,1,2023,43129],\ +[0,1,0,-31180,1827428],\ +[1,-1,1,-217865,39195145],\ +[0,1,1,-12773,544727],\ +[1,-1,0,-58452,5432400],\ +[1,0,1,-12662,547192],\ +[0,0,1,-7728,-192267],\ +[1,-1,1,3778,-152179],\ +[0,0,0,74265,3237694],\ +[0,1,0,-22381,1006895],\ +[1,0,1,2196,-26298],\ +[0,0,1,-64302,6276027],\ +[1,-1,0,-218178,111991572],\ +[1,-1,1,-2972282,1973058689],\ +[0,0,0,0,416241604],\ +[1,-1,1,-2228,552791],\ +[1,-1,0,-16080,791100],\ +[0,1,1,-2981,-20455],\ +[0,1,1,355,-5601],\ +[1,0,0,-990263,155484841],\ +[1,-1,0,84501,-1190907],\ +[1,-1,1,-138053,20804797],\ +[1,0,0,-13038,575108],\ +[0,1,0,446,-3567],\ +[0,1,1,697,30101],\ +[0,1,1,1080883,958720770],\ +[1,-1,0,-46695,3895461],\ +[1,-1,0,-2150465940,35020784892240],\ +[1,-1,1,-6857,-41911],\ +[0,1,0,30126867,78075314767],\ +[1,0,1,-6010,254812],\ +[1,0,1,-33486,2355744],\ +[0,1,1,1161,336980],\ +[0,0,0,48552,16078372],\ +[1,0,1,-2347025,1383767652],\ +[0,1,1,-22065,1221806],\ +[1,0,1,-854629164,20193588185706],\ +[1,0,1,-5100326,4433057048],\ +[1,-1,1,-8180,374447],\ +[1,-1,1,-246155,271665947],\ +[0,0,1,216,-7693],\ +[1,0,1,1102,1215506],\ +[0,0,0,-64407,6291406],\ +[1,-1,0,-183654,30371328],\ +[0,1,0,-2116,38340],\ +[1,0,0,-2369285,-1420891775],\ +[0,1,1,-20901,1156105],\ +[1,0,1,-4879211,4158741846],\ +[0,0,1,-19494,-1088385],\ +[1,0,1,-281754696,1820326348950],\ +[1,0,0,-4746,-84420],\ +[1,0,0,-14033,571945],\ +[1,0,1,-4281,137506],\ +[1,-1,1,1000,-6829],\ +[0,0,1,42786,12455642],\ +[0,0,1,-177336,28743753],\ +[0,0,1,-2646,52409],\ +[1,-1,1,3933742,-30439222423],\ +[0,1,1,-2935,-75636],\ +[0,0,1,1518,-12233025],\ +[1,0,0,-11738,484004],\ +[1,-1,1,6715,-906691],\ +[1,0,1,-66359,-6339274],\ +[1,-1,1,-35457233,828827022017],\ +[1,0,1,-57446,-1612104],\ +[1,-1,1,18715,1374941],\ +[0,1,0,13909971,-19517086252],\ +[1,-1,1,3247,118337],\ +[1,0,0,-4381,111065],\ +[1,-1,0,-3399,154893],\ +[1,0,1,-1551,8774],\ +[0,1,0,-33217,2411696],\ +[1,-1,1,-348206,81893693],\ +[0,0,1,3126,48672],\ +[1,-1,1,-854426,287416793],\ +[0,1,0,-350421,79725655],\ +[0,1,1,-574067,167216340],\ +[0,1,0,231,3248],\ +[0,1,1,-2763,54965],\ +[0,0,0,21147,-2094923],\ +[1,-1,0,408,-4834],\ +[1,-1,1,2485,1883],\ +[1,0,0,-8358,-60956],\ +[1,0,0,-1023,3025],\ +[1,-1,1,-1580,24647],\ +[1,-1,0,-1369176,614540736],\ +[1,-1,1,3820,26447],\ +[0,1,1,-398981,172190045],\ +[1,-1,0,-30087,4311225],\ +[1,0,1,-47038,3901988],\ +[0,0,1,-236838,48411783],\ +[1,0,1,-54073,4736528],\ +[0,1,0,-428190,152156025],\ +[0,0,1,-56368326,162892399194],\ +[1,0,1,1854,-25020],\ +[1,0,1,1018,-19168],\ +[0,1,1,-128183,17621528],\ +[1,0,1,-607,8678],\ +[0,1,0,786499,-109805985],\ +[1,-1,1,-44883257,115573900889],\ +[1,-1,1,-56426,5174273],\ +[1,0,1,-1135,14812],\ +[1,0,0,-83718,8857188],\ +[0,0,0,3275943,1857141169],\ +[1,-1,1,-2336522,-1223848879],\ +[1,0,0,-101279,-16748583],\ +[1,-1,1,-18689,-56790511],\ +[0,0,1,-9480,2510613],\ +[1,-1,1,68678395,-544946720003],\ +[1,-1,0,-19572,644112],\ +[1,-1,0,-4992,157166],\ +[1,-1,1,-75350,7978853],\ +[1,-1,1,-670430,211457197],\ +[0,0,0,17888136,40039469764],\ +[1,0,1,-897853,175777256],\ +[0,1,1,-128333,17652494],\ +[1,0,0,-21316,317456],\ +[0,0,0,1176,2116],\ +[1,-1,0,-301743,44531613],\ +[0,1,0,-43906,-698431],\ +[0,0,0,-1656,28548],\ +[1,0,0,-10326,98596],\ +[0,1,0,-17061,-2145465],\ +[1,0,0,394129,5996665],\ +[1,-1,1,-20624,1082747],\ +[0,1,1,-8015,-372731],\ +[1,-1,1,-191330,32311649],\ +[1,-1,1,-130577,41082329],\ +[0,0,0,-17655,902926],\ +[0,0,0,-1095,-63074],\ +[1,0,1,-45576,83128798],\ +[0,1,1,351,30800],\ +[0,1,1,-4699,-139140],\ +[1,0,1,-193371,35084650],\ +[1,0,1,9634,-681136],\ +[1,0,1,774,-54466],\ +[0,0,0,-16056,751012],\ +[1,0,0,-1756672,896004096],\ +[1,0,1,21873476,10127217146],\ +[1,0,0,-41561,3257785],\ +[1,-1,0,-24948,-1386702],\ +[1,0,0,-1213,-1479],\ +[1,0,0,86547,-864124975],\ +[1,-1,0,-24891,-1395307],\ +[0,1,1,-97073,11736125],\ +[1,-1,0,97659693,-157725575055],\ +[1,-1,0,303,9999],\ +[0,1,0,-47469,4339279],\ +[1,0,0,-309438,66625092],\ +[0,1,0,-217101,37645199],\ +[1,-1,1,-72980,-7679497],\ +[1,-1,0,-1873945278,37205852937588],\ +[0,0,1,-3762,89547],\ +[1,0,1,-15562,745892],\ +[1,-1,1,-4739,2497979],\ +[1,0,0,-6419,287777],\ +[1,0,1,11099,-126328],\ +[0,0,1,-7042397844,227485527753060],\ +[0,0,1,-5582604,865715802255],\ +[1,0,1,-6985,-169580],\ +[1,-1,1,-3770483,2819856467],\ +[1,-1,1,-219461,39626429],\ +[1,-1,0,537,-21753],\ +[1,-1,1,-28235882,-59613106519],\ +[1,-1,0,2505,68301],\ +[0,0,0,-377157,89151469],\ +[1,-1,1,-219803,39719051],\ +[1,0,0,-1866933,7541153],\ +[1,0,0,-12830,-305148],\ +[1,0,0,-32884321,72577854665],\ +[0,0,1,-7308,-226717],\ +[1,0,0,-8688,310976],\ +[1,0,0,552,5120],\ +[1,-1,1,-2657,96689],\ +[1,0,0,-225940,41843600],\ +[0,0,1,-1088698368,13826446683489],\ +[1,0,1,-50201,5299948],\ +[0,1,1,-943,8373],\ +[0,1,0,-666236,208465604],\ +[0,1,1,-351,30800],\ +[1,-1,1,-25367,1561391],\ +[1,-1,0,256431,-396976267],\ +[0,0,0,-3960,132228],\ +[1,-1,1,-219689,39688169],\ +[0,1,0,-17045,849975],\ +[1,0,0,3981,65377],\ +[1,-1,1,-221969,38824057],\ +[1,-1,0,-24492,-1455486],\ +[1,0,1,-8003,258006],\ +[1,-1,0,-137913,23571053],\ +[1,0,0,-593,14633],\ +[1,0,0,-96299,-18320463],\ +[1,0,1,-464404,121781206],\ +[0,1,1,-1157661,455642516],\ +[1,0,0,-508886,188967716],\ +[1,-1,1,110461,5977859],\ +[0,0,1,-47082,3923037],\ +[1,0,0,-22469,1277377],\ +[1,-1,0,-24549,-1446895],\ +[1,0,0,-25198,-620924],\ +[1,-1,1,-219974,39765389],\ +[0,1,1,-8743,797830],\ +[0,1,0,-727801,238742040],\ +[1,0,1,-23,-20922],\ +[1,0,1,-836,28722],\ +[1,-1,0,-24378,-1472662],\ +[1,0,0,-2741,-490999],\ +[1,0,1,-18519,342934842],\ +[1,0,0,-123613,-15247183],\ +[1,0,0,3991274,-2301333020],\ +[0,1,0,-139949,20103919],\ +[1,0,0,-4988,133968],\ +[0,1,1,423,1767],\ +[0,1,1,37,-9855],\ +[1,0,1,-517636,92663810],\ +[1,-1,0,-9686268,11608682832],\ +[1,0,0,-804372,-520190064],\ +[1,0,0,-79877652,-274787354736],\ +[1,0,0,-849362,113294084],\ +[1,0,1,-2332894066224,1371483476829731326],\ +[1,0,0,-131,17161],\ +[1,-1,0,-4551,272141],\ +[1,0,0,-857388,-558634608],\ +[1,-1,0,2172,-116092],\ +[1,-1,1,-1542679613,-23105211239419],\ +[1,0,0,-6431,-212719],\ +[0,0,1,-239485062,1449076505040],\ +[1,-1,1,-879118952,10032960241451],\ +[1,0,1,21850,401322],\ +[1,-1,1,-10629617,14359453409],\ +[1,-1,1,-1986689,1078308217],\ +[1,-1,0,-146475,21613851],\ +[1,0,0,-7843,303145],\ +[0,1,0,4492,66660],\ +[1,-1,0,-155637,109153845],\ +[1,0,1,-5724,232966],\ +[0,1,1,-2017,-123480],\ +[1,0,0,-6638,207492],\ +[1,-1,0,11742,-595962],\ +[1,-1,1,-39194,3011969],\ +[1,-1,1,184786,-45144323],\ +[0,1,1,-1339,18554],\ +[0,1,0,25036,-1499516],\ +[1,0,1,-10946,389612],\ +[1,0,0,-29795,1974337],\ +[0,0,0,71625,2908750],\ +[1,0,1,-3296828,2749472048],\ +[1,-1,0,-3615327,2653356285],\ +[1,0,0,-78395012,-287526170096],\ +[1,-1,1,-11790536,10502364683],\ +[1,0,0,-148097,6844449],\ +[0,1,0,-10193,416992],\ +[1,0,1,-25195528,-48681457902],\ +[0,0,0,-13119375,18301153750],\ +[0,0,1,-14700,685881],\ +[0,1,0,-390173,6721860],\ +[1,-1,1,-129365,17940629],\ +[0,1,1,-984795,376705549],\ +[1,-1,0,-27237,698103],\ +[0,0,0,-3597213,2626017613],\ +[1,-1,1,-6281016800,191600485559939],\ +[0,1,0,-129308,17854212],\ +[1,-1,1,-5783675,5355144299],\ +[1,-1,1,-246311916784700,1487909929742508608831],\ +[1,-1,1,-77546345,262822850921],\ +[0,0,0,-312417,-140875551],\ +[1,0,1,-766484,253193042],\ +[1,0,0,22686,-23194044],\ +[0,1,0,-26484,-3802076],\ +[1,0,0,-120862,16457924],\ +[1,0,1,-355464,81585362],\ +[1,0,0,-26726,1607396],\ +[1,-1,1,-12750926,-18111351931],\ +[1,-1,0,-1376376507,19654481610639],\ +[1,-1,0,369549,-13048587],\ +[1,0,0,71879,-3651975],\ +[1,-1,1,-321788,72219007],\ +[1,-1,1,11610727,-25751869703],\ +[1,-1,0,-23409,-1618335],\ +[1,-1,1,-152249,24417497],\ +[1,-1,1,166600,-1273523461],\ +[0,0,0,-63504,-5660604],\ +[0,1,0,-3685,220775],\ +[1,-1,0,-4652091,4264869213],\ +[1,0,0,-5424252,4845640024],\ +[0,1,0,25202,6254489],\ +[1,-1,0,-9316002,10947970728],\ +[1,-1,1,2362,618581],\ +[1,0,1,314621,338748606],\ +[1,-1,0,-3363060,2426885400],\ +[1,-1,0,-28749,1883805],\ +[1,0,0,42724,-4662000],\ +[1,-1,1,1297,-244489],\ +[1,0,0,43684,6077200],\ +[1,-1,0,-1013490,392854050],\ +[1,0,0,-5419172,4855200016],\ +[1,0,0,-2311749,1352708801],\ +[1,0,0,-3602,-427516],\ +[1,0,1,-126054,17215462],\ +[1,-1,1,-54593,4923857],\ +[0,1,1,-7753,630718],\ +[1,-1,0,1041,-574587],\ +[1,0,1,-877417,318407532],\ +[0,0,1,-62532,-5894188],\ +[0,1,0,-248258,47495681],\ +[1,0,1,-53031,-914518],\ +[1,-1,1,-3177386,2219517929],\ +[1,-1,0,-14361,657773],\ +[1,-1,1,-269717,54721109],\ +[1,0,1,477,-2672],\ +[1,0,1,-85104048260313,302185693798655542588],\ +[1,-1,1,-938279,350057567],\ +[1,0,0,-3152,67864],\ +[0,0,0,-39504,2700241],\ +[1,0,1,117,13806],\ +[0,1,0,-216708,36735588],\ +[1,0,0,-2184281,652152761],\ +[1,-1,0,1445784,-373309632],\ +[1,0,0,186404,-56748080],\ +[1,0,1,44382,16059056],\ +[1,-1,1,-4657915175,122360040222815],\ +[1,0,0,-12184514,16371027396],\ +[0,0,0,-559728,161180932],\ +[1,0,1,-12288083,-15681554944],\ +[0,1,0,-24573,1901727],\ +[1,0,1,-4468,-559942],\ +[1,-1,0,-5265,3083535],\ +[1,-1,1,-74453,6841901],\ +[0,1,1,-1343,-4634],\ +[0,0,0,-26040,1774537],\ +[1,-1,1,-9036614,10457775829],\ +[1,-1,0,-31104,107516160],\ +[0,0,0,-65247,6414886],\ +[1,0,0,1152,1327104],\ +[1,0,0,-1152,1327104],\ +[0,0,1,-559836,161227584],\ +[1,-1,1,-3176078,2179430597],\ +[0,0,1,-560196,161009849],\ +[1,-1,1,-12004313,16319332217],\ +[0,1,1,-3743,86913],\ +[1,-1,0,31104,107474688],\ +[1,0,0,-423,7561],\ +[0,0,0,-62064,-6006524],\ +[0,0,1,-139026,-100803051],\ +[0,0,0,223296,-193581596],\ +[1,0,1,-1965,33270],\ +[1,-1,0,-493121754,-36979409876940],\ +[0,0,1,-560196,161383124],\ +[1,-1,0,724593,6479283693],\ +[0,0,1,-8676,311258],\ +[1,0,1,-124268,16347306],\ +[1,0,1,-13621,-2227776],\ +[1,-1,1,346405,-899770741],\ +[1,-1,1,14581,-6874021],\ +[0,0,0,-560016,161305348],\ +[0,1,0,-9234,338473],\ +[1,-1,0,-258933,50791953],\ +[0,0,1,-61884,-6049708],\ +[1,-1,1,-203501,47125909],\ +[0,1,0,-24509,-1076012],\ +[1,-1,0,-51609,4525713],\ +[0,0,1,996,-49830],\ +[0,0,1,2106,-19663],\ +[1,0,1,-3490066,2509261604],\ +[1,0,0,-29738,2151588],\ +[1,-1,1,-170780,19504991],\ +[1,-1,1,-221741,40245269],\ +[1,0,1,-10907,336908],\ +[0,0,0,-8988285,10375204453],\ +[1,-1,0,-23997,1436829],\ +[0,1,1,453,-3590],\ +[1,0,0,-47037,3924081],\ +[1,0,0,590321,393639801],\ +[1,0,1,3294,430984],\ +[0,0,1,-65352,6430377],\ +[0,1,1,-7443,-423249],\ +[1,0,0,11462,-122652],\ +[1,0,0,186262,-2982300],\ +[1,0,0,783,-2519],\ +[1,0,0,-65564,6415632],\ +[1,0,1,-228012,41969298],\ +[0,1,0,569642,-4166650687],\ +[1,0,0,444259,71638065],\ +[1,-1,0,-812403,308359413],\ +[0,0,0,-43497,2346489],\ +[1,0,0,-599284773,5646443095169],\ +[1,0,0,15570,-342100],\ +[1,-1,1,-15749,655997],\ +[0,0,0,2052,-422487],\ +[0,0,0,-60912,-6282684],\ +[0,0,0,-39933,1811493],\ +[0,1,1,-129983,17994308],\ +[0,0,0,-40932,3188169],\ +[0,0,0,648,-349596],\ +[0,1,1,425,-83219],\ +[0,1,0,7138,-827399],\ +[0,0,0,15633,538326],\ +[0,0,0,-561168,161803332],\ +[0,0,0,-156897,23917689],\ +[0,0,0,-39528,3025188],\ +[1,0,0,-4146678,6202581156],\ +[1,-1,0,-22383,-1771947],\ +[1,-1,0,-101385,11952225],\ +[0,1,0,-129908,17978724],\ +[1,0,0,-1151097893,-6245095299967],\ +[0,0,0,-153333,23105493],\ +[0,0,1,38436,1614690],\ +[0,0,0,-18063,1245942],\ +[0,1,1,-30983,1340528],\ +[1,0,1,3845,-2380730],\ +[1,-1,0,121158,-51566220],\ +[1,-1,1,-221969,40307329],\ +[1,0,1,80834,4857680],\ +[0,1,1,1027,-3754],\ +[1,0,0,-525623,148244649],\ +[0,1,1,213575,231051104],\ +[1,0,0,4382,-81340],\ +[1,-1,0,-996,15786],\ +[0,1,0,-953,8584],\ +[1,-1,1,-1195538,503443721],\ +[0,0,1,-556374,156620340],\ +[1,0,1,-2225893,1252215056],\ +[1,0,0,-8917,310649],\ +[0,0,1,-7259772,10470540717],\ +[0,0,1,-9130824,10619724720],\ +[1,-1,1,844,5663],\ +[1,0,1,-7275845,7553328112],\ +[0,0,1,711438,-188254710],\ +[1,0,1,-4484,94582],\ +[1,0,1,-1495,15622],\ +[1,0,1,-32214,2238622],\ +[1,-1,1,-55215608,157961813627],\ +[0,1,0,1435,-9212],\ +[0,1,0,-66109,6182239],\ +[0,0,0,-5040,137412],\ +[0,0,1,-130200,18087384],\ +[1,-1,1,-13295,10991],\ +[1,-1,0,-81627,8996715],\ +[1,-1,0,-155298,23595912],\ +[0,0,1,7320,-2448936],\ +[1,0,0,-4014,122572],\ +[1,0,1,-59852,5628898],\ +[0,1,0,1244,-2940],\ +[1,-1,1,-5312,150499],\ +[1,0,1,5092,117318],\ +[0,0,0,47817,-8612882],\ +[1,-1,1,-3406955,2424861947],\ +[0,0,1,-1171800,-488359375],\ +[1,0,0,-956902308,11393219829520],\ +[0,0,1,-10546950,13183734375],\ +[0,1,1,-36101,2645705],\ +[1,-1,1,-33305,-178471303],\ +[1,0,0,-3794263,2839383913],\ +[1,-1,1,-1304,-2403493],\ +[1,0,0,-8114,1359492],\ +[0,0,0,-10554375,13197658750],\ +[0,1,0,-52253,4580052],\ +[0,0,0,-1164375,-496091250],\ +[1,0,1,12674,6413548],\ +[0,1,0,-269358,54729377],\ +[1,0,1,-6463,199438],\ +[1,-1,1,-650039,213255119],\ +[1,-1,0,-6762492,6766951248],\ +[1,-1,1,-4096553,3447407081],\ +[1,-1,1,-339132128,2403902411651],\ +[1,0,0,-6355757,6166843409],\ +[1,-1,1,-5653418,5640515561],\ +[0,1,0,-1678,34457],\ +[1,0,0,1225,-343],\ +[0,0,1,-54264,4863537],\ +[0,0,0,-65055,7036486],\ +[1,0,1,999,-59668],\ +[1,0,0,-81370668,-282527149680],\ +[1,0,1,-20712638,36361715888],\ +[1,-1,0,-243999,46454805],\ +[1,0,0,-2233,40465],\ +[1,0,1,-7321877,7625124928],\ +[1,0,0,-1191468,-233438832],\ +[0,1,0,-57757,5313119],\ +[0,0,0,-5055,112486],\ +[0,0,1,-12300,530208],\ +[1,0,1,-140264,7803786],\ +[1,0,1,-18419,960582],\ +[0,0,0,-13695,616486],\ +[1,-1,1,-33263,3115967],\ +[0,1,0,236,13924],\ +[1,-1,0,-109041,12010013],\ +[1,0,0,-743,12705],\ +[1,-1,1,-256442,6478841],\ +[0,0,0,0,12117361],\ +[1,0,0,-4894801,4136682281],\ +[1,-1,0,-8528940,9589334256],\ +[1,-1,0,28761,1327623],\ +[1,0,1,-1210792856,16216240843110],\ +[1,-1,1,-353,-4913999],\ +[1,0,1,-30255,5626012],\ +[0,1,1,-543083,153869244],\ +[1,0,0,-212638,37725892],\ +[0,1,1,-183,-12698],\ +[0,0,0,-26985,1715569],\ +[1,0,0,-1062,12204],\ +[1,0,1,8893,163838],\ +[0,1,1,-713,7678],\ +[1,0,1,-403702,98693608],\ +[0,1,0,-130508,18103524],\ +[0,1,0,-236,13924],\ +[0,0,1,-72306,-13392061],\ +[0,0,1,9276,-100890],\ +[1,0,1,-2858650,-1787890288],\ +[1,0,1,-1020321,396600022],\ +[0,0,1,1404,-57922],\ +[0,0,1,7554,350514],\ +[1,-1,0,71508,-4727584],\ +[1,-1,1,970,-1283003],\ +[1,0,1,9678486,-28616231588],\ +[0,0,1,-6258,-311967],\ +[1,0,1,-2712351,-1717327802],\ +[1,0,0,-267888,53211392],\ +[1,-1,1,2527,69617],\ +[1,-1,1,-654368,-60023869],\ +[0,0,1,-8034,496002],\ +[0,0,1,-65772,6492467],\ +[0,1,1,-3813,20287],\ +[0,0,1,-784524,267459237],\ +[1,-1,1,1141866760,-27077027613829],\ +[0,1,1,-521,5425],\ +[0,0,1,-9084,333630],\ +[1,-1,0,-95892,11454416],\ +[1,-1,0,249336,-52079652],\ +[1,0,0,-284396,61207440],\ +[0,0,0,-2232,-190556],\ +[0,0,0,-36648,2700388],\ +[0,1,0,50475,-17917577],\ +[0,1,1,-164021,24564361],\ +[1,0,1,-109057,-34415628],\ +[1,-1,1,-45527,5535479],\ +[0,1,1,-124133,20147567],\ +[1,-1,1,-5327825,4829589953],\ +[1,0,1,-150113,22387656],\ +[1,-1,0,2514153,-776116963],\ +[1,-1,1,-32597,2263469],\ +[0,0,1,12348,-1615273],\ +[1,-1,0,-20955,1112901],\ +[1,0,0,-88138,14681892],\ +[1,0,1,11778,1087892],\ +[1,-1,1,-13037,-12988051],\ +[1,0,0,-15673,908089],\ +[0,0,1,18906,2368332],\ +[1,-1,0,-511665,141005051],\ +[1,0,1,-194302,32800832],\ +[0,1,1,-130883,18181670],\ +[1,0,1,5053,115248],\ +[1,-1,1,-4801838,3931870781],\ +[1,-1,1,-4766,127853],\ +[0,1,0,-115033,-95460448],\ +[0,1,0,-118,3481],\ +[1,0,1,409,167690],\ +[1,0,1,-2988156,1987918710],\ +[1,0,1,-968465,-366164008],\ +[0,1,1,-975,4906],\ +[1,0,1,-1314422,600171122],\ +[1,0,0,-408137,100556889],\ +[1,-1,1,-1925,33341],\ +[0,1,0,-2613,-38044],\ +[1,-1,1,-823883,-54450853],\ +[1,0,1,-153544044,732301604026],\ +[1,-1,1,-2843717,5497138109],\ +[1,-1,1,63265,17178311],\ +[1,-1,0,-577842,169187300],\ +[0,1,0,-368021,85810580],\ +[1,0,0,7325024,-2202475520],\ +[0,0,1,-246972000,1493893685781],\ +[1,0,0,7283,262481],\ +[1,0,0,518,-32284],\ +[1,0,1,-510678859,4131296633846],\ +[1,0,1,-426,7648],\ +[1,0,0,-8401,624681],\ +[1,0,1,-57005,5233800],\ +[0,0,1,-889122,322748667],\ +[1,-1,0,-157464,2755095120],\ +[1,0,1,-56719,65763926],\ +[1,0,1,-11530496,-3800112730],\ +[1,0,0,142,-90996],\ +[1,-1,0,13248,650862],\ +[0,1,0,-1030461,400795839],\ +[1,0,0,4125,-21375],\ +[1,0,0,-2438,37476],\ +[0,1,1,55535283,-52501928740],\ +[0,1,0,-1061476,420622724],\ +[0,1,0,-131108,18228612],\ +[0,1,1,-17402333,27936318244],\ +[1,-1,1,39529462,-266842776823],\ +[1,0,1,-151957,22786218],\ +[0,1,1,4725,-702844],\ +[0,1,0,-36646,2691145],\ +[1,0,1,-4266672,1292434302],\ +[0,1,1,-2743,54363],\ +[0,1,1,-154115,-30618819],\ +[1,0,0,-2233,44345],\ +[0,1,0,-10820,440100],\ +[1,-1,0,2118,-2098],\ +[0,0,1,-6564,204690],\ +[0,1,0,2459,88679],\ +[0,0,1,0,10506],\ +[1,0,0,-139994,-31498244],\ +[0,1,1,-4992645301,-143276601662609],\ +[0,1,0,-188708,31577988],\ +[1,-1,1,-3290,78113],\ +[1,0,1,-335508,100963218],\ +[1,0,1,573445652,-11795980833494],\ +[1,0,0,-39673,-3557967],\ +[1,-1,0,-17347545126,-917566682955084],\ +[1,-1,1,-749618780,7899854756447],\ +[1,0,0,-98722,-4129684],\ +[1,0,0,161528,88346176],\ +[1,-1,1,-453292430,3679673655197],\ +[0,1,0,-11365,619588],\ +[1,0,0,198042,69770980],\ +[1,0,0,-2862023220,147927862624400],\ +[1,-1,1,-224021,40867309],\ +[1,0,1,584,13102],\ +[1,-1,0,-91002,20461188],\ +[1,0,0,2871,-26919],\ +[1,0,1,-905380533,10485562069568],\ +[1,0,0,-54442,4884644],\ +[1,-1,1,-1676,40663],\ +[0,0,1,-21000,1172031],\ +[1,0,1,-6920,212770],\ +[1,0,0,28312,512256],\ +[1,0,0,-613,-18807],\ +[1,-1,0,1524,23066],\ +[1,0,1,1403,-48512],\ +[0,1,0,-297061,62394535],\ +[0,0,1,2250,-184219],\ +[0,0,1,-1390998,632346084],\ +[1,-1,1,-15710,652709],\ +[1,0,1,2574,-91546],\ +[1,-1,0,-75555,8051301],\ +[1,0,0,-21985,1257225],\ +[0,1,0,557011,-54337521],\ +[1,-1,0,-87612,10003392],\ +[0,0,1,-871103802,9896082965910],\ +[0,0,0,252465,61247734],\ +[1,0,0,8182,1350180],\ +[0,1,1,-2326519,-1360227240],\ +[1,0,0,12544,157351936],\ +[1,-1,1,-7310,-556387],\ +[1,-1,1,131515,2494909],\ +[1,-1,1,-179,3659],\ +[0,1,1,-1524765,-1192678856],\ +[0,1,1,-20338278067,1116392081575250],\ +[1,-1,1,22003,-1590731],\ +[1,0,1,-54451,4929048],\ +[1,-1,0,-23637,2709045],\ +[0,1,1,21531,514360],\ +[1,0,0,-97061,12038785],\ +[1,-1,0,177,3363],\ +[0,0,1,-5676,164508],\ +[1,-1,0,217278,102992148],\ +[1,-1,1,22465,2025191],\ +[1,-1,1,-10655,605447],\ +[0,0,1,-2004,27420],\ +[1,-1,1,-319640,-37698109],\ +[0,1,1,-1630179,800583274],\ +[0,1,1,-963,8795],\ +[1,-1,1,-11917895,15837643199],\ +[1,0,0,235525760,150023585792],\ +[1,0,1,82333,-109132],\ +[0,0,0,-507297,182382361],\ +[1,-1,1,1066,125669],\ +[1,-1,0,-86172,9757952],\ +[1,-1,0,-1068,127448],\ +[0,1,1,-18440091,30472294665],\ +[1,-1,1,62838805,-149320973509],\ +[1,-1,1,-444683921,-3693371270911],\ +[0,0,0,-14391,-1767698],\ +[1,0,1,-2554660106,49698771813884],\ +[1,-1,1,30400,280675],\ +[1,-1,0,-506583,-164560977],\ +[1,0,1,-2662682,1672020812],\ +[1,-1,1,-8750,-423107],\ +[1,0,1,-43733,3327868],\ +[1,0,1,-20265383,35035867306],\ +[0,0,0,-182439,29993374],\ +[1,-1,0,-2814,881720],\ +[0,1,1,-6413,194656],\ +[1,-1,1,-84650,17812649],\ +[0,1,1,-16995,-844369],\ +[1,-1,0,-3266709,2273373413],\ +[1,-1,1,6181,-433781],\ +[1,-1,0,-109296,13919256],\ +[1,-1,1,-247343,-138597193],\ +[1,-1,1,-3341963,2322519067],\ +[0,1,0,-323748,-84524796],\ +[0,1,0,-1885,59900],\ +[1,-1,1,502,27721],\ +[1,-1,0,-1275099,554525405],\ +[0,1,0,-31500,2658500],\ +[1,0,0,-144538,37142628],\ +[0,0,0,-101847,-117780914],\ +[0,0,1,-159204,47796570],\ +[1,-1,1,-440,21755],\ +[0,1,0,-433885,109859775],\ +[0,1,0,-997,17831],\ +[1,0,1,-7620604,8098334906],\ +[1,-1,1,-9281,355753],\ +[1,-1,0,-283425,58135965],\ +[1,0,0,-27161534,-54159601084],\ +[1,-1,0,-69847578,-226552899402],\ +[1,0,0,-39328,3052544],\ +[0,0,1,-2369766,1404137259],\ +[1,0,1,-13722701,63976553048],\ +[1,-1,0,-2004,34028],\ +[1,0,0,96304,-6216960],\ +[1,0,1,-24205549,46975904552],\ +[0,0,0,-195240,33124516],\ +[0,1,1,-162593,25087022],\ +[1,-1,1,-135640055,-668352405553],\ +[1,-1,0,-8031,283431],\ +[1,-1,1,-228125,41995045],\ +[1,0,1,-43060,3435762],\ +[1,0,0,34328,-273856],\ +[0,1,0,-7726,258665],\ +[1,-1,0,720,57120],\ +[1,0,1,-66526,6736848],\ +[1,0,0,-28463,1845817],\ +[0,1,0,-2555926,1642809449],\ +[1,-1,1,25297,7808887],\ +[1,-1,1,5128,-177029],\ +[1,0,1,-734928,-228621802],\ +[1,0,1,-2703149,1173371752],\ +[1,0,1,-655353,157371148],\ +[1,0,0,11860,341392],\ +[0,1,1,379939,-15724480],\ +[1,-1,1,-1514,255529],\ +[0,1,1,-5243,144392],\ +[0,0,1,-17976,710289],\ +[0,1,1,-277,-36860],\ +[1,-1,1,-7670,333613],\ +[1,0,1,-120908,17193818],\ +[1,-1,0,-108676296,435096303936],\ +[0,1,1,-1424367,-1143678265],\ +[0,0,0,5265,9558],\ +[1,-1,0,-114028524,747366630768],\ +[1,0,0,1837,133217],\ +[1,0,1,-120614,15145912],\ +[1,-1,1,-3325775,246538775],\ +[0,0,0,345,-118274],\ +[1,0,0,982,2844],\ +[0,0,1,-1641227016,25591819631904],\ +[1,0,1,-60,3540],\ +[1,0,1,-38472,2901198],\ +[1,-1,1,-34439,73919],\ +[0,0,1,-204744,36080442],\ +[1,0,1,26,-689078],\ +[1,0,0,-27488034671,1753453660252001],\ +[0,0,1,9558,148007],\ +[1,-1,1,-2726555,1733607947],\ +[0,0,1,498,-1698],\ +[1,0,1,-8461,-52760],\ +[0,1,0,-40010,563025],\ +[1,-1,1,-216155,38734795],\ +[1,0,1,4860,472592],\ +[1,0,0,-2873361,1906038441],\ +[1,-1,0,6498,123462],\ +[1,-1,0,2301,-43257],\ +[1,0,1,44839924,-268648898452],\ +[1,0,1,-27321,1668100],\ +[1,0,1,-160168,2384858],\ +[0,1,1,-1565321,748392791],\ +[1,-1,0,829512,-2175059592],\ +[0,0,1,-2762478,1767241458],\ +[0,0,1,-3481218,776779139],\ +[1,0,0,-427798,-180616156],\ +[0,1,0,1059,69695],\ +[0,1,0,-14665845,21567457943],\ +[1,0,1,-2094511,1167189922],\ +[1,0,0,-3513,79929],\ +[0,1,1,-11391,464115],\ +[0,0,1,-110748,10958409],\ +[1,-1,1,-51941,4569373],\ +[1,0,0,-40551,-728119],\ +[0,0,1,-1408800,-238989555],\ +[1,0,1,253528,174252602],\ +[1,0,1,-1902,33928],\ +[1,0,0,-12916,561296],\ +[1,0,1,-28768,6981806],\ +[1,-1,1,538537,241562351],\ +[1,-1,1,-2162,520561],\ +[1,0,0,-58841,5486265],\ +[1,0,1,-5705670,5245150840],\ +[0,1,1,-40927,4256162],\ +[1,-1,1,-932054,432694757],\ +[1,-1,0,-28197,-892911],\ +[1,0,1,-294890,113623300],\ +[0,1,1,-11501,344160],\ +[1,0,1,-591959,174862882],\ +[1,-1,1,-45950,-6042931],\ +[1,-1,1,-39061364,3460569077207],\ +[1,0,0,-159289,25066617],\ +[0,0,1,234,-7911],\ +[1,-1,0,-30390,-9382924],\ +[0,0,1,14820,6078663],\ +[1,-1,1,-80595869,278515077797],\ +[1,0,0,721351,97668217],\ +[1,0,1,-106995,13461902],\ +[0,1,0,947,-22481],\ +[1,0,1,-433919,109981236],\ +[1,-1,1,718,56881],\ +[0,1,0,-43972,3534436],\ +[1,0,0,-1100,13000],\ +[1,-1,0,-15437142,23349106116],\ +[1,0,0,4319,-603575],\ +[0,0,1,-36558,2690444],\ +[1,0,0,5987,1428017],\ +[1,0,1,-2073510,-1149346528],\ +[1,0,1,-8768,-198242],\ +[1,0,1,-228565,38640672],\ +[1,0,1,-104,10712],\ +[1,0,0,7790,1223172],\ +[0,0,1,-4578,-445767],\ +[1,-1,0,-1401,29241],\ +[1,-1,0,-119814,34771148],\ +[1,-1,0,-8134140,8931295056],\ +[0,0,1,40722,11271078],\ +[1,0,0,-2354698,1390559780],\ +[1,0,0,103695234,697731241796],\ +[1,-1,0,-22101192,91997555652],\ +[1,0,1,-50105,1881750],\ +[1,-1,1,-494312,133891499],\ +[1,-1,1,-1975898,1069535897],\ +[1,-1,1,-2229338,777968281],\ +[1,0,0,-125005,16507025],\ +[1,-1,1,-839,11647],\ +[1,-1,1,-27545,1766585],\ +[1,0,1,-3143,68258],\ +[0,0,0,-372999,87680734],\ +[1,0,1,-1226,-1106],\ +[1,0,1,49419,-32405184],\ +[0,1,1,-40999617065,4163045274418681],\ +[1,0,1,1179037,4796033438],\ +[1,0,1,-5506,1217704],\ +[1,0,1,-1476,88498],\ +[0,0,0,-1363008,611732068],\ +[0,0,1,606,9285],\ +[0,1,0,-88938355333,10207873858511463],\ +[1,-1,1,-11638514,15290566129],\ +[1,-1,1,3787,163277],\ +[1,0,1,-382609,10144996],\ +[1,0,1,-277994,56392372],\ +[1,0,0,-240,57600],\ +[1,0,1,-349597424,2414130277566],\ +[1,-1,0,2374308,-2820727152],\ +[1,0,1,912,15188],\ +[1,0,1,-345653809,2473461049092],\ +[1,0,1,-26350,1660640],\ +[1,0,0,-217258,38964388],\ +[1,-1,0,504,27888],\ +[1,0,1,-10692,-524572],\ +[1,-1,1,-1029413,-806269219],\ +[1,0,0,23519,-4123039],\ +[0,0,0,-440112,346817284],\ +[0,0,0,-9480,355897],\ +[1,0,0,-65446,-6564380],\ +[0,0,0,363660,-24563279],\ +[1,0,0,-1588,9936],\ +[1,-1,0,-1415367,638360541],\ +[1,0,1,-46264,3803366],\ +[1,-1,1,-210174407,1191570058631],\ +[1,0,1,-2168380,1228816970],\ +[1,0,1,-2222476,-2807207734],\ +[1,-1,1,52945,11947447],\ +[1,0,1,9726,-313588],\ +[1,0,1,-2242,40698],\ +[0,1,0,-22708,303588],\ +[1,-1,0,-1425,-119955],\ +[1,0,0,-28186,2099300],\ +[0,0,1,-155570394,746858866185],\ +[1,0,1,105274049,1136491407506],\ +[1,0,0,6482,-4807292],\ +[1,-1,0,-226140858,1309395140532],\ +[1,0,0,1626,-13788],\ +[1,0,1,-103704,12965332],\ +[1,0,1,237899,84343064],\ +[0,1,0,-44846,3640489],\ +[1,-1,0,-365454,85027428],\ +[1,-1,0,-54117,13535541],\ +[1,0,0,-4585,99225],\ +[1,0,1,-638844067643,205000235799244806],\ +[1,0,0,-3831,65321],\ +[0,0,1,-41202,12035702],\ +[1,-1,0,-2529732,1549306170],\ +[0,0,1,2130,18294],\ +[0,0,0,-51639,4513006],\ +[1,-1,0,-1177722,509643468],\ +[1,0,1,-127091876,-568694500702],\ +[1,-1,1,2158,516241],\ +[0,1,1,-33861,2397835],\ +[1,0,0,498,-676],\ +[0,0,1,-7027286682,226740771676737],\ +[1,0,1,-240694,-45612508],\ +[1,-1,0,-115715469,479138938725],\ +[0,1,1,6967,742057],\ +[0,1,1,-46473,3839995],\ +[1,0,1,531222,-158775652],\ +[0,0,1,5586,858375],\ +[0,1,0,-1893,31140],\ +[1,0,0,-12977,1455849],\ +[1,0,0,-35876,2698536],\ +[0,0,1,-5592,877005],\ +[1,0,0,1401819,-556653439],\ +[0,1,1,431,1855],\ +[0,1,0,-49533,4226588],\ +[0,1,0,-1636,669124],\ +[1,0,1,276,-27344],\ +[0,1,0,1682,21689],\ +[0,0,1,265932,214676073],\ +[0,1,1,-207,10712],\ +[1,0,0,-2888355,2090232577],\ +[1,0,0,-60305,5695025],\ +[1,0,1,-668401,732130052],\ +[1,0,0,-1936,32536],\ +[1,-1,0,253988406,97989434100],\ +[0,0,0,-7695,281718],\ +[1,0,1,-14274,590616],\ +[0,1,0,2476,10788],\ +[0,0,0,-65793,6495577],\ +[0,1,1,-43307,3454452],\ +[1,0,0,1147,4929],\ +[0,1,0,-1308,21988],\ +[1,-1,1,-8603,273611],\ +[0,0,1,-2415258,-6099198676],\ +[1,0,1,-18609,-906954],\ +[0,1,0,-3753,87264],\ +[1,-1,0,-108549,14144193],\ +[1,-1,1,123397,-25646869],\ +[1,-1,0,-131715,19277541],\ +[1,0,0,168,28224],\ +[1,-1,1,-6941,222589],\ +[1,0,0,-142032,-3614824],\ +[0,0,0,-2260983,1308561262],\ +[1,0,0,1599,-1705375],\ +[1,0,1,43895142,140204612556],\ +[0,1,1,-9793,369766],\ +[1,0,0,-41688,-3164608],\ +[0,1,1,-1675,-11969],\ +[1,0,1,-1460,22062],\ +[1,-1,1,-2441768,1721689067],\ +[1,-1,0,43092,-6512688],\ +[1,0,1,-46257,-3962462],\ +[0,0,0,-327192465,2277996508177],\ +[0,0,1,-1082952,-297716640],\ +[0,1,0,-32116,2751684],\ +[1,-1,0,-25449,8087993],\ +[1,0,1,-3642326,2675266048],\ +[1,0,1,-4068870,4435681432],\ +[0,1,0,-465196,122433764],\ +[0,1,1,-115073,-9811748],\ +[1,-1,0,-552561,159399453],\ +[1,0,1,-4509915,3686008450],\ +[0,0,1,-2664,52947],\ +[0,1,1,119,3540],\ +[1,0,1,-4062,-127812],\ +[1,-1,1,9913,-1075201],\ +[0,1,0,-525,5500],\ +[1,0,0,-120808,-16186264],\ +[1,-1,0,92532705,-207189052425],\ +[0,0,0,-66231,1069902],\ +[1,-1,0,-247704,-28731072],\ +[1,0,1,1229,59284],\ +[1,-1,1,1536250,10474389821],\ +[1,0,0,-65601,35891081],\ +[1,0,0,-44703,3643353],\ +[0,0,1,-37674822,89007598620],\ +[1,0,0,-13832563,-16457843359],\ +[0,0,1,-193854978,1038888975179],\ +[1,-1,0,-4776,128276],\ +[1,-1,0,-8579664,9673717320],\ +[1,-1,1,72040,-1680541],\ +[0,0,1,-268362,225896247],\ +[0,0,0,-20391,940318],\ +[1,0,1,35674,-1044952],\ +[0,0,1,-67452,6742827],\ +[0,1,1,467,-3634],\ +[0,0,0,-938613,350162557],\ +[0,1,1,-2863,92818],\ +[1,0,1,-190636,-12007110],\ +[0,1,0,-180165,-4923225],\ +[1,0,1,-167698,26418528],\ +[0,0,1,74670,3289527],\ +[1,-1,0,-1887336,998860608],\ +[0,1,1,-10501,396905],\ +[1,-1,0,-259461,28051353],\ +[1,0,1,5513,-317078],\ +[0,1,1,-3279677,2285004497],\ +[1,0,0,-12388,531792],\ +[1,0,1,57304571,197673231152],\ +[1,0,1,-134573,37167528],\ +[1,0,0,3235,-246775],\ +[0,1,0,30026,453233],\ +[1,0,1,-17160934139,858235207074886],\ +[1,0,1,-81344243,282471757806],\ +[0,1,1,653,-1102025],\ +[0,1,0,-3221,-8841],\ +[1,0,1,-1034850,406033972],\ +[1,0,1,-6592,391502],\ +[1,0,0,-8533109,40035957537],\ +[1,0,1,-2501,39592],\ +[1,0,0,-76671171512,-8171789766302656],\ +[0,1,1,-410079,-110209371],\ +[1,-1,1,-237425,-79640287],\ +[0,0,1,-9101052,-82382601715],\ +[1,0,1,-36558,2781056],\ +[1,0,1,-49715410,134918439580],\ +[1,0,0,-35086,2526460],\ +[1,-1,0,-873512073,8732490816357],\ +[1,0,1,-1196,58314],\ +[0,0,1,53298,-3101173],\ +[0,0,0,38049,-18531578],\ +[1,0,1,-591594,175089846],\ +[1,-1,0,-628413,191278277],\ +[1,-1,0,-68343947343,6877004040813123],\ +[0,1,0,2259,-136241],\ +[0,0,1,342,2729],\ +[1,-1,1,-168104,26534899],\ +[0,0,0,-125229,1742221],\ +[0,0,1,-372,4395],\ +[0,1,1,-48113,4045733],\ +[0,1,1,-119,3540],\ +[1,0,1,-25139,1725186],\ +[0,1,0,-1185,-29600],\ +[1,-1,0,-17887392,29128429116],\ +[1,-1,1,-4679420,3897322175],\ +[0,0,1,-386802,-28769598],\ +[0,1,1,-132233,18463928],\ +[0,0,1,-8870328,10168516704],\ +[1,-1,1,-6236,191903],\ +[1,-1,1,1302052,-367140769],\ +[1,0,0,-13738,623268],\ +[0,0,1,-17737212,28751791365],\ +[1,0,1,-5969,738676],\ +[1,0,0,-43638,-2782108],\ +[1,0,0,-54934,4951076],\ +[1,0,1,-3911,43770],\ +[1,-1,0,-59094,-3142092],\ +[1,0,1,2272,-26494],\ +[1,0,0,-2856211,1857707041],\ +[1,-1,1,4015,31361],\ +[1,-1,0,-42765904359,-3398255986720635],\ +[1,-1,1,1510,252505],\ +[1,-1,1,-1303430,582099797],\ +[0,1,1,-9221,337756],\ +[1,-1,1,-722,58321],\ +[1,-1,0,-3939,205773],\ +[0,1,0,-2981,63100],\ +[0,0,0,-15975,777150],\ +[1,-1,1,-499217,139450241],\ +[1,0,1,-264924,52462522],\ +[1,-1,1,-12862583,-17726213809],\ +[0,1,0,-118909,11624319],\ +[0,1,0,-1055166,-412199055],\ +[0,1,1,-415151,102816755],\ +[0,1,1,-723,7860],\ +[0,1,0,-1390,483025],\ +[1,0,0,3567,87209],\ +[0,1,1,-18265,888306],\ +[1,-1,0,221814,107424036],\ +[1,0,1,-1707,28408],\ +[1,-1,1,274,-17347],\ +[1,0,1,1745,58742],\ +[1,-1,1,-1015262,-243752851],\ +[1,0,0,1762,-76092],\ +[1,-1,1,-120625511,509958055199],\ +[1,0,0,597303,-470846439],\ +[0,1,1,1015,13681],\ +[1,0,1,8827,77006],\ +[0,0,1,-2610,62534],\ +[0,0,0,11899491,4134363469],\ +[0,1,1,-139143,19930187],\ +[1,0,0,-42503,-382071],\ +[1,0,0,-853,29921],\ +[1,-1,0,-7801803,8389522107],\ +[1,0,1,-2801906,1802712772],\ +[1,0,0,417,6553],\ +[1,-1,1,-368039,80488927],\ +[1,0,1,15584,1929710],\ +[0,1,0,-76061,8048735],\ +[0,0,0,-4944,133444],\ +[1,-1,0,-1492344,-677182842],\ +[0,1,0,-986,5169],\ +[1,-1,1,24865,30575],\ +[0,0,0,-103625445,-434948801987],\ +[0,1,0,1419,-286305481],\ +[1,0,0,-10684178,13440980484],\ +[0,1,1,-243,3781],\ +[1,0,0,-3799188,5246048592],\ +[1,-1,0,-12097422,15064262712],\ +[1,0,1,3116,-541614],\ +[1,-1,0,-11655339,15318574245],\ +[1,0,1,-20143,1641258],\ +[0,1,1,-3264557,2307132050],\ +[1,-1,1,-34745,5698073],\ +[0,1,0,1775,-1190752],\ +[1,0,1,-6053,-1382244],\ +[1,0,0,-4250188,3372184784],\ +[1,-1,1,-14050403,20274989987],\ +[1,0,1,-2208,36268],\ +[0,1,1,-68371,8103505],\ +[1,-1,0,438,21024],\ +[1,0,1,-22715922584,-1330678641537818],\ +[0,1,0,-46805,-1434697],\ +[0,1,0,-877,14036],\ +[0,1,0,-155493,23513895],\ +[1,-1,1,-28267673,57829883897],\ +[0,1,1,-23041,1537490],\ +[0,1,1,-132083,18432494],\ +[1,0,0,1187,55217],\ +[1,0,1,-2641754,1652318732],\ +[1,0,1,-21389378,38073692756],\ +[0,1,1,130529,-11222115],\ +[0,1,1,-35247619,81131356710],\ +[0,0,1,-978,12078],\ +[1,0,0,-1073961,480916441],\ +[1,0,1,-62745,6044260],\ +[1,0,1,-82894576,-312021402434],\ +[1,0,1,-20464,-664194],\ +[0,0,0,-149337,22205209],\ +[1,0,1,-82694769,289437519342],\ +[0,1,0,21290,-849767],\ +[1,0,0,-388381,-18703055],\ +[1,0,0,-237341,44484401],\ +[0,0,1,-7563090,8005657689],\ +[1,0,0,-773,597529],\ +[1,-1,0,-460251,168045381],\ +[1,0,1,-2200094,1255875292],\ +[1,0,1,-341233069,5429236092392],\ +[1,-1,0,-224061,28099781],\ +[1,0,0,-7137,224009],\ +[1,0,1,8060,496730],\ +[1,0,1,-434326,-257094168],\ +[1,-1,0,-13225113,18515044557],\ +[1,-1,0,368625,1676247021],\ +[1,-1,1,-57316106,153188778313],\ +[1,0,0,107736,7644736],\ +[1,0,1,-10555,508182],\ +[0,1,0,-339933,8405119],\ +[1,0,1,7669,108326],\ +[0,1,0,1454,-1695],\ +[1,0,0,-6175,186257],\ +[1,-1,0,-17430,894500],\ +[1,-1,1,-263675,52142315],\ +[1,-1,0,130800,36346436],\ +[0,0,0,-6237,-313659],\ +[0,1,1,6175,581281],\ +[1,-1,0,-16227,-2680011],\ +[0,0,0,-5229,150061],\ +[0,1,0,80883,-12917556],\ +[1,-1,1,77287,-8644543],\ +[1,-1,1,1193395,-251239435],\ +[1,-1,1,-279950,-58099147],\ +[1,0,1,-212060,37555770],\ +[1,0,1,-371418,84838108],\ +[0,1,1,-1331,442890],\ +[0,0,1,5209458,-1050265395],\ +[1,0,0,-2553888,1202683392],\ +[1,-1,1,-43436912,110192639699],\ +[1,0,0,-775783,262940105],\ +[1,0,1,619964,-2610816958],\ +[1,-1,0,-2586231,1612392723],\ +[1,0,1,-818531,284968270],\ +[0,1,1,11979,-11947389],\ +[1,-1,0,-4470,108260],\ +[1,0,1,-68941,97130816],\ +[1,-1,1,-4706,2463329],\ +[1,0,1,24822,1831698],\ +[0,0,0,-2832,54244],\ +[1,-1,0,41550,3128436],\ +[1,0,1,-20753,1151506],\ +[0,0,0,30984,895417],\ +[1,0,0,-60776,5760360],\ +[1,0,1,32545,-326670],\ +[0,1,1,-494293,133594908],\ +[1,-1,1,860008,-994443109],\ +[1,-1,1,-1997,444221],\ +[1,0,0,154,-9044],\ +[1,-1,0,-877245,316468421],\ +[1,-1,0,-257610444,1591515573200],\ +[1,-1,0,-146493,26203293],\ +[1,-1,1,-790584033119,270871753760795207],\ +[1,0,1,-53494,5186552],\ +[1,-1,0,-1392687,622159677],\ +[0,1,1,23953,-11896808],\ +[1,-1,1,775,-6439],\ +[1,-1,1,-2599481,-1604112551],\ +[0,1,1,-3389,77469],\ +[1,0,0,-558946,160798276],\ +[1,-1,1,-1137892055,14777618702447],\ +[0,0,0,-33876,2399857],\ +[1,0,0,-47408,-2037504],\ +[1,-1,0,-795888,266651568],\ +[1,0,0,-13238563,-18542143999],\ +[1,-1,1,-506732,138969839],\ +[1,-1,0,-25364223,49175755533],\ +[1,0,0,-416928,97573400],\ +[0,1,0,-852196,303024100],\ +[1,-1,1,156406153,-217398218929],\ +[1,0,0,2665,45225],\ +[1,-1,0,-387657,155496429],\ +[1,0,1,-36493951,84852345548],\ +[0,0,1,-80328,8742618],\ +[1,-1,1,35122,-656539],\ +[0,1,1,-11979,-11968685],\ +[1,-1,0,339399,90105453],\ +[0,0,0,-6101304,5800705636],\ +[1,-1,1,-115716425,479144873225],\ +[1,0,0,-642263,50407017],\ +[0,0,1,13877952,41683507659],\ +[1,-1,1,-2330,43289],\ +[0,0,1,-41166,3215628],\ +[1,0,0,-6966,61020],\ +[1,0,1,-11153560,14336893990],\ +[0,0,1,20574,11727173],\ +[1,-1,0,-25044,1571300],\ +[1,0,0,27704,821120],\ +[1,-1,1,3262,1180481],\ +[0,0,1,-5199609702,144312590781702],\ +[0,0,0,7233,1442374],\ +[1,0,0,-1226,33060],\ +[0,0,1,-828,20279],\ +[1,0,1,-2728632,1734636678],\ +[1,0,1,-21034663898,1174224407739328],\ +[1,-1,0,12703002,2154204468],\ +[1,-1,1,-2414,45757],\ +[1,0,0,-70835,-15950775],\ +[0,0,1,3990,436233],\ +[0,1,0,379,-5780],\ +[1,-1,0,8490,-217180],\ +[1,0,1,-153452628,731647708498],\ +[1,-1,1,-119207,-6076961],\ +[1,0,0,-1753914,-990027548],\ +[0,0,0,-4185,70929],\ +[1,0,1,-5844,-446374],\ +[0,1,0,-232510,43009025],\ +[0,1,1,34963461,3465150779],\ +[1,0,1,-35377872,80989712158],\ +[0,1,0,8227,25567],\ +[1,0,0,-31798,334756],\ +[1,-1,0,4521,235853],\ +[1,0,1,2214,194032],\ +[1,0,1,-82728,9153398],\ +[0,0,1,0,10920],\ +[0,0,0,363615,47432473],\ +[0,0,1,798,16485],\ +[1,0,0,-86,7396],\ +[0,0,0,1224,2628],\ +[1,0,1,-3079967,-2082741758],\ +[1,0,0,1719,15641],\ +[1,-1,0,-296600847,1911106118303],\ +[1,0,1,-33588,2365938],\ +[1,0,1,-8581928,9675940448],\ +[0,1,1,7635,146369],\ +[1,0,1,778,892],\ +[0,1,1,-25783,1584876],\ +[0,1,0,-4502,110609],\ +[1,0,1,-6084,37008972],\ +[0,0,1,-16470,783758],\ +[0,1,1,-162353,21451350],\ +[1,-1,1,4534,-166711],\ +[1,0,0,-62169315,-133634790783],\ +[1,-1,0,-3795,79935],\ +[1,0,1,-12890,646220],\ +[1,0,0,-9036911,10461009585],\ +[1,0,1,-2093640,1165828910],\ +[1,-1,0,-24888,1517478],\ +[1,0,0,-3636,-154440],\ +[1,-1,1,-9727367,11679694391],\ +[0,0,0,-4206000,3320102500],\ +[0,1,0,-183317,40422711],\ +[1,0,0,-25613,26265617],\ +[0,0,1,510,-1686],\ +[1,0,1,-5800,306470],\ +[1,0,0,-2500546,1521766340],\ +[1,0,1,-3477,23092],\ +[1,-1,1,-18875,1010675],\ +[1,0,1,-20936,3725830],\ +[1,0,1,-9841890668,375807113378858],\ +[0,1,0,3259,5380],\ +[1,-1,1,4147,197237],\ +[1,0,0,-13495,-4093975],\ +[1,0,0,-364335421,-2618276537999],\ +[1,0,1,-15823,764756],\ +[1,-1,0,7578,180630],\ +[0,1,1,-997,5432],\ +[1,-1,0,-110259027,-412944423543],\ +[1,-1,0,1125,-30489],\ +[1,0,0,351079,-659779999],\ +[1,0,1,-48415,5472622],\ +[1,-1,0,358671,-36038115],\ +[1,0,1,-3341,449562],\ +[1,-1,0,-132909,18683063],\ +[0,1,0,-5870,171225],\ +[0,1,1,2803,-705],\ +[1,0,0,86,7396],\ +[0,1,1,-2342713,-481981970],\ +[1,-1,1,-1076738,-186343423],\ +[0,0,0,-122052,-12829871],\ +[0,0,0,-53697,4787161],\ +[1,-1,0,1995,440895],\ +[0,0,1,-335910,74979702],\ +[1,-1,1,-6697707359,210979769000519],\ +[1,0,1,29934,-11851540],\ +[1,-1,1,-82711544,289253290619],\ +[0,1,0,-375085,101751983],\ +[0,0,1,-131441610,580025942289],\ +[0,0,0,-13437,733741],\ +[1,0,1,-1182713929,15365401783052],\ +[0,0,1,53353986,387699586470],\ +[1,-1,0,-17970,-11976004],\ +[0,0,1,-1660980,756175122],\ +[1,0,0,-2571,56305],\ +[1,0,0,-1552,17216],\ +[0,0,1,-63948,8606664],\ +[1,0,1,-6905,228530],\ +[0,1,1,-3741,90911],\ +[0,1,0,-5734940,4749082788],\ +[1,-1,1,12742,-223559],\ +[1,0,1,-172415,27541352],\ +[1,-1,1,-24888623,47818688951],\ +[1,-1,1,11785,502223],\ +[0,1,1,2657,440231],\ +[0,0,1,-990,12314],\ +[1,-1,1,-2078,36077],\ +[0,1,1,-232405,86323684],\ +[1,-1,1,-3372709374176,2384057066388921659],\ +[1,-1,0,4704,2455488],\ +[0,1,0,-2713,53464],\ +[1,0,1,569,5486],\ +[1,-1,0,-5499153,4965771483],\ +[1,-1,1,-37208,2028187],\ +[1,-1,1,-146246,21563093],\ +[0,1,1,-1035065,-1800263806],\ +[1,-1,0,58386,2832020],\ +[0,0,0,-1620957,810202381],\ +[0,1,1,-18234379,29958684930],\ +[1,-1,0,-6819,216575],\ +[0,1,1,-18233519,29961653485],\ +[0,0,0,-823872,276771364],\ +[1,0,1,-29116,33936442],\ +[0,1,1,-2667,445555],\ +[1,-1,0,-119394,15904008],\ +[1,-1,1,-40019,3109619],\ +[1,-1,0,-65354868,203376099888],\ +[1,0,1,-109721,13980016],\ +[0,1,1,-84955,-6211891],\ +[1,0,0,-163558,19428580],\ +[0,0,1,-2100,-21819],\ +[0,1,1,20677,721833],\ +[1,-1,1,-2015498,1101844297],\ +[0,0,1,120372,-1427517],\ +[1,0,1,-2622441,-1859550356],\ +[1,0,1,286050896,-749232480898],\ +[1,0,1,-19442,1041762],\ +[0,1,0,-360602737,2472296248936],\ +[1,0,1,-1161,15346],\ +[1,0,1,-19488798,30579594256],\ +[0,1,0,504083,-105034641],\ +[1,-1,0,-140865,20384711],\ +[0,0,0,205368,291656356],\ +[0,1,1,-62231,-1497055],\ +[1,0,0,-31645,2162737],\ +[1,0,1,-292296,45229462],\ +[1,-1,0,8829,8655363],\ +[1,-1,1,-387896843,-2881184782693],\ +[1,0,0,-5854,185092],\ +[1,-1,0,-2503320,1526094656],\ +[1,0,0,-347209724,-2533441990128],\ +[1,-1,0,12888,612510],\ +[1,0,1,-21510201,38391695548],\ +[1,-1,1,121378,1636890221],\ +[1,-1,1,-683438,51898990781],\ +[0,0,1,-48180,4280517],\ +[1,0,0,-18372,956944],\ +[0,1,0,-32380,2792100],\ +[1,-1,1,119041,7394599],\ +[1,0,1,394,2386],\ +[1,0,1,-14899,-1385124],\ +[0,1,1,-44371,3582720],\ +[1,0,0,-201603,31857849],\ +[1,-1,1,-7832,267931],\ +[1,0,0,44416,-4750848],\ +[1,-1,0,-245367,22662909],\ +[1,0,0,-14249,652241],\ +[1,-1,0,-2847,61785],\ +[1,0,1,-1875934,988793846],\ +[1,0,1,6299,-1104320],\ +[1,-1,1,-3160649,2163570697],\ +[1,0,0,515,-13775],\ +[1,-1,0,-960512406,11458590763508],\ +[0,1,0,-5254,144849],\ +[0,0,1,1926150,734898006],\ +[1,0,0,-55918,5084804],\ +[0,0,1,-193452,34639827],\ +[1,0,0,-52263,1378889],\ +[0,1,1,89167,-8338756],\ +[1,0,1,-616,15742],\ +[1,0,0,-888077,-101705199],\ +[1,0,0,-308,4088],\ +[1,0,1,-103423,12793178],\ +[0,0,1,-68802600,219662229006],\ +[1,0,0,-1213,60017],\ +[0,0,0,-3423,-535898],\ +[1,0,1,-11851,496994],\ +[1,0,0,-624,9152],\ +[1,0,1,-27956,1796582],\ +[0,0,0,-3591,83358],\ +[1,0,0,-56446,5073540],\ +[1,-1,0,22563,2043765],\ +[1,-1,1,-6179621,25499646173],\ +[1,-1,1,-63105461,192970227533],\ +[1,-1,1,-211910,-92407507],\ +[1,-1,1,-50183,4415231],\ +[1,0,1,-1767945154988,-904792222356063712],\ +[1,-1,1,-25258421,421059428173],\ +[1,-1,1,680674,-899613331],\ +[1,0,1,-92744,71545222],\ +[0,1,0,-4418,111561],\ +[1,0,1,-200591,-26478078],\ +[1,0,0,-6308,-222256],\ +[1,-1,0,-2172,38748],\ +[0,1,1,4637,-141944],\ +[0,0,1,-18630,978797],\ +[1,-1,1,12028,16068071],\ +[1,0,0,-7522,231044],\ +[0,0,0,-926376,-43513052],\ +[0,1,1,-46400083,119944296408],\ +[1,0,0,-2562,-19196],\ +[0,1,0,-7701,228599],\ +[1,0,0,-8049,260641],\ +[0,1,1,1331,442890],\ +[1,-1,1,-154508,23415887],\ +[0,1,1,14413,12978005],\ +[0,1,0,-14988,687780],\ +[1,0,0,-636721,215589865],\ +[1,-1,0,-2424,46068],\ +[1,0,1,-9815,96324410],\ +[1,0,1,-1633325,-805019938],\ +[0,0,0,-1829568,952515268],\ +[1,0,1,-768738,259364788],\ +[0,0,0,39216,1701124],\ +[0,0,0,-1128,1633],\ +[1,-1,1,758902,136445897],\ +[0,1,1,-2572451,1562055920],\ +[1,-1,0,-5847,169919],\ +[1,-1,1,49540,4630079],\ +[1,-1,0,-54042,7616708],\ +[1,0,0,-49701,4264065],\ +[1,0,0,-9238,341028],\ +[1,0,0,-99517,11168369],\ +[1,0,1,224158,-28685348],\ +[1,-1,1,5409526,-106595138743],\ +[0,1,0,-62113,5932760],\ +[1,-1,1,2347,59437],\ +[1,-1,0,-174003,27956213],\ +[1,0,0,-16958635,28152194225],\ +[0,1,0,-13046738,-18145600575],\ +[1,-1,1,200851,-624982931],\ +[0,1,0,-640173,196928495],\ +[1,0,1,-16399,847006],\ +[1,-1,0,-481153374,-5257563630570],\ +[1,0,1,-178435,29262302],\ +[1,0,1,3313,217558],\ +[0,0,1,161340,22767165],\ +[1,-1,0,-2209074,-758281132],\ +[1,-1,1,-23207477,43037649101],\ +[0,1,0,-498108,135145188],\ +[1,0,0,-397628,96476688],\ +[1,0,1,2404,228954],\ +[0,0,1,0,3942210],\ +[1,0,1,-1889,31322],\ +[1,0,0,14727,373689],\ +[1,0,0,-3168,69120],\ +[1,-1,1,229601776,624314515187],\ +[0,0,1,-628218048,6072360503184],\ +[1,-1,1,-71519,-233455033],\ +[1,-1,1,-218588,44812487],\ +[0,1,0,-373468,-56609276],\ +[0,1,0,-30675598,-19672747919],\ +[1,-1,0,12636,17732520],\ +[1,-1,1,-4467665,3670004161],\ +[0,0,1,-20604,11823255],\ +[1,0,1,585008,50206878],\ +[0,0,1,1847532,-6232977111],\ +[1,-1,1,-4673,286417],\ +[1,0,0,38335,321225],\ +[0,1,0,-10277381,11999953575],\ +[0,1,1,1039,14395],\ +[1,-1,0,-2806491,-15593858139],\ +[1,0,0,-11033,395641],\ +[1,0,1,-6984,-1284128],\ +[0,1,0,-2273685654,41728796791353],\ +[1,-1,0,25204869,416071973061],\ +[1,0,0,6552,-345536],\ +[0,1,1,-23781,1403695],\ +[0,0,1,2286,-434340],\ +[1,-1,1,-2615996,1621557119],\ +[1,0,0,7821474,9721789380],\ +[0,1,0,-44126,4063865],\ +[1,0,1,-4502,150528],\ +[0,0,1,-534864,123183180],\ +[1,0,1,-4582,-1128682],\ +[0,1,1,-584341,-216735135],\ +[0,1,0,-78693,96943591],\ +[1,0,1,-134580,-33545550],\ +[1,-1,1,-5028224,4364045147],\ +[0,1,1,1475,-1546],\ +[0,0,0,-5808,-1197263],\ +[1,-1,1,-70688,8963011],\ +[1,0,1,-1058,3918],\ +[1,0,0,-5616,172800],\ +[1,0,1,-3827,90992],\ +[1,-1,0,-12957,869237],\ +[1,-1,0,-353403,-78950583],\ +[1,0,1,-236369388,-1631901499094],\ +[1,-1,0,2832,-308682],\ +[1,-1,0,1653993,-705960675],\ +[1,-1,0,-142140,20661936],\ +[0,1,1,54349,2812096],\ +[1,0,0,-6821274,-6862463388],\ +[1,0,1,-388493,293814408],\ +[0,0,0,175975800,-1912000259900],\ +[1,0,0,-2779,-9319],\ +[1,-1,0,25443,981603],\ +[0,0,0,-14565,676429],\ +[1,0,1,-5496326,4959398072],\ +[1,0,1,-5428,153448],\ +[1,-1,1,14848,210979],\ +[1,0,0,-9834,372716],\ +[1,0,1,-53626,8761260],\ +[0,1,1,57325069,-227799666919],\ +[0,1,1,-260439,51073570],\ +[1,-1,1,-29945,2578609],\ +[1,0,0,-36464,-1446024],\ +[0,0,1,29430,-246733],\ +[0,1,0,-76612356,-334393069500],\ +[0,1,1,-35318451,80296739346],\ +[0,1,0,-66261540,207584144900],\ +[1,-1,0,36765,-1959579],\ +[1,-1,0,-7926,272868],\ +[1,-1,0,25869276,-74274012720],\ +[1,-1,0,-733242,241868916],\ +[1,-1,1,9232,-221869],\ +[1,0,1,-11125,449990],\ +[0,0,1,-101689764,394697136660],\ +[1,0,0,818,12036],\ +[1,-1,0,-8684634015684,-9864142729365328560],\ +[0,1,0,3077519,-1373065600],\ +[1,-1,1,-24836,1476623],\ +[1,0,0,-244893,46625329],\ +[1,0,1,-16037972,-31174814382],\ +[0,1,1,-23963,-12019260],\ +[1,0,1,-77479,8282786],\ +[1,0,1,-49250,-17582028],\ +[1,0,0,-56656,5185856],\ +[1,0,1,54751,-999230084],\ +[1,-1,0,-23256,1326186],\ +[0,0,1,798072,-10591641],\ +[1,-1,0,161883,114911541],\ +[1,-1,1,-15362,26229761],\ +[1,0,1,-3585,54530],\ +[1,-1,0,73638,10912068],\ +[0,1,0,-235702,43966161],\ +[1,-1,0,-16836,848388],\ +[0,0,1,-1030386,402576138],\ +[1,-1,0,19401822,20316094542],\ +[0,0,0,-450960,-147301436],\ +[1,0,1,-8176,592670],\ +[0,0,1,-6056274,-16186213575],\ +[1,-1,0,12567,-615187],\ +[0,0,0,-68607,6916806],\ +[1,0,0,-72472,7429184],\ +[1,0,1,4416,-81524],\ +[0,0,0,1161,-16434],\ +[1,0,1,1204,56874],\ +[1,-1,1,820,-25941553],\ +[0,1,0,-2090033,1162298552],\ +[0,1,0,-5725,2050623],\ +[1,0,0,-13182,-612476],\ +[1,-1,1,-23693,243677],\ +[1,0,0,-91696,10679040],\ +[1,0,1,-36207474,7757536787716],\ +[0,0,1,-11590500,15188797431],\ +[1,-1,1,101935,-239789119],\ +[0,1,0,-3445,2100],\ +[0,0,0,-49817352,150408926404],\ +[1,-1,1,-2564,-63841],\ +[0,0,0,-1704,29956],\ +[0,0,0,-11016,373572],\ +[0,0,0,1032603,-119087939],\ +[1,-1,1,36355,-9485755],\ +[1,-1,1,-14462,-894451],\ +[0,0,0,-46896,4915972],\ +[0,1,0,-5141,88119],\ +[1,-1,0,-1626285,798668175],\ +[1,0,0,39612,-1003608],\ +[0,1,1,-4429,111980],\ +[1,0,0,-1898,31564],\ +[0,1,0,-325293,-310750065],\ +[0,1,1,-109156927,-439031348580],\ +[0,1,1,-1051005,-416304466],\ +[1,-1,0,-29430,984096],\ +[0,1,1,-39083,2408594],\ +[1,0,0,12351,-336439],\ +[1,-1,0,-51,141],\ +[1,-1,0,-141,681],\ +[0,0,1,-4020,454923],\ +[1,0,0,-551251,157235105],\ +[1,-1,1,-3602,1443601],\ +[0,0,1,35910,-11778298],\ +[1,0,0,-218,1380],\ +[0,1,0,-413,-2081],\ +[1,0,1,-26918,-3087944],\ +[0,1,1,-583,1119],\ +[1,-1,0,15360,26204160],\ +[0,1,0,-157,716],\ +[1,0,1,-251056,48453804],\ +[1,0,0,20,-48],\ +[1,-1,1,-119180,4738447],\ +[0,1,0,-181,-425],\ +[1,0,1,-119,14042],\ +[1,0,1,-236,-3130],\ +[1,0,1,-25,600],\ +[1,0,1,3222,-26244],\ +[0,1,0,-2218,37761],\ +[0,0,1,-42,105],\ +[1,0,0,-138,892],\ +[1,0,1,-1715,27182],\ +[1,-1,1,-815,9143],\ +[1,-1,1,-182,3781],\ +[1,-1,0,-132,618],\ +[0,1,0,-6,9],\ +[1,0,1,-540,2070],\ +[1,-1,0,30,80],\ +[1,-1,1,-785,8641],\ +[0,1,1,5849155,-10742909401],\ +[1,0,0,-330288,73025792],\ +[1,0,1,-151,-1614],\ +[1,0,1,22,-852],\ +[1,0,0,-12,144],\ +[0,1,0,28,196],\ +[1,-1,0,-81492,8974416],\ +[1,0,1,-222,1418],\ +[0,1,0,-1404,15524],\ +[1,0,1,-476,9498],\ +[1,0,1,2,6],\ +[1,0,1,-47,-8],\ +[1,0,1,-124,482],\ +[1,0,1,84,202],\ +[1,0,1,-190,980],\ +[0,1,0,-422,3129],\ +[1,0,0,-1347396,605992976],\ +[0,1,0,-3673,84472],\ +[1,0,1,-30406,2038152],\ +[1,0,1,5651,148966],\ +[1,0,0,-15738,769508],\ +[1,0,1,20336,3316862],\ +[0,1,1,-535,-5194],\ +[1,0,1,-369,3476],\ +[0,1,1,-343,2350],\ +[0,1,0,23,24],\ +[1,-1,0,-3537,81843],\ +[1,-1,1,-4262,108149],\ +[1,-1,1,16,19],\ +[1,0,0,87,217],\ +[0,0,1,0,90],\ +[0,1,1,-321619,90441600],\ +[0,0,0,-69,229],\ +[0,1,1,-63,271],\ +[0,1,1,-394919,95476300],\ +[1,-1,0,-12396,-1140144],\ +[1,0,0,107,-1375],\ +[1,0,0,-1011,12385],\ +[1,-1,0,-192,4224],\ +[0,1,0,54,729],\ +[1,-1,0,-417,3141],\ +[1,-1,0,-30,120],\ +[0,1,1,-4431,5456],\ +[1,0,1,324,3898],\ +[1,-1,0,24,48],\ +[0,1,1,157,1481],\ +[1,0,1,-16374,805112],\ +[0,1,1,-11,30],\ +[1,0,1,-1509,22062],\ +[0,1,1,16211,856569],\ +[0,0,0,0,2401],\ +[1,0,1,-26,48],\ +[1,0,1,-80,190],\ +[0,0,1,0,56],\ +[0,1,1,-73,190],\ +[1,0,0,-481,4041],\ +[0,0,1,72,29],\ +[1,0,1,52,-494],\ +[0,1,0,-1349,18628],\ +[1,-1,1,32059597,4539299987],\ +[1,0,1,6,42],\ +[1,0,1,-1732,27588],\ +[1,0,0,202,420],\ +[0,0,0,723,13429],\ +[1,-1,1,-454528778,3955711147337],\ +[0,1,0,572,-3900],\ +[1,0,0,-2791,56521],\ +[0,1,1,-1,-35],\ +[1,0,1,-1749,27996],\ +[1,0,0,-393,2969],\ +[1,0,1,8,72],\ +[0,0,0,-225,-1727],\ +[0,1,1,-35,89],\ +[1,-1,1,-524,-2033],\ +[0,1,0,3,-44],\ +[1,0,1,-278,1756],\ +[0,1,1,-4891,130040],\ +[1,-1,0,-1092,14166],\ +[0,1,1,-5,6],\ +[1,-1,0,3723,24117],\ +[0,1,0,-733,4063],\ +[1,0,1,-589,5446],\ +[1,-1,1,-164,847],\ +[1,0,0,-39193,2983225],\ +[0,0,1,0,20880],\ +[1,-1,0,-2634,34140],\ +[1,0,0,122,476],\ +[0,1,0,-46,529],\ +[0,0,1,-6852,218310],\ +[0,1,1,239,295],\ +[1,0,1,-1338,18156],\ +[0,1,0,-138,577],\ +[1,0,0,55,-1063],\ +[1,0,1,-644,-6504],\ +[1,0,0,-18,324],\ +[0,1,0,-548,4740],\ +[1,-1,1,-380,2647],\ +[0,0,1,-282,1812],\ +[1,0,1,-21,34],\ +[0,1,0,-14373,-2522745],\ +[0,0,0,147,373],\ +[1,0,1,-488,5788],\ +[1,0,1,-2966,-107656],\ +[0,0,0,-297,2889],\ +[1,0,1,-4986,136620],\ +[1,0,1,-64877,6355272],\ +[1,-1,0,-303,2157],\ +[1,0,0,-107,369],\ +[1,-1,0,-102,-618],\ +[1,0,0,-14456,-470464],\ +[1,-1,0,3,-1675],\ +[1,-1,1,-5699,102979],\ +[0,1,0,51,143],\ +[1,0,1,-951,-9202],\ +[1,0,0,132084,58784400],\ +[0,1,0,-170,393],\ +[1,0,1,4096,-21598],\ +[0,0,1,18,-538],\ +[1,-1,1,-1115,14603],\ +[1,0,1,-56,174],\ +[1,-1,1,34,-187],\ +[1,0,1,-608,5806],\ +[0,1,0,-1077,13239],\ +[0,0,1,-1369602,-619325440],\ +[1,0,1,124,498],\ +[1,0,1,-1511,22466],\ +[1,0,1,-992,12018],\ +[1,-1,0,-78,282],\ +[1,-1,1,-920,10963],\ +[1,0,1,-3701,-66202],\ +[1,0,0,-4695710,3916156100],\ +[1,0,1,-14873,4543228],\ +[1,0,0,-1743,-21511],\ +[1,0,1,-58875,5326150],\ +[1,0,1,5,30],\ +[1,0,1,-350,-1240],\ +[1,0,1,14,-8],\ +[0,1,1,-33,-6],\ +[1,0,1,-90108576,329338274798],\ +[1,0,1,-31,64],\ +[1,0,0,64,4096],\ +[1,0,0,398,2436],\ +[0,1,0,179,1935],\ +[1,0,0,-380,1552],\ +[0,1,0,10,25],\ +[0,1,1,-737,7460],\ +[1,-1,0,-1601709,760293413],\ +[1,-1,1,-440,-3781],\ +[0,1,0,-658,6713],\ +[1,0,0,5747,1315601],\ +[1,-1,0,-237,885],\ +[1,-1,1,-353,2737],\ +[1,0,0,-7352941,7674505425],\ +[0,1,1,-285,839],\ +[0,1,0,444,-24796],\ +[0,1,0,332,-316],\ +[1,0,0,-71,225],\ +[1,0,0,-1366,18796],\ +[0,1,1,-77735,-8150461],\ +[0,0,0,-261,-1187],\ +[1,0,1,54,64],\ +[1,0,1,-432,3422],\ +[1,0,0,-21695,1232025],\ +[1,0,0,-338,2364],\ +[0,1,0,-261,1639],\ +[0,1,1,-13491,598665],\ +[0,1,0,103,624],\ +[1,0,1,2882,-176944],\ +[0,1,0,-2245,83975],\ +[0,0,0,-3646917,2680637949],\ +[0,1,1,-121,475],\ +[1,-1,0,-146220,21557456],\ +[0,1,0,-77,399],\ +[1,0,0,-187908,-31792112],\ +[1,0,1,-25379,2528606],\ +[0,1,1,-203,1048],\ +[1,0,0,223,-951],\ +[1,0,0,-1038,-6652],\ +[0,0,0,-2205,39853],\ +[1,-1,0,3591,-338835],\ +[1,0,0,-92,336],\ +[1,0,1,189,-5634],\ +[1,0,1,-2016,-3749508],\ +[0,1,0,-702,6929],\ +[1,0,0,32,1024],\ +[1,-1,0,-4566,119916],\ +[1,-1,0,-1047,13305],\ +[0,1,0,-133,-980],\ +[1,0,0,993,2969],\ +[1,0,0,-593810,-67771900],\ +[0,1,0,-40708,16727588],\ +[1,-1,1,-1070,13733],\ +[0,1,1,-63,138],\ +[1,0,0,-806,14820],\ +[0,1,0,-198,1009],\ +[1,-1,0,-1122,14750],\ +[1,0,0,-1113,50617],\ +[1,-1,0,-39,195],\ +[1,-1,0,-69,575],\ +[0,1,0,-93,-7713],\ +[1,-1,0,-1284,-14460],\ +[1,-1,1,115,-331],\ +[1,0,0,174,260],\ +[1,0,0,629,-15119],\ +[0,1,0,52,-316],\ +[1,-1,0,-186,1026],\ +[0,1,1,39,-105],\ +[1,0,1,-223591,40263914],\ +[0,0,0,-177,1129],\ +[1,0,1,-5101,138704],\ +[1,0,0,12,144],\ +[0,1,0,-12,36],\ +[1,0,0,-130292,18091664],\ +[1,0,1,-5865,172372],\ +[0,1,1,721215,67404089],\ +[0,0,0,-279,-914],\ +[1,0,1,44,-64],\ +[1,-1,1,-35,155],\ +[0,1,0,-1268,20804],\ +[1,-1,0,-65259,6443013],\ +[1,0,1,11,132],\ +[1,0,1,-195152,33175838],\ +[1,0,0,118,36],\ +[1,0,0,-176,960],\ +[1,0,0,-43,113],\ +[1,-1,1,-38,77],\ +[1,0,0,-1723,27385],\ +[0,1,0,-38,17],\ +[1,0,1,-2706,53940],\ +[1,0,1,-270163,55401406],\ +[1,-1,0,-483720,129611996],\ +[1,0,1,-1048,14006],\ +[1,-1,0,96,960],\ +[0,0,1,0,72],\ +[1,-1,0,-21,63],\ +[0,1,1,-25,31],\ +[1,-1,1,1945,-3553],\ +[1,0,1,-7201,234548],\ +[1,-1,1,-182,989],\ +[1,0,1,-29134,1941632],\ +[0,0,1,0,42],\ +[1,0,1,106,-8368],\ +[0,1,1,-1871,31436],\ +[1,0,0,289,-999],\ +[1,-1,0,-357,2793],\ +[1,-1,1,106,1189],\ +[1,-1,0,7410,-207660],\ +[1,0,1,-58850,5490030],\ +[1,-1,1,-155,-53],\ +[1,0,1,137993973,-220275835338],\ +[0,1,0,-58,113],\ +[1,0,1,-116,642],\ +[1,0,0,-23,-535],\ +[1,-1,1,-140,-217],\ +[1,0,0,-11566,597700],\ +[1,-1,1,-1385,20201],\ +[1,-1,0,93,-307],\ +[0,0,0,0,196],\ +[0,0,1,-510,4434],\ +[1,-1,1,-19712,1080611],\ +[0,1,0,-196,9604],\ +[1,-1,1,-218,5401],\ +[1,0,0,-263,3017],\ +[1,-1,1,-1244,-15841],\ +[0,0,0,-1815,-33746],\ +[0,0,1,0,1406],\ +[1,0,1,-145,692],\ +[1,0,1,-454,3692],\ +[1,0,1,2018969,-9981207190],\ +[1,0,1,164952,1106678],\ +[1,0,1,-1783,28818],\ +[0,0,0,0,9],\ +[1,0,0,-19456,378535936],\ +[0,0,1,-438,3528],\ +[1,0,1,1093,1195742],\ +[1,0,0,-40223,3104473],\ +[1,0,1,-95,12],\ +[1,0,1,-14,182],\ +[0,0,1,-150,843],\ +[0,1,0,17899,-600201],\ +[1,0,0,-101,65],\ +[1,0,1,674,-299952],\ +[0,1,0,-189,2303],\ +[1,0,1,-3386,-84076],\ +[0,1,0,-828,8900],\ +[0,1,1,639,4845],\ +[1,0,1,-64,4032],\ +[0,1,0,-37,71],\ +[0,1,0,-2997,63639],\ +[0,1,0,-20,100],\ +[0,1,0,-1845,-73900],\ +[0,1,0,-78,217],\ +[0,1,0,259,4095],\ +[1,0,1,-344,2422],\ +[0,0,1,36,-25],\ +[0,1,0,-28,196],\ +[0,0,1,-162,965],\ +[1,0,1,65,-58],\ +[1,0,0,-1613,105617],\ +[1,0,1,12,156],\ +[0,1,0,908,-3996],\ +[1,0,1,-311,2080],\ +[1,-1,1,-9668,368231],\ +[1,0,0,42,-980],\ +[1,0,1,126,-1484],\ +[0,1,1,37,-272],\ +[1,0,1,-1294,-38848],\ +[1,0,1,37,1406],\ +[1,0,1,30,-400],\ +[1,-1,0,66,440],\ +[1,-1,1,-155,779],\ +[1,0,1,-136,862],\ +[1,0,1,-2531,48926],\ +[1,0,0,9654,-312724],\ +[1,0,1,41,1722],\ +[1,0,0,-11044,-488688],\ +[1,-1,0,-11598,483668],\ +[1,-1,0,-219945,39757665],\ +[0,1,0,-1437,-20609],\ +[1,0,1,-5351,149374],\ +[0,1,1,-41,85],\ +[0,1,0,-212,804],\ +[1,0,1,-664790,-230129880],\ +[1,0,1,-25,-130],\ +[0,0,0,-816,-6908],\ +[0,0,0,63,-5759],\ +[0,1,0,59,-121],\ +[1,0,1,-238,1288],\ +[1,0,1,-4964,227962],\ +[1,-1,0,-231,1421],\ +[1,-1,0,-60,186],\ +[1,0,1,44,34],\ +[1,-1,1,25,55],\ +[1,0,1,-4345,64840],\ +[1,0,1,-593,4808],\ +[1,0,1,164,922],\ +[1,-1,0,-555,-1369],\ +[1,0,1,-388,2906],\ +[0,1,1,-863,9476],\ +[1,0,0,21909,995121],\ +[1,0,1,53,2862],\ +[1,0,1,-75,242],\ +[0,0,1,-60,183],\ +[1,0,1,325,-7018],\ +[1,-1,1,-209,1217],\ +[0,1,0,22,-223],\ +[1,0,0,-701,7281],\ +[1,0,1,34,12],\ +[1,0,1,-564,5162],\ +[0,0,0,0,625],\ +[1,-1,1,-680,6947],\ +[1,-1,1,88,-301],\ +[0,1,0,-157,1599],\ +[1,0,1,-1836,136522],\ +[0,1,0,-165,775],\ +[1,0,1,-2750888,1755903638],\ +[1,0,0,-5412,162576],\ +[1,0,0,-316,2136],\ +[1,0,1,-801,-13516],\ +[1,0,0,-217,1209],\ +[0,0,1,-1782,32312],\ +[1,0,0,18,324],\ +[1,0,0,24,576],\ +[1,-1,1,-74,649],\ +[1,0,1,-4612,198362],\ +[1,0,0,-3916,96400],\ +[0,0,1,-66,213],\ +[1,0,0,-500882,-131402236],\ +[1,-1,0,-4062,100668],\ +[1,0,1,-41,1640],\ +[0,1,1,-1107,8092],\ +[1,0,1,-654,6376],\ +[0,0,1,-37638,2810594],\ +[1,0,1,-44126,3572048],\ +[1,0,1,17,306],\ +[0,1,0,-18,81],\ +[0,1,1,-1645,25149],\ +[1,0,0,-73,281],\ +[0,1,0,-1234,16353],\ +[1,0,0,-89132,10215824],\ +[0,0,1,246,-1488],\ +[0,1,1,-533879,150019865],\ +[1,-1,1,-2069,-88531],\ +[1,0,0,933,-18351],\ +[0,1,0,-62,961],\ +[1,-1,1,-713,8777],\ +[0,1,1,467,244],\ +[1,0,1,24,600],\ +[1,0,1,-2368,57806],\ +[0,0,1,-198,1028],\ +[1,0,1,-419782,104649688],\ +[1,-1,0,-15054,715860],\ +[1,-1,0,121485,-16895755],\ +[0,1,1,-1373,19131],\ +[0,1,1,-3483,77969],\ +[1,-1,0,-658842,206000180],\ +[0,1,0,18,81],\ +[1,0,1,4580,419192],\ +[0,0,1,18,-5163],\ +[1,-1,0,39,-199],\ +[1,0,0,-862,-1084],\ +[0,1,0,6004,135780],\ +[1,-1,0,-69,233],\ +[1,-1,1,-3269,-294083],\ +[0,1,0,-197,1031],\ +[0,0,1,30,-27],\ +[1,0,0,22,-4],\ +[0,1,1,21,19],\ +[1,0,0,-127,281],\ +[0,0,0,0,36],\ +[0,1,1,29,210],\ +[1,-1,1,-23,71],\ +[1,0,1,67,-691944],\ +[0,0,1,-42,-168],\ +[1,0,1,750,-2588],\ +[0,1,0,-51493,4480359],\ +[0,1,1,-583,5494],\ +[0,1,1,-31,240],\ +[1,-1,0,633,-5959],\ +[0,1,0,108,2916],\ +[1,0,1,-420,3262],\ +[0,1,0,292,-412],\ +[0,1,1,-184883,30609230],\ +[1,-1,1,-515,4483],\ +[0,1,0,12,-188],\ +[1,0,1,-293,-2194],\ +[0,1,1,45,109],\ +[1,0,0,-663,4329],\ +[0,1,0,-501,3735],\ +[1,-1,1,862,82081],\ +[1,0,1,-15,210],\ +[1,-1,1,-20,55],\ +[1,0,1,-11,110],\ +[1,0,0,-176,-1280],\ +[1,-1,1,-542,32941],\ +[1,-1,0,-42,98],\ +[1,0,1,-226,2248],\ +[1,0,0,484647,-167913287],\ +[1,0,1,594,13564],\ +[1,0,1,-28670,1893520],\ +[1,-1,1,-434,21169],\ +[1,0,0,-652,5776],\ +[1,0,1,-31246,2123232],\ +[0,1,1,-6211,-530909],\ +[0,1,1,-369525,86337579],\ +[1,0,1,144,694],\ +[1,-1,1,70,505],\ +[1,-1,1,-227,1379],\ +[1,0,0,-148,1016],\ +[1,0,1,-730,5580],\ +[0,0,1,0,600],\ +[0,0,0,-6864,218884],\ +[1,-1,1,-31043,2114371],\ +[1,-1,1,-62,461],\ +[1,0,1,-134,336],\ +[1,-1,1,-755,8147],\ +[1,0,1,-46,124],\ +[1,0,0,19,361],\ +[0,1,1,-193,997],\ +[0,0,0,-312,2116],\ +[1,0,0,-173,1361],\ +[0,1,1,-2599,22945],\ +[0,1,0,-17242,875009],\ +[1,0,1,-8451,298298],\ +[1,-1,1,-425,3689],\ +[1,0,0,-1635,26497],\ +[1,0,0,-52,2704],\ +[1,0,0,-10638,421892],\ +[1,0,1,-4580,-95038],\ +[1,0,1,-41,102],\ +[0,1,0,-31333,2099463],\ +[0,0,0,-2493,47917],\ +[1,0,0,-33,73],\ +[0,1,1,-65,181],\ +[0,1,0,-118,449],\ +[1,0,1,-31472,2043118],\ +[1,-1,1,-935,11231],\ +[0,1,1,75,-1646],\ +[1,-1,1,-335,2071],\ +[1,-1,1,-83,307],\ +[0,1,1,-3323,72633],\ +[1,0,0,-52,24],\ +[1,0,0,-48,136],\ +[0,1,0,-101,359],\ +[1,-1,1,-188,4031],\ +[1,0,0,-261,1601],\ +[0,1,1,-27,182],\ +[1,0,1,-2192,50302],\ +[1,0,0,4,16],\ +[1,0,0,-231,1225],\ +[1,0,1,-103,398],\ +[1,-1,0,-3978,97572],\ +[1,0,0,-85,225],\ +[0,0,0,-648,6372],\ +[0,1,1,-43687,3500082],\ +[1,0,1,-333,2306],\ +[1,0,0,5,25],\ +[1,-1,0,30,-174],\ +[1,0,0,-1738,14628],\ +[1,0,1,387,2288],\ +[1,0,1,40,1640],\ +[1,-1,0,201,-307],\ +[0,0,1,-1764,28497],\ +[0,1,0,-7076,226340],\ +[1,-1,0,-3117,71541],\ +[1,0,0,-63,217],\ +[1,0,0,-62,-244],\ +[1,-1,0,-267,1773],\ +[1,0,1,-1136,16030],\ +[1,-1,0,21,35],\ +[0,1,0,-221,3135],\ +[0,1,1,-3197,68132],\ +[1,-1,0,-10491,416223],\ +[1,-1,0,-1617,25541],\ +[1,0,1,-680,6762],\ +[0,0,1,-2448,46623],\ +[1,0,0,-102943,13630681],\ +[1,0,1,-615,5812],\ +[1,0,0,-12937,-639631],\ +[0,1,1,-585,6681],\ +[1,-1,1,46,209],\ +[0,1,0,-298,1889],\ +[0,0,1,-78,279],\ +[0,1,1,-213,1128],\ +[1,0,0,139303,-1140039],\ +[1,0,0,-387,2881],\ +[0,1,1,-153,678],\ +[1,-1,0,258,-3834],\ +[1,0,0,-15508,-1307240],\ +[1,-1,0,-48255,4092101],\ +[0,1,0,-1070,-13207],\ +[1,0,1,121,46],\ +[1,-1,1,445,-5053],\ +[0,1,1,-420835,105118306],\ +[1,-1,1,-245,1549],\ +[1,0,1,-2858,58556],\ +[1,0,1,-66,232],\ +[1,0,1,424,6798],\ +[1,-1,1,-1028,9127],\ +[0,1,1,29,41],\ +[1,-1,0,-24,80],\ +[0,1,0,-546,-4951],\ +[0,1,1,-793,8336],\ +[1,-1,0,-1032,13022],\ +[1,0,1,4174,-464452],\ +[1,0,1,-267,1652],\ +[1,0,1,-23576,-851452],\ +[0,1,1,-1357,18795],\ +[0,1,1,-81,1640],\ +[0,1,0,-646,6105],\ +[1,0,1,76888,-3634442],\ +[1,0,0,-32,1024],\ +[0,1,1,-3283,71319],\ +[1,0,0,-11371,465201],\ +[0,1,0,-17,24],\ +[1,0,1,-15910,771080],\ +[1,0,1,30,-58],\ +[0,1,0,-514372,-140439324],\ +[0,0,1,-96,393],\ +[0,1,0,-113,840],\ +[1,-1,0,-57,-1083],\ +[1,0,1,-8151,282542],\ +[0,1,1,-13,-92],\ +[1,-1,1,-125,-379],\ +[0,1,0,-25,48],\ +[1,0,1,-147381,21739584],\ +[1,0,1,-212,1162],\ +[1,0,1,-63,3906],\ +[0,1,1,-37951,3142246],\ +[1,0,1,-355,2540],\ +[1,0,1,-366,2660],\ +[0,1,1,-1463,134321],\ +[0,0,0,-912,-4316],\ +[1,0,0,-393,3905],\ +[0,1,1,-237,245],\ +[1,0,1,7,56],\ +[1,0,0,-283,1745],\ +[1,0,1,-14750,688240],\ +[0,0,0,108,-999],\ +[1,0,1,5629,38846],\ +[1,0,1,-7245,236872],\ +[0,1,1,-745,-23126],\ +[1,-1,0,-717,7541],\ +[1,-1,1,-38,181],\ +[0,1,1,-204129,35430149],\ +[0,1,1,-57,147],\ +[1,0,1,-971,12340],\ +[0,1,0,67,255],\ +[0,1,1,-4965,-121444],\ +[1,0,0,-103,521],\ +[0,1,1,-107,-190],\ +[1,0,1,-5260689,4760873956],\ +[0,1,1,-5155,140756],\ +[1,-1,1,-194,4289],\ +[1,-1,0,-132,-298],\ +[1,-1,0,-240,-7804],\ +[0,1,1,407,1597],\ +[1,0,0,144,20736],\ +[1,0,0,-16886,663716],\ +[0,0,1,-4884,130980],\ +[0,1,0,-61,255],\ +[0,1,0,20,100],\ +[1,0,0,-2216060,1269557072],\ +[0,1,1,448219,-27594650],\ +[0,1,1,-1581,23681],\ +[1,0,1,-1851,30486],\ +[1,0,1,-1110,13200],\ +[1,0,1,-202,-942],\ +[0,1,0,-2333,42463],\ +[0,1,0,-178,857],\ +[0,0,1,-2178,39123],\ +[1,0,0,575,-375],\ +[1,0,0,-1973,36065],\ +[0,1,0,-3957,99639],\ +[1,0,1,-4,12],\ +[0,1,0,2,-151],\ +[1,0,1,-1528,22506],\ +[1,-1,1,190,3905],\ +[1,0,0,-93,433],\ +[1,0,0,-2495,-508975],\ +[1,0,1,-51,148],\ +[1,0,1,-27326,1736048],\ +[1,0,0,-8263,288417],\ +[1,-1,0,561,1773],\ +[0,1,0,115,-100],\ +[0,1,0,-27806,1775425],\ +[1,-1,0,12,-118],\ +[1,-1,0,192,3968],\ +[0,1,0,92,-412],\ +[0,1,0,-285,5183],\ +[1,0,0,-61238,7554468],\ +[1,-1,1,1723,-616771],\ +[1,0,1,-678,6198],\ +[0,1,0,-388,2852],\ +[1,0,0,14,-324],\ +[1,0,1,53,-4122],\ +[0,0,1,-177120,28691253],\ +[1,-1,1,-2135,39151],\ +[0,1,0,-4967941,4336013895],\ +[0,0,0,-7344,242244],\ +[1,0,0,-2207,-3111],\ +[1,0,0,47,-471],\ +[0,1,1,729,132860],\ +[1,0,1,-13719,547656],\ +[1,0,1,-5,20],\ +[0,1,0,-125,500],\ +[1,0,1,844,27714],\ +[0,1,1,7,-170],\ +[1,0,1,-277,1678],\ +[1,0,0,-1331,1771561],\ +[1,-1,0,-6738,162278],\ +[1,0,0,27,-55],\ +[0,1,0,-218,1169],\ +[1,0,1,-4707,129438],\ +[0,1,1,167,-506],\ +[1,0,0,-18953,-862055],\ +[1,-1,0,-150,2600],\ +[1,0,0,-478,3980],\ +[1,-1,1,-12584,546539],\ +[1,-1,1,-46793,3907657],\ +[0,1,1,-103,701],\ +[0,0,1,-342,2432],\ +[1,0,0,69,-55],\ +[1,0,0,-241,-16015],\ +[1,0,1,-1694,28056],\ +[1,-1,0,-1932,33542],\ +[0,1,0,1542,17713],\ +[0,1,1,-1149,14609],\ +[1,0,1,-4378,111756],\ +[0,1,0,-18861,649135],\ +[1,0,0,-1876,31120],\ +[0,1,0,-557,6116],\ +[1,0,0,41,-63],\ +[1,0,0,-173,849],\ +[1,0,0,37,17],\ +[0,1,0,-301,2084],\ +[1,0,0,289,-2215],\ +[1,-1,1,-1295,18263],\ +[1,-1,0,-25383,1562913],\ +[1,-1,1,-4895,151943],\ +[1,0,1,-411,7132],\ +[0,1,1,-91,551],\ +[1,0,1,10887,2397788],\ +[0,1,1,-21,110],\ +[0,1,1,-33,57],\ +[1,0,1,-64372,6322098],\ +[0,1,0,-1781,28375],\ +[1,-1,1,-1085,14021],\ +[0,1,0,-348,2404],\ +[1,0,0,-212,44944],\ +[1,-1,1,-10856,438059],\ +[1,-1,0,-744,2708],\ +[0,0,1,-2232,40587],\ +[1,0,1,-13201,586148],\ +[1,0,1,-16686,811584],\ +[1,0,0,-63579,-4382199],\ +[1,0,0,-3949,119057],\ +[1,0,0,-1063,13385],\ +[1,0,1,-4701,122048],\ +[0,1,0,18270,-2817647],\ +[1,0,1,-553,5006],\ +[1,0,1,3132,65306],\ +[0,1,0,-229,148],\ +[1,0,0,-2677,53089],\ +[1,-1,0,-4065,13805],\ +[0,1,0,-4493,114607],\ +[1,0,0,-2046,35460],\ +[1,-1,0,345,141],\ +[1,0,1,-519009,143872932],\ +[1,-1,0,-85452,9636000],\ +[0,1,1,125,3906],\ +[1,0,1,15410,-342400],\ +[0,1,1,-751,7676],\ +[1,-1,1,-881,-145951],\ +[1,0,1,59,82],\ +[1,0,0,11,121],\ +[1,0,0,-504,4312],\ +[1,0,0,534,-14004],\ +[0,0,0,408,-1724],\ +[1,0,1,1686,4396],\ +[1,0,1,-985,21692],\ +[0,1,0,155,-25],\ +[1,-1,0,219,-279],\ +[0,1,0,63,224],\ +[1,-1,0,936,96720],\ +[0,1,0,-93418,10958825],\ +[1,-1,1,-13058,565481],\ +[0,0,1,-390,2964],\ +[1,-1,1,529,1463],\ +[1,0,0,183569,-2353827655],\ +[0,1,0,-3202,59609],\ +[1,-1,1,-1145,15193],\ +[0,1,0,-2340,-106812],\ +[1,0,1,-12297861,-11967258896],\ +[1,0,0,-261,-135],\ +[1,0,1,-1172879,4774036106],\ +[1,0,1,-8717,313608],\ +[1,0,1,804,25114],\ +[0,1,0,-933,10620],\ +[1,-1,0,-74616,7699976],\ +[0,0,0,-792,-7551],\ +[1,-1,0,2496,-2814472],\ +[0,1,0,-11316,428580],\ +[1,-1,0,-24855,1514465],\ +[1,0,1,-252652,48858922],\ +[1,-1,1,181,3539],\ +[1,0,1,1243597,584187598],\ +[0,1,1,145,-2116],\ +[1,-1,0,-1203,-17217],\ +[0,1,1,-3105,-66616],\ +[1,0,0,-40193,-3456639],\ +[1,0,0,-1196,17496],\ +[1,-1,0,867,6057],\ +[1,0,0,41274,2292580],\ +[0,1,0,-472781,124967439],\ +[1,-1,0,-471990,124927476],\ +[1,0,1,-758882,254391348],\ +[1,0,1,-61,3660],\ +[0,0,1,-1769136,905711628],\ +[0,1,0,-64941,7409359],\ +[0,1,1,4455,-139326],\ +[1,0,1,-101,498],\ +[0,1,1,1379,-9249],\ +[1,-1,1,-90668,10664407],\ +[1,-1,0,232404,-7024944],\ +[0,0,0,-9,-4799],\ +[0,0,1,-34758,2494194],\ +[1,0,1,-42024,3312366],\ +[0,1,0,-58,-615],\ +[1,0,0,188842,63244580],\ +[1,0,0,-890,9892],\ +[1,-1,0,-339,12995],\ +[1,-1,0,-7842,273108],\ +[0,1,1,-201,1065],\ +[0,0,0,2313,-19634],\ +[1,0,1,219,536],\ +[1,-1,0,-1201671,507322173],\ +[0,0,0,-492,4201],\ +[0,1,1,-9507,353640],\ +[0,1,0,-5893,-179961],\ +[0,1,0,-1205,15703],\ +[1,0,0,-1893,31545],\ +[1,0,1,-257395,52101902],\ +[1,0,0,-4177,164649],\ +[1,0,0,3799,58265],\ +[1,0,0,-3338,69156],\ +[1,-1,0,-879,12653],\ +[0,0,0,-4599,122446],\ +[1,0,0,-1279,-39399],\ +[1,0,0,-1672568,832436288],\ +[1,0,1,320195,37903000],\ +[0,1,0,83,399],\ +[1,0,1,-8724,181266],\ +[1,-1,1,-1838,376381],\ +[1,0,0,-7077,68481],\ +[1,0,1,-6693,210208],\ +[0,0,0,-104544,13010436],\ +[1,0,1,15,240],\ +[0,0,0,-117,549],\ +[0,1,1,-1341,18461],\ +[0,1,1,-29,210],\ +[0,0,0,-1359,19126],\ +[1,-1,1,64,419],\ +[0,0,1,270,1613],\ +[1,0,1,-23546,1386452],\ +[1,0,0,-415,3225],\ +[1,0,1,1031,3422],\ +[0,1,1,-529,5575],\ +[1,0,0,-307482,41491044],\ +[1,0,0,-7860,304272],\ +[1,-1,0,-2322,44670],\ +[1,0,1,-271,2006],\ +[0,1,1,85,419],\ +[1,0,1,-5796,169336],\ +[0,1,0,-5308,144740],\ +[0,1,0,-125,1023],\ +[0,1,0,136404,35720324],\ +[1,0,0,-400,4032],\ +[0,1,1,-761,10795],\ +[0,1,1,-71,341],\ +[1,0,1,-633988,155243906],\ +[1,-1,1,-1775,29431],\ +[1,-1,1,-845,9653],\ +[0,1,0,159,1520],\ +[0,1,0,-52,676],\ +[1,0,1,1086,4112],\ +[1,0,1,-253655,49150200],\ +[0,1,1,-38765,6268269],\ +[1,0,1,-2302,54932],\ +[1,0,0,82,188],\ +[0,0,0,-17745,909841],\ +[1,0,0,-70881,7257545],\ +[1,0,1,-12657854,17332522896],\ +[1,0,1,-150326,-452592952],\ +[0,0,0,-1071,13078],\ +[0,1,0,-513030,-141363775],\ +[1,-1,0,-30837,4521525],\ +[1,0,1,-213181,37855210],\ +[1,0,0,2161,11897],\ +[0,1,0,-699149,224777583],\ +[1,0,0,-397888,96571392],\ +[0,0,0,-1944,25569],\ +[1,0,0,-96681,11581145],\ +[0,1,0,-493,-593],\ +[1,0,0,-4726,124580],\ +[0,0,0,-395637,95784109],\ +[1,0,0,147436,-1361668208],\ +[0,1,0,-17341,874559],\ +[1,-1,1,5209,-47897],\ +[1,0,1,-6325,193072],\ +[1,-1,0,-11814,497220],\ +[1,0,1,74,-1184],\ +[0,0,1,-1158,15828],\ +[1,0,0,157,-831],\ +[1,0,0,8890,-67228],\ +[1,0,1,-605826,-134038116],\ +[1,0,0,-235,-77775],\ +[0,1,0,-10612,417284],\ +[1,-1,1,-350,2261],\ +[0,0,1,198,785],\ +[0,1,1,-100341,12200826],\ +[1,0,1,-303,1948],\ +[1,-1,0,-4686,117588],\ +[1,-1,0,-42675,3432545],\ +[1,0,1,800,11492],\ +[1,-1,0,-102156,12563216],\ +[1,0,0,-7237785,7493959225],\ +[0,0,1,-390,4803],\ +[0,1,0,-9468,351460],\ +[0,1,1,-94251,-660904],\ +[0,1,1,-2143,54010],\ +[1,-1,0,-348,2682],\ +[0,1,0,-318,2089],\ +[1,0,1,18,342],\ +[1,0,1,-1357,11848],\ +[0,1,0,-4748,124356],\ +[0,1,0,-4756,-135356],\ +[1,0,0,-24888,-96924608],\ +[1,0,1,-2076,174298],\ +[1,-1,1,-2010116,-1029444697],\ +[1,-1,1,766,64769],\ +[1,0,1,-14866,696380],\ +[0,0,0,0,121],\ +[1,-1,1,-7811,225539],\ +[0,1,0,-5958,175121],\ +[0,0,0,-6960,223492],\ +[1,-1,0,-777,8517],\ +[0,1,0,-56773,5187879],\ +[1,0,0,-2012,34576],\ +[0,1,1,-125,3906],\ +[1,0,1,4845,104512],\ +[0,1,0,34,289],\ +[1,-1,1,-2054,469909],\ +[0,0,1,64692,-10012101],\ +[1,0,0,-64874378,188241899556],\ +[1,0,0,-16512,815104],\ +[1,0,0,-9638,363492],\ +[0,1,1,-765,7769],\ +[1,0,0,-21650414,-38809132924],\ +[0,1,1,-1057,19897],\ +[0,0,0,552,-1628],\ +[0,1,1,-29965,1986594],\ +[1,0,1,-122,14762],\ +[1,0,0,362,4892],\ +[0,0,0,-276,1753],\ +[1,0,1,-5334,204736],\ +[1,0,0,-50,2500],\ +[1,0,1,230,-1988],\ +[1,0,1,-5490,215812],\ +[1,-1,1,-11045,449525],\ +[1,-1,1,-947,-142829],\ +[0,0,1,60,3],\ +[1,-1,0,-447,4013],\ +[1,0,1,989,-41294],\ +[1,-1,1,-608,-253],\ +[1,-1,0,-1587,24825],\ +[0,1,0,-1052,12804],\ +[1,0,1,-423,2178],\ +[0,1,0,-1139858,468028185],\ +[1,0,1,-147,448],\ +[0,1,0,812,3332],\ +[1,0,0,-2045,-251663],\ +[1,0,0,1207612,121765392],\ +[1,0,1,-99240,12049142],\ +[1,0,0,164,-5360],\ +[1,-1,0,-735,9261],\ +[1,0,1,-1919,32186],\ +[1,-1,0,-5595,162791],\ +[0,1,0,-693,6615],\ +[1,0,0,-302,2436],\ +[1,0,0,-257,1481],\ +[0,1,1,-54953,4940063],\ +[0,1,1,-34141,-2457470],\ +[0,1,0,542,713],\ +[1,-1,0,-239289,63310445],\ +[1,0,1,-12085406,16174225380],\ +[0,1,1,-23,-904],\ +[1,0,1,331,1576],\ +[1,0,1,-993654,381159056],\ +[0,1,0,-60,900],\ +[1,0,1,-5769118,-4434456944],\ +[0,0,1,-8232,-150663],\ +[1,0,1,-1970,33482],\ +[1,-1,1,-47573,4005677],\ +[1,0,1,69,124],\ +[1,-1,0,-364281,-72729739],\ +[1,0,1,483,-31592],\ +[0,1,0,-722,-999],\ +[0,1,0,-101,-1340],\ +[1,-1,0,-52953819,148317133733],\ +[0,1,1,1465,-82286],\ +[1,0,1,-602126,-179960074],\ +[0,1,1,187,8742],\ +[0,1,1,-1565,23319],\ +[0,0,1,-702,14735],\ +[1,-1,0,-285,1961],\ +[1,0,1,-5151,105010],\ +[1,0,0,-806891,278926385],\ +[1,0,1,-13599,-566198],\ +[1,0,1,-189621,31765824],\ +[1,0,0,-172971,27674865],\ +[1,0,1,-164412,25645698],\ +[1,-1,1,-1595,25003],\ +[0,0,1,102,-972],\ +[0,0,1,-2250,41079],\ +[1,0,1,-11201,-2552452],\ +[1,-1,0,21342,-84852],\ +[0,0,0,10161,176566],\ +[0,1,0,-57,224],\ +[1,0,0,-10781,-4506319],\ +[1,-1,1,-254,7309],\ +[1,0,0,-10668,-526960],\ +[1,0,0,-17,289],\ +[1,0,0,-2202,39564],\ +[1,-1,0,-330,2466],\ +[1,0,1,37924,57494298],\ +[0,1,1,-67793,6776825],\ +[1,0,0,-20,400],\ +[1,0,1,31384,-1439314],\ +[1,0,0,-448,2560],\ +[1,0,1,-3279,72906],\ +[0,0,0,-180,873],\ +[1,0,1,-160424,27565166],\ +[1,0,1,170,242],\ +[1,0,0,-1842,72836],\ +[1,0,1,-1016,42222],\ +[1,0,0,-13,169],\ +[1,0,1,-368,2658],\ +[1,0,1,-1642,25212],\ +[1,0,0,-43202,-9092156],\ +[1,0,1,-236514,37690036],\ +[1,-1,0,-84,840],\ +[0,0,1,-2142,38157],\ +[0,1,0,-8653,-315985],\ +[1,-1,1,562,34781],\ +[0,1,1,-63,992],\ +[1,-1,1,3265,14311],\ +[1,0,1,1094,-19860],\ +[0,1,1,32155,-506869],\ +[1,0,0,-23061,1330785],\ +[1,0,1,-33031,2307852],\ +[1,-1,1,-2795,-52165],\ +[1,-1,0,-564,35720],\ +[0,1,0,-2306,-108575],\ +[1,0,0,-79481,8618745],\ +[1,0,0,28,784],\ +[1,0,0,-190,1092],\ +[0,1,0,-3692,84996],\ +[1,0,1,-2401,36212],\ +[1,0,1,-2175,42412],\ +[0,1,0,-162,6561],\ +[0,0,1,-16500,815781],\ +[1,0,1,11525,188760],\ +[0,0,0,-1935,-28746],\ +[1,0,0,-815,7225],\ +[1,0,1,1504,10990],\ +[0,0,0,-3048,82372],\ +[1,0,0,363,-11871],\ +[1,0,1,-8251,287762],\ +[1,0,0,97,-15],\ +[1,-1,0,-897,10565],\ +[0,1,1,167,7],\ +[1,0,1,171621,-6890138],\ +[1,0,0,-751,7865],\ +[1,0,1,1447,-13552],\ +[1,-1,1,70,-271],\ +[0,1,0,-4333,-293412],\ +[1,-1,1,-10964,444599],\ +[1,-1,0,5620170,-1957408300],\ +[1,0,0,-1060,13072],\ +[1,0,1,-737014,243473536],\ +[1,-1,0,-1878,30572],\ +[0,1,1,-481,4705],\ +[1,0,0,-264,-15488],\ +[1,-1,1,1015,8969],\ +[1,0,0,-213,2017],\ +[1,0,0,-33092573,73270909105],\ +[0,1,0,22,121],\ +[1,0,1,-14714,812972],\ +[0,0,0,0,1156],\ +[1,0,0,-653,17681],\ +[1,0,0,-6211,270785],\ +[1,0,1,-736,22342],\ +[1,0,1,-691,19732],\ +[1,0,1,-1800,29232],\ +[1,0,0,-2792,64856],\ +[1,-1,0,42,168],\ +[1,0,1,-2123,37478],\ +[1,0,0,-40951,3339561],\ +[0,1,1,-1113,16518],\ +[1,-1,1,-52175,4600279],\ +[0,1,0,251,359],\ +[1,0,0,-9816,364096],\ +[1,0,1,-5776972,3184665098],\ +[1,-1,0,-11085,451995],\ +[1,0,1,-18259,948632],\ +[1,0,1,-236,-484],\ +[1,-1,0,1608,-36492],\ +[0,1,1,21,110],\ +[1,0,1,-2016,43310],\ +[1,0,0,-159,-1503],\ +[1,0,1,-276,3298],\ +[1,-1,1,145,2255],\ +[1,0,0,-1263,17],\ +[1,-1,0,-939,98595],\ +[0,1,0,-293,1991],\ +[1,0,1,-3306,86956],\ +[1,-1,0,-12030,510900],\ +[0,1,0,-246045,46910268],\ +[0,1,0,322,-343],\ +[1,0,1,4873,23751002],\ +[0,1,0,-15549,741439],\ +[0,1,0,-5012,134916],\ +[1,-1,1,-947,-25829],\ +[1,-1,0,-7278,239508],\ +[0,1,1,-273,1650],\ +[1,0,0,-788,8080],\ +[1,0,0,-1555156,-746908784],\ +[1,-1,1,-15686,-747307],\ +[1,-1,0,-375,3021],\ +[1,0,0,6222,-84860],\ +[1,0,0,-220,48400],\ +[0,0,0,-360855,83430702],\ +[0,0,1,-261522,51642345],\ +[1,0,1,-37201,3144548],\ +[1,0,1,-1824,31666],\ +[0,1,1,-12819,554385],\ +[1,-1,0,-4125,103011],\ +[0,1,0,-13933,169775],\ +[1,0,0,300,1232],\ +[0,1,1,-177,460],\ +[1,-1,0,168,3024],\ +[0,0,0,-720,-9468],\ +[0,1,1,-3183,68069],\ +[0,1,0,387,9215],\ +[1,0,0,-2150,34532],\ +[1,0,1,-90230,-10408490],\ +[1,0,1,-1679,-58398],\ +[0,0,1,-174,1095],\ +[1,-1,1,9982,11065601],\ +[1,-1,1,-695,7183],\ +[1,0,0,-153,1081],\ +[1,0,0,-205,977],\ +[0,0,0,12,-503],\ +[0,0,1,-684,5757],\ +[1,0,0,50,2500],\ +[0,0,0,-183,1198],\ +[0,0,1,-114,342],\ +[0,1,0,-1500,22148],\ +[1,0,1,68,4692],\ +[1,0,0,-193,1673],\ +[1,-1,0,1803,-4555],\ +[0,0,1,-1062,12897],\ +[1,0,0,-19,361],\ +[0,0,1,-90,353],\ +[1,0,1,-5326,148298],\ +[1,0,0,-3737,133689],\ +[1,-1,0,-429,3753],\ +[1,0,1,-1528,22848],\ +[1,0,1,3526,-25108],\ +[0,1,0,-1645357,-870873521],\ +[1,0,1,-35,1190],\ +[1,0,0,1267,62993],\ +[1,0,0,-47066,1356476],\ +[1,-1,1,-587,6299],\ +[0,1,0,-9546,355825],\ +[1,-1,1,10288,11754611],\ +[1,0,0,-2031,35001],\ +[0,1,0,-36065,2519288],\ +[1,-1,1,-1955,34147],\ +[1,0,0,-2480153,1543229753],\ +[1,0,1,-2801,56810],\ +[1,0,1,-74279,16387652],\ +[1,0,1,-212,1038],\ +[1,0,0,2687,46089],\ +[1,-1,0,-2019,-90975],\ +[0,1,1,2259,-50660],\ +[1,0,1,125,15750],\ +[1,0,1,34,1190],\ +[1,0,0,3359,-250879],\ +[1,0,1,-627,5358],\ +[1,-1,1,-33683,2391731],\ +[1,0,0,28005,4445137],\ +[1,-1,0,92559,-22217187],\ +[0,0,1,-110856,14206494],\ +[0,1,0,71,288],\ +[1,0,1,-23990,1242892],\ +[1,0,1,448,-818],\ +[1,0,1,-696,7190],\ +[1,0,1,-67592,6758038],\ +[1,0,1,-11209,-471904],\ +[1,-1,0,-1527,23417],\ +[1,0,1,-810,8812],\ +[1,0,1,1924,146298],\ +[1,0,1,-71720,7386742],\ +[1,0,0,-20945,1165025],\ +[1,0,0,-978260,-356886128],\ +[1,0,0,-553,12761],\ +[1,0,1,-41201,3750148],\ +[1,-1,0,16972281,32638033725],\ +[1,0,1,-15098,712756],\ +[1,0,0,-22,484],\ +[0,0,1,0,32942],\ +[1,0,1,-780,7932],\ +[1,0,0,54,2916],\ +[1,0,1,19470,2107012],\ +[1,-1,1,-10659494,13398599989],\ +[0,1,0,3395019,-1140038281],\ +[1,0,1,-160258,24506056],\ +[1,-1,1,-398,-4643],\ +[1,0,0,-108,11664],\ +[0,0,1,-2460,-6495],\ +[0,1,1,-93303,10938576],\ +[1,-1,0,-192,366],\ +[1,0,1,2553,-65162],\ +[1,0,0,-413,3185],\ +[1,0,1,-418473,104067756],\ +[1,0,0,-99,377],\ +[1,0,1,-590645,174668672],\ +[1,-1,0,-1662,-1356],\ +[1,0,1,-1505189,737338736],\ +[1,0,1,-101684,12471796],\ +[0,1,1,9713,-606480],\ +[0,1,1,-11535,-54411],\ +[1,0,1,-215,1342],\ +[0,0,0,-93,373],\ +[1,0,0,-360,2600],\ +[1,0,1,-26930,1717660],\ +[0,1,1,-2713,52622],\ +[0,0,1,-324,3395],\ +[1,0,1,-1687151,843347298],\ +[0,1,0,-612,-3484],\ +[1,0,1,3675,-936320],\ +[1,0,1,665,442890],\ +[0,0,0,-153,873],\ +[1,-1,1,4615,246169],\ +[1,0,0,-6595,-199975],\ +[1,0,0,-4358,110180],\ +[0,1,0,602,1169],\ +[1,0,1,-388951,93334298],\ +[1,0,0,-253625,49141625],\ +[0,1,0,-268,1380],\ +[0,0,0,-615,11422],\ +[1,0,1,-460518,120254008],\ +[0,1,0,26,169],\ +[0,1,1,-77833,60878494],\ +[1,-1,0,1875,389375],\ +[0,1,0,-3604981,2633461719],\ +[0,1,0,-492,4004],\ +[1,0,1,-1346986,-582460048],\ +[1,0,0,652899,1171049841],\ +[1,-1,1,-27083,1722331],\ +[1,-1,1,-200,1139],\ +[1,0,1,-69879,7745002],\ +[1,0,0,1279,6921],\ +[1,0,0,-88,7744],\ +[0,1,0,-517,5351],\ +[1,0,1,2208,29102],\ +[1,0,0,-1230,8452],\ +[0,1,1,399,1515],\ +[0,1,0,-478,3977],\ +[1,0,0,-1322,10916],\ +[1,0,1,-91117,10625992],\ +[1,0,0,83,-39],\ +[1,0,1,28150,1767260],\ +[1,0,1,-126,748],\ +[0,1,0,-5473,155032],\ +[0,0,0,-2160,32292],\ +[1,0,1,-171,1324],\ +[1,0,0,133,-1519],\ +[1,0,0,-22688,1310392],\ +[1,0,1,118,-728],\ +[1,0,0,-386,3780],\ +[1,-1,1,-65,-1007],\ +[1,0,0,-1422,44036],\ +[1,0,0,124,-744],\ +[0,1,1,-232135,42971306],\ +[1,-1,1,-290,9505],\ +[1,0,0,234,-964],\ +[1,0,1,-9646,361760],\ +[1,-1,0,-2157,39797],\ +[0,1,0,-173,836],\ +[1,-1,1,-48275,4094579],\ +[1,0,1,-236,2442],\ +[0,0,1,-258,1578],\ +[1,-1,0,48,-222],\ +[0,1,1,-4341,108640],\ +[0,1,0,-29722,1954561],\ +[0,1,1,-2583,49619],\ +[1,-1,1,142,2161],\ +[1,-1,0,-11409,471915],\ +[1,0,1,2501,122786],\ +[1,0,1,-26975,1706610],\ +[0,1,1,-10181,376895],\ +[0,0,1,648,10685],\ +[1,0,0,-449138,119253892],\ +[1,0,1,-253124,48995922],\ +[1,-1,0,-11220,460260],\ +[1,0,1,-8389,-756244],\ +[0,1,1,-1037,12495],\ +[1,0,1,-2076970,-1144552228],\ +[0,0,1,90,83],\ +[1,0,1,-1018,12508],\ +[1,0,1,-410076,6726870298],\ +[1,-1,0,-3913818,2981203668],\ +[1,0,0,-1803,29169],\ +[0,0,0,-283500,58100625],\ +[1,0,1,63110,10082220],\ +[1,0,0,6519,-1393255],\ +[1,-1,1,-24896,1556579],\ +[1,-1,1,-677,8029],\ +[1,0,1,-365,132860],\ +[1,0,0,-14638,-2090108],\ +[1,-1,1,-2285,43541],\ +[1,0,0,-3969,-133623],\ +[1,0,1,-417370,103748932],\ +[1,0,0,1009,-19079],\ +[0,1,0,-9676,363140],\ +[1,-1,1,-2204,39647],\ +[0,1,0,-43060,3424900],\ +[0,1,1,-873,13917],\ +[1,-1,1,-533,5357],\ +[1,0,0,-7302,239716],\ +[1,0,0,1322,33060],\ +[1,-1,0,2145,48941],\ +[0,0,1,0,306],\ +[0,1,1,-56583,-4834006],\ +[1,-1,0,-45294,-6185692],\ +[1,0,0,-3346,73220],\ +[1,0,1,776,-2534],\ +[1,0,1,-712,6768],\ +[0,1,0,-748,8324],\ +[0,1,0,-813,5679],\ +[0,0,1,162,479],\ +[0,1,0,-12341,720055],\ +[0,1,0,6259,2446095],\ +[1,0,1,-125,15500],\ +[0,1,0,-97333,-10522537],\ +[0,1,0,-107333,13727463],\ +[1,0,0,-603310,180317572],\ +[0,1,0,-53,-1865],\ +[1,0,1,-396,6634],\ +[0,1,1,1665,-1182111],\ +[1,0,0,34926,1517572],\ +[1,0,0,-1885621,-1002371319],\ +[1,0,1,-58896,3431350],\ +[1,-1,0,2820,-131500],\ +[1,0,1,7107,-81992],\ +[1,0,0,-81859,-8807743],\ +[0,1,1,-11503,441216],\ +[1,-1,0,903,-6715],\ +[1,0,0,59,-7679],\ +[1,0,1,19924,-957202],\ +[0,0,0,-564,5161],\ +[0,1,0,-1373,17887],\ +[1,0,1,-131,586],\ +[1,-1,0,-1392,20366],\ +[1,0,1,-4899,131506],\ +[1,-1,0,-24921,1520493],\ +[1,-1,1,-3023,64607],\ +[1,-1,1,49,239],\ +[1,0,1,27126,-9823328],\ +[1,-1,0,-5154,143828],\ +[1,0,0,-250,1500],\ +[1,0,1,-575,5320],\ +[1,-1,0,-114,1520],\ +[1,0,1,-676056,-221194910],\ +[1,-1,0,-274371542037,55316825404416117],\ +[0,0,1,-30626508,60661288299],\ +[1,0,0,-4913,970217],\ +[1,0,0,-1531,23825],\ +[1,0,1,1132,-20194],\ +[1,0,1,337,113906],\ +[1,-1,1,-5375,178471],\ +[1,0,1,-293976,61325570],\ +[1,0,0,-38,-34332],\ +[1,-1,0,-6414,200348],\ +[1,-1,1,-10208,399491],\ +[1,-1,1,178,-331],\ +[1,-1,1,2320,-53],\ +[0,1,1,13499,-548845],\ +[0,0,0,2025,110862],\ +[0,1,0,-629,5623],\ +[1,0,1,-1496,-187918],\ +[0,1,1,-5815,168806],\ +[1,0,0,-2376,-27584],\ +[1,-1,1,118,1481],\ +[0,0,0,-1005,-66659],\ +[1,0,0,-1024,1048576],\ +[0,1,0,-205,1100],\ +[0,0,0,87,73],\ +[0,1,0,-20501,1122999],\ +[0,1,0,319,6240],\ +[1,-1,0,-84867,9537291],\ +[1,0,0,-1366,19300],\ +[1,0,0,-2639,51961],\ +[1,0,1,-498,4256],\ +[1,0,0,-101571,-3329855],\ +[0,1,0,-1409,-21616],\ +[1,-1,1,-938,98281],\ +[0,1,1,-78107,8376025],\ +[1,-1,0,-213,1257],\ +[1,0,1,-25552,14238],\ +[0,1,0,1211,20039],\ +[0,0,1,-2124,37677],\ +[0,0,0,-165048,190162372],\ +[1,-1,1,-9644462,11533391549],\ +[1,0,0,1902,-25236],\ +[1,0,0,-3741,87921],\ +[1,0,0,-457814844,3799963969552],\ +[1,0,0,-3323,73489],\ +[0,0,0,-27783,1685502],\ +[0,1,0,39,80],\ +[0,1,0,-757,7639],\ +[1,0,1,1255,29692],\ +[1,-1,0,-9724500,11674532400],\ +[0,1,0,-10388,-407260],\ +[1,0,1,-110303,16939506],\ +[1,0,0,-15656,553856],\ +[1,0,1,1175,-12768],\ +[1,0,1,-221,2154],\ +[1,0,0,-23401607,-43377460599],\ +[1,-1,0,-31362,2802068],\ +[1,-1,1,-1228583,525368927],\ +[0,0,1,-204,1455],\ +[0,1,0,-1148,-10780],\ +[1,-1,0,-45492,3670416],\ +[1,0,1,58975,-90921580],\ +[0,1,0,47,-10016],\ +[0,0,0,129,262],\ +[1,0,1,65667,-2715944],\ +[1,-1,0,-3072,1050624],\ +[0,1,0,-131458,18301713],\ +[0,0,0,-63,-4058],\ +[0,1,0,-258,1513],\ +[1,0,0,2612,-11120],\ +[1,-1,1,-5453,-142603],\ +[0,1,1,-579,-4220],\ +[0,1,0,131,1023],\ +[1,0,1,-34880,1305902],\ +[1,0,0,-7241,-328935],\ +[1,0,1,-58317,5415592],\ +[0,1,1,-5771,166880],\ +[1,0,1,-1526,-29960],\ +[0,1,0,82,-391],\ +[0,1,0,11,-2537],\ +[0,1,0,-4413,111519],\ +[1,-1,1,-2297,73369],\ +[1,-1,0,-465,4281],\ +[1,-1,1,-1084502,-428665499],\ +[0,1,0,-56733,5182388],\ +[0,1,1,302835,44955056],\ +[1,0,1,-41876,3294866],\ +[1,0,1,-311,96410],\ +[0,1,1,121,869],\ +[1,-1,0,-153564,23201648],\ +[0,1,1,-506823,138708938],\ +[1,0,1,-87430,8148440],\ +[0,1,1,-25839,1617375],\ +[1,0,1,-264,1546],\ +[1,0,0,-5848,140864],\ +[1,-1,0,-4767,297773],\ +[0,1,1,-1031,-35015],\ +[1,-1,1,-1037,16949],\ +[1,-1,0,-162,30],\ +[1,-1,0,-1167,15641],\ +[1,-1,0,-768,66048],\ +[1,0,0,-2216,40000],\ +[1,-1,0,-144,2400],\ +[1,-1,1,-2663,-58849],\ +[0,1,1,-9541,337475],\ +[1,-1,0,-15443742,23364080916],\ +[0,1,1,-109,-1251],\ +[0,1,0,-34206,2421369],\ +[1,0,1,624,14998],\ +[1,-1,0,-16914,951348],\ +[0,1,1,65,239],\ +[1,-1,1,-1019,16427],\ +[1,0,0,-503422,-31569391804],\ +[1,0,0,-8263,305929],\ +[1,0,0,4662,-121564],\ +[1,-1,0,-327,1977],\ +[1,-1,1,-349463,-81199313],\ +[0,0,0,-252,1521],\ +[0,1,1,-35,306],\ +[1,0,1,-995978,382497148],\ +[1,0,1,-14692,684182],\ +[1,-1,0,660,47960],\ +[0,0,0,-1512,12609],\ +[0,1,1,-205,734],\ +[0,1,0,-981772,374098916],\ +[1,0,0,-435,225],\ +[1,-1,1,-2975,66311],\ +[0,1,1,95,-119],\ +[1,-1,1,6730,-1748539],\ +[1,-1,1,-89,929],\ +[0,1,0,-35412,-2231324],\ +[1,0,1,-10429,107032],\ +[1,0,1,4276,129682],\ +[1,0,1,-91,412],\ +[1,-1,1,-5024,132419],\ +[1,0,1,-3076,381298],\ +[0,1,0,-60252,5637124],\ +[0,1,1,-45,506],\ +[1,0,1,-1085,1176140],\ +[0,1,0,-3349,-2601],\ +[1,0,1,-17303,874506],\ +[1,0,0,13327,-800087],\ +[1,-1,1,81595,-1323331],\ +[1,-1,1,-4160,95075],\ +[1,0,1,-28636,32827162],\ +[1,0,1,-5523,168078],\ +[0,1,0,67,-124],\ +[1,0,1,-9151,336182],\ +[0,1,1,-10171,-179279],\ +[1,0,1,61199,4368644],\ +[1,0,1,-38916,2951586],\ +[0,0,0,201,814],\ +[1,-1,0,-308979,66327285],\ +[0,1,1,215,181],\ +[1,-1,1,-1205,16397],\ +[1,0,1,-63464,6147766],\ +[0,1,0,195,2303],\ +[1,0,0,-6198,187300],\ +[1,-1,0,-19641,1063533],\ +[0,1,0,-22,121],\ +[1,-1,1,3400,-144325],\ +[1,-1,1,265,-3889],\ +[0,0,1,-6210,170255],\ +[1,0,0,-1656,-24904],\ +[0,0,1,-7116,231048],\ +[1,0,0,-20532,225424],\ +[1,0,1,2674,283548],\ +[1,0,1,464,3476],\ +[1,-1,0,-327840,72332550],\ +[1,-1,0,390,-19324],\ +[1,-1,1,1996,-40553],\ +[1,0,0,-56834,-5959484],\ +[1,0,0,1456,-13568],\ +[1,0,1,-6919,-356224],\ +[1,0,1,-3806,92126],\ +[1,0,1,-1633,19468],\ +[0,1,0,95,528],\ +[0,1,0,699,5959],\ +[1,-1,0,-3012,64268],\ +[0,0,1,0,272],\ +[0,1,0,-2130,35225],\ +[1,-1,0,-4083,101447],\ +[1,0,0,-10062,390916],\ +[1,-1,1,-635,6251],\ +[0,1,0,2651,103559],\ +[1,0,1,82882,56361556],\ +[1,-1,0,3801,164493],\ +[1,-1,1,-170,3305],\ +[0,1,0,-1413,19980],\ +[1,0,0,-1322028,-1024554096],\ +[0,1,0,35158,-10056399],\ +[0,1,1,-2501,50426],\ +[1,0,0,81,6561],\ +[0,1,0,-1525,22423],\ +[1,0,0,-907,10481],\ +[0,0,0,324,-1647],\ +[1,0,1,4381,-19168],\ +[1,-1,1,-49430,4188197],\ +[0,1,0,1227,-9225],\ +[1,0,0,-280739,-76334783],\ +[0,1,0,-245,343],\ +[1,0,0,167,953],\ +[1,0,0,-8493150,199943095500],\ +[0,1,1,-20000845,34422034349],\ +[0,1,1,-8309,109380],\ +[0,0,1,0,240],\ +[1,0,0,-31158,2114316],\ +[0,1,0,-3020,52868],\ +[1,0,0,10913811,-2110155823],\ +[1,0,0,-263773,52121009],\ +[1,0,0,-2010,86372],\ +[0,0,0,-4548,170497],\ +[1,0,0,-2048,4194304],\ +[1,0,1,-520,4550],\ +[0,1,0,662,1697],\ +[1,0,1,2418,-163648],\ +[0,1,1,1775,-45094],\ +[0,0,1,2496,169305],\ +[1,0,0,-833,9609],\ +[1,0,1,-55552,5029598],\ +[0,1,1,1965,3214],\ +[1,-1,0,849,5741],\ +[1,0,1,-51194,8018732],\ +[1,0,0,4474,-81820],\ +[0,1,1,-71,1260],\ +[0,0,0,-4743,128542],\ +[0,0,0,164568,187085956],\ +[0,1,1,-683,3069],\ +[0,1,0,-5933,-177012],\ +[0,1,0,-1797,28764],\ +[1,0,0,-128,16384],\ +[0,0,0,-6696,210897],\ +[1,0,1,14470,356780],\ +[0,0,1,-540,-84895],\ +[1,0,1,-2307473,1348934628],\ +[1,-1,0,525,1421],\ +[1,0,0,72,136],\ +[1,0,1,-92704,10867646],\ +[1,0,1,-27215369,54622767692],\ +[1,0,1,10299,-132952],\ +[0,1,0,-24437,1462356],\ +[0,0,0,-1224,17316],\ +[1,0,0,-3066,65700],\ +[1,0,0,-739,5761],\ +[0,1,1,3,-2455],\ +[1,0,1,-85,7140],\ +[0,1,1,-4583,117902],\ +[1,0,1,1311,-46964],\ +[1,0,1,74,148],\ +[1,0,1,-729,7056],\ +[1,0,0,113,-711],\ +[0,0,1,-7068,228714],\ +[0,1,0,-1653,25335],\ +[1,0,0,-29661,-1550159],\ +[1,0,1,-3526,-76152],\ +[0,1,1,-5543151,5021879771],\ +[0,1,1,-281,1855],\ +[1,0,1,-22419,447742],\ +[1,0,1,1634,3736],\ +[1,0,0,-228,1304],\ +[1,0,1,-38,1406],\ +[1,-1,0,210,-294],\ +[1,0,0,-713,-15999],\ +[1,-1,1,-3527,81479],\ +[1,-1,1,-602,40601],\ +[1,-1,0,191883,161791541],\ +[1,-1,1,-419,-4213],\ +[1,-1,1,385,-4697],\ +[0,1,1,-37621,-3188339],\ +[1,0,1,-10739,-519794],\ +[1,0,1,-9112,-168442],\ +[0,1,0,-940,10788],\ +[0,1,0,327,6560],\ +[1,0,0,-245,-2975],\ +[1,-1,0,-11202,480788],\ +[1,-1,1,478,25121],\ +[0,1,0,-2724,52964],\ +[0,1,0,-373,1975],\ +[0,0,1,-402,5085],\ +[0,0,0,-207,1494],\ +[1,0,1,-2344759,1381764046],\ +[1,0,0,-72,5184],\ +[1,0,1,-21,420],\ +[0,1,1,-4143,101333],\ +[0,0,0,-4104,141156],\ +[0,0,0,-2367,44326],\ +[1,-1,0,-58956,-3172924],\ +[0,0,1,-44682,-3389925],\ +[1,-1,0,228,-3610],\ +[1,-1,1,-23030,159749],\ +[1,-1,1,2122,-41723],\ +[1,-1,1,-46388,5730967],\ +[1,-1,1,-389,3197],\ +[1,0,1,-28223,1396378],\ +[1,0,1,-943,958],\ +[1,0,0,-15,225],\ +[1,0,1,-1205,15932],\ +[0,0,0,561,7894],\ +[1,0,0,-317083,69171433],\ +[1,0,1,184,-890],\ +[1,0,1,-19604,801946],\ +[0,1,0,-65,288],\ +[1,0,1,-77224,8253686],\ +[0,1,1,-125,-1071],\ +[1,0,0,-25,625],\ +[1,-1,1,-875,10171],\ +[1,0,0,-2601,50841],\ +[1,-1,0,435,681],\ +[1,-1,1,-98957,13320181],\ +[1,0,0,98017,7911129],\ +[1,-1,1,-870878,-377090963],\ +[1,0,1,-117,-2052],\ +[1,-1,1,-3824840,2880129035],\ +[0,1,0,-6717174,6698582353],\ +[1,0,1,-184821,-33080396],\ +[1,-1,1,583,2009],\ +[1,-1,0,-24657,1496429],\ +[1,-1,0,-140916,20395776],\ +[0,0,0,0,169],\ +[1,-1,1,196,-313],\ +[0,1,0,-205053,35723871],\ +[1,0,1,1316,-130018],\ +[0,0,1,0,342],\ +[0,1,0,-2018,35505],\ +[1,-1,0,-147,2499],\ +[1,0,1,-297514,62436212],\ +[0,1,1,-1693,26271],\ +[1,0,0,-80,-19648],\ +[1,-1,0,-44901,3673281],\ +[1,-1,0,114,1368],\ +[1,0,1,49,2450],\ +[1,0,1,-3150,35840],\ +[1,-1,0,-456,4146],\ +[1,0,1,-64414188,198766128906],\ +[0,0,1,-180,-2391],\ +[1,0,1,-345,-13628],\ +[1,0,0,-20853,-1234359],\ +[1,-1,1,-5396,154103],\ +[1,0,1,107,-694],\ +[0,1,0,-821,8695],\ +[1,0,1,-920,9290],\ +[0,0,0,585,8622],\ +[1,0,0,-9388,349392],\ +[1,0,1,-7951,-268504],\ +[1,0,0,-8491,319921],\ +[0,1,1,7417,7119],\ +[0,1,0,82,-1695],\ +[0,1,1,-21861,1236835],\ +[0,1,0,-357,1764],\ +[1,-1,0,-56417019,189154215525],\ +[0,1,1,-177,867],\ +[0,1,0,-17021,-841121],\ +[0,1,1,435,-6181],\ +[1,0,0,-280647,57201929],\ +[1,-1,1,295,-71],\ +[1,0,0,-1347,18369],\ +[1,0,0,66112,174768392],\ +[1,0,1,-21829,1239652],\ +[0,1,0,1258,-2871],\ +[1,-1,1,4012,-50633],\ +[1,0,0,-8938,324516],\ +[1,0,1,-381671,90725482],\ +[0,0,0,-1810080,937335537],\ +[1,0,0,-34928,-4476672],\ +[1,0,1,-335822,74892592],\ +[0,1,1,-2605,51009],\ +[0,0,1,-1062,13772],\ +[1,0,0,-1388,3792],\ +[1,-1,0,-1909509,-1839240235],\ +[0,0,1,-114,525],\ +[1,0,1,-576,-19852],\ +[0,1,1,-1583,22869],\ +[0,0,1,294,-1596],\ +[1,-1,0,-23865,1425005],\ +[1,-1,1,1150,-6839],\ +[1,-1,1,1093,-30061],\ +[1,0,1,-784,8702],\ +[0,1,1,481,14279],\ +[1,0,1,-17,-582],\ +[0,1,0,-870,9593],\ +[0,1,1,-8403,304535],\ +[0,1,1,13477,224673],\ +[1,0,1,-495498,-135052994],\ +[1,-1,0,199866,48619140],\ +[0,1,1,-73281,7927256],\ +[0,1,0,1258,-38079],\ +[1,0,0,-1661,27185],\ +[0,1,0,27140,289508],\ +[0,1,0,-338818,-76106831],\ +[0,0,0,-2025,-24975],\ +[1,-1,1,-80,755],\ +[1,0,1,104,334],\ +[1,0,0,-822,8676],\ +[1,0,0,-2738,47748],\ +[0,1,0,-69572,-7021916],\ +[1,0,1,517708,-228378958],\ +[0,0,0,-43593,-3609647],\ +[1,0,1,-135,560],\ +[0,1,1,-46152849083,3816314316984119],\ +[1,0,1,-621,15994],\ +[0,0,1,-101592,12462932],\ +[1,0,1,-2530,46222],\ +[1,0,1,734,560],\ +[1,0,0,-4482,115884],\ +[1,0,1,-485,4062],\ +[0,1,0,-633,2088],\ +[1,0,0,-810828,280955024],\ +[1,0,1,-18891,34390],\ +[1,0,1,-5079826,4415328548],\ +[1,-1,0,282,-64572],\ +[1,0,0,-587,2929],\ +[1,-1,0,252,6888],\ +[0,1,0,-73,360],\ +[1,0,0,-3135,35225],\ +[1,0,1,72,-52],\ +[1,0,0,168760,76360600],\ +[1,0,0,-525,4625],\ +[1,0,0,-513,-21583],\ +[1,-1,0,9915240,5842986816],\ +[0,0,1,-330,2304],\ +[1,0,0,8737,-139983],\ +[1,-1,1,-839588,299208647],\ +[1,-1,0,222,-16428],\ +[1,0,1,-12384,-351304],\ +[1,-1,1,-31835,-3517685],\ +[1,0,0,-382,2844],\ +[1,0,1,-476,3970],\ +[1,0,0,987,38017],\ +[0,0,1,-612,4497],\ +[1,0,1,-201,1070],\ +[1,0,1,3662,53188],\ +[1,0,0,-2500,-22000],\ +[1,0,1,-1001,-7748],\ +[1,0,1,622,387506],\ +[1,0,0,-38658,-10119996],\ +[1,0,1,-30826,2080548],\ +[1,-1,0,-48021,4062401],\ +[0,1,0,754,-4095],\ +[1,0,1,40049,-17578702],\ +[1,-1,1,-6455,245647],\ +[0,0,1,-15288,-200382],\ +[1,-1,1,-14204,655679],\ +[1,-1,1,-423884,-116113201],\ +[0,1,1,-881561,358250691],\ +[1,-1,0,2523,2357],\ +[1,0,0,-1244763,534512017],\ +[1,0,1,-71,264],\ +[0,1,0,-450,3473],\ +[1,0,0,48,2304],\ +[0,0,0,-111024,14238801],\ +[1,-1,1,1447,20537],\ +[1,-1,0,174,3248],\ +[1,-1,1,-1201193,507019241],\ +[0,1,1,9219,234281],\ +[1,0,1,-552,-8732],\ +[0,1,0,-558,5113],\ +[1,0,1,-4583453,2818995256],\ +[0,1,0,-4836,127844],\ +[0,0,0,-591,10582],\ +[1,0,0,1862,-78108],\ +[0,0,1,-2844,58437],\ +[1,-1,0,-24558,1487438],\ +[0,1,1,-567,80372],\ +[1,-1,1,-4031,99503],\ +[1,0,0,-2513,40017],\ +[0,0,1,582,-1572],\ +[1,0,1,228,-958],\ +[1,0,1,-343,117306],\ +[1,0,1,-120766,-16200476],\ +[1,-1,0,-972,11910],\ +[1,-1,1,-4745,295049],\ +[0,1,1,-25583,657644],\ +[1,0,1,-990666,379440956],\ +[0,1,1,-989,11654],\ +[1,0,1,1999,-80828],\ +[1,0,0,-68,248],\ +[1,0,0,-2284,41872],\ +[1,0,1,-1171,15246],\ +[1,0,0,-738,-15292],\ +[1,-1,0,-2532567,1551910941],\ +[0,0,0,-7128,231633],\ +[1,-1,0,-3075,66311],\ +[1,-1,0,-34689,2500845],\ +[1,0,1,-8424,-227914],\ +[1,0,0,392,5768],\ +[0,1,1,-93,-1429],\ +[0,1,1,-19279,690949],\ +[0,0,1,-2220,34188],\ +[0,1,1,-646591,253002076],\ +[0,1,1,-549,-131795],\ +[1,0,1,-124,536],\ +[1,-1,0,894,-27244],\ +[1,-1,1,112,1331],\ +[0,0,1,144,353],\ +[1,-1,0,2883,7541],\ +[1,0,0,65114,-2720284],\ +[1,0,0,12409,234121],\ +[1,-1,1,-13313,637417],\ +[0,1,1,107,-440],\ +[1,-1,0,-1689,25523],\ +[1,0,1,-248876,47767530],\ +[0,1,0,-429533,108210111],\ +[0,0,0,-303,2998],\ +[1,0,1,-109870,18108320],\ +[1,0,1,867807,-263166444],\ +[0,0,0,-66024,-5053319],\ +[1,-1,0,7950,-17164],\ +[0,0,1,-8412,297090],\ +[0,1,1,-163,326],\ +[0,0,1,-2526,181023],\ +[0,0,0,84,-887],\ +[1,0,1,5202,-235744],\ +[1,0,1,-667,6568],\ +[1,0,0,-38599,-1072119],\ +[1,0,1,-209802,19293308],\ +[0,1,1,-4083,99119],\ +[1,0,1,-3314,73172],\ +[1,0,0,40,1600],\ +[1,0,1,29,870],\ +[1,0,1,2570,20512],\ +[0,1,1,-27857,1780320],\ +[1,0,0,-5646,162820],\ +[1,-1,1,637,-215549],\ +[0,1,0,-22661,-1344665],\ +[1,0,0,-61135,6495225],\ +[1,-1,1,-1415,20863],\ +[0,1,1,-149,194],\ +[1,0,0,-36,1296],\ +[0,1,0,987,12871],\ +[1,-1,0,-28089,1819245],\ +[1,0,0,-452,3656],\ +[1,0,0,-83,353],\ +[1,0,1,-237279,67938802],\ +[1,0,1,-2048,-9494],\ +[1,-1,1,43,-188819],\ +[1,0,1,-5957,176448],\ +[1,-1,1,-1649,39457],\ +[0,1,0,-351957,80250679],\ +[1,0,1,-87,7482],\ +[1,0,0,4144,-21224],\ +[1,0,1,-316,2086],\ +[1,0,0,-58911,5498641],\ +[1,0,1,-41071,-3285358],\ +[1,0,1,-575,-8178],\ +[0,1,1,-2189,38919],\ +[0,1,1,-21059,-4736270],\ +[1,0,1,-3619,85086],\ +[1,0,1,-5934,175426],\ +[1,0,1,100,-8],\ +[0,0,1,-708,-9786],\ +[0,1,1,-24899,165975],\ +[1,0,0,-8471,295401],\ +[1,0,1,-576858,70892556],\ +[1,0,1,74,-580],\ +[1,0,1,1404,77554],\ +[1,0,1,-23406,1373952],\ +[1,0,1,-3036,62656],\ +[1,-1,1,-2135,-85265],\ +[1,-1,1,-2288,42067],\ +[0,1,1,307,23562],\ +[1,0,1,-19225,1024360],\ +[1,0,1,-1465506006,21593699883752],\ +[1,-1,1,-113,1481],\ +[0,0,1,-252,2135],\ +[1,0,0,267,-991],\ +[1,0,1,-4401,109892],\ +[0,1,1,1995,-47744],\ +[0,1,1,61,209],\ +[1,-1,0,-26571,1673793],\ +[1,0,0,-1284346,560128996],\ +[1,-1,1,-3587,-11389],\ +[1,0,0,-1512186,347724260],\ +[1,0,0,-7311,233081],\ +[0,1,0,-205,2703],\ +[1,0,1,-862,9688],\ +[1,0,1,-43095,3526090],\ +[0,1,0,-14516,706884],\ +[0,0,0,4068,90081],\ +[1,0,1,-529,-9284],\ +[1,0,0,256,65536],\ +[1,0,1,-173,678],\ +[0,1,1,-7323,238476],\ +[1,-1,1,-4808,129547],\ +[0,1,0,-1285,17308],\ +[1,0,0,-129606,17948836],\ +[1,0,0,-1097,15129],\ +[1,0,0,-602,5724],\ +[0,0,0,45360,2455812],\ +[0,1,0,-50,625],\ +[1,-1,1,-33644,2526959],\ +[0,1,0,-253,-4961],\ +[1,0,1,733,-10402],\ +[1,-1,1,-6104,181979],\ +[1,0,1,-751,8120],\ +[1,0,0,-2411,45361],\ +[0,0,0,-17415,884574],\ +[0,0,0,-2625,625],\ +[0,0,1,-780,-7872],\ +[1,0,1,-19132,1016932],\ +[0,1,0,-4277,113239],\ +[1,0,1,-3162,68172],\ +[1,0,1,-2854,58806],\ +[1,0,1,3174,400048],\ +[1,-1,0,-384,16640],\ +[1,-1,1,-8735,281735],\ +[1,0,1,-532073,149339756],\ +[1,0,1,-12146,956676],\ +[1,0,0,586,-324],\ +[1,0,0,-1437579,665215217],\ +[1,-1,1,-2864,42899],\ +[1,0,0,-1332,18576],\ +[1,0,0,-78,316],\ +[0,1,1,-548055,77905334],\ +[1,0,0,-1046,3620],\ +[0,0,0,513,-11034],\ +[1,0,0,883,1809],\ +[0,1,1,-236311,44136770],\ +[1,-1,0,-183,3843],\ +[1,-1,0,-156,2808],\ +[0,0,1,-62748,6049883],\ +[1,0,1,-39064,2968446],\ +[0,1,0,38,361],\ +[1,0,0,-140,392],\ +[1,-1,0,-133572,18823008],\ +[1,0,0,-57,-2799],\ +[1,0,0,705,-2663],\ +[0,1,0,-5068,276164],\ +[1,0,1,-1051860,414298770],\ +[1,0,1,-37147881,87491728492],\ +[0,0,1,-1440,-49165],\ +[1,0,1,-5405,152472],\ +[0,1,0,-2837,-27369],\ +[0,0,0,0,114244],\ +[0,0,1,-37170,2758308],\ +[1,0,1,-19287,1029322],\ +[1,0,1,-7418,256556],\ +[1,0,1,-693,6958],\ +[0,0,1,732,-44286],\ +[0,1,0,-2165,38263],\ +[1,0,0,-29905724,-62534211568],\ +[1,0,1,475527,-728662244],\ +[1,0,1,-5344798,-5394485744],\ +[1,-1,0,-10356,408228],\ +[0,1,1,-29,-15820],\ +[0,1,1,-1083,-12804],\ +[0,1,0,923,11111],\ +[0,1,0,-700,-1500],\ +[0,0,0,-2079,36486],\ +[1,0,1,-31,930],\ +[1,0,0,-1400,20032],\ +[1,0,1,53600,23477870],\ +[0,1,1,-68577,6924422],\ +[0,1,1,-433,3394],\ +[1,-1,0,232131,-96164667],\ +[1,0,1,-58973,5507256],\ +[1,0,1,-1698,26778],\ +[0,0,1,-120,573],\ +[0,1,1,-4623,-144178],\ +[1,0,0,-315783,68278409],\ +[1,0,1,5677706,-2912037368],\ +[1,-1,1,-11126,454469],\ +[1,0,1,-7135,209650],\ +[0,1,1,-221,51],\ +[0,0,0,-15768,782433],\ +[0,1,1,-37,342],\ +[0,1,0,68,1156],\ +[1,-1,1,-15122,720721],\ +[1,0,0,23653,4506129],\ +[1,-1,1,-1217,-16759],\ +[1,-1,1,325,-4309],\ +[0,1,0,9134,-25191],\ +[1,0,1,360,-2438],\ +[0,0,1,-54146322,152913838745],\ +[1,0,1,-2440,46170],\ +[0,0,1,-3942,-90070],\ +[1,-1,0,237,-243],\ +[1,-1,1,-20810543,36545608631],\ +[1,0,0,135,-8775],\ +[0,0,1,-126,434],\ +[0,1,0,-98,2401],\ +[1,0,1,-7994,-264824],\ +[0,1,1,-681,6616],\ +[1,-1,0,-58083,5404517],\ +[0,1,0,-1018,14129],\ +[0,1,1,4349,-63580],\ +[1,0,1,1270083,870074392],\ +[1,0,1,-47556,-18028034],\ +[0,1,1,-1041,6490],\ +[1,-1,0,-222,1338],\ +[0,1,0,-61740653,186844830159],\ +[1,0,0,-78525,8172657],\ +[1,-1,1,-1763,27467],\ +[0,0,0,-1527,67054],\ +[1,0,1,-8111,201044],\ +[1,0,1,-888,10138],\ +[0,0,0,-7329,-224999],\ +[0,1,0,-10250,-420727],\ +[1,-1,1,-749,-152171],\ +[0,0,1,-1356,8088],\ +[1,0,0,568287,45297225],\ +[1,0,0,-9142,337316],\ +[0,1,0,55,168],\ +[1,-1,0,75,575],\ +[0,1,0,-3833,90088],\ +[0,1,1,45,506],\ +[1,0,1,-9553,348256],\ +[1,0,0,-2905,60025],\ +[0,1,0,-913,7744],\ +[0,0,1,-174,822],\ +[1,0,1,-2518,-7061944],\ +[1,-1,0,-4650,123236],\ +[1,0,0,-437,3489],\ +[1,-1,1,-4472,116219],\ +[0,1,0,138,4761],\ +[1,0,0,-591776,175170880],\ +[0,0,0,252,-1503],\ +[1,-1,0,603,-5835],\ +[1,0,1,543,-14118],\ +[1,-1,1,-768125,-259927099],\ +[1,0,1,-15116701,-131765441452],\ +[0,0,1,-1818,29823],\ +[1,0,1,-2820,57390],\ +[1,0,1,428296,-405376954],\ +[1,0,0,-459,3761],\ +[1,0,1,-5681,164316],\ +[1,0,0,1294,31620],\ +[1,0,0,-22588,1305104],\ +[1,0,0,-465,3817],\ +[0,1,1,19,-1234],\ +[0,0,1,678,-1308],\ +[0,1,1,44927,-2311225],\ +[0,1,0,-3453,76959],\ +[1,0,0,-6538,202788],\ +[1,0,1,-11076,448448],\ +[0,0,1,-1098,13623],\ +[0,1,1,-483,14761],\ +[0,1,1,1007,6130],\ +[0,0,1,3702,72528],\ +[1,-1,1,-11099,452819],\ +[1,0,0,46974,-31906620],\ +[1,-1,1,14047,2385137],\ +[0,1,0,915,-98225],\ +[1,-1,1,-9344,349859],\ +[1,-1,1,-34724,118639],\ +[1,0,0,-5784,168832],\ +[1,0,0,-20368,-7229184],\ +[1,-1,1,-77,701],\ +[0,1,1,-8111,-627164],\ +[0,1,1,-3691,67015],\ +[0,1,0,-3098,64881],\ +[1,0,1,12548,391308],\ +[0,1,0,-2221,8399],\ +[0,0,0,-269580,53874049],\ +[1,0,1,-83733,-1993632],\ +[0,1,1,-124021,14938111],\ +[0,1,1,-587,21755],\ +[1,0,0,347,4481],\ +[1,-1,1,-560,5819],\ +[1,0,1,165,-1688],\ +[1,0,1,1199,-64156],\ +[1,0,1,3131,193976],\ +[1,0,0,-613,5889],\ +[1,0,1,-78600,8475542],\ +[1,-1,1,-857,12089],\ +[0,0,1,-2412,45597],\ +[1,-1,0,-57,399],\ +[0,1,0,595,21903],\ +[0,1,0,-39781,6590500],\ +[0,1,0,-7542,250721],\ +[0,1,0,1483,-215964],\ +[1,-1,0,1200,159200],\ +[1,0,0,9074,-65020],\ +[1,0,1,-8625,308572],\ +[1,0,0,-26,676],\ +[1,0,1,-8951,255548],\ +[0,1,0,-1269,16983],\ +[1,-1,1,-569,5977],\ +[1,0,1,-421,3290],\ +[1,0,1,79,174],\ +[1,0,1,-1846,-169128],\ +[1,-1,1,-86807,-15959761],\ +[1,0,1,-52082,16411908],\ +[0,0,1,-234,1352],\ +[1,-1,1,-5726,-123227],\ +[0,1,0,-3693,85167],\ +[1,0,1,-607049,182024012],\ +[1,-1,1,-8651,90523],\ +[1,0,1,-40544,3138806],\ +[1,0,1,-601,-19156],\ +[1,0,1,-229996,42433450],\ +[1,0,1,784074,-22725464],\ +[1,0,1,-3010,63300],\ +[0,1,0,-26,169],\ +[1,0,0,-5651,291681],\ +[1,0,0,-1689,26577],\ +[0,0,0,-228,1297],\ +[1,-1,0,783,-6459],\ +[1,-1,0,-1014,-23580],\ +[1,0,0,-155,777],\ +[1,0,1,-1632576,805672798],\ +[1,0,1,-11254821,-15368974448],\ +[0,1,1,-13333,-805006],\ +[1,-1,0,417,557],\ +[0,0,1,-774,8372],\ +[1,-1,1,-632312,193957499],\ +[1,-1,0,1632,294848],\ +[0,1,1,-5003,-118908],\ +[1,0,0,-1023,-212967],\ +[1,0,1,373,2098],\ +[1,0,0,-3229,-179663],\ +[1,0,1,-41284,3225186],\ +[1,0,1,-1393091,-32040898],\ +[0,1,0,-11626,478865],\ +[1,0,1,19,380],\ +[1,0,1,1738541,-2815618],\ +[0,1,0,-100,2500],\ +[0,1,0,563,3596],\ +[1,0,0,-14260,-492400],\ +[1,0,0,132,80],\ +[1,-1,0,-85542,9651216],\ +[1,-1,1,169,-337],\ +[0,1,0,-38,361],\ +[0,0,0,-1719,27406],\ +[0,1,0,-397,9999],\ +[0,1,0,27971,-19514241],\ +[1,0,0,69709,28267745],\ +[0,0,1,-7668,258464],\ +[1,0,0,-283,3473],\ +[1,0,0,-28,784],\ +[1,0,0,-253,2801],\ +[1,0,1,974,-59098],\ +[1,-1,1,61804,7498103],\ +[1,0,1,-3270,104300],\ +[1,-1,0,2074371,-344158065],\ +[1,0,0,19844,7997520],\ +[0,1,0,-468,3844],\ +[1,0,1,-5024,138242],\ +[0,1,1,915,-3986],\ +[0,1,0,-151805,22714975],\ +[1,0,1,-6616,-198380],\ +[0,0,0,-729,15849],\ +[1,-1,1,-170,113],\ +[1,0,0,-1128,14400],\ +[0,1,0,172,-508],\ +[1,-1,0,-534,-1812],\ +[1,0,0,1653,14129],\ +[0,0,1,-618,5928],\ +[0,0,0,-35100,2531097],\ +[0,1,0,-4333,108463],\ +[1,0,1,383306,49048076],\ +[1,-1,0,-1446,-8892],\ +[0,1,0,-24341,1453719],\ +[1,-1,1,-3884,94127],\ +[1,-1,1,727,3817],\ +[1,0,0,-38538,3341348],\ +[1,-1,0,111,-327],\ +[1,0,0,-634,6092],\ +[0,0,1,-3510,80489],\ +[0,1,0,-3199988,2311054020],\ +[1,0,0,-1297,18281],\ +[0,1,0,-325,2375],\ +[0,1,0,-11308,-317020],\ +[1,0,1,-95,8930],\ +[1,-1,1,-2708,54647],\ +[1,0,1,-2459,46712],\ +[0,1,0,-2,-1071],\ +[1,0,0,-19748,133904],\ +[1,0,1,-3291,14350],\ +[1,0,0,-8261,149185],\ +[1,0,0,-5462,154916],\ +[1,0,0,-581092,196718864],\ +[0,0,0,513,6534],\ +[1,0,0,385,-7583],\ +[1,0,1,-756,23554],\ +[1,-1,1,-7616,256739],\ +[1,0,1,29004799,-190854789452],\ +[1,0,0,-16091,951121],\ +[0,1,0,-141,604],\ +[1,0,0,-902,-53556],\ +[1,0,1,2461,37612],\ +[1,0,1,-143861,20957312],\ +[1,-1,1,-16094,-698003],\ +[0,1,0,-11884244,15739296708],\ +[1,0,0,-77596,8301840],\ +[0,1,1,-1920571,1023816910],\ +[1,0,0,-72476,43770456],\ +[0,1,1,-2013,34211],\ +[1,0,0,-262011,-107173359],\ +[1,0,0,-1808,29440],\ +[0,1,0,-143466,20957545],\ +[1,0,1,-2058,38668],\ +[1,0,0,-855,9577],\ +[0,1,0,-35077,19307111],\ +[0,1,0,-2421,-47116],\ +[0,1,1,-283,1744],\ +[0,1,0,1932,-548604],\ +[0,1,1,-135,64],\ +[0,1,0,1468,-1596],\ +[1,0,1,-5520,157372],\ +[0,0,1,-1620,15788],\ +[0,1,0,6060,138788],\ +[0,1,1,-4913,130922],\ +[1,0,1,-24978,1706398],\ +[0,1,0,-2286,-295191],\ +[1,0,1,-8101,279944],\ +[1,0,1,-440,2432],\ +[1,-1,1,-12368,532531],\ +[1,-1,0,-477,3957],\ +[1,0,0,13,169],\ +[0,1,0,-135528681,607243149800],\ +[1,0,0,-23053,-2608111],\ +[0,0,0,0,334084],\ +[0,1,0,-1833,29088],\ +[1,0,0,-745,8025],\ +[0,1,0,-885,9783],\ +[0,0,1,84,63],\ +[1,-1,0,-12,-1530],\ +[1,-1,1,-3674,86617],\ +[0,0,0,0,225],\ +[0,1,1,4615,321931],\ +[0,1,1,-28299,1822934],\ +[1,-1,0,-9870,379860],\ +[0,1,0,-36277,2665596],\ +[0,1,1,-23,132],\ +[0,0,0,-2943,61542],\ +[0,1,1,-12721,2558275],\ +[1,0,0,-778899326,8366941727556],\ +[1,0,1,94,264],\ +[0,0,0,-3924,-91151],\ +[1,-1,0,1113,-6855],\ +[0,1,1,-275,1454],\ +[1,0,0,-373,5921],\ +[1,0,1,-3013,61888],\ +[1,0,1,932,2306],\ +[1,-1,0,-3058584,2059629038],\ +[0,0,0,-1512,24516],\ +[0,1,0,-24453,1403207],\ +[0,1,0,8667,1153351],\ +[1,0,1,163,208],\ +[0,1,1,-3845,21881],\ +[0,0,1,-17310,876585],\ +[1,0,1,-2763,55656],\ +[1,-1,0,381,333],\ +[1,-1,1,76,599],\ +[1,0,0,22,484],\ +[1,0,0,1255185,103212217],\ +[1,0,1,1751,5266],\ +[1,0,0,-493,10193],\ +[0,1,1,-6361,192226],\ +[1,0,1,16,272],\ +[0,1,0,-2833,57088],\ +[1,-1,1,-9344,359587],\ +[1,0,0,-148,720],\ +[1,0,1,67,4556],\ +[1,0,1,-882,8532],\ +[1,0,0,-278,100],\ +[1,0,1,-805,-2528],\ +[1,-1,1,4471,230537],\ +[1,0,0,-2518,45860],\ +[1,0,1,-1953,33048],\ +[0,1,1,-4670183,-3905012113],\ +[1,-1,0,-267,1241],\ +[1,-1,1,313,-1],\ +[1,0,1,-1526,8002],\ +[1,-1,0,-51,323],\ +[1,0,1,-1017251,-404348002],\ +[1,-1,1,-124481,-21398831],\ +[1,0,0,-8238,287108],\ +[0,1,1,-3063,64235],\ +[1,-1,0,-11355,468575],\ +[1,-1,1,286,8929],\ +[1,0,1,-759,575322],\ +[0,1,1,-14910607,23481131715],\ +[1,0,1,-24410,1374870],\ +[0,1,0,-357,2791],\ +[0,1,0,123,-89],\ +[0,1,0,-4484,114084],\ +[1,0,1,-1937,80308],\ +[0,1,0,-22293,1273751],\ +[1,0,1,-4876,-76134],\ +[1,-1,1,-457211,119348459],\ +[0,1,0,-7466,245585],\ +[0,1,0,18635,1161463],\ +[0,1,1,-46833,3884869],\ +[1,0,1,-147584,6686632],\ +[1,0,1,-960,12110],\ +[1,-1,1,-1713680,-867191053],\ +[1,0,1,-416566,103449256],\ +[1,0,1,-993,12806],\ +[0,0,1,-4182,146112],\ +[1,-1,1,-1892,6791],\ +[1,-1,1,937,97031],\ +[0,1,0,-1162,9441],\ +[0,1,1,405,41006],\ +[0,0,0,177,598],\ +[0,1,1,-56341,5133780],\ +[1,0,0,1371058,-167867124],\ +[1,0,1,-4839,-78504],\ +[1,0,1,-30427,-27110938],\ +[0,0,1,-6324,193560],\ +[0,1,0,-733,10076],\ +[1,0,1,-15,-3318],\ +[1,0,1,-7826,265798],\ +[1,0,0,-168120,26574400],\ +[0,1,1,-16259,-3155440],\ +[1,0,0,-617,8961],\ +[0,1,0,-9598,358745],\ +[1,-1,1,17452,353207],\ +[0,0,1,-864,9047],\ +[0,1,1,-2207,37442],\ +[0,1,0,98,2401],\ +[0,1,0,-973,59535],\ +[1,-1,0,-1227,16857],\ +[1,-1,0,-480,25920],\ +[1,-1,1,-1559,35567],\ +[1,-1,0,15243,884277],\ +[1,0,1,-160,562],\ +[1,-1,0,705,3501],\ +[0,1,0,-30,225],\ +[1,0,0,794,-37660],\ +[1,-1,1,-70139,3810539],\ +[1,-1,1,-1289,25097],\ +[0,1,1,37,71],\ +[1,0,0,-4720499033,-124833514303047],\ +[1,0,0,127,521],\ +[1,0,1,-10776,527136],\ +[1,0,1,-478021,-112696720],\ +[1,0,0,1524,-13680],\ +[1,-1,0,9201,1011693],\ +[1,0,0,708,-10224],\ +[0,1,1,-171271,-56625740],\ +[1,-1,1,5938,-3177251],\ +[1,0,0,-530,4652],\ +[1,-1,0,-15945,774125],\ +[1,0,1,-1076,47298],\ +[0,1,1,-13841,1084796],\ +[1,0,0,-6888,219392],\ +[0,1,0,-68,1156],\ +[1,0,1,-22360880,40696920830],\ +[0,0,0,63,9],\ +[0,0,1,-63798,6202383],\ +[1,-1,0,-5979,-105147],\ +[1,-1,0,-12882,603828],\ +[1,-1,1,55,-2167],\ +[1,0,1,-4195840,3245182030],\ +[1,0,1,-5076,1035298],\ +[1,-1,0,-140712,20351528],\ +[1,0,1,-821059,286289582],\ +[1,0,0,-888,-11008],\ +[1,0,0,-1138,-3708],\ +[0,1,0,-4516,10180],\ +[1,0,0,185,-1783],\ +[0,0,1,-198,-2127],\ +[1,-1,0,-26259,1615013],\ +[0,1,0,-86893,12370511],\ +[0,0,0,153,414],\ +[1,-1,1,-50693,4405757],\ +[1,0,1,-14721,686210],\ +[0,1,0,-29365,3669463],\ +[1,-1,0,-47787,4032773],\ +[0,1,1,-6267,110270],\ +[1,0,1,-763,7638],\ +[0,1,1,-16237,1195245],\ +[0,1,1,79,-125],\ +[0,1,1,-205,-141],\ +[1,0,0,-2886,57700],\ +[0,1,0,1139,17564],\ +[0,0,0,-495,2518],\ +[1,0,1,-19163,1019406],\ +[0,1,1,-395,9899],\ +[1,0,0,28,-3824],\ +[1,0,1,-11601,481124],\ +[0,1,0,347,-5540],\ +[0,1,0,54,-1495],\ +[1,0,1,-662427,207345062],\ +[1,0,0,237,-277983],\ +[1,0,1,8947,-66552],\ +[1,0,0,-32632,2283584],\ +[1,0,1,-85357462,303528987048],\ +[0,0,0,-48888,4169188],\ +[1,0,1,-8307,-1143458],\ +[1,0,1,801,-159758],\ +[1,0,1,86,-34],\ +[0,1,0,-10139085,12423049775],\ +[1,0,1,-4034,123636],\ +[1,0,1,-136323,19389278],\ +[1,0,1,541,4906],\ +[0,0,0,744,-1052],\ +[0,1,1,667,1744],\ +[0,1,0,-14558,-664143],\ +[1,-1,0,-43107,3455333],\ +[0,0,1,-342,57],\ +[0,1,1,-691,30101],\ +[1,0,0,42,28],\ +[1,0,1,-253,-15752],\ +[0,0,0,1497,59998],\ +[0,1,0,-324,1988],\ +[0,1,1,-5213,49386],\ +[1,0,1,-15677,555672],\ +[1,0,0,-998,12140],\ +[1,-1,0,12,-12628],\ +[1,0,1,-8401,295652],\ +[0,0,0,-159,934],\ +[0,0,1,-1332,18537],\ +[1,0,0,38788,4738576],\ +[1,0,1,-39212,2985338],\ +[1,-1,0,-6198,186468],\ +[1,0,1,-6145,189690],\ +[1,0,0,500,250000],\ +[0,1,0,-353,-3176],\ +[1,0,1,-164359,25633296],\ +[0,0,1,372,3279],\ +[1,-1,0,-9438,355188],\ +[1,-1,1,-839,4807],\ +[0,1,1,-413,3148],\ +[1,-1,0,-1437,21365],\ +[0,1,0,44,484],\ +[0,1,0,-10066,-438655],\ +[1,0,0,-71838,6749892],\ +[0,0,1,-216,1613],\ +[1,0,1,-1647,25578],\ +[1,-1,0,-1377822,-1286401260],\ +[1,0,1,-1321,38156],\ +[0,1,1,-1181,15231],\ +[0,1,0,-1141,14455],\ +[0,1,1,-1675,26354],\ +[1,-1,0,-636486,195899156],\ +[0,1,1,9973,428210],\ +[0,0,0,-297,-639],\ +[1,-1,0,-282,-6972],\ +[1,-1,1,763,4349],\ +[1,-1,1,-902,6229],\ +[0,1,0,539,3239],\ +[1,0,0,294,86436],\ +[1,-1,0,-2094,14100],\ +[0,1,1,-131,1121],\ +[1,-1,0,-8514,310548],\ +[0,1,1,-27381,1734806],\ +[1,0,1,-10832,-17522],\ +[1,0,0,-613960,184833600],\ +[1,0,0,-2345,-28975],\ +[1,0,0,-6092,197776],\ +[1,0,1,46831,-3332474],\ +[1,-1,0,78,624],\ +[1,0,1,-761,13276],\ +[1,0,1,-70194,-11987804],\ +[1,0,1,486,-13428],\ +[0,1,1,8817,41069],\ +[1,0,1,-6509,201576],\ +[1,0,1,-10189,398536],\ +[0,0,1,-12024,-552418],\ +[0,1,0,-6708,475588],\ +[1,0,1,-851,-12086],\ +[1,0,0,-480888,100067392],\ +[0,1,1,-975,11404],\ +[1,-1,1,-1442,231841],\ +[1,0,0,-907,10201],\ +[1,0,0,-8763,315017],\ +[1,0,1,2120,26390],\ +[0,1,1,-695,6824],\ +[0,1,1,-1927,232805],\ +[1,0,0,-13672,-558016],\ +[1,-1,0,-2217,-81171],\ +[1,0,1,-189852,31829538],\ +[1,0,0,-68366,-5842940],\ +[1,0,1,-35601,2916644],\ +[0,1,1,303,687],\ +[1,-1,1,-2762,-53839],\ +[0,1,0,-1178,15225],\ +[0,0,1,3588,-91410],\ +[1,0,1,3520,-194390],\ +[1,-1,0,-11112,453644],\ +[1,0,0,-2537262,1555342236],\ +[1,0,1,-168,-1392],\ +[0,1,1,-6833,-110131],\ +[1,0,1,-2001,23012],\ +[1,-1,0,-681,8121],\ +[1,0,1,-1306641,574777860],\ +[0,1,1,-14191,646015],\ +[1,0,1,-511,4396],\ +[1,0,0,-179265,28961225],\ +[1,-1,0,-124959,-21232035],\ +[1,0,0,-312,576],\ +[1,0,1,-84411840,-298619333138],\ +[1,0,0,15882,106660],\ +[1,-1,1,-7013,229717],\ +[0,1,0,47,120],\ +[1,0,0,527,10601],\ +[1,-1,0,-960,103040],\ +[1,0,0,89,7921],\ +[1,0,1,-176,1398],\ +[1,0,1,1051,-760128],\ +[0,1,0,-965,11188],\ +[1,-1,1,-24641,1494929],\ +[0,1,1,-9,-1016],\ +[1,0,1,-102951,9712298],\ +[1,-1,0,-5277,-155007],\ +[1,0,0,732,20728],\ +[1,-1,0,-26769,1692525],\ +[0,1,1,2697,-35125],\ +[1,0,0,2407,229433],\ +[1,-1,1,8380,-9241],\ +[1,0,1,171,29412],\ +[0,1,1,109,701],\ +[1,0,0,-165511,27187841],\ +[0,1,0,76,1444],\ +[0,0,1,-3330,74259],\ +[1,0,1,-523,6578],\ +[1,0,1,-10951,440798],\ +[1,0,1,5684,238610],\ +[1,-1,1,415,-4879],\ +[0,0,1,0,375156],\ +[1,0,0,-770,-3388],\ +[1,-1,1,367,257],\ +[1,0,0,244,720],\ +[1,-1,0,220164,-7825104],\ +[0,1,0,-461901,120675599],\ +[1,0,1,-119221,15710784],\ +[1,0,0,-18529,-917303],\ +[1,-1,0,-2367,46041],\ +[0,0,0,0,2116],\ +[1,0,1,-472,3898],\ +[1,0,0,1511,2297],\ +[1,-1,1,-716780,233762671],\ +[0,0,0,-2175,-18650],\ +[1,0,0,-1482,-31636],\ +[0,1,0,-638333,161830463],\ +[0,1,0,3116,-117052],\ +[1,-1,1,-455468,-19827193],\ +[1,0,1,6631,884476],\ +[0,1,0,-653,26895],\ +[1,0,1,-2894,8372342],\ +[1,0,1,-17201,884548],\ +[1,0,0,-1842,30276],\ +[1,0,0,69,-559],\ +[1,0,1,20723,335368],\ +[1,-1,0,-25977,1618029],\ +[0,1,0,-1013,12055],\ +[1,-1,1,-13442,-1016191],\ +[1,0,1,-718,7556],\ +[1,-1,1,82,701],\ +[1,0,0,-1133,52433],\ +[1,0,0,-6014,179012],\ +[1,0,1,-1886,26706],\ +[0,0,1,8226,-706920],\ +[1,-1,0,-75642,8518454],\ +[0,0,0,0,83521],\ +[0,0,1,0,1056],\ +[0,1,1,-152455,22861131],\ +[1,0,0,-227,-599],\ +[1,0,1,-5727,166318],\ +[0,0,1,270,-1546],\ +[1,0,1,-2000191,1088686226],\ +[0,0,0,0,58564],\ +[1,0,1,-1971,157204],\ +[0,0,1,0,7140],\ +[1,0,0,357,4753],\ +[0,0,1,0,91506],\ +[0,0,1,0,12],\ +[1,-1,0,-618,-28],\ +[0,0,0,0,2829124],\ +[0,0,1,0,230880],\ +[1,0,0,-119964,16974072],\ +[0,0,0,0,100],\ +[1,0,0,-41168,-3266304],\ +[0,0,0,0,3844],\ +[0,0,0,0,289],\ +[1,0,1,737,9638],\ +[0,1,0,-2838,46225],\ +[0,0,1,0,930],\ +[1,0,0,-19238,1056228],\ +[0,1,1,-901,-18404],\ +[1,0,0,-35639,2617361],\ +[1,-1,0,-363,-485883],\ +[1,0,0,-25731,1423745],\ +[1,-1,0,-177,3599],\ +[0,0,1,0,462],\ +[1,0,0,-11827,909281],\ +[1,0,1,-17985,926800],\ +[1,-1,1,-80214896,278518083283],\ +[1,0,0,2470,119652],\ +[0,1,1,-83,461],\ +[1,-1,1,-3455,84647],\ +[0,1,0,-5892,172196],\ +[1,-1,0,-2580,-63010],\ +[1,0,0,-3456,11943936],\ +[0,0,0,264,-1532],\ +[1,0,0,56,3136],\ +[1,-1,0,-24393,1472493],\ +[1,0,0,-777,8281],\ +[0,0,1,-6948,222914],\ +[1,0,1,-131035,-7206568],\ +[1,0,0,75992,2844224],\ +[1,0,0,137,617],\ +[0,1,0,3208099,227750404],\ +[1,0,1,-44,1892],\ +[0,1,1,-3257,78560],\ +[1,0,1,-10691,519806],\ +[1,-1,1,430,-4967],\ +[1,0,1,-313,97656],\ +[0,1,0,-178449,-21089016],\ +[1,-1,1,-9752555,-11889018053],\ +[0,0,1,-47106,3940968],\ +[1,0,1,1549,-13714],\ +[0,0,0,-6252444,-6029005959],\ +[1,0,1,-12833694,17694953776],\ +[0,0,0,-1985472,1076920164],\ +[0,1,1,-115843,15146206],\ +[0,0,1,66,-798],\ +[0,0,0,2007,-19583],\ +[1,-1,0,-807,9017],\ +[0,1,0,-3190,-62087],\ +[0,1,1,-77,-1605],\ +[1,-1,0,3483,18741],\ +[1,0,1,438,-2612],\ +[0,1,1,-1701,-80495],\ +[1,0,0,-72436,5905016],\ +[0,0,0,235056,90253444],\ +[1,0,1,18693,-1180692],\ +[0,1,0,-766,9],\ +[0,1,1,-3887,106460],\ +[0,0,1,-732,-9150],\ +[0,0,1,2700,-79792],\ +[1,0,1,-309958,66396056],\ +[1,0,1,162,-844],\ +[0,1,1,-543,353],\ +[1,0,1,-1939699,-8441659378],\ +[1,-1,1,5695,87697],\ +[1,0,1,-7736,-286874],\ +[0,1,1,-18231283,29956141927],\ +[1,-1,0,-12843,416517],\ +[1,-1,0,-120108,16047312],\ +[1,0,1,-31432,-2317678],\ +[1,0,0,-80,6400],\ +[1,0,1,1725,4912],\ +[0,1,1,-9351,344946],\ +[0,0,0,-972,11961],\ +[1,0,1,-20459,216822],\ +[0,0,1,-1950,-28119],\ +[1,0,0,-107556,13566736],\ +[0,0,0,-3645,45981],\ +[0,0,1,-16800,838131],\ +[1,0,0,-3118843,2736899345],\ +[1,0,0,-1570,23812],\ +[1,0,1,-2592,50562],\ +[1,-1,0,-22281,1285613],\ +[0,1,1,717,-19681],\ +[1,0,1,-32121,2213082],\ +[1,0,1,-1429965,658047690],\ +[1,0,1,-19389,1114936],\ +[1,0,1,-2288,41906],\ +[1,0,1,-14601,684764],\ +[1,0,0,48272,-18853632],\ +[0,1,0,-1148,17444],\ +[0,0,0,-1737,27841],\ +[0,1,1,119,-95],\ +[0,1,1,-5583,159869],\ +[1,-1,1,-40709,3170557],\ +[0,0,0,-693,5917],\ +[0,1,0,-173,-6353],\ +[1,0,1,-773,8506],\ +[1,0,0,-7778912,8350119464],\ +[1,0,0,-18244,947496],\ +[0,1,0,16210,1212513],\ +[0,1,0,-529622,-129917199],\ +[0,0,1,-546,4914],\ +[1,0,0,-322,2156],\ +[1,0,1,9929,-315940],\ +[1,0,1,-15323,-1330972],\ +[1,0,1,35,-938],\ +[1,0,1,-381,2806],\ +[1,0,0,-20493,16818193],\ +[1,0,1,-2051,-42090],\ +[1,0,1,-1098181,2303866816],\ +[1,0,0,-609,-7343],\ +[1,0,1,30732652,688165823378],\ +[1,0,0,112914,2510460],\ +[1,0,0,-179638,29289892],\ +[1,-1,0,2283,-459],\ +[0,1,0,-869,13799],\ +[0,1,1,77,341],\ +[1,0,0,437,-46359],\ +[1,0,0,387,5617],\ +[1,-1,0,-1458,19572],\ +[1,0,1,-6801,215204],\ +[1,0,0,-2794,164772],\ +[1,0,0,267,2593],\ +[1,0,1,-148958,-28093444],\ +[1,0,0,-59157,5533129],\ +[0,1,0,242,-487],\ +[1,-1,0,1008,-6834],\ +[0,1,1,-98733,-10106781],\ +[1,-1,1,-53189,4735037],\ +[1,-1,0,-222,5624],\ +[1,-1,1,-36494,1930397],\ +[1,0,0,-169,897],\ +[0,1,0,-898,10065],\ +[1,0,0,-1493,25569],\ +[1,0,1,-99663,12101738],\ +[0,0,1,-132,675],\ +[1,0,1,-63927,6678442],\ +[1,0,0,-2159,-37279],\ +[1,0,0,-6075846,13849423740],\ +[1,-1,0,3381,-716667],\ +[0,1,0,17292,-3936412],\ +[1,0,0,-492,242064],\ +[0,0,1,102,129],\ +[1,0,0,-6653,229225],\ +[0,0,0,-624,-11996],\ +[1,-1,0,183,-327],\ +[1,-1,0,-168,3248],\ +[0,1,1,-1643,24333],\ +[1,0,0,92,248],\ +[1,0,1,18430,1881012],\ +[0,1,0,-149,-149001],\ +[0,1,0,-3549,-758177],\ +[1,0,0,1932,-13680],\ +[1,-1,0,-2844,-49650],\ +[1,0,0,23610,513892],\ +[1,0,0,-119708,15935760],\ +[0,1,1,-1395,-22119],\ +[1,-1,1,-2180,40447],\ +[1,0,1,-49728670,134972421520],\ +[1,0,1,-239636,58823174],\ +[1,0,1,-14518,672056],\ +[1,-1,0,-155604,23665728],\ +[1,0,1,-2098,36756],\ +[0,0,0,-3087,66166],\ +[1,0,0,-413,7217],\ +[1,0,1,-554854,159228856],\ +[1,0,1,-203,41006],\ +[1,0,1,-1001536,385689694],\ +[1,-1,1,238,6161],\ +[0,1,0,-285261,22396239],\ +[0,1,0,-861,13564],\ +[1,0,1,-13377,775608],\ +[0,1,1,-667,6410],\ +[1,0,1,-4531695,3712743670],\ +[1,0,0,-24338,1544196],\ +[1,0,1,-20908,1516806],\ +[1,0,0,-18635,-903503],\ +[0,0,0,-7056,228132],\ +[1,0,0,-2352,43776],\ +[1,0,1,711499,73725248],\ +[1,0,1,-103052594,402697233426],\ +[1,0,1,-17012,809138],\ +[1,-1,1,-613802102,-6574818923899],\ +[1,-1,1,-56933,5244317],\ +[1,0,1,-2769,56136],\ +[1,0,0,958,16836],\ +[1,-1,1,-202430,36165197],\ +[1,-1,1,-3044,65287],\ +[0,0,0,-1125,14173],\ +[1,-1,0,13227,-629667],\ +[1,0,1,-407,3108],\ +[1,0,0,-25922,13764036],\ +[1,0,1,-55208,4982518],\ +[0,1,0,-8850126,10130902209],\ +[1,0,1,-811,-95330],\ +[1,0,1,16849,777386],\ +[1,0,1,4004,637594],\ +[0,1,1,-1005,11909],\ +[0,1,1,-209,1135],\ +[1,-1,1,1825,-4409],\ +[1,0,1,-1154,14906],\ +[1,0,1,-3075,65982],\ +[1,-1,0,-2949,117993],\ +[1,0,0,-3622,82916],\ +[1,0,1,-4485,115072],\ +[1,-1,0,-785367,223040541],\ +[0,1,0,-39637,-2806921],\ +[0,1,0,-2500,34148],\ +[1,-1,0,-792465,280432925],\ +[1,0,1,-451,-23302],\ +[0,0,0,-4437,115741],\ +[1,0,0,795,1025],\ +[1,-1,1,-1700,25799],\ +[1,-1,1,2797,86387],\ +[1,0,1,4026,67216],\ +[0,1,0,-1108,13860],\ +[0,1,0,-81,440],\ +[1,-1,1,-24608,1491931],\ +[0,1,1,-25545,1562924],\ +[1,0,1,-19752,1066792],\ +[1,0,0,-296,1880],\ +[0,1,1,-39,380],\ +[0,1,1,-891,9946],\ +[1,0,0,-2658,52524],\ +[0,1,0,-477,4636],\ +[0,1,1,-2851,46696],\ +[1,-1,0,-88123617,318431948541],\ +[1,-1,1,-7697,260921],\ +[1,0,1,-6762,213478],\ +[1,0,1,-796,26074],\ +[0,1,1,-1339,-24125],\ +[1,0,0,-11552,472064],\ +[1,-1,0,-942,11366],\ +[1,-1,0,-222,710],\ +[1,0,1,-269434,53457316],\ +[1,0,1,-16142,788032],\ +[0,1,0,-1150,14673],\ +[1,0,1,-1984136,1087462614],\ +[1,-1,0,-2997,67125],\ +[1,0,0,-9132567,-10881047511],\ +[0,1,0,-14101,635799],\ +[1,0,1,239,-970],\ +[0,1,0,-7333,-72537],\ +[1,-1,0,-217779,39172085],\ +[1,0,1,114,26],\ +[1,0,1,-1613,-26594],\ +[1,0,0,-207485,-34610103],\ +[1,-1,1,8044,-15497],\ +[1,0,1,3146,-26448],\ +[1,0,0,-2829,57681],\ +[1,0,0,-7579,265681],\ +[1,0,1,14673,1171228],\ +[0,1,0,-1226,-8335],\ +[1,0,1,-12619,-674858],\ +[1,0,1,156,24492],\ +[0,1,1,-7583,248827],\ +[1,0,0,-296263,62042889],\ +[1,0,1,-3036,-103746],\ +[1,0,1,-329,2226],\ +[1,-1,1,-26573,-1140619],\ +[0,0,1,486,-1708],\ +[1,0,0,-19550,1050500],\ +[1,0,0,-492,1224],\ +[1,-1,1,-2162,38449],\ +[1,0,0,-18158,-1608572],\ +[1,0,1,-17246,855632],\ +[0,0,0,-744,7876],\ +[0,1,0,-48556,156644],\ +[1,-1,1,-998,-2437003],\ +[1,0,0,-1424,-33864],\ +[1,-1,1,-11936,504899],\ +[0,1,0,6113410,32037609313],\ +[1,0,1,748,-413422],\ +[1,0,0,16201349,13831099921],\ +[0,0,0,-35064,2527204],\ +[1,-1,0,35922,613908],\ +[1,0,0,300,-6768],\ +[0,1,0,-86012,9680324],\ +[1,-1,0,-31719,2170533],\ +[1,0,1,1188620,79419382],\ +[1,0,1,287738602,488137804328],\ +[1,0,1,-2657673,1667606428],\ +[1,0,0,-1245,17137],\ +[1,0,1,-119576,-16598202],\ +[1,0,1,-1375,19482],\ +[1,0,1,-4321,-111474],\ +[1,-1,0,-897981,327752901],\ +[1,-1,0,-138111,19790171],\ +[0,1,0,-226,945],\ +[1,0,1,-166,866],\ +[0,0,0,-5103,-404298],\ +[1,-1,0,-240,6560],\ +[1,0,0,-108,568],\ +[1,-1,1,-1355,19547],\ +[0,0,1,-2598,62028],\ +[1,0,1,-803995,277410470],\ +[1,0,0,-57718596,168775493176],\ +[1,0,1,-31281,2126802],\ +[1,0,1,-32403,3386256],\ +[0,1,1,-176755,68039756],\ +[1,-1,1,-794,70489],\ +[1,0,1,-37453,2827756],\ +[1,-1,1,-4655,139447],\ +[0,0,0,-242736,108091012],\ +[1,-1,0,-687642,219651380],\ +[1,0,1,-115784,15156496],\ +[1,0,0,-12057,91961],\ +[1,0,0,-21238,-1180508],\ +[0,1,0,-3533,79663],\ +[1,0,1,134,592],\ +[1,0,1,-9645419,11529939926],\ +[1,0,0,-22216,1272896],\ +[0,1,1,295,-52766],\ +[1,0,0,-3057,64809],\ +[1,-1,0,183,-3259],\ +[0,1,0,950,-3927],\ +[0,1,1,399,-55554],\ +[1,-1,0,-474,4418],\ +[1,-1,1,-365,2453],\ +[1,-1,0,-3579,83303],\ +[1,0,0,1901,7457],\ +[1,0,1,-9601,361364],\ +[1,0,0,-1655,25777],\ +[1,0,1,-10701,425648],\ +[1,0,1,-597643,-470214742],\ +[0,0,0,-783,18198],\ +[0,1,0,-42,441],\ +[1,-1,1,-3548,82207],\ +[0,1,1,455,2131],\ +[1,0,1,-112028,-13331402],\ +[1,-1,1,-32051,2205523],\ +[1,0,0,-5898,-253916],\ +[1,-1,0,-85812,9696912],\ +[1,0,0,-11338,464676],\ +[1,0,0,-42042,3314556],\ +[1,0,1,2830,27012],\ +[1,0,1,-117196,-17392478],\ +[1,0,0,-50327,4328361],\ +[0,1,1,-54713,4907693],\ +[1,-1,1,-678080,215086051],\ +[0,1,1,127,-83],\ +[0,0,0,-12528,545508],\ +[0,1,1,-1261,16821],\ +[1,0,0,-43782,3516004],\ +[1,0,0,-12215,589225],\ +[1,0,1,-22,462],\ +[0,0,1,-3870,-94392],\ +[0,1,0,163,1599],\ +[1,0,1,10005,-51878],\ +[0,0,1,0,5037780],\ +[1,0,0,-365388,84981392],\ +[0,1,1,-8467,297040],\ +[0,0,1,-144,785],\ +[1,-1,0,-11004,447060],\ +[1,-1,0,-78612,8502992],\ +[1,0,1,-811579,281345222],\ +[0,0,0,-3816,-97628],\ +[1,-1,0,100101,-290107],\ +[0,0,0,-141,757],\ +[0,0,1,2598,183585],\ +[1,-1,1,205,-3437],\ +[1,0,1,32856,-2859274],\ +[1,-1,1,-7055,287447],\ +[0,0,0,0,1500625],\ +[1,-1,0,120,-334],\ +[1,0,0,-20101,1068865],\ +[1,-1,0,-329004,74808528],\ +[1,0,1,-6514,192092],\ +[1,0,0,-978091,372239025],\ +[1,0,0,-442,4836],\ +[0,1,0,-8325,-3354777],\ +[1,0,1,-23605667,38971755102],\ +[0,0,0,0,1225],\ +[0,1,0,-10940,-353212],\ +[0,1,0,5667,-21537],\ +[1,0,0,-11663,439417],\ +[0,1,0,70,-17775],\ +[0,0,0,-447,6214],\ +[1,0,0,2128,-59584],\ +[0,0,0,0,122500],\ +[0,1,1,111,3080],\ +[0,1,1,-337,2527],\ +[0,1,0,-389,3239],\ +[0,1,1,-639,6004],\ +[0,1,0,-420,-32732],\ +[1,0,1,-249677,18351632],\ +[1,-1,1,-4707965,3916682693],\ +[1,-1,1,-92,991],\ +[1,-1,0,-2130,37556],\ +[0,1,1,-2843,57393],\ +[1,0,1,-1545,23232],\ +[1,0,1,20,420],\ +[1,0,1,4910,107812],\ +[1,0,1,-13184,581482],\ +[1,0,1,-3243,69658],\ +[0,1,1,-959,57839],\ +[1,0,1,-1124919,637490242],\ +[1,0,0,-2556,49680],\ +[1,0,1,52066,1317232],\ +[1,-1,1,-48224,4610819],\ +[1,-1,1,61,379],\ +[0,1,1,13503,-1117258],\ +[1,0,0,-27193,1578105],\ +[1,0,1,30107,1031008],\ +[1,0,0,3864,60760],\ +[0,0,0,0,21609],\ +[0,0,1,450,-1726],\ +[0,1,1,-7027645807,226755689102920],\ +[0,0,1,-3708,87573],\ +[0,1,1,-4213,193528],\ +[1,0,1,-76915,8191502],\ +[1,0,1,422,2798],\ +[1,0,1,-121154,16221162],\ +[1,-1,0,-624513,-210091203],\ +[0,1,1,-247,1160],\ +[1,0,0,102,-676],\ +[0,0,0,-3888,91908],\ +[0,1,0,2635,-2537],\ +[0,1,1,523,-3790],\ +[1,-1,0,5883,95541],\ +[0,1,1,-2149,21964],\ +[1,0,1,136515,848920],\ +[0,1,0,45727,-38506680],\ +[0,1,1,-323703,70345010],\ +[0,1,0,-837125,-232685977],\ +[0,1,0,-1549,-16561],\ +[1,0,1,-70688,7227838],\ +[1,0,0,-14619,679121],\ +[1,0,1,-256428,49958506],\ +[0,0,0,-2439,46366],\ +[1,-1,1,3211,-323891],\ +[0,1,0,-35252,2537764],\ +[1,-1,1,-438999035,3540437436899],\ +[1,0,1,-27036,-1973510],\ +[0,0,0,729,13662],\ +[1,0,1,1246,-21148],\ +[1,0,1,-801,-57310],\ +[1,0,1,-7067,-163158],\ +[1,-1,1,-65,505],\ +[1,0,1,-408,-111944],\ +[1,0,0,90929,-51214855],\ +[1,-1,1,-11639,468559],\ +[0,0,1,153048,-6295548],\ +[0,1,0,6758,-56079],\ +[1,0,0,-763,24017],\ +[1,0,0,-610,8772],\ +[0,0,1,114,183],\ +[0,0,1,352944,-235260052],\ +[1,0,1,-2730344,1736269526],\ +[1,-1,0,-18510,980820],\ +[1,-1,0,-15969,-12387717],\ +[1,0,0,707,19313],\ +[0,1,0,-24882,1502289],\ +[0,0,0,111,169],\ +[1,0,0,-856,732736],\ +[1,0,0,4277,-20111],\ +[1,0,1,-180,992],\ +[1,-1,0,-1377,20037],\ +[0,0,0,0,441],\ +[1,0,0,-1068061,476430641],\ +[1,0,0,-21883,19175633],\ +[1,0,1,316,-998],\ +[1,0,0,-6432523,6278933489],\ +[0,1,0,-590,-3975],\ +[1,0,0,5019,183041],\ +[0,0,1,1278,-17133],\ +[1,0,1,-1433,20306],\ +[0,1,1,-217,1207],\ +[0,1,0,-338708,-76168412],\ +[0,0,0,-8925,-92987],\ +[1,-1,0,-747,8025],\ +[0,1,1,-191,2351],\ +[0,1,0,339,964],\ +[1,-1,1,-1240922,527977369],\ +[1,0,0,207,1513],\ +[1,0,0,-8583,231561],\ +[1,0,1,-513711,116024482],\ +[0,0,1,-35010,2521368],\ +[0,1,0,1638,-299511],\ +[0,1,0,-6333,194463],\ +[0,1,1,5639,483595],\ +[1,0,1,-111,592],\ +[1,0,0,578,334084],\ +[0,1,1,-41,420],\ +[0,0,0,-12912,571684],\ +[1,0,1,847,-17494],\ +[0,0,1,-275928,57764868],\ +[0,1,0,-5716,164484],\ +[1,0,0,-14851,695361],\ +[1,-1,1,586,37829],\ +[1,0,0,-1955,33025],\ +[0,1,0,283,551],\ +[1,0,0,-1058,24900],\ +[1,-1,1,88,811],\ +[0,1,1,-72005,7404034],\ +[1,0,0,-6263,14185],\ +[1,0,0,-815,-56775],\ +[0,0,1,0,854700],\ +[1,0,1,-841930,297193532],\ +[0,0,0,9,-5042],\ +[1,0,0,107029,30124081],\ +[1,0,1,-10288,925406],\ +[1,0,0,912,831744],\ +[1,0,1,177,278],\ +[0,0,1,-930,11154],\ +[0,0,1,-504,2667],\ +[1,-1,1,-5785739,5358010907],\ +[1,0,1,-19709,1064782],\ +[1,0,1,-34702,2558912],\ +[1,-1,1,-4772408,4014056891],\ +[1,0,1,50476,-1385134],\ +[1,-1,0,-954,7428],\ +[1,0,1,-1236,-41050],\ +[1,-1,1,-11693,324757],\ +[1,-1,0,-17835,834821],\ +[1,-1,0,399,441],\ +[1,0,1,-148545,22035880],\ +[1,0,0,2662,-93084],\ +[0,0,0,-405,-90099],\ +[1,-1,0,-9336024,10983345768],\ +[0,0,0,0,1764],\ +[0,0,1,-115674,-1058313],\ +[0,1,1,-13889,657650],\ +[1,0,1,-62901,5226048],\ +[1,0,0,78,-7956],\ +[1,0,0,-733,22193],\ +[1,-1,1,11122,-1135403],\ +[1,-1,1,-191,4159],\ +[1,0,1,-1246477,535534032],\ +[0,1,0,42,441],\ +[0,1,1,-13101,551666],\ +[1,0,0,-4538,115428],\ +[1,0,0,-2658,52740],\ +[1,0,1,-34778,3863756],\ +[1,-1,1,-272,8371],\ +[1,-1,1,-508733,139794077],\ +[0,1,1,-905,10184],\ +[0,1,1,-301721,-38769259],\ +[1,0,1,-1885,31332],\ +[1,-1,0,-982680,363864896],\ +[1,-1,1,-58433,5614481],\ +[1,0,0,-30,900],\ +[1,0,0,-13807,623289],\ +[1,-1,0,-24264,1774548],\ +[1,-1,1,-1298,-13999],\ +[1,0,1,1152,5006],\ +[0,1,1,-1465791,930476],\ +[1,0,0,26513,5677689],\ +[1,0,0,-3967,95441],\ +[1,0,0,-872,760384],\ +[1,-1,1,6625,129671],\ +[0,1,0,-18014,918913],\ +[0,1,0,-1533,21663],\ +[1,0,0,21,441],\ +[1,-1,1,-10100,406999],\ +[1,0,0,-3367,45129],\ +[1,0,0,-1360,1849600],\ +[1,-1,0,63,399],\ +[0,1,1,-1317,-5460],\ +[0,0,1,-741156,245590089],\ +[1,-1,1,-16310,310213],\ +[0,1,1,637,1468],\ +[1,-1,0,-63,483],\ +[0,1,1,-61,-1779],\ +[1,0,1,-2329,115196],\ +[1,0,0,-21416513,37419575649],\ +[1,0,0,-2316,42696],\ +[1,0,1,0,-21428],\ +[1,0,0,-17628,899344],\ +[1,0,1,5154,-506928],\ +[1,0,1,-55707,-20190298],\ +[0,0,0,0,86436],\ +[0,1,0,-3381,77175],\ +[1,0,1,-40605,3134200],\ +[0,0,1,-34974,2517480],\ +[1,-1,1,-272,1819],\ +[1,0,0,-4018398,3389757148],\ +[1,0,0,9389,455585],\ +[1,0,1,106,11342],\ +[0,1,1,-41331,3220400],\ +[1,0,1,-100979,12342286],\ +[1,0,1,-78818,-9641292],\ +[0,0,0,-3960,-88988],\ +[0,1,1,-2781,56531],\ +[0,1,0,-4733,-264612],\ +[1,0,0,-10614546,13715791876],\ +[1,-1,0,-573,6057],\ +[1,0,1,-55279,9284652],\ +[1,0,1,-32576,2260298],\ +[1,-1,1,-4651979495,122126226227615],\ +[1,0,0,-921,11321],\ +[1,-1,1,11230,-583415],\ +[1,-1,1,-425,3241],\ +[1,-1,1,-24194,65052289],\ +[1,-1,1,835,-6587],\ +[1,0,1,-5291,1124652],\ +[1,0,0,159,-1655],\ +[1,0,0,-5209,144257],\ +[1,0,0,-32072,-2207496],\ +[1,-1,1,-56042240,176029563683],\ +[0,1,1,-33385,244689],\ +[1,0,1,365367,-68763444],\ +[1,0,0,4012,-113712],\ +[1,-1,1,-58499,5624579],\ +[1,0,1,-1725,22072],\ +[0,0,1,-882,10262],\ +[1,-1,0,-3726,88476],\ +[0,1,1,-3263,70665],\ +[1,-1,0,-9447,-357813],\ +[1,0,0,773,849],\ +[1,-1,0,-141324,20484368],\ +[1,-1,1,-25055,3029447],\ +[1,0,0,-2848645,-1804099263],\ +[1,0,1,-759853024,8061931362766],\ +[1,0,1,83,6972],\ +[0,1,1,-6187,2394755],\ +[1,0,1,-75486,8232144],\ +[1,0,1,-43545,38781692],\ +[1,-1,0,-24477301773,1473992350953957],\ +[1,-1,1,373,15251],\ +[1,0,1,2179,92656],\ +[1,0,1,-120125,16014900],\ +[1,0,1,48996,7717356],\ +[0,1,0,-3122,-65711],\ +[1,0,0,1807,17769],\ +[1,0,1,-73405,7653400],\ +[1,0,0,1750,-24500],\ +[0,0,0,-16602096,26037093028],\ +[1,0,0,-2087,46089],\ +[0,1,1,-625,7531],\ +[0,1,1,52377,-1669678],\ +[0,1,1,-53353,4725623],\ +[1,-1,0,-19266,1188116],\ +[1,0,1,137697,14099506],\ +[1,0,1,-356499,-101612834],\ +[1,0,1,3224,-102388],\ +[0,0,1,75400728,915315823467],\ +[0,0,0,-6672,209764],\ +[1,0,1,-542,4852],\ +[1,0,1,-20433,990556],\ +[0,1,0,-7708,-1436412],\ +[1,0,1,-21023,1171506],\ +[0,0,0,-7704,260289],\ +[0,1,0,-394,2793],\ +[0,1,1,-5061,134076],\ +[0,0,1,-8473062,-36115545960],\ +[0,1,0,22730,600225],\ +[1,0,0,-547,4929],\ +[1,-1,1,-2495,50023],\ +[1,-1,1,-16742663,-44852794369],\ +[1,0,0,549,-2735],\ +[1,0,1,-248446,-193093768],\ +[1,0,1,-306,4024],\ +[0,1,0,-14898,1248065],\ +[1,0,1,59614,8946020],\ +[0,0,0,-837,8541],\ +[1,0,1,-601618,-180339342],\ +[0,1,0,-5081,1615440],\ +[1,0,0,-4129189,3162812801],\ +[1,0,1,-786139,268567386],\ +[1,0,0,-202344,-36849088],\ +[1,0,0,5318789,-494142959],\ +[1,0,1,-252121,48704950],\ +[1,-1,1,10,-1747],\ +[0,0,0,-17232,901444],\ +[1,0,0,-1688990194,26717130253892],\ +[1,0,1,-251708,48585306],\ +[1,-1,1,-76886,8078693],\ +[1,-1,1,-605,5797],\ +[1,-1,0,498,-5338],\ +[1,-1,1,-8912,325811],\ +[1,0,0,861,-2303],\ +[1,0,0,-15497,407961],\ +[1,0,1,-5550,-280670],\ +[1,0,0,-43268,3102224],\ +[1,-1,1,-80930,8881697],\ +[1,0,1,-732394,241187596],\ +[1,0,1,-60449,5715372],\ +[1,0,1,136717,109649568],\ +[1,-1,1,-3893,-251443],\ +[1,0,1,-16311,800170],\ +[0,1,0,-505,16128],\ +[1,0,1,-1939,40412],\ +[0,0,1,-1793808,924723974],\ +[1,0,1,-373351,87774698],\ +[1,0,1,421152067,105484554028056],\ +[1,-1,0,-11037,646005],\ +[0,1,1,-522794757,4600748567162],\ +[1,-1,1,-470,4349],\ +[0,0,0,-60711,5757598],\ +[0,1,1,-169,7140],\ +[1,0,0,1337,70217],\ +[0,1,0,-81341,8902175],\ +[1,0,0,32928664,-180697327040],\ +[1,0,1,-2395,44982],\ +[1,0,1,1312067,931628056],\ +[0,1,0,692,1988],\ +[1,-1,0,-567,5241],\ +[0,0,0,-5139816,4482359908],\ +[0,1,0,18963,-4857489],\ +[0,0,0,-16845,841501],\ +[1,0,1,-1234471,566994602],\ +[0,1,1,29375,215722656],\ +[1,0,1,4564,-220850],\ +[1,-1,1,-9200,-381037],\ +[1,0,0,-1005,11025],\ +[1,0,1,-586,5480],\ +[0,1,1,-134917,-3520958],\ +[0,1,0,-2933,61495],\ +[1,-1,1,-3995,107723],\ +[0,0,0,-279,2574],\ +[1,0,0,-2467,52481],\ +[1,0,0,-1782,23716],\ +[0,0,0,-1469343,-2090171642],\ +[1,0,0,-1746,33596],\ +[1,0,1,-1251,-1876850],\ +[1,0,1,53105,-141026398],\ +[1,0,1,142778,19162472],\ +[0,0,1,-528,8529],\ +[0,1,1,33,-1340],\ +[1,0,1,-355830,81712040],\ +[1,0,1,17779,185736],\ +[1,-1,1,160,-341],\ +[1,0,1,-10887308,13065513418],\ +[1,0,0,9670027,-7793379039],\ +[1,0,1,-87687,9964882],\ +[0,1,1,-4063,98385],\ +[0,1,0,84547,16480159],\ +[0,1,1,137,-482],\ +[1,0,1,-1729184,1263498446],\ +[1,0,0,-27832,-1845496],\ +[1,0,1,-4945,140232],\ +[0,1,1,1507,16780],\ +[0,1,0,-788,516],\ +[1,0,0,6061,174497],\ +[1,0,1,-1404094,-644749424],\ +[1,0,1,-1395476,634382930],\ +[1,0,1,-106882,-14971612],\ +[0,1,1,-26633,1664076],\ +[1,0,1,10770,-324640],\ +[1,0,0,-19271,1028081],\ +[1,0,0,-4852,-1507696],\ +[0,1,0,23139,8311564],\ +[0,1,0,1915,52775],\ +[0,1,1,-1087,-33053],\ +[1,-1,0,-622599,184985405],\ +[1,0,0,-4254,106956],\ +[1,0,1,-1899951,1007931298],\ +[1,0,1,-1186,14820],\ +[1,-1,0,-7583289,8048950973],\ +[1,0,0,7732,2383928],\ +[1,0,1,-26722,2370852],\ +[1,-1,0,-79716,8556576],\ +[1,0,0,-992,11776],\ +[1,-1,1,-153998,23299997],\ +[0,1,1,-87691,9965626],\ +[1,0,1,-5346,29772],\ +[1,-1,1,13309,-631421],\ +[1,0,0,-8061,278425],\ +[1,-1,0,-375,15875],\ +[0,1,1,-12931,561685],\ +[0,1,0,-6590,129313],\ +[1,0,0,-1280,1638400],\ +[1,0,0,-5554,158852],\ +[1,0,1,109912,-2839562],\ +[1,0,0,4057,-208311],\ +[1,0,1,269052,6469028],\ +[1,-1,0,-2001192,1090135968],\ +[1,0,0,-162,26244],\ +[1,-1,1,-2000,10675],\ +[1,0,1,21013,-508578],\ +[1,0,0,-17951,981905],\ +[0,1,1,-1697,-332058],\ +[1,-1,0,-1677,26997],\ +[1,0,1,-3177,69408],\ +[0,1,0,-4322101,-3494268841],\ +[0,1,0,-67358,6548337],\ +[0,1,0,46,529],\ +[0,1,1,-1447,-1310],\ +[0,1,1,-2331,28236],\ +[0,0,1,0,45156],\ +[1,0,1,-9875,451982],\ +[1,0,1,-10690,423500],\ +[0,0,0,-6417,208801],\ +[1,-1,0,-85272,9605592],\ +[0,1,0,-4653,120879],\ +[1,0,1,-121,694],\ +[0,1,1,-53833,4789619],\ +[1,-1,0,-45138,3140712],\ +[1,0,1,-687,-100478],\ +[1,0,1,-3428,77006],\ +[0,1,1,-347445,78711699],\ +[1,-1,1,190,-3319],\ +[1,-1,1,2365,60419],\ +[1,0,1,-110556,489006874],\ +[0,0,1,41004,1907228],\ +[0,0,0,-1503,64998],\ +[0,0,1,-6756,213738],\ +[0,1,0,-44842,3518249],\ +[1,0,0,-128,776],\ +[0,1,1,19683,96855122],\ +[1,0,0,-5438,153156],\ +[1,0,0,-1581,28241],\ +[1,0,1,-4682,123932],\ +[1,0,1,-232408076,1363699770698],\ +[0,1,0,-13420,595268],\ +[0,1,1,-1443,19523],\ +[0,1,0,1507,-28193],\ +[1,-1,0,-658242,205718916],\ +[0,1,1,177,-12067],\ +[0,1,0,-5166,141209],\ +[1,0,0,2488421,-863138543],\ +[1,-1,0,-730164,-128208402],\ +[1,0,1,-165684,25943946],\ +[1,-1,1,-3902,1693901],\ +[0,1,1,-9637,360940],\ +[1,-1,0,54,-13404],\ +[1,-1,1,-26192,1638091],\ +[1,0,1,-167,27722],\ +[1,0,0,-887321,323954401],\ +[1,0,0,-144453,-29806911],\ +[0,1,0,-55333,4991463],\ +[1,0,1,23328,4381742],\ +[1,0,0,-10683,371601],\ +[1,-1,1,-85790,9693101],\ +[1,-1,1,-17768,921131],\ +[0,1,0,-6970,222225],\ +[1,0,0,-6383,185529],\ +[1,-1,0,-8788731,10018309733],\ +[1,0,1,-966,11536],\ +[1,0,1,70626,3376112],\ +[0,1,0,-13914,628993],\ +[1,0,1,-719,7356],\ +[0,1,1,-2654487,1663750550],\ +[1,0,1,42674,-953952],\ +[1,0,0,-27980,1120400],\ +[1,0,1,-51,2550],\ +[1,0,0,-100,10000],\ +[1,0,1,2032,23806],\ +[0,0,1,-1068,-36],\ +[1,0,1,275,992],\ +[1,0,1,65,4290],\ +[1,-1,0,-123252,16730640],\ +[1,0,1,201,40602],\ +[1,-1,0,-3801,-147],\ +[1,0,0,-1784,28696],\ +[1,0,1,-5900598,5516349256],\ +[1,-1,0,8286,-11052],\ +[1,-1,1,1726,330049],\ +[1,0,0,-18248,947264],\ +[1,0,0,-16591,821241],\ +[1,-1,1,-46226,-5982767],\ +[1,0,0,-1956,3825936],\ +[1,-1,1,5356,-47113],\ +[1,-1,0,-2781,56931],\ +[0,1,0,4292,167588],\ +[0,1,1,527,610],\ +[1,0,0,162,26244],\ +[0,1,0,-7973,-23961],\ +[0,1,0,-314226,67692529],\ +[0,0,1,2574,-19221],\ +[1,0,0,-3372,76176],\ +[0,1,0,-698,7409],\ +[1,-1,0,-507,4377],\ +[0,1,1,-53313,4720303],\ +[1,0,1,-750465266,-7984201509628],\ +[1,0,0,-2426,42980],\ +[1,-1,1,-134759,-1219553],\ +[1,0,0,-5002,135716],\ +[0,1,0,-80461,8757935],\ +[0,0,0,13995,-412659],\ +[1,0,0,-3576,83520],\ +[1,0,1,-72749,11580456],\ +[1,0,0,-1801,35481],\ +[1,0,0,-147298,21721156],\ +[0,1,1,-373,2680],\ +[1,0,1,-486,9892],\ +[0,1,0,-3053,63919],\ +[1,-1,1,-2375,46271],\ +[1,0,0,-1975,-12375],\ +[1,0,1,-1851,37220],\ +[1,0,1,-34550,2468612],\ +[1,-1,0,-174208092,-918546000688],\ +[1,0,0,-30918,205668],\ +[1,0,1,-31584,8400302],\ +[1,0,0,-934931,347868705],\ +[1,0,0,-6263,190017],\ +[0,0,0,-7080,229297],\ +[1,0,1,-32366,2238464],\ +[1,0,1,331339,-9446848],\ +[0,1,1,-2201,23746],\ +[0,1,1,-317,1910],\ +[0,1,0,-949876,357423940],\ +[0,1,0,-4286,106569],\ +[1,0,0,-18992,1005824],\ +[1,-1,1,1534,260609],\ +[1,0,0,-2240,40600],\ +[1,-1,0,-1603128,781670688],\ +[1,0,1,-6999228,7126843898],\ +[1,0,1,152,-1622],\ +[0,1,1,-16839,-863845],\ +[1,0,1,-25464332,49457014858],\ +[1,-1,0,-7170,234060],\ +[1,0,0,-1502,22276],\ +[1,-1,1,110410,-4524859],\ +[0,0,0,1596,7681],\ +[1,0,0,-1156,29520],\ +[0,0,1,-510,7983],\ +[0,0,0,1512,-394812],\ +[1,-1,1,1240,-32021],\ +[0,1,1,-3887,75247],\ +[1,0,1,-404466861,-3167107263264],\ +[1,0,0,535589,132489641],\ +[0,1,0,1654,-43551],\ +[1,0,1,5326,130116],\ +[1,0,0,927,2249],\ +[1,0,1,7573,38792],\ +[0,1,0,87,440],\ +[1,0,1,-15912375,5937305242],\ +[1,0,1,1127,-43772],\ +[1,0,0,2213,12881],\ +[0,1,0,-506,4185],\ +[1,0,1,-740,7930],\ +[1,0,1,-629328,211392798],\ +[1,-1,0,-13326,595668],\ +[1,0,1,-56349,5143672],\ +[1,-1,0,-2031,58221],\ +[1,0,1,-6949778,-33195561244],\ +[1,0,1,-363991,84494234],\ +[1,-1,1,-5680088,5211934067],\ +[0,1,1,333,6805],\ +[1,0,1,-1700,-23210],\ +[0,1,0,-63173,6092199],\ +[0,1,1,143,-53],\ +[1,0,1,-6810523,9167300006],\ +[1,0,1,-53139,4933222],\ +[1,-1,1,-24113,1447201],\ +[1,-1,1,-30631490,65260648001],\ +[1,0,1,-4646,121386],\ +[1,-1,0,663,-6075],\ +[1,-1,0,-16134,795140],\ +[1,-1,0,-1287,18105],\ +[1,0,0,-44538,4294628],\ +[1,0,0,-9837,-2021679],\ +[1,-1,0,-1182,15942],\ +[1,-1,1,7585,181063],\ +[1,0,1,-121301,16250700],\ +[1,-1,1,-4673,-197423],\ +[1,-1,0,45939,3917411],\ +[0,0,0,-2097,36961],\ +[0,1,1,-947,10910],\ +[1,0,0,188,336],\ +[1,0,1,-5183,151418],\ +[1,0,1,-8751,314342],\ +[1,-1,0,-85722,9681672],\ +[0,1,1,-9481,352186],\ +[1,0,1,2802,50756],\ +[0,0,0,-5712,166084],\ +[1,0,0,11187,4995217],\ +[1,0,1,-23850,-2481920],\ +[1,0,1,-8801,317044],\ +[1,-1,0,1653,-5415],\ +[1,-1,1,-23519,1394119],\ +[1,0,1,644,15994],\ +[0,1,0,-10061,-3118340],\ +[1,0,1,-414,-12014],\ +[1,0,1,32304,8464190],\ +[0,1,1,17309,-247235],\ +[0,1,1,-43,462],\ +[1,-1,1,-3180134,1872295669],\ +[0,1,1,-523,4600],\ +[0,0,1,-6372,195770],\ +[0,1,0,915,10900],\ +[1,-1,0,300,9800],\ +[0,1,1,-83463,1413290],\ +[1,-1,0,375,15375],\ +[1,0,1,-1055,24742],\ +[0,1,1,-22501,1291655],\ +[1,0,0,-1405,23025],\ +[0,1,1,425,-3496],\ +[1,-1,1,-3896021,2593621549],\ +[0,1,1,-10747,425107],\ +[0,0,1,0,1560],\ +[1,0,1,-49467,3961222],\ +[1,0,0,2757,-26991],\ +[1,0,0,1462,40740],\ +[1,0,1,84,7140],\ +[1,0,1,503,-658],\ +[1,-1,0,-2517,87273],\ +[1,0,0,16839,-2057095],\ +[0,1,1,-87611,9953041],\ +[1,0,1,-48821,2932544],\ +[1,-1,0,-627,6137],\ +[0,1,0,891,10279],\ +[0,0,1,1188,-16603],\ +[0,1,0,-38869,-2952457],\ +[0,1,1,-754371,2909357686],\ +[1,0,0,-272253597,-1088436748751],\ +[1,0,1,-4576,-15702],\ +[1,0,1,-57234,-8576274],\ +[0,1,0,-53413,4733607],\ +[1,-1,0,-312,2258],\ +[0,1,0,-1757,193599],\ +[0,1,1,-12083,-947506],\ +[0,1,1,-17413,877937],\ +[1,0,1,961,16966],\ +[0,0,0,-840,9508],\ +[1,0,0,-295,337],\ +[1,0,0,-1598,-27156],\ +[0,1,1,-33687,1343567],\ +[1,-1,1,-376592708,-2665792822769],\ +[1,-1,1,-43418,3859481],\ +[1,-1,0,581646,20280410],\ +[0,1,0,-13309,586559],\ +[1,-1,0,-48595191,119724718941],\ +[1,0,1,-5624,288982],\ +[1,0,1,-9076,332048],\ +[1,0,0,2063760,-4837643208],\ +[1,0,1,-2415,42622],\ +[0,1,0,-24061,-1141340],\ +[1,-1,1,-1196,13103],\ +[1,-1,0,-31407,1943595],\ +[0,0,1,-36078,2595483],\ +[0,0,0,0,279841],\ +[1,-1,1,-220772,39981871],\ +[0,0,0,-16605,823581],\ +[1,-1,0,-15966,-713424],\ +[1,-1,1,-1730,28297],\ +[0,1,0,-14695821,21679055055],\ +[1,0,1,73874,3820640],\ +[0,1,1,147,-492],\ +[1,0,0,-472465298,3952736903684],\ +[1,-1,0,318,18],\ +[0,1,0,571,-7052],\ +[0,1,0,-6556,127300],\ +[1,0,0,-4083,100449],\ +[1,0,1,-8633532,9775583738],\ +[1,0,0,-23,529],\ +[0,0,0,3987,-9683],\ +[0,0,0,-855,8878],\ +[0,0,1,-918,10073],\ +[1,0,1,-17251,888602],\ +[0,1,1,343,29412],\ +[1,0,0,3075404,-66589395824],\ +[1,-1,1,-87815,10038071],\ +[1,0,1,-21726,1226448],\ +[0,1,0,-4946,132249],\ +[1,0,1,-4586946506,119572755688892],\ +[1,0,1,-642,9638],\ +[1,0,0,-216,46656],\ +[1,-1,1,-1232687,527086711],\ +[0,1,1,-2405,43256],\ +[0,0,0,300,-1607],\ +[1,0,1,-897,-212],\ +[1,0,1,-117523,15500078],\ +[1,-1,1,-5888,171811],\ +[0,1,0,-250,15625],\ +[1,0,1,204,-1874],\ +[0,1,1,-43421,3468120],\ +[0,1,0,-366,2465],\ +[0,1,1,2179,-562680],\ +[0,1,1,-337631,75402400],\ +[0,1,0,-25916,-1683996],\ +[1,0,1,-60448,30497006],\ +[1,0,1,-200621,34570424],\ +[0,1,1,-1485,21539],\ +[0,0,0,0,6724],\ +[1,0,1,-814775,328420352],\ +[1,0,1,690,-35678],\ +[0,1,1,-68839,8881474],\ +[1,0,0,-5745,-19863],\ +[1,0,0,-1910,31972],\ +[1,0,1,-7306,149892],\ +[1,-1,0,-132,2024],\ +[0,1,1,947,-8709],\ +[0,1,0,-134,4489],\ +[1,0,1,205,442],\ +[1,0,0,-9574,390316],\ +[0,0,0,-30375,2058750],\ +[1,-1,0,-205332,36995280],\ +[1,-1,0,-1536,263168],\ +[0,1,1,-883,11044],\ +[1,0,1,-30063,1378906],\ +[0,0,1,-72828,7565483],\ +[1,0,1,-20279,1109802],\ +[1,0,0,-52119,-2737943],\ +[1,0,1,-31736,2173394],\ +[0,1,1,-3791,88490],\ +[1,0,0,-1942,-46876],\ +[1,0,1,-6851,217594],\ +[1,0,1,-194461,32989992],\ +[0,1,1,-597,5410],\ +[0,1,1,-1223,14463],\ +[1,0,0,-5496735,-5051572775],\ +[1,0,1,-1549406,2038409552],\ +[1,-1,1,5947,415037],\ +[0,0,0,-1968,26308],\ +[1,0,1,-123,15006],\ +[1,0,1,-244951,46683798],\ +[0,1,0,-2325,-51625],\ +[1,-1,0,-294,2058],\ +[0,1,1,-3403,75285],\ +[1,-1,0,-44355,3606501],\ +[1,0,1,-60524,5751866],\ +[0,0,0,-1111320,450936612],\ +[0,1,0,-14108,-716028],\ +[1,0,0,-37010,4341100],\ +[0,1,0,-1490461,699875839],\ +[1,-1,0,-960,-25380],\ +[1,-1,0,-6612,-620208],\ +[1,-1,0,-15232542,22886474516],\ +[1,0,1,-7805,-105000],\ +[0,1,0,635,4775],\ +[1,-1,1,-8252,295679],\ +[1,-1,0,-6099,481293],\ +[0,1,1,-993,13530],\ +[0,0,1,0,13050156],\ +[1,-1,1,-452,4079],\ +[1,0,0,-1984966,10944061996],\ +[1,0,1,-51818,-2801292],\ +[0,0,0,-948,11497],\ +[1,-1,0,132,1848],\ +[0,1,1,14659,-2556674],\ +[1,-1,1,-9197,131669],\ +[1,0,1,-135707,19232742],\ +[1,-1,1,130,1805],\ +[0,1,1,-21405,725934],\ +[0,1,1,-1203409,-563496155],\ +[1,0,1,-16755,108302],\ +[1,-1,1,-85385,9624593],\ +[1,0,1,-101637,12463148],\ +[1,0,1,-10996069,14033823392],\ +[1,0,0,49312,-19012608],\ +[1,0,0,-7251,360865],\ +[0,0,0,360,-1692],\ +[1,0,1,-3468,116306],\ +[0,0,0,-1881,31393],\ +[0,1,1,-20517,1124317],\ +[1,0,0,-248963,-192789183],\ +[1,0,1,-16548,818006],\ +[1,0,0,-888285,322138097],\ +[1,-1,1,-1835,30971],\ +[1,0,0,314,1380],\ +[0,1,1,-29,-2121],\ +[0,1,0,-75669,8639639],\ +[0,0,0,-1845,30493],\ +[0,1,1,-301,1041],\ +[0,1,1,-861,9371],\ +[0,1,0,2602,13065],\ +[1,0,0,-512,262144],\ +[1,0,1,-311288,-60184762],\ +[0,1,1,265,4289],\ +[0,1,0,-4682,121761],\ +[1,0,0,-4086372256,-98221911563264],\ +[0,0,1,-924,-3990],\ +[0,1,1,-4009,-7572620],\ +[0,1,0,-9181,-268705],\ +[1,-1,0,-300,10200],\ +[1,0,1,246,60762],\ +[1,-1,1,241,-233],\ +[1,0,0,-11397,462169],\ +[0,1,1,-9645,460649],\ +[1,-1,0,-313242,65188916],\ +[0,1,1,-343,7481],\ +[1,0,0,14784,576000],\ +[0,1,1,-587067,159837707],\ +[0,1,0,-310,1833],\ +[0,1,1,-85147,10121070],\ +[1,0,1,-4315,174980],\ +[1,0,1,-2055,35682],\ +[0,1,1,-975,-36969],\ +[1,-1,1,-128474,-45364711],\ +[1,0,0,-4121,78201],\ +[1,-1,1,-264605,52475045],\ +[1,0,1,-34136,2448120],\ +[0,1,1,-9641247,-11495824720],\ +[0,0,1,6102,221528],\ +[1,0,1,-395617234,3028699522532],\ +[1,0,1,-22338074,40794758516],\ +[1,0,1,-76951,4030298],\ +[1,0,0,-4691,124321],\ +[0,1,1,47,552],\ +[1,0,0,8193,339481],\ +[1,0,1,-1538,23988],\ +[0,1,0,-149469,-32422401],\ +[0,0,1,-60138,5723094],\ +[0,1,1,-3231213,2234561798],\ +[0,1,1,-24967,1510020],\ +[1,-1,1,-1238,14117],\ +[1,-1,1,-5228,146927],\ +[1,0,0,-140408,-51378112],\ +[0,1,0,-253,1556],\ +[0,0,0,-9000,328977],\ +[0,1,1,-11671,481405],\ +[1,-1,0,-1311,15911],\ +[1,-1,0,-702,1788],\ +[1,0,1,-89307,10271828],\ +[0,1,0,275,500],\ +[1,0,1,-66216,6552566],\ +[1,-1,1,-23651,1405859],\ +[1,0,1,-32201,2459548],\ +[1,0,0,-11796,-411760],\ +[1,0,1,-29156,505946],\ +[0,1,1,-6421625,6260876179],\ +[0,0,0,-405,5157],\ +[1,0,0,-73138,10421892],\ +[1,-1,0,1713,29933],\ +[1,0,0,-21641,-3974439],\ +[1,0,1,-465,3830],\ +[1,0,0,-1028026,400726756],\ +[1,-1,1,-322061,70642229],\ +[0,0,0,312,-1628],\ +[1,0,0,-203449,35573201],\ +[1,0,0,100,10000],\ +[1,0,0,496,-13544],\ +[0,1,0,1838559,-336136896],\ +[1,0,0,1595706,4778318692],\ +[0,1,1,-9169,334894],\ +[0,1,1,-1255,-27119],\ +[1,-1,1,1024,-85981],\ +[1,0,1,-243,1658],\ +[1,0,1,-6932878,7026354256],\ +[1,-1,0,7563,179765],\ +[0,1,1,-1457,36547],\ +[1,0,1,206,-928],\ +[1,0,1,128,68],\ +[0,0,0,-1791,29158],\ +[1,-1,1,66949,-19004821],\ +[0,1,0,3662,-126775],\ +[0,1,0,3358,30129],\ +[0,0,0,-1593,24417],\ +[0,1,1,-12013,685461],\ +[0,1,0,2042,33713],\ +[0,1,0,-1530533,-6650317241],\ +[1,-1,1,-22331,1289899],\ +[1,0,1,121202,13144256],\ +[1,-1,0,-5148594,-5118223092],\ +[1,0,1,-2901,53432],\ +[1,-1,0,-45759,3779013],\ +[0,1,1,-43459,3472680],\ +[1,0,1,-850,9920],\ +[1,0,1,-5888,173388],\ +[1,0,1,85,7310],\ +[1,0,1,10832,915806],\ +[1,0,1,-26936418,128998573108],\ +[1,0,0,-5738,166308],\ +[0,1,0,-28996,1890820],\ +[0,1,1,-4801,123046],\ +[1,0,1,-6148254,-8545590894],\ +[1,0,0,-1232,16856],\ +[1,-1,0,-4857,56429],\ +[1,0,0,-2004,-44144],\ +[1,0,1,-2937,-1285552],\ +[1,0,1,-275308,55579306],\ +[0,1,1,697,2038],\ +[0,1,0,13263,-274184],\ +[1,0,1,-68,4556],\ +[0,0,1,798,-852423],\ +[1,0,1,-5913,724988],\ +[1,0,1,7852,-773422],\ +[1,-1,0,-3339881244,74293279877250],\ +[1,0,1,-155296,23541966],\ +[0,1,0,-628,-26620],\ +[0,0,0,24,-28223],\ +[1,0,0,-13138,581892],\ +[1,0,1,-11829636,15659493122],\ +[1,-1,1,-386259491,2921604777883],\ +[0,1,1,-3865,84994],\ +[0,0,1,3438,-14853],\ +[1,-1,0,483,-5259],\ +[0,1,0,4231,1117248],\ +[1,-1,1,-88310,10123013],\ +[0,0,1,594,-1546],\ +[0,1,1,-12757,-173270],\ +[0,0,0,-3120,64132],\ +[1,0,1,-1226,16716],\ +[1,0,1,-1701,117298],\ +[1,0,0,-2955,59977],\ +[1,0,1,-172,29412],\ +[0,1,1,-19647,-510523],\ +[0,1,1,-406365,649246619],\ +[1,0,0,-6013,1452017],\ +[1,0,1,-4511609,3688085532],\ +[1,-1,1,-74180,-7366553],\ +[0,1,0,-1477,21364],\ +[1,0,0,3534,247940],\ +[1,0,1,-6620,213590],\ +[1,0,0,-7336,220736],\ +[0,0,1,-1512,22547],\ +[1,0,1,-6396,93342],\ +[1,0,0,-1799338,-931459420],\ +[1,0,1,851,-38744],\ +[1,0,0,-1163,-43791],\ +[1,0,0,59,3481],\ +[1,0,1,-975714,371376436],\ +[1,0,1,336674,75108048],\ +[0,0,0,-168,-23567],\ +[1,-1,0,2226,-117420],\ +[1,0,1,-79965,8710840],\ +[1,-1,1,-8885,108109],\ +[0,1,0,-261,540],\ +[1,0,1,-198657,31005252],\ +[0,1,1,-383,2794],\ +[0,1,0,2523,-3636],\ +[0,1,0,-618,5705],\ +[1,-1,1,-12284,558527],\ +[0,1,0,-653,2479],\ +[1,0,1,3887,300788],\ +[1,0,0,-24417,1467649],\ +[0,0,1,-1620,-41803],\ +[1,0,0,-24263,1451017],\ +[1,0,1,44511,-2622548],\ +[0,0,1,-258,2229],\ +[1,-1,1,127,1721],\ +[0,1,0,-43516,3479524],\ +[0,0,0,1473,58054],\ +[1,-1,1,-920,-26725],\ +[1,0,1,-6118,183658],\ +[0,1,1,681,28729],\ +[0,1,0,-588,5572],\ +[0,0,0,-824343,-309443378],\ +[0,1,1,-6353,-145927],\ +[0,1,0,-108812109,436845585519],\ +[1,0,0,224,-1960],\ +[1,-1,0,-1107150,1715306580],\ +[1,0,1,-11229891,14490400062],\ +[0,1,1,529,69960],\ +[1,0,1,-341,3016],\ +[0,1,1,-1983,32969],\ +[1,-1,1,-135008,-17715349],\ +[1,0,1,-32926,2296848],\ +[0,1,1,-272693,54661411],\ +[1,0,0,-18447,963449],\ +[1,0,0,-9305,-151623],\ +[0,1,0,-3873,91512],\ +[0,0,0,-10296,322852],\ +[1,0,0,157,833],\ +[0,1,0,308,-53116],\ +[0,0,0,1320,-56303],\ +[1,-1,0,300,-54],\ +[1,0,1,-32269,2655496],\ +[1,0,0,-61474,3087756],\ +[1,0,1,-69484,7043906],\ +[1,-1,0,-7305,-9199],\ +[0,0,1,-630,4809],\ +[0,0,0,-12375,528750],\ +[1,0,1,-84814,11432192],\ +[0,1,1,-268177691,1635287342401],\ +[1,0,1,-253,-118244],\ +[0,1,0,-9988,380900],\ +[0,1,0,-14508,-669916],\ +[0,1,1,-124333,-2396381],\ +[1,0,0,-14797333,-22209515935],\ +[0,1,0,-30266,-3141751],\ +[1,0,1,-2775471,1790655394],\ +[0,1,0,995,61503],\ +[1,0,1,1090277,-11638494],\ +[0,1,0,-293,940],\ +[1,-1,1,-1865,49609],\ +[0,0,0,3888,-94716],\ +[1,-1,0,-912,10830],\ +[0,0,1,-179766,29336583],\ +[0,1,0,-2728981,2273092460],\ +[0,1,1,89,461],\ +[1,0,0,-5629,289521],\ +[1,-1,0,1146,-30772],\ +[1,-1,0,-6225,191411],\ +[0,1,0,-12301,521039],\ +[1,0,1,-62202654,207873217306],\ +[1,-1,1,-12788,596567],\ +[1,0,1,-117,13572],\ +[1,0,1,5083,-84192],\ +[0,1,1,-8681,256956],\ +[0,1,0,-562,4929],\ +[1,-1,0,-4757955,3995838575],\ +[1,-1,0,-2517,50741],\ +[1,0,0,216,512],\ +[1,0,1,1998,9028],\ +[1,-1,0,5466,-182460],\ +[1,0,1,-145,20880],\ +[1,-1,0,-344478,77733252],\ +[0,1,1,-3853,163108],\ +[1,0,0,-988,-8112],\ +[1,-1,0,726,-24732],\ +[0,1,1,-66013,-19663475],\ +[0,0,0,-35937,-5138991],\ +[0,1,0,-91716,10660420],\ +[1,0,0,-204866,-35751420],\ +[0,1,0,74174,6029465],\ +[1,0,1,-2042417,34485046102],\ +[1,0,0,-125,15625],\ +[0,1,1,229,-77045],\ +[0,0,1,480,5673],\ +[1,0,0,-649668,201346064],\ +[1,0,1,-23524,1372866],\ +[1,0,1,89,8010],\ +[1,-1,0,-2838432,-3244606560],\ +[0,0,1,21258,-1114170],\ +[0,0,0,-549,3421],\ +[1,0,0,-738,7660],\ +[1,0,0,8086,126052],\ +[0,1,0,250,15625],\ +[1,-1,0,1203,-6795],\ +[1,0,1,-457,2688],\ +[1,-1,1,-387647,-59302681],\ +[1,0,1,-39110,3099880],\ +[1,0,0,3547,-2375],\ +[0,0,0,10152,654372],\ +[0,0,0,-40392,3125124],\ +[1,0,1,-6088,260938],\ +[1,0,1,18177,-22283994],\ +[1,0,1,-7395,-137390],\ +[0,1,1,-2779,54680],\ +[1,0,0,-3640083,2672795681],\ +[1,0,0,947,34961],\ +[1,0,1,-5201,142948],\ +[1,0,0,-11321,-1836935],\ +[0,1,0,3106,-58071],\ +[0,1,1,135,-69],\ +[1,0,0,-4753184,3987653632],\ +[1,-1,0,-12372,-78768],\ +[1,-1,1,-2960,62579],\ +[1,-1,1,-3989,97957],\ +[1,0,1,-5172,-57102],\ +[1,0,1,244941,3076046],\ +[1,0,1,-69,4692],\ +[1,-1,1,-28169,-897271],\ +[1,-1,1,-290,1513],\ +[0,0,0,-4359,534334],\ +[1,-1,0,32478,1774548],\ +[0,0,1,-3618,84323],\ +[0,1,0,-53206,4708369],\ +[1,-1,1,-2225,40249],\ +[0,1,0,-8444,298404],\ +[1,-1,1,-5132,137231],\ +[1,-1,1,-140636,20334943],\ +[1,0,1,7302,264028],\ +[1,0,0,12504,-465344],\ +[1,-1,0,31047,-718227],\ +[1,0,0,-2165,38617],\ +[1,0,1,-8891543,10269404858],\ +[1,-1,1,-91664561,337031222753],\ +[1,0,1,-1888579,-998461198],\ +[0,1,0,-24350,-1926375],\ +[0,1,0,-3236,-234716],\ +[1,0,1,372,-11994],\ +[1,0,1,-32336,947486],\ +[1,0,1,-9037,326942],\ +[0,0,1,-2412,40340],\ +[1,0,1,-24205,1265042],\ +[1,0,1,-161606,24607000],\ +[0,1,0,-12973,564431],\ +[0,1,0,-421,3719],\ +[1,0,1,29197,-407994],\ +[0,1,1,-18451,972496],\ +[0,1,0,-334045,71722143],\ +[0,1,1,-65611,6444541],\ +[1,0,0,-720,6912],\ +[1,-1,1,-377,16001],\ +[1,0,1,-9338,348438],\ +[1,-1,0,-3264,72548],\ +[0,1,0,-3861,22679],\ +[0,1,0,-118058,15572937],\ +[1,0,1,-464,722],\ +[1,-1,0,552,33488],\ +[0,1,0,-3972,-19836],\ +[1,0,1,-56336176,-162933589602],\ +[1,0,1,404,-910],\ +[1,0,1,-4681,-9558],\ +[1,0,1,-335911,74901674],\ +[1,0,0,1530,-50588],\ +[1,0,1,409,6312],\ +[1,0,1,-190501,31987248],\ +[1,-1,1,1774,348689],\ +[1,0,1,3090,34312],\ +[0,1,0,-20389,6543239],\ +[0,1,0,-24021,-5709545],\ +[1,-1,1,-85475,9639803],\ +[1,0,0,154859,-88257375],\ +[1,-1,1,-86780,-4049729],\ +[1,-1,0,2133,-1959],\ +[1,0,1,-19320943,32747502306],\ +[1,0,1,-3475346,2493398692],\ +[1,-1,0,-101511711,242460378531],\ +[1,0,0,-1185,17225],\ +[1,0,1,56,3192],\ +[1,0,0,-6,-3420],\ +[1,0,0,-17256,870976],\ +[0,1,1,-261,1306],\ +[1,0,0,1644,51920],\ +[1,0,1,-123886130,-531111887070],\ +[0,0,0,-792,8676],\ +[0,1,0,-44833,5748088],\ +[1,0,0,-34,1156],\ +[1,0,1,-394054,95175256],\ +[0,1,0,-97,624],\ +[1,0,1,-24,552],\ +[0,1,0,-101005,16208975],\ +[1,0,0,-1003768,382664768],\ +[1,0,1,-4302,108792],\ +[1,0,0,-82138728578,15533762992474820],\ +[0,1,1,-415,3044],\ +[0,1,1,-429,3214],\ +[0,0,0,-1647,25686],\ +[1,0,0,-86997,10112481],\ +[1,0,1,-1083,13768],\ +[0,1,1,5235,50519],\ +[0,1,0,-87325,9769375],\ +[1,0,1,-7053,252948],\ +[1,0,0,1067,44513],\ +[1,0,0,90962,-12726908],\ +[1,0,0,-2525,48625],\ +[1,0,0,-97500366978,11718102594161348],\ +[0,1,0,-590,5313],\ +[1,-1,0,-8469886587,-299827109897371],\ +[0,1,0,-5980,176100],\ +[1,0,1,59138928,-26793428642],\ +[0,1,0,147,-44],\ +[0,1,1,3635,11619],\ +[0,1,0,-363186,84488489],\ +[0,1,1,-5903,222956],\ +[0,1,1,-541,4646],\ +[0,1,0,-8556,127044],\ +[1,0,1,-438302,112092832],\ +[1,-1,0,-324,-6132],\ +[1,-1,0,-20348484,36028028240],\ +[1,-1,1,28330,-3202459],\ +[0,1,1,-257845,52696474],\ +[1,-1,1,-104,1259],\ +[1,0,1,154,804],\ +[1,0,0,-3627,83889],\ +[1,0,0,380,-2488],\ +[1,0,1,16732,-1119742],\ +[0,1,1,-50299,4326060],\ +[0,1,1,-1441,-1243124],\ +[1,-1,0,-3306,73956],\ +[1,0,0,-255112,-13600704],\ +[1,-1,1,142,-343],\ +[1,0,1,8499,-140368],\ +[1,-1,0,-1542,21708],\ +[0,0,1,-1140,-61275],\ +[0,1,0,-2006,17105],\ +[1,-1,1,-9695,509383],\ +[1,0,0,-144571,21196665],\ +[0,1,0,-2305,11600],\ +[0,1,0,-29878,2107505],\ +[0,0,0,-1944,37476],\ +[0,0,0,-7512,250609],\ +[1,0,0,2884,-9200],\ +[1,0,1,125392,-12274882],\ +[1,-1,0,-332124,73754430],\ +[0,0,1,498,6135],\ +[1,0,0,11862,-118108],\ +[0,1,0,-26005,1605975],\ +[1,-1,0,-13992,79416],\ +[1,0,1,-1630,25182],\ +[0,0,1,-6612,206940],\ +[1,0,1,867,-2282],\ +[1,0,0,-13,-34983],\ +[0,1,0,-8773,37479],\ +[1,0,0,-1144261,-465750079],\ +[1,0,1,85632,60177806],\ +[0,1,0,-1241,-27616],\ +[0,0,1,432,4529],\ +[0,1,1,-443,3386],\ +[1,0,0,-5197,107369],\ +[1,-1,0,-3876,83268],\ +[1,0,0,-163,1217],\ +[0,0,0,-19749087,33780779334],\ +[1,-1,0,-642348,225864912],\ +[1,0,0,-2620,51400],\ +[1,-1,1,-134,2069],\ +[1,-1,1,-114230,14908997],\ +[1,-1,1,-32528,-3391669],\ +[0,1,1,1453,131405],\ +[1,0,0,-55016,4962176],\ +[0,0,1,-703758,-225961152],\ +[1,0,0,-107808,14715576],\ +[1,0,1,-826,28048],\ +[1,0,0,101212,13727568],\ +[1,-1,1,-21443,1157507],\ +[1,0,0,-8413,296313],\ +[1,0,1,-31377196,67647618666],\ +[0,1,1,-6501,161155],\ +[1,-1,1,-4222466714,105609223733977],\ +[1,0,1,-2423,-25494],\ +[1,-1,0,-229749,42305805],\ +[1,-1,0,489,1101],\ +[1,0,1,-636,16762],\ +[1,0,1,-288364,59577662],\ +[0,1,0,-358,2513],\ +[0,1,0,292,-2940],\ +[1,0,0,-20232,1105984],\ +[1,0,1,59485,11529182],\ +[1,-1,1,-1721,26353],\ +[1,0,0,-122961,17676585],\ +[0,0,0,-17145,864081],\ +[1,0,1,-262992,52174878],\ +[1,-1,1,-24839,1512959],\ +[1,-1,0,-87,899],\ +[1,0,0,97,-270887],\ +[0,1,1,-1613,20972],\ +[1,0,1,-38526,2908848],\ +[0,1,0,230,-51007],\ +[1,0,1,-630,6140],\ +[1,0,0,11674,1068156],\ +[1,0,0,-222900875,-1278859420943],\ +[1,0,1,-189951,31848798],\ +[1,0,0,-2829197,-1835591919],\ +[0,1,0,-80333,8769588],\ +[1,0,1,-48477,4102072],\ +[0,1,1,3997,144268],\ +[1,0,1,187,35156],\ +[0,1,1,-11845,483131],\ +[1,0,1,-248186,174331820],\ +[1,0,1,-7318,84708],\ +[1,0,1,2569,-11374],\ +[1,0,0,-4138,99492],\ +[0,1,0,-72852,7598916],\ +[0,1,0,268,-21564],\ +[1,-1,1,2707,80597],\ +[1,-1,1,2617,-299969],\ +[0,1,1,-236441,-27801980],\ +[0,0,1,-119304,15861422],\ +[1,0,1,-636796,200201390],\ +[1,0,0,-2417,60009],\ +[1,0,0,98,9604],\ +[1,0,1,-3504,79602],\ +[1,0,0,-11400,467000],\ +[1,0,0,-1895,33737],\ +[1,0,0,-28009,-1816999],\ +[0,1,1,-1255,98909],\ +[1,0,0,-2138,27492],\ +[1,0,1,-2896,59730],\ +[0,1,0,-2075933,1150554239],\ +[0,1,0,-1130180,-759548572],\ +[1,-1,0,1272,-32428],\ +[1,0,1,-3864,91636],\ +[0,1,1,-463,-1155],\ +[0,1,0,-805,11975],\ +[0,1,1,42999,-680884],\ +[1,0,0,94,-1300],\ +[0,0,0,-12960,-452412],\ +[1,0,1,21936,-5600994],\ +[1,0,0,-94950,11318500],\ +[1,0,0,443,-831],\ +[0,0,1,-559908,161258688],\ +[1,-1,1,109315,-16109755],\ +[1,0,0,-5538,636740],\ +[1,0,1,-3653,86348],\ +[0,0,1,-869592,409918932],\ +[1,0,1,-287656661,1878310826400],\ +[1,0,1,-106619,13390966],\ +[1,0,0,3079,-1146375],\ +[1,0,1,1993,3974042],\ +[1,-1,0,13890,-216780],\ +[1,0,1,-6790,-367108],\ +[1,0,0,-9196,327056],\ +[0,1,0,-2638,79577],\ +[0,1,1,567,894],\ +[0,1,1,-14133,-713150],\ +[1,0,1,-7971,192072],\ +[1,0,0,4106,-964444],\ +[1,-1,0,-7086,233436],\ +[1,-1,1,-161549,24980789],\ +[1,0,0,-6382,195716],\ +[1,0,1,-131682188,584719628906],\ +[1,0,1,14658,-490538],\ +[1,0,0,-1838,17796],\ +[0,0,0,-6000,178852],\ +[0,1,0,11891,-273841],\ +[0,1,1,19861,-11289410],\ +[1,0,1,-28,756],\ +[1,-1,0,-10842,437244],\ +[0,0,1,-589284,174115992],\ +[1,-1,1,2428,-122329],\ +[0,1,1,55,756],\ +[0,1,1,-1197,15545],\ +[1,0,0,-21073,-583895],\ +[1,0,0,-37878,2816164],\ +[1,0,1,353,-11748],\ +[0,0,0,1296,-55836],\ +[0,1,0,964,-3900],\ +[1,0,0,-5899,173897],\ +[1,0,0,-122763,-15531983],\ +[1,0,0,-503,10601],\ +[1,0,1,-2003,34256],\ +[1,-1,0,1566,-36012],\ +[0,1,0,-1122,-11591],\ +[1,0,0,1541,-23279],\ +[1,0,0,-32377,-2154951],\ +[1,0,0,419,2745],\ +[0,1,1,-205,-12244],\ +[1,0,0,-34309,2442817],\ +[0,1,0,-2549,-41076],\ +[1,0,1,6761546,8907350056],\ +[0,0,1,-180,1163],\ +[1,0,0,-29513,1949017],\ +[0,1,1,-111,811],\ +[0,0,0,-7152,232804],\ +[1,0,1,-1412316,79786758682],\ +[0,1,0,-16926,833985],\ +[1,0,0,153,161],\ +[1,0,1,-2031154,1134421556],\ +[1,-1,1,-104,-10453],\ +[1,-1,1,-26192,1687091],\ +[1,0,0,-4788,108584],\ +[1,-1,0,-6666963,-6324246523],\ +[1,0,0,5348,-84784],\ +[0,0,1,-1482,23712],\ +[0,0,1,0,1972620],\ +[1,0,0,-9445,231937],\ +[1,-1,1,-407,3439],\ +[0,1,0,-1061,20039],\ +[0,1,1,-317,1245],\ +[1,0,1,-64840,6349142],\ +[1,0,0,-31123,2110753],\ +[1,-1,0,543,1593],\ +[1,0,1,13697,-480494],\ +[0,0,1,-86313618,307808285114],\ +[1,0,0,1202,56636],\ +[1,0,0,-18317,-944879],\ +[0,1,0,1859,49604],\ +[0,1,0,-5474,154089],\ +[1,0,1,-187311,31187022],\ +[1,-1,0,-210,5040],\ +[1,0,0,-2420,45712],\ +[1,0,0,-3438,-81108],\ +[0,0,0,-19215,1025334],\ +[1,0,1,-3933,94168],\ +[1,-1,0,-92835,10281525],\ +[1,-1,0,43296,-6528072],\ +[1,-1,0,-487446,131112116],\ +[0,0,0,-92232,-22502556],\ +[1,0,1,-4121,354556],\ +[1,0,1,-54613415,155340367372],\ +[1,0,1,-32108,2210618],\ +[0,1,0,379,1319],\ +[0,1,1,419,-6069],\ +[0,0,0,-4119,477454],\ +[1,-1,1,1693,-261469],\ +[1,0,1,69388654,325502045092],\ +[0,0,1,-6000,159531],\ +[1,0,0,-5968,176960],\ +[0,1,0,-112254437,-378301696596],\ +[0,1,1,-625053,189997436],\ +[1,-1,0,-5861984742,173796099284916],\ +[1,-1,0,-29710992,62341252416],\ +[1,-1,1,-622280,189094411],\ +[1,0,1,-366,-73120],\ +[0,1,1,-81113,8863096],\ +[1,0,1,-898938389,10375915887712],\ +[1,0,1,-19451,1034048],\ +[1,0,0,-7838,266436],\ +[0,1,1,-14483,-672802],\ +[1,0,1,-2344862,1381855098],\ +[0,0,0,-1011933,392255757],\ +[0,0,1,-7320,228567],\ +[1,0,1,-18285,1012072],\ +[0,1,0,1125763,-79022241],\ +[0,1,0,412,-28],\ +[1,0,1,-19194,1021882],\ +[1,0,1,-8537088,9600675406],\ +[0,0,1,-606,5754],\ +[0,0,0,-13527,5103054],\ +[1,-1,0,2322333,388169847],\ +[1,-1,1,-14447,672671],\ +[0,0,1,-3576,-1420626],\ +[0,1,0,-3233,69688],\ +[1,0,0,-4236,59536],\ +[1,-1,0,-1347,19385],\ +[1,0,1,-806,7040],\ +[0,1,1,-339181,75923050],\ +[1,0,0,-1703443,855593513],\ +[0,1,1,81219,-727000],\ +[1,0,1,863,13508],\ +[0,1,0,90,2025],\ +[1,-1,1,-24179,1453139],\ +[1,0,1,-51348,4479378],\ +[1,0,1,823,-1634912],\ +[1,0,1,-8601,306284],\ +[0,1,0,-4685,109775],\ +[1,0,1,296,1196],\ +[1,-1,1,-142166,20667493],\ +[0,1,1,-9455,350734],\ +[1,-1,0,-14436,-897504],\ +[1,0,1,-7164,459362],\ +[0,0,1,-16920,847127],\ +[0,1,1,275835,62469181],\ +[0,1,0,-2034,-122607],\ +[1,0,0,211,-1903],\ +[1,0,0,-59035,-5446775],\ +[1,-1,0,2145,-115425],\ +[1,-1,0,-294,9800],\ +[0,1,0,-2581,-39561],\ +[1,0,0,-4013,648017],\ +[1,0,1,-2500,53662],\ +[1,0,1,-22115,1953182],\ +[0,0,0,-22455,1296846],\ +[1,0,1,-21981,-1076376],\ +[1,-1,0,-4812198,4064358068],\ +[1,-1,1,-596,-37321],\ +[0,0,1,-3979530,-3146382232],\ +[1,0,1,-123920,16753502],\ +[1,0,1,-4331,-29968],\ +[0,0,1,-35442,2568180],\ +[0,1,1,-57,812],\ +[1,-1,1,-2497403,1976020331],\ +[1,0,0,-66581,6606945],\ +[1,-1,0,480,25280],\ +[1,-1,0,151158,-57152620],\ +[0,0,1,354,-1686],\ +[0,0,1,-444,6135],\ +[1,0,0,41679,-7462935],\ +[0,1,0,-923973,341553772],\ +[1,0,0,-1914182,-964585116],\ +[1,0,1,-1409,20216],\ +[0,1,1,-222385,40292439],\ +[0,1,0,-398,2969],\ +[1,0,1,-17146,1063980],\ +[1,0,1,619809,374859250],\ +[1,0,1,-233237,40082528],\ +[1,0,0,1492,87608],\ +[0,1,0,-1845,29943],\ +[1,0,1,13620,1002262],\ +[1,0,0,-17775881,35860321945],\ +[1,-1,1,-654833,200599201],\ +[0,0,1,-11430,468317],\ +[1,0,0,-9383,585545],\ +[1,-1,0,-1594824,776668130],\ +[1,0,0,-252386,48781916],\ +[1,0,0,111939,-18729359],\ +[1,0,0,1592,-13760],\ +[1,0,0,-1012,-86896],\ +[1,0,0,-26038,1725348],\ +[0,1,1,289,5111],\ +[1,-1,0,276,8280],\ +[1,-1,1,-108839,-9274273],\ +[1,-1,1,-518780,143815231],\ +[1,-1,0,3030,-316650],\ +[1,0,1,-839,9712],\ +[1,0,0,-287602806,1877293805220],\ +[1,0,1,-103,10506],\ +[0,0,1,-2304,42567],\ +[1,0,0,-13535,-231903],\ +[1,-1,1,-21290475254,1230363362782469],\ +[1,0,1,-5074,186916],\ +[1,0,0,308160,-121944808],\ +[0,0,1,-2580,45828],\ +[1,0,0,177,1081],\ +[0,1,1,-55,756],\ +[1,0,0,4687461,-713370159],\ +[0,1,1,-78063,8368941],\ +[1,0,1,-7552993,-7989435944],\ +[0,0,0,-34632,2480644],\ +[1,0,0,-21347,1202049],\ +[1,-1,0,2676,78618],\ +[1,0,1,-2526,54616],\ +[1,0,0,-698522,-203332756],\ +[1,-1,0,-507,28899],\ +[1,-1,0,-1626,23876],\ +[1,0,1,-458920,120259250],\ +[0,1,0,-7604,353508],\ +[0,0,0,-2583,50542],\ +[0,1,1,-7895,267274],\ +[0,1,0,967,-22712],\ +[0,0,1,-468,-16036],\ +[1,0,0,-97861,-47242559],\ +[0,1,1,-51913,4535363],\ +[0,1,0,-1030,6225],\ +[1,0,1,-2735,55082],\ +[1,0,1,-664018,208197508],\ +[1,-1,0,-2823,58247],\ +[0,0,1,-6156,185888],\ +[1,0,1,4391,384956],\ +[0,1,0,-8257,-351256],\ +[1,-1,0,-135204,19168928],\ +[1,0,1,-250781,48373544],\ +[0,0,0,-6840,217737],\ +[1,0,0,1070,21252],\ +[1,0,1,1582,3108],\ +[1,-1,0,10191,-556435],\ +[1,0,1,-296,3774],\ +[0,1,1,-561,6195],\ +[1,0,1,2909,-8994],\ +[1,0,1,-52603,4408006],\ +[1,-1,1,-326792,72228691],\ +[1,0,0,131589,101543185],\ +[0,0,0,-64071,6242238],\ +[1,0,1,-395907,96018872],\ +[1,-1,1,-1532,21439],\ +[1,-1,0,-200040048,1127755758762],\ +[1,0,1,-1336,72622],\ +[1,0,1,-2191,39306],\ +[1,0,1,-6962,231572],\ +[1,-1,1,102811,-100963],\ +[0,1,0,-69057,8245936],\ +[1,-1,1,-52011599441,4565618973045569],\ +[1,0,0,-5352,115264],\ +[0,1,1,3575,36104],\ +[1,0,0,-2862,59076],\ +[1,0,1,-875047,312163032],\ +[0,1,1,-333,1451],\ +[1,0,0,-6840,193600],\ +[0,1,0,-2588837,1602423399],\ +[0,0,0,132,-1103],\ +[1,0,1,-2714294,1720981676],\ +[0,0,1,7560,69419],\ +[0,1,1,255,16256],\ +[1,0,0,-1417361,649366441],\ +[1,0,1,-2578844,1594264042],\ +[1,0,0,-1690,21092],\ +[1,0,0,-4216,105496],\ +[1,0,0,-30303,-2511271],\ +[1,0,1,-236701,44331048],\ +[1,-1,0,-11706,490428],\ +[0,1,1,-227,12882],\ +[0,0,1,-3492,79857],\ +[1,0,0,-16208703,25117201305],\ +[0,0,0,756,-999],\ +[1,-1,1,-427385,-36263591],\ +[1,0,1,250,-980],\ +[1,0,1,-359,128522],\ +[0,1,0,-90,2025],\ +[0,1,1,-292383,-60830494],\ +[1,-1,0,-1135638,466089498],\ +[1,0,1,1243,-13012],\ +[0,1,1,-1253369,539672925],\ +[0,0,0,-58653,5467077],\ +[1,0,1,-12963,564406],\ +[0,1,0,2139,66439],\ +[0,1,0,-8697,-312056],\ +[1,-1,0,-14730,692700],\ +[0,1,0,-3433,76288],\ +[0,0,0,4656,-2207039],\ +[1,0,0,-62526,-7282620],\ +[1,0,1,-89947,10193508],\ +[1,0,1,-6164,185736],\ +[0,0,0,-2889,59841],\ +[1,-1,1,-9723398,11672547221],\ +[1,-1,0,-359025,82894365],\ +[1,0,0,-550,4132],\ +[1,-1,0,-633,-157587],\ +[1,0,1,1549,-71702],\ +[1,0,0,-1221,-41599],\ +[1,-1,0,-117660,15557616],\ +[1,0,1,1285991,628835696],\ +[0,0,1,0,2352],\ +[0,1,1,-4615341,3814861240],\ +[0,1,1,-240661,45361820],\ +[1,0,0,-6037,180041],\ +[0,1,1,-31053,2096066],\ +[1,-1,1,-3758930,-1626256303],\ +[0,0,1,-3000,17031],\ +[0,0,0,-2637,52141],\ +[1,-1,1,-770,8393],\ +[0,0,1,-10860,437748],\ +[1,-1,1,3445,17947],\ +[1,0,1,1002119,465091886],\ +[1,-1,1,-29459,1954099],\ +[1,0,0,-79626,-9420020],\ +[0,1,1,-511111,174944791],\ +[1,0,0,555,-9063],\ +[0,1,0,-634,-2991],\ +[1,0,1,-488566,132401960],\ +[1,-1,1,-141758,20578637],\ +[0,0,1,0,101442],\ +[1,0,1,39,1560],\ +[1,-1,0,-95016,11471946],\ +[1,0,0,-20938,1209636],\ +[1,0,0,-1170,30212],\ +[1,-1,1,-38942,2267309],\ +[1,0,1,-45823,3887506],\ +[1,0,1,-75693,12471208],\ +[0,1,1,-5592341,5088380115],\ +[1,0,1,-60285,5692120],\ +[1,0,0,-4188,107280],\ +[1,0,1,-902124,358458922],\ +[1,-1,1,-92180,10795447],\ +[0,0,1,-126,-3171],\ +[0,1,0,-27874,1781953],\ +[1,-1,0,-3273,-27667],\ +[0,0,1,-1638,25473],\ +[1,0,1,-2611,51120],\ +[1,0,0,-31333,2132161],\ +[1,0,1,562649,-34985302],\ +[1,-1,1,-17051,858059],\ +[1,0,0,-11232,-469504],\ +[1,-1,0,-47319,3973733],\ +[1,0,1,-381,6154],\ +[1,0,1,-14258,769556],\ +[0,1,0,-326812,71803076],\ +[1,-1,0,26508,-3097584],\ +[1,0,1,-988674,378296996],\ +[0,0,1,-5100,139908],\ +[0,1,1,-5993,-172585],\ +[0,1,0,11964,-1052316],\ +[1,0,0,-1680,31400],\ +[0,0,0,-6048,-1172988],\ +[0,0,1,-34542,2470980],\ +[1,-1,0,-3102,129978],\ +[1,0,0,-6788,214608],\ +[1,0,1,-200445833,1092287640268],\ +[1,-1,0,-10135869,18391131333],\ +[1,0,0,-214081,-31729215],\ +[1,0,0,-31543,2153641],\ +[0,1,1,-273,1767],\ +[1,0,1,-13647905,19398800532],\ +[1,0,0,120260,12906600],\ +[0,1,0,15542,2355713],\ +[0,0,1,-7452,247610],\ +[0,1,1,-283,-4431],\ +[1,0,0,78396,-54563824],\ +[0,0,0,-3432,101956],\ +[0,1,1,-961,11156],\ +[1,-1,1,-120623,15875831],\ +[1,-1,0,-73842,-7454620],\ +[1,-1,1,-13772,625871],\ +[1,-1,0,-2613,-61347],\ +[1,0,0,-6106,183140],\ +[0,1,0,-4833,128088],\ +[1,-1,1,54007,35813897],\ +[1,0,1,-42172,3329898],\ +[1,0,1,-70699,7232122],\ +[1,0,0,1551546,4516561252],\ +[0,1,1,-2333,42951],\ +[1,-1,1,208,4691],\ +[0,1,1,-383157,91164585],\ +[1,0,0,-2872,-5056],\ +[1,-1,0,-1755672,895699008],\ +[1,0,0,6406,-261204],\ +[1,0,0,-31403,2139313],\ +[0,1,0,-170,7225],\ +[0,1,1,-10083,409619],\ +[0,1,0,-67437,6716719],\ +[1,-1,0,-28131,1801061],\ +[0,1,0,-3973,255911],\ +[0,0,1,0,650],\ +[1,0,1,74969355,-374919641600],\ +[1,0,0,-97,9409],\ +[0,1,0,-2900,58500],\ +[0,0,1,-1902,103335],\ +[0,0,0,-30120,-1979996],\ +[1,0,1,-2826,50798],\ +[1,-1,0,-10401,387053],\ +[1,-1,1,-1389269,-418003411],\ +[1,0,1,-26526945,52916309332],\ +[1,-1,1,-800,8891],\ +[1,-1,1,-642113546,6263096219273],\ +[1,0,0,-6934,221732],\ +[1,0,0,-329,817],\ +[0,0,0,-1053,32373],\ +[0,1,0,2939,128039],\ +[1,0,0,2510,-11708],\ +[1,0,0,-42940,-4648408],\ +[1,0,1,-365174,59915972],\ +[0,0,1,966,252],\ +[1,0,1,736,-36564],\ +[1,-1,1,655,2849],\ +[1,0,0,6383,304809],\ +[1,0,1,-17619673895,900210770141610],\ +[0,1,1,43615,-9539811],\ +[1,-1,0,-22830,1358100],\ +[1,0,0,4581,-17199],\ +[0,1,1,-299,5699],\ +[0,1,0,-1108,16388],\ +[0,0,1,-1350,52643],\ +[0,1,1,-1031,66821],\ +[1,0,0,-573,13681],\ +[1,0,0,393,-2519],\ +[1,0,0,-30703,2068153],\ +[0,1,1,-9585,358014],\ +[1,-1,1,-296,9899],\ +[0,1,0,-1627124,798333348],\ +[1,-1,1,553,-544081],\ +[1,0,0,3149,36065],\ +[1,0,0,43265,627225],\ +[1,0,1,-6451,198698],\ +[1,-1,0,-3471,-17407],\ +[1,-1,1,-151517,22653541],\ +[1,0,1,113,-1412],\ +[0,1,0,-2029,69044],\ +[1,-1,0,-5532,160028],\ +[1,-1,1,2950,96689],\ +[1,0,0,536036,79222032],\ +[0,0,0,-999,11646],\ +[1,0,0,18504,219520],\ +[1,-1,0,-887613,322094277],\ +[0,1,0,180,8100],\ +[0,1,0,-701780,-285334972],\ +[0,1,0,2491,-3932],\ +[1,0,0,-27852,3013776],\ +[0,1,0,-26378,1640185],\ +[1,-1,0,-1437,30633],\ +[1,0,1,279,78120],\ +[1,0,1,-1,-35308],\ +[1,0,0,-618,5220],\ +[1,0,1,59954,2092160],\ +[0,0,1,-74088,7763033],\ +[1,0,0,62,-4220],\ +[1,-1,1,-1354204958,18991200884141],\ +[0,1,1,1167,8994],\ +[0,1,1,-5953,-175537],\ +[1,0,0,16345752,34046241560],\ +[1,0,1,-139976,-9725802],\ +[1,-1,1,-126795983,-535421010769],\ +[1,-1,1,10528,-226429],\ +[1,0,0,-2681,72441],\ +[1,0,0,-881,10025],\ +[1,0,0,-3962864,-570326784],\ +[1,-1,0,-555,5741],\ +[1,0,0,-1483,15305],\ +[0,0,1,-1830,-33123],\ +[1,0,0,-1562,52836],\ +[1,0,1,257,-6342],\ +[0,0,1,0,702],\ +[1,-1,0,-2679,-58015],\ +[0,1,0,-454870,-111951775],\ +[1,0,1,21924,19206298],\ +[1,0,1,-1235,18460],\ +[1,-1,0,-82803,8378613],\ +[0,1,0,-631781,187998919],\ +[1,-1,0,-2481,-67987],\ +[0,0,1,-44418,-3443241],\ +[1,-1,0,294,9408],\ +[1,0,1,337164,-184736910],\ +[1,-1,0,-387249,92875805],\ +[1,-1,1,-9830,-321803],\ +[0,1,0,-1247781,536066919],\ +[1,-1,1,1303,16169],\ +[0,1,0,-5365,165463],\ +[1,0,1,-338,938],\ +[1,0,0,-3403,91505],\ +[1,-1,0,-660,876],\ +[0,0,1,-2846178,1848166958],\ +[1,-1,1,-8207,249431],\ +[1,-1,1,700,-6209],\ +[0,1,1,147,5402],\ +[0,1,0,-1346,18705],\ +[1,0,1,-58830,6085760],\ +[1,-1,0,-53395017,150188891277],\ +[0,1,1,-1367,-23123],\ +[1,0,1,-3751,88260],\ +[0,0,0,-13377,290521],\ +[1,0,1,-3608,-629882],\ +[0,1,1,-8912091,10236434545],\ +[0,1,0,-510,65025],\ +[1,0,1,21342,2546068],\ +[1,0,1,-198033,-81531932],\ +[1,0,1,-4179397,3288307952],\ +[1,-1,0,-219,-8217],\ +[0,1,0,-26206,-1638951],\ +[0,0,0,2952,42372],\ +[0,0,1,0,18906],\ +[0,0,1,126,-1078],\ +[0,1,1,-5353,148982],\ +[0,0,0,-840,-6263],\ +[0,0,1,1062,-15777],\ +[1,0,1,-525,3732],\ +[0,1,0,-4890,31113],\ +[0,0,1,-18000,929531],\ +[1,0,1,100081,-7834758],\ +[1,0,1,-556,12874],\ +[1,0,1,312,97656],\ +[0,1,1,-14177,-2550075],\ +[0,1,1,767,7357],\ +[1,-1,0,-3822,81044],\ +[1,0,0,-29585466,62623900900],\ +[0,1,0,-836,-20380],\ +[1,0,0,-5623,161825],\ +[1,-1,1,-46754357,122947792589],\ +[1,-1,0,11622,-226692],\ +[0,1,1,-270833,-54314239],\ +[0,0,1,-62172,-5980608],\ +[1,0,0,304,92416],\ +[1,0,1,264,2542],\ +[1,0,1,-19578,1347756],\ +[0,1,1,-1195,89699],\ +[0,0,1,-19500,1048281],\ +[1,0,1,-2446,46446],\ +[1,0,0,-1141281,-468813239],\ +[1,0,0,-635,6225],\ +[1,0,1,-66,-2694],\ +[0,1,1,178917,77096369],\ +[1,0,1,-2750564,-1962704654],\ +[1,-1,1,-1790,29813],\ +[1,0,0,-1751,65985],\ +[1,0,1,-149360,22203902],\ +[1,0,0,-112,12544],\ +[1,0,0,-31823,2182393],\ +[1,0,0,477,8641],\ +[0,1,0,162,-503],\ +[0,0,0,-269880,53964004],\ +[1,-1,1,2584,-45397],\ +[0,1,0,-4933,-250137],\ +[1,0,0,-55841,4434505],\ +[0,1,0,972,236196],\ +[1,-1,0,-10941,1517481],\ +[1,-1,1,-2405,47197],\ +[1,0,1,-32774,-2086568],\ +[1,-1,1,-1379,-11221],\ +[0,1,1,-4173,108731],\ +[1,0,1,54674,3328298],\ +[0,0,1,282,1779],\ +[1,-1,0,-29145,1922925],\ +[1,0,1,-2825,66162],\ +[1,0,1,1124,49498],\ +[0,1,0,40947,3513519],\ +[1,0,1,-26312,1484758],\ +[1,0,1,-43778,-4475652],\ +[1,0,0,-10312,394304],\ +[1,0,0,-3990,96292],\ +[0,1,0,-108245,11356343],\ +[1,0,1,-30639,-2453788],\ +[1,0,1,9781,1933426],\ +[0,1,0,-12708,-876412],\ +[0,1,0,-5353,149824],\ +[1,0,1,-4174875,3282972410],\ +[1,-1,1,-30482,2057081],\ +[0,0,1,288,-8553],\ +[1,-1,1,-25301,1555309],\ +[1,0,0,-2193781,1250473761],\ +[1,-1,0,-4398,113372],\ +[1,0,0,-27763,1778017],\ +[0,0,0,-927,10246],\ +[0,0,0,2052,16497],\ +[1,0,0,-268790,61096100],\ +[0,1,0,-462,53361],\ +[1,0,0,-1323,18865],\ +[0,0,1,3180,-86412],\ +[1,0,1,-50608,4382118],\ +[0,0,1,-27468,2694573],\ +[1,0,1,-2126,-153952],\ +[1,0,1,19435,265872],\ +[1,0,1,87,7656],\ +[1,-1,0,-2778,-53002],\ +[0,0,1,-62482680,190102394433],\ +[1,0,1,-1232475,473376262],\ +[1,-1,0,-4617,137541],\ +[1,0,1,-8324,467166],\ +[1,0,0,6405,11025],\ +[1,0,0,-5582240,5076001792],\ +[0,0,0,-7119,-242154],\ +[0,1,1,271,-2836],\ +[0,1,1,-107,755],\ +[1,0,0,-3125,9765625],\ +[0,1,0,7588,-170716],\ +[0,1,0,-18909,-1883412],\ +[0,0,1,178200,28495631],\ +[1,-1,0,1551,23993],\ +[1,0,0,-2449,46441],\ +[0,1,0,-1276,17220],\ +[1,0,1,1614,13280],\ +[1,-1,0,-26286,1696788],\ +[1,-1,1,-134414,19001117],\ +[0,1,1,-3835,-734111],\ +[1,0,1,-663,10238],\ +[1,0,0,-182946,-15006564],\ +[1,0,0,-104931,-15591295],\ +[0,1,0,355,7743],\ +[1,0,1,-33018,-2044444],\ +[1,0,1,334,-11500],\ +[1,0,1,-290926,60373520],\ +[1,0,1,-908031,333157516],\ +[1,-1,1,4829353,-858161681],\ +[1,0,1,-5497,156388],\ +[1,-1,1,-2246015282,40970675640881],\ +[0,1,0,-553557,-239878089],\ +[0,0,1,1002,528],\ +[1,0,0,-9223598,10781214916],\ +[0,1,0,-20802,1145889],\ +[1,-1,0,-43404,2893328],\ +[1,0,0,-514,4476],\ +[1,0,1,-735474,242710756],\ +[0,1,1,187,-512],\ +[1,0,0,-12479,453337],\ +[1,0,0,-5451,157041],\ +[0,0,1,-394812,95484665],\ +[1,0,0,-11691381,100510977825],\ +[0,1,1,-287,5255],\ +[0,1,1,-257,1597],\ +[1,0,0,-813,27217],\ +[1,0,0,-27526306,55565620036],\ +[0,1,1,-1479,-19095],\ +[0,1,0,627,-18513],\ +[1,0,0,9233,439481],\ +[0,0,1,-105192,13131632],\ +[1,0,1,26,702],\ +[1,0,0,-27833,1784761],\ +[1,0,0,45,2025],\ +[1,-1,1,-658580,205877111],\ +[1,0,1,-440791,107391956],\ +[1,0,1,7736556,4476961362],\ +[1,0,1,-52701,4686798],\ +[1,0,1,-11350,-457498],\ +[1,0,1,-2022,34752],\ +[0,0,0,-2313,42817],\ +[1,0,0,110396,-7961584],\ +[1,0,0,-1978,33700],\ +[0,1,0,-982,11529],\ +[1,0,1,-3076,59648],\ +[0,1,0,-8220,284068],\ +[1,0,0,3802,1060],\ +[0,0,0,-1188,16497],\ +[0,1,0,-1893,60391],\ +[1,-1,0,219,5183],\ +[0,1,0,3667,-35537],\ +[0,1,0,-126100,19563748],\ +[1,0,1,-4855,-528208],\ +[1,0,1,-34865,1988760],\ +[0,1,0,-129708,17937188],\ +[0,1,0,-20117,1091511],\ +[0,1,0,12882515,14980989775],\ +[0,0,0,-4368,110308],\ +[1,0,0,-963,-8839],\ +[1,0,0,232,-6080],\ +[1,0,0,-767143,261436745],\ +[1,0,0,132,568],\ +[1,0,0,-6763,116017],\ +[1,0,0,243,59049],\ +[0,0,0,-211848,17819428],\ +[1,-1,0,-1978278,1005245108],\ +[1,0,1,-19011,-1490718],\ +[1,0,0,-414,4292],\ +[1,-1,1,-5761904,-3752927533],\ +[0,0,0,-117,-3299],\ +[0,1,0,-94629,-35529561],\ +[0,0,1,-7224,-233583],\ +[1,0,1,-84,-5538],\ +[1,0,1,10563,-1359848],\ +[1,0,0,-11279,-464703],\ +[1,0,0,-764,8072],\ +[0,1,0,-396,39204],\ +[0,0,0,-2061,36013],\ +[1,-1,0,-1259694,567891108],\ +[1,0,1,-35516,2573534],\ +[1,0,1,976,2782],\ +[0,0,0,-64911,6365398],\ +[1,0,0,-243,59049],\ +[1,0,0,17722,183140],\ +[0,1,0,-18202,-2863839],\ +[1,0,0,1303,281],\ +[0,1,1,-99237,11999730],\ +[1,0,0,-191521,32251465],\ +[1,0,1,-206,1884],\ +[1,-1,0,-336,12768],\ +[1,0,0,-16225466,25154780900],\ +[1,0,1,646,-2724],\ +[0,1,1,-5083,138369],\ +[0,1,1,-235963,44039252],\ +[0,0,0,-38856,3526057],\ +[1,0,0,734,9540],\ +[0,1,1,-5259,135615],\ +[1,0,0,520,-600],\ +[1,-1,0,-13917,993141],\ +[1,0,1,-69,-19904],\ +[0,1,1,-9375,345531],\ +[0,0,0,-1768608,905306193],\ +[1,0,1,-20826,-1238202],\ +[0,1,0,-458,-6879],\ +[1,-1,1,-39350,2893253],\ +[0,1,0,-43142,1078401],\ +[1,0,1,-2299,-31058],\ +[1,0,0,-270498,54254916],\ +[1,-1,1,22597,-12659669],\ +[1,0,0,-1205606,-505953564],\ +[0,1,1,-3916459,2981931400],\ +[1,0,0,-182526,-7469244],\ +[1,0,1,-1389666,638751796],\ +[0,0,1,-18522,761717],\ +[0,1,1,-80747,8804725],\ +[1,0,1,-32164,-2191738],\ +[0,0,0,5249232,47711554308],\ +[1,-1,0,-49035,4191621],\ +[1,0,0,3768,576],\ +[0,0,0,153,-6914],\ +[1,0,1,1323384,-210447146],\ +[1,0,0,-7188,233936],\ +[1,0,0,-195,-17063],\ +[0,1,1,-821,1280],\ +[1,-1,1,-9197,350669],\ +[0,1,0,8639,-1705240],\ +[0,1,1,175,31],\ +[0,1,1,-17957,919757],\ +[1,-1,1,-5861,170549],\ +[1,0,1,-10801,431684],\ +[1,0,1,-174451,26987798],\ +[1,-1,0,13548,-2257200],\ +[1,0,1,-8463,71613906],\ +[1,0,1,-17534,892432],\ +[1,-1,0,723,-6283],\ +[0,0,1,-750,-76719],\ +[1,-1,0,141,2115],\ +[1,-1,1,14470,192889],\ +[1,-1,0,31005921,-37947248947],\ +[1,0,0,1914,-477540],\ +[1,0,0,-2990,29100],\ +[1,0,0,-3891768,3035003968],\ +[0,1,0,-668,6884],\ +[1,-1,0,-5096205,4429464075],\ +[0,1,1,193,2255],\ +[0,1,0,-2501,103559],\ +[1,0,0,-540,291600],\ +[1,0,0,-30791,-2427639],\ +[1,-1,1,-140840,20379179],\ +[1,0,1,1104,-43364],\ +[1,-1,0,255,7055],\ +[1,0,0,-128171,-8136015],\ +[1,-1,0,291,-87],\ +[1,0,1,103147,-42792352],\ +[0,1,1,-115,869],\ +[1,0,1,185,-92500],\ +[1,0,1,-708366,229734330],\ +[0,1,1,939,-33200],\ +[0,0,1,0,187922],\ +[1,-1,1,12745,597647],\ +[0,1,0,-74958,-595287],\ +[1,-1,0,1686,314720],\ +[1,-1,1,10945,425447],\ +[0,1,0,422,-24399],\ +[1,0,0,-136067,6571841],\ +[1,-1,1,-5339,371147],\ +[1,0,0,-1031388,-390586608],\ +[1,0,1,-5221,144736],\ +[1,0,0,-284551,58399881],\ +[1,0,1,5454,1184824],\ +[1,0,0,22322,-6651644],\ +[1,0,0,-5455,140025],\ +[1,0,1,-16490,813700],\ +[1,0,1,-4076,97048],\ +[1,-1,0,1248,-242346],\ +[0,0,0,-7728,261508],\ +[1,0,1,-8076,278648],\ +[1,0,0,4568,-289216],\ +[0,1,0,-260,-11100],\ +[1,0,0,114019,-2658255],\ +[1,-1,1,-1070,10109],\ +[1,0,1,-1548,-5877494],\ +[0,0,0,-528,-14492],\ +[0,1,0,-893,7327],\ +[1,0,1,-6050,185060],\ +[1,0,1,-333,110556],\ +[1,0,0,-13329,-596159],\ +[0,0,1,-12750,553281],\ +[1,0,1,-90069334,329008984296],\ +[1,0,1,-370248701,3664377305048],\ +[1,-1,1,403,469],\ +[1,0,0,-5423744,4861345792],\ +[1,0,0,-17606,951140],\ +[1,0,0,-4803,-2367],\ +[1,-1,1,-5627,-8105749],\ +[1,-1,1,6385,118103],\ +[1,0,1,-4333497,3471841372],\ +[0,0,1,-64638,6325283],\ +[1,0,1,30654,-375470],\ +[1,-1,0,-54105,4858001],\ +[1,0,0,-16014873,40263675193],\ +[1,0,0,-59044,5858576],\ +[1,0,0,-11396,474320],\ +[0,1,0,-23085,1079983],\ +[0,0,1,414,4133],\ +[1,0,0,3987,632017],\ +[0,1,0,3803,217031],\ +[1,-1,1,-28700,1878935],\ +[1,0,0,32651,3294937],\ +[1,-1,1,790,-6479],\ +[1,0,1,-8286,212304],\ +[0,1,1,85581,-19990950],\ +[0,1,1,-7197,274295],\ +[1,0,0,-30143,2011801],\ +[0,0,0,0,19518724],\ +[0,1,1,-1297281,568290575],\ +[0,0,0,-351432,859777956],\ +[1,-1,1,39553,-1997081],\ +[0,1,0,-4953,132984],\ +[0,1,0,-473,-968],\ +[1,0,0,-16302166,25333244196],\ +[0,0,0,-73080,7752292],\ +[1,-1,0,-5280,149156],\ +[0,1,1,10253,-174560],\ +[0,1,1,-483,-781],\ +[0,1,0,-1157,14764],\ +[1,-1,1,-26819,1697219],\ +[0,1,0,-96454,11497913],\ +[1,-1,0,-2697360,1708347216],\ +[1,0,0,-4495092,3667850704],\ +[1,0,1,-276964,53974536],\ +[1,0,1,-54535840,155008340950],\ +[1,0,0,-288,2240],\ +[1,-1,0,-342,2166],\ +[1,0,0,-954,1252],\ +[0,1,1,4437,-63728],\ +[1,0,1,-401946,98249540],\ +[0,1,1,-1557072833,23648426992869],\ +[1,-1,0,-1212,16550],\ +[1,0,1,-2174,38792],\ +[0,0,0,459,-10467],\ +[0,0,1,-3798,122528],\ +[1,0,0,23617,-1014119],\ +[0,0,0,-3312,70884],\ +[0,1,1,-3207,-61180],\ +[0,1,0,-69589,3093623],\ +[0,0,1,-172998,4278584],\ +[1,0,1,-38364737,91420666868],\ +[1,-1,0,5298,72102],\ +[0,1,0,-418517,104108279],\ +[1,0,1,77073,9515518],\ +[1,0,1,-756418,253153108],\ +[1,0,1,-1467093,-29088656192],\ +[1,-1,1,-1595,23059],\ +[1,0,1,-1990,-11800],\ +[0,1,1,-723,3863],\ +[1,0,0,-925,19257],\ +[0,1,0,4652,198404],\ +[1,0,1,-79288,8587238],\ +[1,0,1,173,-868],\ +[0,0,1,-48010062,118690861290],\ +[1,-1,0,255,-199],\ +[0,1,1,-1885,31814],\ +[1,-1,1,-13232,589331],\ +[1,0,0,1043905,1092121025],\ +[1,0,0,-188,-3896],\ +[1,0,1,-735705,242825122],\ +[1,0,1,-7496672,-9237191768],\ +[1,0,1,1444,82074],\ +[1,0,1,-17124,-3536078],\ +[0,0,0,255,1417],\ +[0,0,1,-2070,36249],\ +[1,0,0,-98,9604],\ +[1,-1,0,-12462,538644],\ +[1,-1,1,-101293385,414962310089],\ +[1,0,1,595253,-133135978],\ +[1,-1,1,-8335016960,292894310258723],\ +[1,-1,0,5187,313257],\ +[1,0,0,-1859,30697],\ +[1,0,0,-430951,109236681],\ +[1,0,0,-7800,-281368],\ +[1,0,1,-4247,-116152],\ +[0,0,0,-16695,830286],\ +[1,0,1,-68121411,539690231542],\ +[1,0,1,-24041001,45368837548],\ +[1,-1,0,-6630,207300],\ +[1,-1,1,-8480,302275],\ +[1,-1,0,10302,36372],\ +[0,1,0,-5945,167600],\ +[1,-1,1,334,12209],\ +[0,0,0,1460943,212861169],\ +[0,0,1,-4338,-66156],\ +[0,1,1,57,812],\ +[0,0,1,-828,8373],\ +[1,0,1,-5198,143778],\ +[0,1,0,-418,3209],\ +[1,0,0,-7463,247521],\ +[1,0,1,1764,122842],\ +[0,0,1,-378,623],\ +[0,1,0,-57948,-4523868],\ +[1,-1,1,1030,-29191],\ +[1,0,1,196566,-98098084],\ +[0,0,0,-2529,48961],\ +[1,0,0,-1093,48833],\ +[1,0,1,-14605,678110],\ +[0,1,0,1204,362404],\ +[1,0,1,-232378,27220748],\ +[1,0,1,-33787,1850182],\ +[1,0,1,-12198,517256],\ +[1,-1,1,-134408,14878027],\ +[1,0,1,-124486,22692200],\ +[1,0,1,-28058,4852668],\ +[0,1,1,-2469,-44855],\ +[1,-1,1,-482,26081],\ +[0,1,0,2490,-52975],\ +[1,0,1,-9775,373822],\ +[0,1,1,-42371,3790456],\ +[0,1,1,-5893,170716],\ +[0,1,0,-79080421,270650778279],\ +[1,0,1,72837,-7073594],\ +[1,0,1,-1026,43048],\ +[1,0,1,-31386,2137524],\ +[1,0,0,-74106,7758620],\ +[0,1,0,-9260,339908],\ +[0,1,0,-445,4100],\ +[1,0,1,-99212286,-380356880438],\ +[0,1,0,179,44],\ +[1,0,1,-72979,19297806],\ +[0,1,1,-1725,27029],\ +[1,0,1,364,4962],\ +[1,0,1,-1026696,400324822],\ +[0,1,1,-2643,39216],\ +[1,0,0,-211,1305],\ +[1,0,1,8088463,11261453492],\ +[1,0,1,-104614,8909176],\ +[1,0,1,-4397,112502],\ +[1,0,1,256,-2094],\ +[0,1,1,-2917,-23533],\ +[1,-1,0,930,-83340],\ +[1,0,0,-2220,43912],\ +[1,0,0,-12302,-19135484],\ +[1,0,1,-15201,9256798],\ +[0,0,1,-2052,35777],\ +[1,0,1,-6356,20306],\ +[0,0,0,-1320,19588],\ +[1,0,1,-8080,-257458],\ +[1,-1,1,-253640,48278539],\ +[1,0,0,-329373,-70478991],\ +[1,0,0,-3095,66025],\ +[1,0,0,663,89],\ +[1,-1,1,-70566854,228187734869],\ +[0,0,0,-612,5841],\ +[1,0,0,-10354249,12823211801],\ +[1,0,0,-967,10249],\ +[1,-1,0,-6846,217908],\ +[1,0,1,-6780,-185600],\ +[0,1,0,-1626466,797849025],\ +[0,1,0,-365,8463],\ +[1,0,1,51424,-727702],\ +[0,1,1,12797,-1993229],\ +[1,0,1,-9641,394850],\ +[0,1,1,47067,15517],\ +[0,0,0,-3912,92809],\ +[0,1,1,-9492579,11253882494],\ +[1,0,0,-2183,39049],\ +[0,1,1,-29971,1821871],\ +[1,0,1,-95433,11339168],\ +[1,0,0,-975,11457],\ +[0,1,1,-2203,38865],\ +[0,0,0,-6984,224649],\ +[1,-1,1,5155,-819611],\ +[1,-1,1,-5060,139879],\ +[0,1,0,-972,236196],\ +[1,0,1,-18822,992302],\ +[1,-1,1,-1234586,523787993],\ +[0,1,0,-10806,394425],\ +[1,0,0,-496,-68424],\ +[1,0,0,-65430,6436900],\ +[1,0,0,2368,34344],\ +[1,-1,1,-467930,77338649],\ +[0,1,1,1077,-23947],\ +[0,0,0,-389367,-95051826],\ +[1,-1,1,-3632,85139],\ +[1,-1,0,-1986,10188],\ +[0,0,0,-285,2677],\ +[0,1,1,-1001679,432824950],\ +[0,1,0,18915,5545900],\ +[1,0,1,-487,4112],\ +[0,1,0,-185,2208],\ +[0,1,1,-46595,-12744276],\ +[1,0,1,-18540,-3316310],\ +[1,0,0,-7026,226180],\ +[1,0,1,-958,10056],\ +[1,-1,0,618,-5898],\ +[1,0,0,112,12544],\ +[1,0,0,-1943,28385],\ +[1,0,1,-1005,12262],\ +[1,0,0,1424,2027776],\ +[0,1,0,-13732,616484],\ +[1,0,1,294,-1000],\ +[0,0,0,-1041,31657],\ +[0,1,1,-3645581,2678135675],\ +[1,0,0,58724,19996040],\ +[1,0,0,11777733,6281297361],\ +[1,0,1,15182,-25221042],\ +[1,0,1,-9393826,11210707452],\ +[1,0,1,4182,73708],\ +[1,0,1,-180181451,930906851798],\ +[1,0,0,323158,-65666396],\ +[1,0,1,-16523,-30829994],\ +[0,1,0,4922,223217],\ +[0,0,0,-99477,12127221],\ +[1,-1,0,-45354,1822410],\ +[1,-1,1,-8809352,10065411851],\ +[0,1,0,8867,-256129],\ +[0,0,1,-1604448,-762535197],\ +[1,0,1,-34046,2415152],\ +[0,1,0,-41724661,103725923639],\ +[0,1,0,-2319666,-1370276991],\ +[1,-1,0,-30122832,63641910720],\ +[0,0,1,-186408,30977649],\ +[0,1,1,-76291995,256531235249],\ +[1,0,1,2374710,334521772],\ +[0,0,1,-14338782,20898566937],\ +[0,1,0,-1165,23900],\ +[0,1,1,-43395,3481274],\ +[1,0,1,-59809,5622806],\ +[0,1,0,-174383357,-889156798241],\ +[1,0,1,-129647909,-1365258205168],\ +[1,-1,1,-2438,661781],\ +[1,-1,1,-170882,-28603519],\ +[1,-1,1,-6520277,6321625901],\ +[1,0,1,43804078,-841906097692],\ +[1,0,1,-101100501,366917307040],\ +[1,-1,0,27243,3034677],\ +[1,-1,0,-195972,34348272],\ +[1,0,0,-66,4356],\ +[1,-1,1,101050,-4710187],\ +[1,0,1,-117871,15566170],\ +[1,0,1,-2747652,-5223669062],\ +[1,0,1,-316011713,277855495156],\ +[1,0,1,6486,-84314],\ +[0,1,0,-605612,769776516],\ +[1,0,0,-249411,41932225],\ +[1,0,1,-298873,-265654244],\ +[1,0,1,-26702098,53140002756],\ +[1,0,0,-105795799,-428044798543],\ +[1,-1,1,1333,-592741],\ +[1,0,0,-16528256473,806749713323513],\ +[1,0,1,-320563,74437838],\ +[0,1,1,85130179839,4529324380823920],\ +[1,0,0,-616032,-169565184],\ +[0,1,0,4236667,-44223310809],\ +[0,1,0,-105700,13193348],\ +[1,0,0,-6506885,-36820264775],\ +[1,0,0,-17171,864801],\ +[1,0,1,-24448741,46527940984],\ +[1,-1,0,-148766439,-104603716227],\ +[1,-1,0,-562794,162699308],\ +[1,0,1,-451417,116669532],\ +[1,-1,1,-1375019,621047099],\ +[1,0,0,-97763,12518017],\ +[1,0,1,86894,-381948508],\ +[0,1,1,-9115,-274631],\ +[1,0,0,16525,2174625],\ +[1,-1,0,-11524938,-16316546572],\ +[1,0,0,8814215564,-506503191827824],\ +[1,0,1,-176475,28608550],\ +[1,0,0,158175,-290377143],\ +[1,0,1,-786931,268624670],\ +[1,0,1,-4688375826,123560782270548],\ +[1,-1,0,-165804,26034128],\ +[1,0,0,-52934,6437732],\ +[1,-1,1,-4052,90551],\ +[1,0,1,-3985821,635474428714],\ +[1,0,0,-393345,97878537],\ +[0,1,1,-12258851,-20875549954],\ +[1,0,0,-16411138,25470877892],\ +[1,0,0,-11734766,16236401796],\ +[1,0,0,-5041013,4364242017],\ +[1,0,1,-1182236812,15645891371558],\ +[1,-1,0,17334696,23439688128],\ +[1,0,0,-989700,-346038768],\ +[1,0,1,-823303,738104506],\ +[1,0,1,-145328425,674320188120],\ +[1,0,0,-382648,87764544],\ +[1,-1,1,317707,-16983539],\ +[1,0,0,-615187,186234401],\ +[0,1,1,-29287083,54661144844],\ +[1,-1,0,-79206,10975428],\ +[1,0,1,-3148665,2143644700],\ +[0,1,0,465939,4038660],\ +[1,0,0,-214277,45372481],\ +[1,-1,0,-316222854,2164481396478],\ +[1,0,0,36943,245289],\ +[1,0,1,-63537396,194930784282],\ +[1,0,1,-3585916,4207698970],\ +[1,0,0,-720,5400],\ +[1,-1,0,-3852,92988],\ +[1,0,1,-13,156],\ +[1,-1,0,-1017,8883],\ +[0,1,0,-100,-252],\ +[1,-1,0,-927,11097],\ +[1,0,0,-1706,26980],\ +[1,0,1,-31106,2108972],\ +[1,-1,0,-3762,97470],\ +[1,0,1,-7149,-156728],\ +[1,0,1,-1801,16604],\ +[1,0,0,-3576,81280],\ +[1,-1,1,6112,-41533],\ +[1,0,1,-304,456],\ +[0,1,0,-716,7140],\ +[1,-1,1,-1568,-4669],\ +[1,0,0,-3238,65508],\ +[1,0,1,212,488],\ +[1,-1,0,-3999,98343],\ +[1,-1,1,-503,-2473],\ +[1,0,0,1084,21840],\ +[0,0,0,-423,1342],\ +[0,1,0,-9140,285988],\ +[1,-1,0,-656082,205111548],\ +[1,0,0,49,2401],\ +[1,-1,0,-897,13113],\ +[1,-1,0,-471645,124790571],\ +[0,0,0,-2712,50209],\ +[0,0,0,2913,231334],\ +[1,-1,0,-656442,204875892],\ +[1,-1,0,-29475,1955745],\ +[1,0,0,-5748,53928],\ +[1,0,1,-474,5486],\ +[1,-1,1,-8372,296471],\ +[0,0,0,-14007,346606],\ +[0,0,0,2868,39481],\ +[1,0,1,-28556,1850906],\ +[1,-1,0,-10977,445419],\ +[1,0,1,-5673,150506],\ +[1,-1,0,-139452,20203200],\ +[1,0,1,-437774,-9825928],\ +[1,0,1,-286534,59011352],\ +[1,0,1,-141054,118709176],\ +[1,0,0,-13378,-590716],\ +[0,1,0,-2108,34596],\ +[0,1,0,-4660,120900],\ +[1,0,1,-70144,7218006],\ +[1,0,1,-30686,2066384],\ +[1,0,1,-4110853,3207742256],\ +[1,0,0,-578,334084],\ +[0,1,0,-27228,1720260],\ +[1,0,1,-9863,366906],\ +[1,0,1,997,-1752],\ +[0,0,0,-23952,778921],\ +[0,0,0,-332607,73806694],\ +[1,0,0,-30538,2249508],\ +[1,0,1,31,992],\ +[1,-1,1,-29885,4255301],\ +[1,-1,1,-327683,72280451],\ +[1,-1,1,-38525,2917829],\ +[1,-1,0,-36969,-2578275],\ +[0,1,0,-9156,334180],\ +[1,0,0,-11420,-450288],\ +[1,-1,1,-70442,-67627159],\ +[1,0,0,-371368,87076416],\ +[1,0,0,80420,10438352],\ +[0,0,0,-69092175,221036459542],\ +[1,0,0,-13476,-579824],\ +[1,0,1,34484,-1052466],\ +[1,0,0,-480,230400],\ +[0,0,0,-69090960,221044622641],\ +[0,1,0,-1261,27764],\ +[1,0,1,-18729,984952],\ +[1,0,1,-1816,-18670],\ +[1,0,0,-2066,91140],\ +[1,0,0,-115196,15041040],\ +[1,-1,0,-41157,3223233],\ +[1,-1,1,-9740,-330289],\ +[1,-1,0,-658467,205824375],\ +[1,0,1,234,1972],\ +[1,0,1,-3601,78884],\ +[1,0,1,-5589,160336],\ +[1,-1,1,89185,34491143],\ +[1,0,1,516,-2714],\ +[1,0,1,-113,12656],\ +[1,0,0,1197,56161],\ +[1,0,1,-2919,-2918],\ +[1,0,0,14880814,-23572439484],\ +[1,0,1,-1166096,484586382],\ +[1,0,0,-81373266,-282504599100],\ +[1,0,1,-82668,-8585642],\ +[1,0,1,2907,166808],\ +[1,-1,0,-47916009,127676162763],\ +[1,-1,1,-429728,108528707],\ +[1,-1,0,-3073509,1885066263],\ +[1,-1,1,981832,570811907],\ +[1,-1,0,-182259,32927013],\ +[1,-1,1,-2307848,-1265537149],\ +[1,-1,0,-264,7920],\ +[0,1,0,-645,5868],\ +[1,0,0,-7486,248900],\ +[1,-1,0,-607842,182549700],\ +[0,1,0,-158781,-12751956],\ +[1,0,1,-40059,2670022],\ +[1,0,0,-497010,-134027900],\ +[1,0,0,9199,653481],\ +[0,0,0,-268455,53311102],\ +[0,0,0,-268140,53442961],\ +[0,0,0,-44580,489049],\ +[0,1,0,1759,192720],\ +[1,0,0,544,295936],\ +[1,-1,1,-3512,68411],\ +[1,-1,0,-8790,319140],\ +[1,0,0,-858,30268],\ +[0,0,0,176505,3893758],\ +[1,0,0,4227,-466767],\ +[1,0,0,-458478,119313540],\ +[1,0,0,4754,-294844],\ +[1,0,1,-7166,141104],\ +[1,0,0,-203408,34672896],\ +[0,0,0,-300135,-24161762],\ +[1,0,1,-32103,-2202244],\ +[1,0,0,-12365,673417],\ +[0,0,0,-161220,24652969],\ +[1,0,1,-197668,-65745694],\ +[1,0,0,790,11172],\ +[1,0,1,-59054,-1269744],\ +[1,0,0,-3287436,2293935760],\ +[1,0,1,-152489,-18650788],\ +[1,-1,0,-78613794,-265421985192],\ +[1,-1,0,2093706,489256308],\ +[1,-1,0,-119698794,503716997808],\ +[1,-1,0,-1239,23373],\ +[1,-1,0,-9345,319725],\ +[1,-1,1,-18107,940331],\ +[1,0,1,-11103,443506],\ +[1,-1,0,-7215,668781],\ +[1,0,1,-53914,24289112],\ +[1,0,1,-29761,-5465056],\ +[0,0,0,-3512055,2533320142],\ +[0,0,0,-219540,39569281],\ +[1,-1,0,-84612,9397728],\ +[1,0,1,-1114,15512],\ +[1,0,1,-4170829,3278200952],\ +[1,0,0,-3195948,1940689296],\ +[1,0,1,-3228,83398],\ +[1,-1,0,-2285091144,39448430519400],\ +[1,-1,0,-2206295064,42466591386648],\ +[1,0,1,-100326,7911736],\ +[1,0,0,-327411,-71558559],\ +[1,0,0,-680,10752],\ +[1,-1,0,-2245667184,40961151325440],\ +[1,0,0,-15365,676417],\ +[1,0,1,-2454,6872],\ +[1,0,1,-3911168,2896585806],\ +[1,0,1,-15304,389846],\ +[1,0,0,-33051,2309265],\ +[1,0,1,-18791,989850],\ +[1,0,0,-19271,-820535],\ +[1,0,0,-26070,1540900],\ +[0,1,0,-150921,22516704],\ +[0,1,0,-17073,-834624],\ +[1,0,0,-5417648,4853152000],\ +[1,0,1,-7741,274950],\ +[0,1,0,-26380,-1611900],\ +[1,0,0,-36933,2729601],\ +[1,0,0,-18423,-931095],\ +[1,0,0,-3454133,1947795873],\ +[1,0,1,-31749,2133472],\ +[1,0,1,-170591,27102782],\ +[1,-1,1,-3338,75017],\ +[1,0,1,-3637266,2669692964],\ +[1,0,1,-377009,88818932],\ +[1,0,0,-2380,41552],\ +[1,0,0,-36011,2627185],\ +[1,-1,0,-1164,12348],\ +[1,0,1,-383334,91314616],\ +[1,0,1,-100603,12273398],\ +[1,0,1,-808261,279621500],\ +[0,1,0,-2073,35352],\ +[1,0,1,-28031,-214306],\ +[0,1,0,-18101,930924],\ +[0,1,0,-3701,14724],\ +[1,0,0,-21348,-1165104],\ +[1,0,0,-1024428,-397363824],\ +[1,-1,0,-10680,427500],\ +[1,-1,1,78448657,68848863671],\ +[1,-1,1,-77236913,258927848417],\ +[1,0,0,-274946,54190276],\ +[0,1,0,-31753,2021840],\ +[1,0,1,-10251,398882],\ +[1,-1,1,-15712943,23947250231],\ +[1,-1,1,-192818543,-1023537198409],\ +[1,0,1,-966699,286220566],\ +[1,0,1,-3169,211076],\ +[0,1,0,-22941,-1304100],\ +[0,1,0,-306325,65144348],\ +[0,1,0,-5045,83100],\ +[0,1,0,-12385,526400],\ +[1,0,0,-67183,6696825],\ +[0,1,0,3559,790320],\ +[1,0,1,8004,322726],\ +[1,0,1,-5334326,4741650632],\ +[1,0,0,-4295,86025],\ +[1,0,0,-54066,10757700],\ +[1,0,0,-196982018,1064096943300],\ +[0,1,0,-45053,3664572],\ +[1,0,0,5255,126137],\ +[1,0,0,-3616,29696],\ +[1,0,1,-26558,1656668],\ +[1,0,1,-2297746,1330534052],\ +[1,0,1,251436156,6090441959042],\ +[1,0,0,-643,17153],\ +[0,1,0,-6505,194600],\ +[1,0,0,-7928,126280],\ +[1,0,1,-3623,-425994],\ +[1,0,1,7037,996938],\ +[1,-1,1,-81020,8896511],\ +[1,0,1,66422,-65720452],\ +[0,0,0,9108,-742751],\ +[0,1,0,-92268,10756900],\ +[1,0,0,-1499708,715071504],\ +[0,1,0,-48385,4046408],\ +[1,-1,0,16050,-194220],\ +[1,-1,0,-21432390,21847614516],\ +[0,1,0,-3708481,2747557400],\ +[1,0,1,-135413,19170156],\ +[1,0,1,-141289,15091692],\ +[1,0,1,-9908,264818],\ +[1,-1,0,729690,-925954380],\ +[1,0,1,-86069,-1400704],\ +[1,0,1,-154476,23145130],\ +[1,0,0,-449610,45012772],\ +[1,0,1,42279,42280],\ +[1,0,1,-186778,99423756],\ +[0,1,0,-5584341,5077464084],\ +[1,-1,1,-6968,223931],\ +[0,1,0,35419,4531900],\ +[1,0,1,-7377066,2139455260],\ +[1,0,0,-59106,-5430204],\ +[1,0,1,38371,4632356],\ +[1,0,0,-12369181,15826636745],\ +[1,0,1,14937,-493094],\ +[1,0,0,-194882701,1047131714681],\ +[1,0,1,-2313909,426827206],\ +[1,0,1,-1374209,1457338286],\ +[1,0,1,19051,-26054944],\ +[1,0,1,-5046924,1895045066],\ +[1,0,1,-1839559,960172346],\ +[1,0,1,-163034,25323896],\ +[1,0,0,27025,-162375],\ +[1,0,1,-5078326,4404404424],\ +[1,0,0,-50670,4384900],\ +[1,0,0,-87381911,314384171241],\ +[1,-1,1,-9398,352901],\ +[1,0,1,-1271,1614170],\ +[0,1,0,-21301,1189524],\ +[0,1,0,-1111825,-449640000],\ +[1,0,0,-68356,6776336],\ +[1,0,1,-50199,4323622],\ +[1,0,0,-582051,170728705],\ +[1,0,1,-11734,487832],\ +[1,0,1,-5499561,2925877804],\ +[1,0,1,-57989,5369952],\ +[1,0,1,-4654,-90324],\ +[0,1,0,-21365,1194900],\ +[0,1,0,-6359081,-328376256],\ +[1,0,0,-462881,127206985],\ +[1,0,1,-86826,-7439924],\ +[1,-1,0,2445,-660699],\ +[1,0,1,-5468,-37942],\ +[0,1,0,-7733,230436],\ +[1,-1,1,-48850082,-130618447711],\ +[1,0,0,-97756,11749136],\ +[1,0,0,-171430,59297252],\ +[1,0,1,-6126966,5836846600],\ +[1,-1,0,-24195,1454625],\ +[1,-1,1,-3257,-28519],\ +[1,0,1,-569621,165424736],\ +[1,0,1,-63878,-235752],\ +[1,0,0,-255246,46985220],\ +[1,0,0,-4161068,3123806608],\ +[0,1,0,-37053,805140],\ +[0,1,0,-1488345,698385600],\ +[0,1,0,-8521,298424],\ +[1,-1,1,-9830,377525],\ +[1,-1,0,-2472,28044],\ +[1,0,1,15726,1353316],\ +[1,0,1,-588893,173892008],\ +[1,0,0,-12821,557601],\ +[1,0,0,-58015,-1490983],\ +[1,0,1,-108475448,1079289750278],\ +[1,0,1,-32733,2240056],\ +[1,0,1,-55929534,160989278332],\ +[1,0,1,-3028263528,18137793952006],\ +[1,0,0,-52401306,146814120036],\ +[1,0,1,-38005452808,2851783142342918],\ +[0,0,0,3288,-87791],\ +[0,0,0,-10968,444433],\ +[1,0,1,-231011,187415966],\ +[1,0,1,557456,124252526],\ +[1,0,1,-50478,-3082352],\ +[1,0,0,-3869211,11155581585],\ +[1,0,0,-5255,254025],\ +[1,0,1,-30806,2032410],\ +[1,0,1,-2913254,2422201656],\ +[1,0,1,11171,294756],\ +[1,0,1,-5411743,4845218658],\ +[0,1,0,-101361,12399760],\ +[0,1,0,-68185,6829208],\ +[1,0,0,-198,39204],\ +[1,0,1,-7384,236882],\ +[1,0,1,-11289,2622716],\ +[1,-1,0,-4761030,3999712500],\ +[1,0,1,1437,39338],\ +[1,0,1,-17308,833418],\ +[1,0,1,-8133,-78944],\ +[1,0,1,-10168,392306],\ +[1,0,0,-893400,42772032],\ +[1,0,0,-34263,-798551],\ +[0,0,0,-4572,-51911],\ +[1,0,0,-316903,68532425],\ +[1,0,1,-122466,-15631616],\ +[0,1,0,-2039121,-375784920],\ +[1,0,1,-24806,1500392],\ +[1,0,0,-1073743,428161721],\ +[1,0,0,-14181,583425],\ +[1,0,1,-127056,-14091698],\ +[1,0,1,-5949723,5585394256],\ +[1,0,1,-6903,-175994],\ +[1,0,1,197777,322291256],\ +[1,0,1,-63473,-4407244],\ +[0,1,0,-11161,-88840],\ +[0,1,0,-9773,115404],\ +[1,-1,0,-1554024,746038080],\ +[1,0,1,-2646,282484],\ +[1,0,0,-475496,89893440],\ +[1,0,1,-322589,69234536],\ +[1,0,1,-454066,-68883196],\ +[1,0,1,-10574,312716],\ +[1,0,1,2278861,-850446484],\ +[1,0,1,-113744,14702366],\ +[1,0,1,-55002084,157000947682],\ +[1,0,1,-250764,48312202],\ +[1,0,1,-9485039,-11240205244],\ +[1,0,0,-88779456,321963397120],\ +[1,0,1,47772876,648698733922],\ +[1,0,1,-174573204,-704504238494],\ +[1,0,0,3347,444881],\ +[1,0,1,-25458,4011268],\ +[1,-1,0,-893445,325273221],\ +[0,1,0,114959,13069784],\ +[1,-1,0,-485304,86128128],\ +[0,1,0,-15561,325360],\ +[1,0,0,-29857870,-62785836988],\ +[1,0,0,389490,-79877628],\ +[1,0,0,-13968590,19556060100],\ +[1,0,0,-47361,3131145],\ +[1,0,1,-1404223,639455378],\ +[1,0,1,4172,-20994],\ +[0,1,0,-78776125,269090062500],\ +[1,0,1,-972469,-362372724],\ +[0,1,0,-6861,751564],\ +[1,0,1,-118851,15760750],\ +[1,-1,0,-47397,3983553],\ +[0,1,0,-10033,383096],\ +[0,1,0,-9408113,11103837936],\ +[1,0,0,-25660,1499600],\ +[1,0,0,-101723,12981265],\ +[1,0,1,-397806,96538576],\ +[1,0,0,5102,521220],\ +[1,0,0,9400,1784832],\ +[1,0,1,-1465374166,21590786021864],\ +[1,0,1,-457493,118925408],\ +[1,0,1,-970291,513861326],\ +[0,1,0,-19105,1013600],\ +[0,1,0,-5621,113484],\ +[1,-1,0,-34059,2420613],\ +[1,-1,1,-19493,980957],\ +[1,-1,1,-22265,1284185],\ +[1,0,0,-5080028,-2221725936],\ +[1,0,0,-444078,117122436],\ +[1,0,1,56807,65747708],\ +[1,-1,0,-1996440,1086255936],\ +[1,0,0,-43770,-8963100],\ +[1,-1,1,-227162,-38120551],\ +[0,1,0,-52493,4611684],\ +[1,0,0,-16906,-193564],\ +[0,1,0,-13994721,20145710880],\ +[1,0,1,-134368,149877806],\ +[1,0,1,-8239368,-1567338194],\ +[1,0,1,-82029368,285951093806],\ +[1,0,0,-575418,167963364],\ +[1,0,1,-1159604,480239282],\ +[1,0,1,-240223,-20220622],\ +[1,0,1,-39219,31466426],\ +[1,0,0,-269968,53842176],\ +[0,1,0,-16373,799596],\ +[1,0,0,-1040610,414764100],\ +[1,0,1,-862749,-2317976008],\ +[1,0,0,-53231648,-123278195712],\ +[1,0,0,-5679776,5209646080],\ +[1,-1,1,-54782,-4101811],\ +[1,0,0,-65496,-3930624],\ +[0,1,0,-75185,1379400],\ +[1,0,1,-324031,17654546],\ +[1,0,0,-4104806,2923396836],\ +[1,0,1,-5858678,5457653256],\ +[1,0,1,-180445994,951990304916],\ +[1,0,1,-32679,2288602],\ +[1,0,1,-2903465114,60217301097812],\ +[1,0,1,-11405474,14526794612],\ +[1,0,1,-216308,38694306],\ +[1,0,0,-112818,45386820],\ +[0,1,0,-29332641,61136777520],\ +[1,0,1,1628621,1049403086],\ +[1,0,0,-22463,1087065],\ +[0,0,0,-24588,1479313],\ +[1,0,1,-178511,29014382],\ +[1,0,0,-10308,487440],\ +[1,-1,1,-315255323,2154555279947],\ +[1,0,1,-3587678,44580719198],\ +[1,0,1,-94789223,-344631905494],\ +[1,0,1,-13232348,18370364006],\ +[1,0,0,104884,36806800],\ +[1,0,1,32271697,-1200056843302],\ +[1,-1,0,-20019,1028133],\ +[1,-1,1,-33533,2363717],\ +[1,0,1,-94431,12923890],\ +[1,0,0,1517,90593],\ +[1,0,1,-31419,1776566],\ +[1,0,0,-5861,159681],\ +[0,0,0,-557208,160093657],\ +[0,0,0,-64872,-5331239],\ +[1,0,0,-47231,3926745],\ +[1,0,0,106514122,26003957668],\ +[1,0,1,-116178,-12003052],\ +[1,0,0,-3213840,-2212183808],\ +[1,0,1,-743323,246596006],\ +[1,0,0,11469,697825],\ +[1,0,1,8154,2652004],\ +[1,0,1,-13893,-533444],\ +[1,0,1,-67911,6807190],\ +[1,0,1,-62186,-14144244],\ +[1,0,0,-15488,750528],\ +[1,0,0,25857,-1037799],\ +[0,1,0,-284985,22280400],\ +[0,1,0,-85601,-6037560],\ +[1,0,0,-82202181,286855213761],\ +[1,0,0,1800,3240000],\ +[1,0,1,-15363,-368594],\ +[1,0,1,-642096018,6262451382556],\ +[1,0,1,-40528898,95808836828],\ +[1,0,1,7234108287,-1256162261296844],\ +[1,0,1,-2483338,1560504188],\ +[1,0,1,-1813766,-581868664],\ +[1,0,0,6667,-266271],\ +[0,1,0,-17693,776724],\ +[1,0,0,-2504795,1525203025],\ +[1,0,0,-6864795,-4966628975],\ +[1,0,0,-2225236,1270313360],\ +[1,-1,0,-20382,728640],\ +[1,-1,1,-388775,88554719],\ +[1,0,1,-122648,16493078],\ +[1,0,1,-467866,-60317956],\ +[1,0,1,-1163634,8020184836],\ +[0,1,0,-56501,5354124],\ +[1,0,0,-45425,3697257],\ +[1,-1,0,-72249,4235805],\ +[1,0,0,16212,712080],\ +[1,0,1,-189181,31655304],\ +[1,0,1,-1574744,750564326],\ +[1,0,1,185809,-15995698],\ +[1,0,0,-173738,52770468],\ +[1,0,1,97401,-1857578],\ +[1,0,1,22357,1458758],\ +[1,0,1,-70249939,226623956702],\ +[1,0,1,-880968,-294171194],\ +[1,0,1,-14250063,20089820338],\ +[1,0,1,-110619,14151142],\ +[1,0,0,-34331,3771601],\ +[1,0,1,-6329,166152],\ +[1,0,0,-5145,191737],\ +[1,0,1,-146924,21396522],\ +[1,0,0,18565,670225],\ +[1,0,1,-46459,3689846],\ +[1,0,0,27384,-442304],\ +[1,0,1,-7095936,7274542030],\ +[1,0,0,16745,2234025],\ +[1,0,0,-548906,6150010020],\ +[1,-1,1,-1401272,638757371],\ +[1,-1,1,-81272,11493371],\ +[1,-1,1,-337999971467,75635136359142491],\ +[1,-1,0,-797760,-75115674],\ +[1,-1,0,190890,-9271584],\ +[1,-1,1,-21124971467,1181806109142491],\ +[1,-1,1,-184802,3794744801],\ +[1,-1,1,-37624802,87630392801],\ +[1,0,0,-212198,37608676],\ +[1,-1,1,-1588937,-563637751],\ +[1,-1,1,4036063,-3661887751],\ +[1,0,0,-3395238,2407700260],\ +[1,-1,0,-3515175,2679250365],\ +[1,-1,0,-57110895,166135477221],\ +[1,0,0,-94798,6638060],\ +[1,0,0,-41558,-3190044],\ +[1,0,0,-389323,83584433],\ +[1,0,1,-50848393,139551341258],\ +[1,0,0,48079,981801],\ +[1,0,1,6521787,11267329906],\ +[1,0,0,-308831765,2088938760225],\ +[1,0,1,30351,5239066],\ +[1,0,0,-12401,122985],\ +[1,0,0,34037,6617585],\ +[1,0,1,-986483,-349090882],\ +[1,0,0,-308818045,2089133647337],\ +[1,0,1,-20679,1013782],\ +[1,-1,1,30700,-1842721],\ +[1,-1,0,-84252,9518418],\ +[1,-1,1,-10460,-262177],\ +[1,-1,0,-84462,9469152],\ +[1,-1,0,-12609303759,-540879409097235],\ +[1,-1,0,-1359303759,5418340902765],\ +[1,-1,1,-16117250,24416906753],\ +[1,-1,1,-618980,187591943],\ +[1,-1,1,-598820,200365319],\ +[1,-1,1,102910,1176661505],\ +[0,0,0,-1000407,301170094],\ +[1,0,0,-1465873,-574111255],\ +[0,0,0,-938532,349939969],\ +[1,0,0,-420433,96433961],\ +[1,0,1,-1427599,656415072],\ +[0,1,0,-1267021,-495478396],\ +[0,1,0,1674204,-2453157756],\ +[1,0,1,-89229,10250036],\ +[1,-1,0,-13019049,18084015693],\ +[1,-1,0,-12929049,18346293693],\ +[1,0,1,-227636,41781090],\ +[1,0,1,-3642096,2675012642],\ +[1,0,0,-145305,21304377],\ +[1,0,0,-132185,25311225],\ +[1,0,0,-330640813,2313712255305],\ +[1,0,0,-715030,232660652],\ +[1,0,0,-330626373,2313924485761],\ +[1,0,0,-44350,3690500],\ +[1,-1,0,-17797962,28909738620],\ +[1,-1,0,-17798802,28906874388],\ +[1,-1,1,640540,-3631145209],\ +[1,-1,1,-1993700,-1051697401],\ +[1,0,1,-11884506,15768575744],\ +[1,-1,0,831231,596364525],\ +[1,-1,0,-7601589,-3996072927],\ +[1,-1,0,-7606269,6909302025],\ +[1,-1,0,-59062419,171969089175],\ +[1,0,1,-740846,247686096],\ +[1,-1,1,-18107222,29657943821],\ +[1,-1,1,704263,423132761],\ +[1,-1,1,-1232222,376443821],\ +[1,-1,1,-375737,74508761],\ +[1,0,1,-2830433,1832609306],\ +[1,-1,1,-28012178660,1804555029664775],\ +[1,-1,1,-1750818020,28194577798151],\ +[1,0,1,-174183,29546806],\ +[1,0,0,-6104891,6233420505],\ +[1,0,1,-693395864,-6906172512238],\ +[1,0,1,24049486,-20504918654278],\ +[1,0,1,-403421,98453360],\ +[1,0,1,-27248,244478],\ +[1,0,0,-397091,89537025],\ +[1,0,1,107752,1972478],\ +[1,0,0,-99665291,382961048745],\ +[1,0,1,-32981,509024],\ +[1,0,1,-262708,16800306],\ +[1,0,1,987292,130800306],\ +[0,0,0,-235488,-16801607],\ +[1,0,1,-381924,-86617484],\ +[1,0,1,7462542,329471979268],\ +[1,0,1,-366916,85514924],\ +[0,0,0,862017,-128966618],\ +[1,0,1,-23006,1325756],\ +[1,0,1,-68454,5166532],\ +[1,0,1,-1532943618,-13643973660092],\ +[1,0,0,-19473,1334889],\ +[1,0,0,-335033,74607921],\ +[0,0,0,-13311948,18694854673],\ +[0,0,0,-212992743,1196452119742],\ +[0,1,0,-21071476,43715283524],\ +[1,-1,0,-547092,155822940],\ +[0,1,0,-22076381,39915938700],\ +[1,-1,0,-454482,210222054],\ +[1,0,1,-55861,4062912],\ +[1,0,1,119899,24521376],\ +[1,-1,0,-18564608592,-1394258024187648],\ +[1,0,0,6347,-12018567],\ +[1,-1,1,-58939655,151361965055],\ +[1,-1,1,-908286215,10536152484863],\ +[1,0,0,-46893,-3830255],\ +[1,-1,0,-331387502832,-73414409367222432],\ +[1,-1,0,161871,-10055097],\ +[1,-1,0,-43899,-1289295],\ +[1,0,0,-336196,70338576],\ +[1,0,0,298684,305117200],\ +[1,-1,0,-138177,23650029],\ +[1,-1,0,-2328237,1367908857],\ +[1,0,0,-10489198761,-413468974605159],\ +[1,0,0,-9915242481,-460721762016255],\ +[1,0,0,-272960,-5603328],\ +[1,0,0,-2839040,1833249600],\ +[0,1,0,-192285,32389308],\ +[1,-1,0,-2890764,1530385920],\ +[0,1,0,-110588,8016484],\ +[0,1,0,-185940,34632900],\ +[0,1,0,-49753,-4199184],\ +[1,-1,0,-43747344,111377386908],\ +[1,0,0,-37928,-1189896],\ +[1,0,0,8512,-140352],\ +[1,0,0,-669260,210579600],\ +[1,0,0,373604,27271440],\ +[1,0,0,-1571996,222998800],\ +[1,0,0,-34380,4497552],\ +[1,0,1,-25339696,48909853634],\ +[1,0,1,-25313236,49017471746],\ +[1,0,0,116385,9316225],\ +[1,0,0,-34535,1257097],\ +[0,0,0,-2516223,1329841222],\ +[0,0,0,261672,112567633],\ +[1,-1,1,-55903145,-153023964055],\ +[1,-1,0,-3847314,33635876148],\ +[1,-1,1,3842812,33414144167],\ +[1,-1,0,-11347314,14614376148],\ +[1,-1,1,-8445188,9113395367],\ +[1,-1,1,38468695,-617220170647],\ +[1,0,0,-53681,4775145],\ +[1,0,1,-2677568,648531056],\ +[1,0,1,-2189138,1245587888],\ +[1,0,0,-71281,1371305],\ +[1,0,1,15019,75216],\ +[1,0,0,-61245,5857137],\ +[1,0,0,-981245,374041137],\ +[1,0,0,-254581,-39036639],\ +[1,0,1,-60441,588344],\ +[1,0,0,564619,-238429919],\ +[1,0,1,-44041014,112478565592],\ +[1,0,1,-2511814,2077340312],\ +[1,-1,1,-8982878,-3175987219],\ +[1,-1,1,-5112158,4413720557],\ +[1,-1,1,-1274708,474962231],\ +[1,-1,1,138412,40851767],\ +[1,-1,0,-142914,48963348],\ +[1,-1,0,-3062994,2062066500],\ +[1,-1,0,-50092254,-13796708940],\ +[1,-1,0,-32571774,71258213268],\ +[1,0,1,-2339609,1377213996],\ +[1,0,1,-2339109,1377832196],\ +[0,0,0,-247012095,1494257492806],\ +[1,0,1,-13629168,-19361614642],\ +[1,0,1,-30096893,63549401258],\ +[1,0,1,-1848143,1029267758],\ +[1,0,1,-975488,-209004594],\ +[0,0,0,-15438360,23347442833],\ +[1,0,0,-636373581,6166777006161],\ +[1,0,0,-408838101,10637348610105],\ +[1,0,1,-8645563,9783764838],\ +[1,0,1,-541083,152400806],\ +[1,0,1,-20154128,34821023006],\ +[0,0,0,-27933015,-52933407986],\ +[0,0,0,1699620,-3689895143],\ +[1,0,1,74519,-5898304],\ +[1,0,1,-1172048,622907678],\ +[1,-1,0,-146334024,681379656768],\ +[1,0,1,-23741,-828088],\ +[1,-1,0,-2341344024,43606556214768],\ +[0,0,0,-13767708,-17764485167],\ +[1,0,0,-1401345,638390025],\ +[1,0,0,-88065,9854217],\ +[0,0,0,17955897,-87626208098],\ +[1,0,1,701202,560044256],\ +[1,0,1,-7423798,6871544256],\ +[0,0,0,-462252,115360729],\ +[1,-1,0,-51252,4433040],\ +[0,0,0,-7300407,7592199406],\ +[1,-1,1,-43670,3435941],\ +[1,-1,0,-10092,11323224],\ +[1,-1,0,-28629522,58968263952],\ +[1,-1,1,10090,11306405],\ +[1,-1,0,-527247,140404509],\ +[1,-1,0,-1831662,875863044],\ +[1,-1,0,357093,563295897],\ +[1,-1,0,-23348295,43429942125],\ +[1,-1,0,-23347395,43433456985],\ +[1,0,1,-1022106,397641832],\ +[1,0,1,-61846,6623960],\ +[1,0,1,-122171064,519747174086],\ +[1,-1,1,-53770982,151768564589],\ +[1,-1,1,-3145982,2688064589],\ +[1,0,0,-2191965,1467048817],\ +[1,0,0,-36746245,85731116025],\ +[1,0,1,-7639544,8111967942],\ +[1,-1,1,-5546408,-4234433173],\ +[1,-1,1,-25300328,44976532331],\ +[1,0,0,-1892401,665173481],\ +[1,0,1,-73328623,229914901256],\ +[1,0,0,27405,796537],\ +[1,0,0,-7595,103537],\ +[1,0,0,-27356721,55062053865],\ +[1,0,1,2000127,-1400809244],\ +[1,0,1,-198296123,-1074708019744],\ +[0,1,0,-13045,563100],\ +[0,1,0,-2420,1464100],\ +[1,0,0,-437758,79462148],\ +[1,0,0,72002,8197700],\ +[0,0,0,-88623903,321123848902],\ +[0,0,0,-5445408,5195289193],\ +[1,0,0,-3372186,2383220260],\ +[1,0,0,-3367906,2389572636],\ +[0,1,0,-535813,149637764],\ +[0,1,0,-925828,-97475740],\ +[1,0,0,52173775,1468186580457],\ +[1,0,0,-1662826225,25108089580457],\ +[1,0,0,-32073,375201],\ +[1,0,0,7887,47529],\ +[1,0,1,-4720409,-633784228],\ +[1,0,0,-429435,-14561775],\ +[1,0,0,-459177638140,119751693908208392],\ +[1,0,0,-459166653140,119757710544301392],\ +[1,0,0,1700485,-115519983],\ +[1,0,1,-2580544,1595332926],\ +[1,0,1,-41288564,102112319262],\ +[1,0,1,-2962809,1952699932],\ +[1,0,0,-47464416,-151197056000],\ +[1,-1,0,-8188130214,-208195841225880],\ +[1,-1,0,-41374065,102443166675],\ +[1,-1,0,-20154309,34085756565],\ +[1,0,0,-801128416,-8727441177600],\ +[1,-1,1,-13884512,10292441411],\ +[1,-1,1,-5547942437,157584068451461],\ +[1,-1,1,-22346543,40174685111],\ +[1,-1,1,8540736997,671085211300427],\ +[1,-1,0,-2549895,1647856521],\ +[1,-1,1,-2646968,1631369531],\ +[1,-1,1,-6272837,-783696139],\ +[1,-1,0,-287649,38985705],\ +[1,-1,0,-20034309,34520132565],\ +[1,-1,1,-351763759643,-72392706783866293],\ +[1,-1,1,1553443,-98114011],\ +[1,-1,0,-32775435,74686931361],\ +[1,-1,1,-626067437,-2067775298539],\ +[1,-1,0,-33084135,73253143341],\ +[1,-1,0,1304057286,-21144692788380],\ +[1,-1,1,-1275489706523,554439315123524171],\ +[1,-1,0,-4146399,3250237455],\ +[1,-1,1,-2685743,-711914569],\ +[1,-1,1,2908768,1183766339],\ +[1,-1,1,-42160568,105378277691],\ +[1,0,0,204217,23372041],\ +[1,0,0,-62023,3191049],\ +[1,0,1,-89459,1837082],\ +[1,0,0,701304,-68212224],\ +[1,0,0,-2943696,-558829224],\ +[1,0,1,-1073609,427383542],\ +[1,-1,1,18555250,130353022109],\ +[1,-1,1,-299949710,1860217160861],\ +[1,-1,0,-5321190,4696628256],\ +[1,-1,1,-3786932,2837419031],\ +[1,-1,1,-3828212,2772427799],\ +[1,-1,0,-550770,-34674300],\ +[1,0,0,-398791,95154185],\ +[1,-1,1,-132334043,35314208651],\ +[1,0,0,-53191,-2512375],\ +[1,-1,1,528268837,281851203467],\ +[1,0,0,80062,8142276],\ +[1,0,0,-446978,75919620],\ +[1,0,1,-48214863,128853985538],\ +[1,0,1,-1692281,847196904],\ +[1,0,1,-1692771,846681620],\ +[1,0,1,-49918543,119258178306],\ +[0,0,0,-10535775,13162786726],\ +[1,0,1,-790914,270674836],\ +[1,0,1,-12654714,17326073716],\ +[0,0,0,-658440,205698673],\ +[0,1,0,-2476460,1499167108],\ +[0,0,0,-1182975,-476713274],\ +[0,0,0,36360,-27754127],\ +[0,1,0,-159505,21876600],\ +[1,-1,0,398205,127253025],\ +[1,-1,0,-2688345,1295820855],\ +[1,-1,1,-29885963,-21292927333],\ +[1,-1,1,-33634193,75573916481],\ +[1,-1,1,-33694673,75290216897],\ +[1,-1,1,6978037,-2580760933],\ +[1,0,1,-6097406,5435436656],\ +[1,0,1,5402434,23549984624],\ +[1,-1,1,-1343168,465295331],\ +[1,-1,1,192832,45045731],\ +[1,-1,0,-3955134,3027199140],\ +[1,-1,0,-205134,63949140],\ +[1,0,1,-505179,74572786],\ +[1,0,1,1659951,544839022],\ +[1,-1,0,-495642,134213940],\ +[1,-1,0,-660282,37504404],\ +[1,0,1,10169,103418730],\ +[0,0,0,-21603063,38639942638],\ +[1,0,1,-202791,34504874],\ +[0,0,0,-1504668,457011817],\ +[1,-1,1,-22041878,-33150449563],\ +[1,-1,1,2654122,-2981815963],\ +[1,-1,0,-252702819,245830811733],\ +[1,-1,0,-3005037099,63294653097405],\ +[1,0,0,-38766,5660100],\ +[1,-1,0,-286917,50194053],\ +[1,0,0,-48046,4047236],\ +[1,-1,0,16038,28569024],\ +[1,-1,0,32523,4386357],\ +[1,-1,0,151875,2562789375],\ +[1,-1,0,-1700055,837161001],\ +[1,-1,0,-1310472,564213762],\ +[1,-1,0,-1482645,-688543299],\ +[1,-1,0,-164445,8257221],\ +[1,0,1,-1480146,692874274],\ +[1,0,1,-102336,8378266],\ +[1,-1,1,-13487308763,602890571790731],\ +[0,1,0,-119236,14538884],\ +[1,-1,1,-842956763,9420324059531],\ +[0,1,0,8339,1066964],\ +[0,1,0,-98441,6725544],\ +[0,1,0,-1377836,621858660],\ +[1,0,1,-153391,21647954],\ +[1,0,1,-488731,-105647110],\ +[1,0,1,-823830228748,286801953229307978],\ +[1,0,1,-432408498828,559982380700306506],\ +[1,-1,1,81613,-13980589],\ +[1,-1,1,-38387,-2316589],\ +[1,-1,1,-84590,2691389],\ +[1,-1,0,-440112,112488588],\ +[1,-1,1,-66350,6587453],\ +[1,-1,0,-28572,1619712],\ +[1,-1,1,-1234058,527506121],\ +[1,0,1,-1226234,-3367414888],\ +[1,0,1,-42039904,-104454712744],\ +[1,-1,1,-1533578,252187337],\ +[1,0,1,2314,212052],\ +[1,0,0,56315,1716225],\ +[1,0,0,-238685,14047225],\ +[1,0,0,-1975833,1066253625],\ +[1,0,0,-173593,1850681],\ +[1,0,1,-42276,3137156],\ +[1,0,1,-14214369,20622929236],\ +[1,0,1,-18646218,30989349308],\ +[1,0,1,-12808289,24865353812],\ +[1,0,1,-18647098,30986277756],\ +[1,0,0,-247611,45617481],\ +[1,0,0,-245011,46659041],\ +[1,0,1,-81219,8863342],\ +[1,0,1,-1297919,569032022],\ +[1,0,0,-13994660,20149603600],\ +[1,0,0,-874660,314787600],\ +[1,-1,0,-1355473404,19208443571460],\ +[1,0,0,-1235040,528177600],\ +[1,0,0,-75040,8729600],\ +[1,-1,0,-2269485,1313091621],\ +[1,-1,1,-9886277,11964691901],\ +[1,-1,0,-3227805,98133525],\ +[1,-1,1,-547397,231323069],\ +[1,-1,0,-342144,13007174400],\ +[1,-1,0,-169941924,-395404888932],\ +[1,-1,1,-820958,289010477],\ +[1,-1,1,-13167158,18393478157],\ +[1,0,1,-216504,37831906],\ +[1,0,1,-31284,-1286558],\ +[1,0,1,215042,-150753444],\ +[1,0,1,-3273188,-2109743412],\ +[1,0,1,-822049,-277764484],\ +[1,0,1,-129929,12095372],\ +[1,0,1,-5199879,4562109052],\ +[1,0,1,-279129,92099752],\ +[0,1,0,-4361,1190280],\ +[1,0,1,-1141176,-57481130],\ +[0,1,0,-197356,33459044],\ +[1,0,1,-732936,240370774],\ +[1,0,1,-918954,338984156],\ +[1,0,1,-14703154,21698980476],\ +[1,-1,1,778270,-100670047],\ +[1,-1,1,-209570,-12949855],\ +[1,-1,0,-47234367,-109690176915],\ +[1,-1,1,-87956465,317526398561],\ +[1,-1,1,-87966905,317447259185],\ +[1,-1,0,-12114207,14487684813],\ +[1,0,0,-4579625,3759876057],\ +[1,0,0,-419625,-1595943],\ +[1,0,1,-119971,293968106],\ +[0,1,0,-58681,5442920],\ +[0,1,0,-938476,349618724],\ +[1,0,1,-7402681,7684462214],\ +[1,0,0,-521840,141975192],\ +[1,0,0,41127304,761927231040],\ +[1,0,0,-65120376,193098401856],\ +[1,-1,0,-3186630,2179782900],\ +[1,-1,0,-1417950,4585541436],\ +[1,0,0,-518760,143769600],\ +[1,-1,0,-13233699,18533076993],\ +[1,-1,0,-827919,289136925],\ +[0,0,0,-34991508,79669356793],\ +[1,0,1,-46438,321656],\ +[1,0,1,-533118,149440408],\ +[0,0,0,-35377383,77822327518],\ +[1,-1,1,-804425,234547913],\ +[1,-1,1,-12304265,16614920009],\ +[1,0,0,-2990020,1989508112],\ +[1,0,1,-16279861,25373995760],\ +[1,0,1,-260742721,1620543049832],\ +[1,0,0,-204740,24771600],\ +[1,0,0,-4435560,3595225600],\ +[1,0,0,-4440640,3586576392],\ +[1,-1,0,529605,9538965],\ +[1,-1,1,-2649383,1659881567],\ +[1,-1,0,-9385404,-5201789040],\ +[1,-1,1,-191783,17221727],\ +[1,-1,0,-2123415,77986881],\ +[1,-1,0,-4668924,3828383568],\ +[1,0,1,-2501838,656538688],\ +[1,0,0,-784990,66844100],\ +[1,0,0,-8405,70644025],\ +[1,0,0,-163405,25043025],\ +[1,0,1,-20626838,-35607961312],\ +[1,0,0,-464990,-121251900],\ +[1,0,1,194282,38004056],\ +[1,0,1,-75718,5820056],\ +[1,0,0,-28655,1734777],\ +[1,0,0,-94535,-9161775],\ +[1,-1,1,-96530,-1444399],\ +[1,-1,1,382630,-11794255],\ +[1,0,1,-10139308,11525941418],\ +[1,0,1,-158942788,771256988906],\ +[1,0,1,-125896,14992472],\ +[1,0,1,12614,1252280],\ +[1,0,1,87694,44893956],\ +[1,0,0,-79758,8144388],\ +[1,0,0,-1254798,540907524],\ +[1,0,0,-17100,906832],\ +[1,0,0,-277780,56327400],\ +[1,0,1,-1484466,649861124],\ +[1,0,0,-2886831,1887684345],\ +[1,0,0,-46189431,120822605505],\ +[0,0,0,-2262783,-991439642],\ +[0,0,0,-779808,252183193],\ +[1,-1,0,-27579609,-46883799135],\ +[1,-1,0,-7892109,7843513365],\ +[1,-1,0,-1944736344,26242298380350],\ +[1,-1,0,-621185094,-5599962302400],\ +[1,0,0,-646656428,-6328246634160],\ +[1,0,0,-575793988,-7768724141992],\ +[1,0,1,-437859,-53271314],\ +[1,0,1,94541,-6207154],\ +[0,1,0,-650221693,-6380817252964],\ +[0,1,0,-721966228,-4885890726076],\ +[1,0,1,-5996168,5644060806],\ +[1,0,1,2299454,60378596],\ +[1,0,1,-575506,7479332],\ +[1,0,0,-32211,6362785],\ +[1,0,1,-482488,33340038],\ +[1,0,0,-749011,249071265],\ +[1,0,1,-15569073,23643765028],\ +[1,0,1,-989073,356589028],\ +[0,1,0,-349876,24478244],\ +[0,1,0,82699,3022524],\ +[1,0,0,-868286,-237444540],\ +[1,0,0,-1636714120,-23735568599488],\ +[1,0,0,-5095944840,140011720833600],\ +[1,0,0,42853240,178257655872],\ +[1,0,0,-4739006,3771847236],\ +[1,0,0,-171016,37138496],\ +[1,0,0,-3004936,2004445760],\ +[0,0,0,-4008360,3088776409],\ +[0,0,0,-19081623,32082712558],\ +[0,0,0,-3838575,3362367958],\ +[1,0,0,-1453963,669106025],\ +[1,0,0,-25123,25270721],\ +[0,0,0,-1192548,501339553],\ +[1,-1,1,-499925633,-4231133139823],\ +[1,-1,1,5848447,-12394933719919],\ +[1,0,1,-21059469336,1176301364531686],\ +[1,0,1,-21061225496,1176095368368614],\ +[1,0,1,-330818606,2315942827104],\ +[1,0,1,-330816846,2315968701920],\ +[1,-1,1,228997,37519211],\ +[1,-1,1,-78203,5447531],\ +[1,-1,1,22437355,-147273227467],\ +[1,-1,1,-19916285,-31444492795],\ +[1,0,1,-2852251,13090537202],\ +[1,0,1,-102599841,398076335566],\ +[1,0,1,-848404,300639806],\ +[1,0,1,-742074,378813622],\ +[0,1,0,-158300,129090948],\ +[0,1,0,-307745,65367600],\ +[0,1,0,-13641188,19383452580],\ +[0,1,0,-13640373,19385885844],\ +[1,0,1,-1224351681,16493411638516],\ +[1,0,1,-19590952641,1055433254822644],\ +[1,-1,1,-3341661557,74352690256781],\ +[1,-1,1,-3341462837,74361975329549],\ +[1,-1,0,-1308797244,-18177289623000],\ +[1,-1,0,-48382164,-518118103152],\ +[0,1,0,-5877668,5482776132],\ +[1,0,1,-4170591,3277920350],\ +[0,1,0,-366333,86076900],\ +[1,0,0,-587565,-290977775],\ +[1,0,0,1366129,2171310201],\ +[1,0,0,-19113871,29520302201],\ +[1,0,0,-11075845,-14183753463],\ +[1,-1,1,-4099325,3009791405],\ +[1,0,0,-555860,159464272],\ +[1,0,1,-4171201,3276913362],\ +[1,0,0,-1174995,455141025],\ +[1,-1,0,-110602224,705814554168],\ +[1,-1,0,-127477224,553868679168],\ +[1,0,0,-35860,2320272],\ +[1,-1,1,213115,199805501],\ +[1,0,0,74285,32134817],\ +[1,0,1,-439202814263,112032916807832138],\ +[1,0,1,-439195101443,112037048352632306],\ +[1,0,0,-52001838,144288046980],\ +[1,0,0,-2788398,2917519236],\ +[1,0,0,-1556766,-744976764],\ +[1,0,1,-501109,135333932],\ +[1,0,1,-887479,-102206344],\ +[1,0,0,-2344086,88165260],\ +[1,-1,1,-6913872032,221275592072939],\ +[1,-1,1,-3892323047,488660685562271],\ +[1,-1,1,5494513,-6932639401],\ +[1,-1,1,-2252597,2193004469],\ +[1,-1,1,-27117032,53567648939],\ +[1,-1,1,-2657597,1667638469],\ +[1,-1,1,4740493,20419227731],\ +[1,-1,1,-430362032,3486987224939],\ +[1,-1,1,-2408207,-1119398569],\ +[1,-1,1,-5581427,4775325779],\ +[1,-1,1,-701190887,-379165589089],\ +[1,-1,1,29901595,-301750274275],\ +[1,-1,0,65740338,1528475832],\ +[1,-1,0,-16435602,197225604],\ +[1,-1,1,-33320165,-69372373219],\ +[1,-1,0,-9052317,10441445373],\ +[1,-1,0,-272277,332107317],\ +[1,0,1,1556629,-2444810794],\ +[1,0,1,-20488331,-32540590186],\ +[1,0,0,-306585,65170297],\ +[1,0,0,-26585,154297],\ +[1,-1,1,-103110908,411796187327],\ +[1,-1,1,-103732988,406678210751],\ +[0,1,0,-5265421,4639644380],\ +[0,1,0,-7187796,945608580],\ +[1,0,0,-84592498,299369803140],\ +[1,-1,1,-10587578,8977341881],\ +[1,0,1,-1093342159,13914878254082],\ +[1,0,0,-66391,7111121],\ +[1,-1,1,-153700178,733356078041],\ +[1,0,0,-67871,6800025],\ +[1,0,0,-627150916,6045080534696],\ +[1,0,1,-68309839,217576368386],\ +[1,0,0,-1353369458,19163291889028],\ +[1,-1,0,4935,282681],\ +[1,-1,0,-84795390,303432009876],\ +[1,-1,0,-21765108330,1235922604141176],\ +[1,0,0,-38905916,95923551696],\ +[1,-1,1,-9635663,11511187031],\ +[1,-1,1,-110087,14071799],\ +[1,-1,0,-10958409,13958484813],\ +[1,-1,0,-11843469,-15265896525],\ +[1,-1,0,-46515,3338811],\ +[1,-1,1,-691343,123278807],\ +[1,-1,0,-911394,331106400],\ +[1,-1,0,-1749924,-372755682],\ +[1,-1,0,-175310289,893471135445],\ +[1,-1,1,-5087,337799],\ +[1,-1,0,-2822709,1825885413],\ +[1,-1,0,-3049089,1516061745],\ +[1,-1,0,201861,-804273327],\ +[1,-1,0,-1363913010,19204382592720],\ +[1,0,1,-2934746,1934857100],\ +[1,-1,0,-137408472,619977686688],\ +[1,0,1,-2935306,1934081612],\ +[1,-1,0,-137407032,619991330112],\ +[1,0,0,858774,-262154844],\ +[1,0,1,-110533,-4477444],\ +[1,0,0,-288106,-37595740],\ +[1,0,1,-1406763,-641704112],\ +[1,-1,0,-687927,165233565],\ +[1,-1,1,-2125745,1193033441],\ +[1,-1,0,-10228767,12593131749],\ +[1,-1,1,-2455985,797934305],\ +[0,0,0,-7170852,7299027529],\ +[0,0,0,-842727,19728730654],\ +[1,0,1,-1172518,488544306],\ +[1,0,1,-78768,6419306],\ +[1,0,0,-52207306,-280814658780],\ +[0,1,0,-1676025,-832727952],\ +[1,0,0,-64784586,-200594251484],\ +[0,1,0,-2507900,79672548],\ +[1,0,1,-176368,28235306],\ +[1,-1,0,-3843540,9956594466],\ +[1,0,1,-316998,-23179022],\ +[1,-1,0,-6054390,5723701056],\ +[1,0,1,-25264999,48874882922],\ +[1,0,0,-1107096,562611240],\ +[1,0,0,-1183776,495608256],\ +[1,0,1,-26755719,42782608426],\ +[1,-1,0,2202006,-1273423500],\ +[1,-1,0,-12797994,-12100423500],\ +[1,-1,1,-104843708,413227477631],\ +[1,-1,1,-6539708,6484847231],\ +[1,-1,0,-25376274,48660170580],\ +[1,-1,0,-47876274,-50740329420],\ +[1,0,0,-29873,7523049],\ +[1,0,0,-787633,268344041],\ +[1,0,0,-1748096,939545920],\ +[1,0,0,1587,2518569],\ +[1,0,0,-16773,818433],\ +[1,0,0,-1775296,910295040],\ +[1,0,1,-157734331,762482651954],\ +[1,0,1,-157735821,762467526070],\ +[1,0,1,-4399811,3430145342],\ +[1,0,1,1898749,12452202686],\ +[0,1,0,-969836,-324966236],\ +[0,1,0,-244441,41213160],\ +[1,-1,0,-22812,986112],\ +[1,-1,1,-72110,7468733],\ +[1,0,1,-679341,215453446],\ +[1,-1,1,-61550,9724349],\ +[1,0,1,-40651,3663842],\ +[1,-1,0,57048,6304788],\ +[0,1,0,-2341458665,-50141451687600],\ +[0,1,0,-39001073020,-2964522137527132],\ +[1,0,1,-108221,13498184],\ +[1,0,1,-6161,37951760],\ +[1,0,1,-688474,138024972],\ +[1,0,0,-138151,19083081],\ +[1,0,0,-355751,-55901879],\ +[1,0,1,-4618874,-3720055668],\ +[1,0,1,120042,12852056],\ +[1,0,1,-626938,116234088],\ +[1,0,1,-436098,109620628],\ +[1,0,1,-815178,-109639244],\ +[0,1,0,-422801,105674424],\ +[0,1,0,-19885,6224900],\ +[1,0,0,-2842661,-1813791615],\ +[0,1,0,-644260,198032900],\ +[1,0,0,4059,-83555199],\ +[0,1,0,-433196,100194180],\ +[1,-1,1,-1182110,-330518995],\ +[1,0,1,-2040401,1022143376],\ +[1,0,1,-7987763,8688288638],\ +[1,-1,1,-7509470,7672325933],\ +[1,0,1,2486689,4920873284],\ +[1,0,1,-7564943,9649104806],\ +[1,0,0,-76903486,259571146820],\ +[1,0,0,-4813886,4042350660],\ +[0,0,0,586185,359704654],\ +[1,0,0,-208301,36484881],\ +[1,0,0,-293621,3739065],\ +[0,0,0,-339780,65432977],\ +[1,-1,0,1394355,-1024742925],\ +[1,-1,0,-673275,-172465839],\ +[1,-1,1,-5732057,5299947281],\ +[1,-1,1,-5736977,5290424129],\ +[1,0,0,-6498416,6375621000],\ +[1,0,0,-406296,99518976],\ +[1,0,0,-14146,-168060],\ +[1,0,0,54454,-1306820],\ +[1,-1,1,-7463588,126454509767],\ +[1,-1,1,-26632868,52476424391],\ +[1,0,0,-227820576,-174569877720],\ +[1,0,0,56401944,-21715006464],\ +[1,0,0,-1037320,400437312],\ +[1,0,0,-33800,1142440000],\ +[1,0,0,-120552786,346017069316],\ +[1,0,0,-47152466,-120500684540],\ +[1,0,0,-9082148,10324749264],\ +[1,0,0,-9031908,10446862608],\ +[1,-1,0,-765900,1344418236],\ +[1,-1,0,-23559750,43864066026],\ +[1,-1,1,-323809673,2229770099081],\ +[1,-1,1,-126241673,4922305830281],\ +[1,-1,1,-16189808,21861385427],\ +[1,-1,1,-7160458505,-1116463872361975],\ +[1,-1,1,-13200256265,-581847549756919],\ +[1,0,0,3161454,1300393476],\ +[1,0,0,-934546,175631876],\ +[1,-1,1,-67799408,-192917125933],\ +[1,0,0,-12086009226,-508080924334044],\ +[1,0,0,-34731211,78751999601],\ +[1,0,1,24146086,36878819852],\ +[1,0,1,-1795757034,29282873525836],\ +[1,0,1,-866583754,-9577025373748],\ +[1,0,0,-268557706,-18032481212380],\ +[1,0,0,-757562643,-7796855546847],\ +[1,-1,1,69444130,183887626349],\ +[1,0,0,-1848081683,19735914863649],\ +[1,0,0,-40035531,53101368945],\ +[1,-1,1,-367025630,1674519150701],\ +[0,1,0,-8208241,-9039745600],\ +[0,0,0,-37680,2464033],\ +[0,0,0,-85200,9560353],\ +[0,0,0,-156015,-21226634],\ +[0,1,0,-5551036,-14989759036],\ +[0,0,0,-1362735,612301366],\ +[0,0,0,-15588,714313],\ +[0,0,0,-23292,1361449],\ +[0,0,0,-1711407,512556406],\ +[0,0,0,10137,2839198],\ +[0,0,0,-10167,2886574],\ +[0,0,0,-1510752,714535729],\ +[0,0,0,-2921223,-1533044162],\ +[1,0,0,71212,6229968],\ +[1,0,0,-97328,8456448],\ +[1,0,0,-23828,888720],\ +[1,0,0,250832,55318784],\ +[0,0,0,395052,-144851447],\ +[1,0,0,-11100463,-2616602575],\ +[1,0,0,-8343623,-9262241079],\ +[1,-1,0,-80433342,-92904979212],\ +[1,-1,0,18812898,-11265022188],\ +[1,-1,1,-81740,9015311],\ +[1,-1,1,-80180,9374735],\ +[1,-1,0,-13182,0],\ +[1,-1,0,52728,-39546],\ +[1,-1,1,-4605908,48190955447],\ +[1,0,1,-3141780951,67781354775874],\ +[1,-1,1,-228739028,1321984303031],\ +[1,-1,0,-5645505780,163269903776400],\ +[1,0,1,-196872991,1053274291826],\ +[1,-1,0,-90328091580,10449206314939080],\ +[0,1,0,-662068,-206400348],\ +[0,1,0,-16533,-7059140],\ +[0,1,0,-47213,3932412],\ +[0,1,0,-43028,4662276],\ +[1,-1,0,-9540864,10913616270],\ +[1,-1,0,-9439614,11165303520],\ +[1,0,1,-5608246,4165568336],\ +[1,0,1,718594,384648752],\ +[1,-1,0,-1746927,-825241473],\ +[1,-1,0,-362817,69170409],\ +[1,0,0,-142568,18985536],\ +[1,0,0,-2228008,1279842560],\ +[1,0,1,-911401,334809986],\ +[1,0,0,-41785998,103961537028],\ +[1,0,0,-2525838,1735932420],\ +[1,0,1,-59711,4694942],\ +[1,-1,0,-93609819,350388365733],\ +[1,-1,0,-1499859819,22357919615733],\ +[1,0,1,-804706,277778570],\ +[1,0,1,3880781,307348826426],\ +[1,0,1,-660420469,6405368580926],\ +[1,0,1,-50216,4351394],\ +[1,0,1,43864,-930526],\ +[1,0,1,-182126,-7619830],\ +[1,-1,0,-387520186950,-92837587876005600],\ +[1,0,1,12231,3029276],\ +[1,0,1,-253969,46579596],\ +[1,-1,0,4624671870,-120503855212524],\ +[1,-1,1,-20248568,35075367731],\ +[1,-1,0,26481,8561133],\ +[1,-1,1,-825353,287766281],\ +[1,-1,1,-26633,8853257],\ +[1,-1,0,-166229471070,25212768508864296],\ +[1,-1,1,-1268048,546005747],\ +[1,-1,0,-500799,128464605],\ +[1,0,0,-85284471,303139738665],\ +[1,0,1,-7665428774,268710339129716],\ +[1,0,1,-7836214494,256557085748692],\ +[1,0,1,-60694253,181994118248],\ +[1,0,1,-7750786354,262642917792452],\ +[1,0,0,-5330551,4735718441],\ +[1,0,1,-60849253,181017804248],\ +[1,0,1,-95920639,291926257106],\ +[1,0,0,-98986,11061116],\ +[1,0,0,-96866,11595780],\ +[1,0,1,-477045759,-3749981865518],\ +[0,1,0,1076004,289446152004],\ +[0,1,0,-40621201,97939228880],\ +[1,0,1,-1424156,654769362],\ +[1,0,1,-1424596,654344850],\ +[1,-1,0,-46621062,122535548388],\ +[1,-1,0,-36964584,58717260288],\ +[1,0,0,-8697166,9626984196],\ +[1,0,0,-138195086,625285995460],\ +[1,-1,1,-34650167,63827586191],\ +[1,-1,0,-745936722,7841721666600],\ +[1,-1,0,103081536,397432806120],\ +[1,-1,1,-25494170,49015258265],\ +[1,-1,1,71518153,378128280719],\ +[1,-1,1,-406676930,3156722063993],\ +[1,-1,0,-1038042,-11524277916],\ +[1,-1,0,-83095902,-288568024848],\ +[1,0,1,-15598129,-16826802748],\ +[0,1,0,-69334581,-222114456900],\ +[1,0,1,-93222049,333194977316],\ +[0,1,0,-82762676,-130008467676],\ +[1,0,0,-89251,-6768895],\ +[1,0,0,256349,-46374655],\ +[1,-1,1,-146534378,682779549737],\ +[1,-1,1,-147340778,674885216297],\ +[1,0,1,-1034576,190072874],\ +[0,1,0,-1638157325,25519318935348],\ +[1,0,0,-75796,12503120],\ +[0,1,0,-1602141700,26694984185348],\ +[1,0,1,-13975966,20099107250],\ +[1,-1,1,-1822910,540782669],\ +[1,-1,1,-25531070,49645123661],\ +[1,0,0,-86996,9866640],\ +[1,-1,1,-59396063,-167587879993],\ +[1,0,1,-1895273,1091963756],\ +[1,-1,1,-172591583,661139161031],\ +[1,0,1,-31055273,66608651756],\ +[1,0,1,-2113,4462656],\ +[1,0,1,-419543,103143108],\ +[0,1,0,-11785196,22348530180],\ +[0,1,0,-13158321,18364270680],\ +[0,1,0,-161116,4963844],\ +[0,1,0,39359,633584],\ +[1,0,1,-169334,22708082],\ +[1,0,1,-47664,-3669974],\ +[1,0,1,-3597886,2582523116],\ +[1,0,0,-92175578,302230501668],\ +[1,0,0,-22891418,-37248025500],\ +[0,1,0,15659700,-38416997052],\ +[0,1,0,-7543425,-6470934552],\ +[1,0,1,-3581146,2608142012],\ +[1,0,0,-796690,277254092],\ +[1,0,0,-799610,275144100],\ +[1,0,1,-78988,-3191712],\ +[1,0,1,-42738,3362288],\ +[1,0,1,-250646,48278100],\ +[1,0,0,-4600,440832],\ +[1,0,1,-250956,48152612],\ +[1,0,0,-119600,15873832],\ +[1,0,1,-1125843216,7130893449694],\ +[1,0,1,-15326189456,729962597896670],\ +[1,0,0,-146223,-7598087],\ +[1,-1,0,-42217974,106708843530],\ +[1,-1,0,-243885,46422225],\ +[1,-1,1,-467,-4898509],\ +[1,-1,1,-435467,-108776509],\ +[1,-1,0,-402716214,10973294641620],\ +[1,-1,0,-642296214,6252179077620],\ +[1,0,0,-1888663,-998349471],\ +[1,-1,0,-3902235,2967980535],\ +[1,-1,0,-42341724,106058190780],\ +[1,0,0,-7300436,7591655760],\ +[1,0,1,-144016943,665212862306],\ +[1,0,0,-7306156,7579162136],\ +[1,0,1,-9016943,10354862306],\ +[0,1,0,-53060,2748900],\ +[0,1,0,10395,312228],\ +[1,-1,1,-142517408,559422842627],\ +[1,-1,1,15666592,48425249027],\ +[1,0,1,-328731,67602470],\ +[1,0,1,-1074091,-348904698],\ +[1,-1,0,-211886955,1376664379335],\ +[1,-1,0,-230432175,1153753237611],\ +[1,-1,1,-33999992,76315842659],\ +[1,-1,0,-221144985,1265851396701],\ +[1,-1,1,-2124992,1192842659],\ +[1,0,1,-2751489,330268276],\ +[1,0,1,-27158409,-54175265468],\ +[1,-1,1,-168923,26121611],\ +[0,1,0,-7506956,-7584028956],\ +[0,1,0,-1299561,416061720],\ +[1,-1,1,-391643,-56997493],\ +[1,0,0,-7157686,7518636260],\ +[1,0,0,-7197686,7431940260],\ +[1,0,0,-95978,12144748],\ +[1,0,1,-8005693,13781891208],\ +[1,0,0,-97618,11731140],\ +[0,1,0,-12253,2374556],\ +[0,1,0,-352788,80288964],\ +[0,0,0,1563697113,785102456734],\ +[0,0,0,-391160532,98165480281],\ +[1,0,1,-9236013,10800087656],\ +[1,0,1,-150616714,-28045910724],\ +[1,0,1,37621686,-3499623364],\ +[1,0,1,-32418,2148608],\ +[1,0,1,-512548,141194256],\ +[1,-1,0,-5668857,1873803375],\ +[1,-1,1,-141067742,1116716492909],\ +[1,-1,1,-2689107422,53653217831021],\ +[1,-1,0,-4590747,3783998673],\ +[1,-1,0,-11211195,5302928421],\ +[1,-1,0,-26565072,52707126528],\ +[1,-1,0,-9102075,10563495525],\ +[1,-1,1,-6903890,4239223121],\ +[1,-1,0,-26566032,52703127360],\ +[1,-1,1,-2971730,-1923258031],\ +[1,0,0,-261005,51299025],\ +[1,0,0,-4176005,3284306025],\ +[0,1,0,-2012116,8404791684],\ +[0,1,0,-4721421,3926852380],\ +[1,0,1,-477023739,4010087010812],\ +[1,0,1,-29813969,62655812976],\ +[1,0,1,21609,18658072],\ +[1,0,1,-58581,5282380],\ +[1,0,0,578657,-182370919],\ +[1,-1,1,-162154220,794600165999],\ +[1,-1,1,-8799980,15805993583],\ +[1,0,0,-3474583,-1760702575],\ +[1,0,0,-83349021,292878977265],\ +[1,0,0,-1333584021,18744597248265],\ +[1,0,1,-1402424,617046122],\ +[1,0,1,-1388924,629919722],\ +[1,-1,0,678348,100683648],\ +[0,1,0,-3320916,129454884],\ +[1,0,0,-6452595,-5971946975],\ +[1,-1,0,-3025512,849604140],\ +[0,1,0,2391835,-1078835100],\ +[0,1,0,828779,16583180],\ +[1,0,0,307405,-386834975],\ +[0,1,0,-12217540,-9680835100],\ +[1,0,0,-45039105,-113957234423],\ +[1,0,0,344575,-5553776375],\ +[1,-1,1,-80078198,275836078397],\ +[1,-1,1,-5004878,4310894621],\ +[1,-1,1,-881333,322589477],\ +[1,-1,1,2194033,1179091991],\ +[1,-1,1,-322143191123,70375589422427891],\ +[1,-1,1,-884333,320310677],\ +[1,-1,0,-7976844,7598921850],\ +[1,-1,1,-1259581523,17147147161331],\ +[1,0,0,-2865466,485660900],\ +[1,0,0,-25611066,128748959460],\ +[1,-1,1,-20114595923,1101841829539571],\ +[1,-1,1,-769487,172680599],\ +[1,0,0,-569943866,5237117287140],\ +[0,1,0,-396145,95826600],\ +[1,-1,0,-7699014,8224206048],\ +[0,1,0,-363020,112548100],\ +[1,0,0,230744,46054976],\ +[1,0,1,-9198731,10737642854],\ +[1,0,1,-9199471,10735828670],\ +[1,0,1,1173891,-184126234],\ +[1,0,0,-1387176,444386880],\ +[1,0,1,-315659,-23850654],\ +[1,0,1,-23795214,42280742336],\ +[1,0,1,-71460814,-180146013504],\ +[1,0,0,-27393,30041353],\ +[1,0,0,-101633,12357385],\ +[0,1,0,-8993916,10378682820],\ +[0,1,0,-548721,170131104],\ +[1,-1,1,5917270,1820819945],\ +[1,-1,1,-25048490,14975074793],\ +[1,0,0,-51225251,141111079305],\ +[1,0,0,-3198731,2208778161],\ +[1,-1,0,-851409,301762665],\ +[1,-1,0,-492039,558137223],\ +[1,0,1,-147236,24933494],\ +[1,0,1,-153176,23061206],\ +[1,-1,0,-2584539,1527403473],\ +[1,-1,0,1634211,6025434723],\ +[1,-1,0,-502497,59983497],\ +[0,1,0,1583420,1044437828],\ +[0,1,0,-682205,167187828],\ +[1,-1,0,-6705387,6680948283],\ +[0,1,0,-826693,289034732],\ +[0,0,0,166020,-23996711],\ +[0,0,0,-921495,-223446962],\ +[0,1,0,-817108,296073956],\ +[1,0,0,-104028,12903184],\ +[1,0,0,-92188,15955536],\ +[1,0,1,-6351784,6161037566],\ +[1,0,0,-4463995,3629854025],\ +[1,0,1,-393584,97973246],\ +[1,0,0,-784740461,-8452668775215],\ +[1,0,0,-278995,56701025],\ +[1,0,0,-36319341,-202224032559],\ +[1,-1,1,21272647,53009784281],\ +[1,-1,1,-149566073,548920420697],\ +[1,0,1,-7952564,-55859607988],\ +[1,0,1,-17079294,-27048346724],\ +[1,0,0,-67538,6716100],\ +[1,0,0,-1079098,431368988],\ +[1,0,1,-24264445643,1454937396594806],\ +[1,0,1,-24265085643,1454856814706806],\ +[1,0,0,-14406,207532836],\ +[1,0,0,-334086,73203300],\ +[1,0,0,3476662,19249201956],\ +[1,0,0,-89973578,313860428580],\ +[1,0,1,-11383236,14781355202],\ +[1,0,1,-11685076,13956003906],\ +[1,0,0,-373817996,2781848802960],\ +[1,0,0,-372939916,2795568100496],\ +[0,1,0,-139245,-19800900],\ +[1,-1,0,-13503672,19100018700],\ +[1,-1,0,-12119562,23168471634],\ +[0,1,0,-17300,-53165052],\ +[1,0,1,-104983768,413917422758],\ +[1,0,1,-1679623768,26494994670758],\ +[1,0,0,-2296833,1339151625],\ +[1,-1,1,-2040215,1115137199],\ +[1,0,0,-36745793,85732213833],\ +[1,0,1,-286366,59174562],\ +[1,-1,1,-749975,2507048111],\ +[1,0,1,-286656,59049050],\ +[1,-1,1,-661685,1952263181],\ +[1,-1,1,-27823325,56156031965],\ +[1,0,0,-579700,-1031785000],\ +[1,0,0,-1204700,-506910000],\ +[1,0,1,-59476,7168304],\ +[1,0,0,-32713748,-41982494832],\ +[1,-1,1,-531737,-146972239],\ +[1,0,1,-366114,261399886],\ +[1,0,1,-548364,155986486],\ +[1,0,1,2535186,944698576],\ +[1,0,1,-12030234,8180799232],\ +[1,-1,1,-19613588,-32732829169],\ +[1,-1,0,-30103152,63586853568],\ +[1,-1,1,159412,-1602217969],\ +[1,0,0,-15820,568400],\ +[1,0,0,-240221663605,-41140339079731423],\ +[1,0,0,39180,3659400],\ +[1,-1,0,522108,-99787140],\ +[1,0,0,-259178,50592228],\ +[1,-1,0,-2573082,-877917906],\ +[1,0,1,-99585038,-324726467344],\ +[1,0,1,-1525522538,-22933250717344],\ +[0,1,0,-476268,126350532],\ +[1,0,1,16780582,-18372001444],\ +[0,1,0,-201845,48176100],\ +[1,0,0,-280680,24179400],\ +[0,1,0,-3561220,2585176100],\ +[1,-1,1,-8465360,9574231475],\ +[1,-1,1,-135810320,609216179123],\ +[1,0,1,-3336264,2218161862],\ +[1,0,1,-10058084,-9536956954],\ +[1,0,0,-493626,133444836],\ +[1,0,1,-3834009,2888534332],\ +[1,0,1,-61340129,184906905356],\ +[1,0,0,-474746,144127140],\ +[0,1,0,-3973276,3047069924],\ +[1,0,1,-821204,-104756298],\ +[1,-1,0,1673610831,-40730955948567],\ +[1,-1,0,-783734589,-6773882527755],\ +[1,-1,0,-27498420,54764206596],\ +[0,1,0,-36508820,-173640382332],\ +[1,-1,0,-145800,2362057200],\ +[1,-1,1,-7352,6009851],\ +[1,-1,1,-542432,152407739],\ +[1,-1,1,-9564638,11387855981],\ +[1,-1,1,15206728,5194125371],\ +[1,-1,0,7350,5997600],\ +[1,-1,0,-454020,114788646],\ +[1,-1,1,-62553272,42145677371],\ +[1,-1,1,-100192088166908,386009758353692065727],\ +[1,-1,1,-9521438,11495786861],\ +[1,0,1,-1533727973,23122706994128],\ +[1,0,0,-353485,80834897],\ +[1,0,0,-300565,105887225],\ +[1,0,1,-1533797093,23120518959056],\ +[1,-1,1,-835027133,6374289250181],\ +[1,0,1,-15104681,48411970220],\ +[1,-1,1,-12159647933,516022993885061],\ +[1,0,1,-19494441,33102243244],\ +[1,0,0,-37557560,-73609556928],\ +[1,0,0,-3434670,1644696900],\ +[1,0,0,-230829003,1342030691529],\ +[1,0,0,-230458563,1346576953473],\ +[1,0,1,-802959,79752982],\ +[1,0,1,-631459,192874382],\ +[1,0,1,1555327,134786756],\ +[0,0,0,-2477055,3659614918],\ +[0,0,0,-3366840,2375299249],\ +[1,0,1,-321828,70153798],\ +[1,0,0,-13054320461,-573945277755759],\ +[1,0,1,-14248,1748006],\ +[1,0,0,-922296141,-6479545807215],\ +[1,0,0,18885870,-524710653948],\ +[1,0,1,-8081733,-1352730632132],\ +[1,0,1,-294772649,1349241544316],\ +[1,0,1,50238471,141288610972],\ +[1,0,0,-54514450,-150266261500],\ +[1,0,0,-13762648,26055142976],\ +[1,0,1,-1884068463,-31039095042344],\ +[1,-1,1,-198233,32014577],\ +[1,-1,0,-227040,41545350],\ +[1,-1,0,-157746420,765246584700],\ +[1,-1,0,-2526354090,48875931856206],\ +[1,-1,1,-3235911233,70677818362577],\ +[1,-1,0,-21270,-61344],\ +[1,-1,1,-121640513,1993200487121],\ +[1,0,1,-2560658,1576669556],\ +[1,-1,1,-38513,-2293279],\ +[1,-1,1,1031548,294511079],\ +[1,-1,1,-5197532,2626678631],\ +[1,0,1,-576118,168263658],\ +[1,0,1,-177378,18957748],\ +[1,0,0,-15706356,-23952927600],\ +[1,-1,1,-19536143,33240499031],\ +[1,-1,1,-308093,81500357],\ +[1,-1,1,-5247293,4627540037],\ +[1,-1,1,-19144463,34636916567],\ +[1,0,0,-999691,41793521],\ +[1,0,0,-19087481,-28201548039],\ +[1,0,0,-725771,237427185],\ +[1,0,0,29572999,-148499986695],\ +[1,0,1,-22355993,40683579806],\ +[1,-1,0,-4170372687,103660854153363],\ +[1,-1,0,-260657397,1619630913537],\ +[1,-1,0,101296431,-54933946767],\ +[1,-1,0,-25597989,-6891719355],\ +[1,0,0,-2131292688,37870637269248],\ +[1,0,1,-130453,10254048],\ +[1,0,0,-128512528,635349090560],\ +[0,1,0,2313644,1014531044],\ +[1,0,1,-808419,279703502],\ +[0,1,0,-734981,141404844],\ +[1,-1,1,-21873407,39379942631],\ +[1,-1,1,-21108407,42261544631],\ +[1,-1,0,-2730825,1675596861],\ +[1,-1,1,-4341275717,106781402231741],\ +[1,-1,0,-7152525,-5118787359],\ +[1,-1,1,94200763,5828183356349],\ +[1,-1,1,-290041565,1901318572901],\ +[1,-1,1,-4640664605,121680931860965],\ +[1,0,1,49956,3599296],\ +[1,0,1,-16594,511376],\ +[1,0,0,-2367800,1381968000],\ +[1,0,1,-1196993,503941556],\ +[1,0,0,-51746,4411140],\ +[1,0,0,-7800,60840000],\ +[1,0,1,-1261993,446143556],\ +[1,0,0,-121946,-10148340],\ +[1,0,0,-2501631,1522665945],\ +[1,0,0,-2636631,1349136945],\ +[1,-1,0,-31032729,66543739353],\ +[1,-1,1,-3389453,1687992437],\ +[1,-1,1,-1280333,-536707339],\ +[1,-1,0,-29253159,74510162415],\ +[1,-1,0,-11405199,14824464993],\ +[1,-1,1,-1177703,492222431],\ +[1,-1,0,-11404419,14826593925],\ +[1,-1,0,-1042179,400470003],\ +[1,-1,1,-1181423,488959247],\ +[1,-1,0,-148449,-12969495],\ +[1,-1,1,-86171702,-200696074171],\ +[1,-1,1,-560265782,4954792589381],\ +[0,1,0,-334060,35700708],\ +[0,1,0,71895,4198600],\ +[1,0,1,-23658983,7140830618],\ +[1,0,1,93258037,56760413906],\ +[0,1,0,-2136541,1201136820],\ +[0,1,0,-2350916,945258820],\ +[0,1,0,-347748,78541092],\ +[1,-1,0,-296934,129983940],\ +[1,-1,0,-379254,89927028],\ +[0,1,0,-347413,78700820],\ +[1,0,1,-87397654,314476407336],\ +[1,-1,1,-628451483,6068611157771],\ +[1,0,1,-1398362774,20126830072872],\ +[1,-1,1,-628581083,6065984891531],\ +[1,-1,1,-1447284938,21013830564617],\ +[0,1,0,-29490748,61632181380],\ +[0,1,0,-1843233,962474464],\ +[1,-1,1,-23102220938,1351545070251017],\ +[1,0,1,-8308036,9182725442],\ +[1,0,1,-132793476,588986110786],\ +[1,-1,1,-2507135,1537288895],\ +[1,-1,1,-2511095,1532218511],\ +[1,0,1,249266,65080832],\ +[1,0,0,-4986600686,135531754134660],\ +[1,0,1,-1715934,667218112],\ +[1,0,0,-79784967406,8674199145749636],\ +[1,0,1,-23943,1587958],\ +[1,0,1,-395193,95588458],\ +[1,-1,0,-3961062,2151186660],\ +[1,-1,0,-58098402,170442521784],\ +[1,-1,1,-5386262,4785594149],\ +[1,-1,1,-2146262,10485402149],\ +[0,1,0,-861141,-3444516],\ +[0,0,0,-56272908,162478967857],\ +[0,1,0,3444364,-24110940],\ +[0,0,0,-56271783,162485789182],\ +[1,0,0,-1176529608,-21398333215680],\ +[1,0,0,-4059250,3147354500],\ +[1,0,0,-1295968968,-17955063681984],\ +[0,1,0,-347541,78744340],\ +[0,1,0,-347236,78889764],\ +[1,0,0,-3810930,3549285252],\ +[1,0,1,-59258,21189468],\ +[1,0,1,-1568238,753950156],\ +[1,0,0,-64105,34280025],\ +[1,0,0,-2024105,1104048025],\ +[1,0,1,-1263089,563146292],\ +[0,1,0,-278345193,1787315239584],\ +[0,1,0,-278346908,1787292111780],\ +[1,0,1,-1273889,553301012],\ +[1,0,1,14818516,-26759298454],\ +[1,0,1,-95455084,-266538214294],\ +[1,0,0,-1390435,632333697],\ +[1,-1,1,-125168675,236325547235],\ +[1,0,0,-22260515,40423228225],\ +[1,-1,1,443827165,1786953010403],\ +[0,0,0,20588640,37975952257],\ +[0,0,0,-122354895,364773461974],\ +[1,-1,1,-1884007247,31474386986519],\ +[1,0,0,-1364156,-337468464],\ +[1,0,0,-53552303,150834801465],\ +[1,0,0,-54194863,147029432633],\ +[1,-1,1,-1991650127,27676358665751],\ +[1,0,0,-3616393,2646744921],\ +[1,0,0,-3621233,2639303905],\ +[1,0,0,-10024676,11979523080],\ +[0,1,0,-239745805,1428730589100],\ +[0,1,0,-239960180,1426047300100],\ +[1,0,1,-244368,40266658],\ +[1,0,1,-235188,43879906],\ +[1,0,0,-7714555,8246707025],\ +[1,-1,0,-59295015,175744269675],\ +[1,-1,0,-59293845,175751551521],\ +[1,0,0,-482875,128423057],\ +[0,0,0,-1277175,-378100946],\ +[0,0,0,-498540,130970617],\ +[1,0,1,1161689,104093354],\ +[1,0,1,-4765351,841417130],\ +[1,0,1,-43169679,48896802802],\ +[1,0,1,9509441,5763139346],\ +[1,0,0,204335385,-2284164953775],\ +[1,0,0,-1784339895,-29010475159263],\ +[1,-1,1,-466388,501910967],\ +[1,-1,1,-12754388,17488842167],\ +[1,-1,0,-66341007,207665411985],\ +[1,0,0,-172629991,872546817225],\ +[1,-1,0,-2810547,5371721253],\ +[1,0,0,-8789991,18842113225],\ +[1,-1,0,-7367130,-7428167640],\ +[1,-1,1,-7954412,5417830199],\ +[1,-1,0,-97296750,328712151456],\ +[1,-1,0,-1194030,346234500],\ +[1,-1,0,-383183820,-2543252176350],\ +[1,0,1,-70101483,225905958806],\ +[1,-1,1,-7099412,7281046199],\ +[1,0,0,-5968521,13376685465],\ +[1,0,0,-6814998,-749131740],\ +[1,0,0,-4948758,-4228922844],\ +[1,0,1,-4380203,3531435798],\ +[1,0,0,-8037001,8760251801],\ +[0,0,0,-1973775,375610966],\ +[0,0,0,458160,45354193],\ +[1,-1,1,-6825083,-5932668373],\ +[1,-1,1,11409997,-32213065669],\ +[1,0,0,-22101217118,1264654132878276],\ +[1,0,0,-19479538,33089849156],\ +[1,0,0,-19472778,33113964780],\ +[1,0,0,-1381355358,19759254641604],\ +[1,0,1,-6913678,-4023823552],\ +[1,0,1,7068542,412892991056],\ +[0,1,0,-127040481,-550956038400],\ +[0,1,0,-106174076,-737902334076],\ +[1,-1,0,-63821097,195793236477],\ +[1,-1,0,-1020464037,12547392891993],\ +[1,0,1,-201374,-7794628],\ +[1,0,1,782776,-61332388],\ +[1,0,0,-1024766,267881796],\ +[1,0,0,-14848766,22018563396],\ +[1,0,1,-2199869004,39842697240106],\ +[1,0,1,-2201851884,39767496912682],\ +[0,1,0,-40146060,-77626511100],\ +[1,0,0,-13699090,19508466692],\ +[0,1,0,-12885105,16740010728],\ +[1,0,0,-981010,210052100],\ +[1,0,1,-29135389,59231304686],\ +[0,1,0,4732,5597956],\ +[1,0,1,-1282313,538111838],\ +[1,0,1,-4081619,-1829743558],\ +[1,0,1,-1269083,550172306],\ +[0,1,0,-27853,1739892],\ +[1,-1,0,9380835,8602817625],\ +[1,-1,0,-3024945,1211453901],\ +[1,0,0,-5135418,-4470647580],\ +[1,0,0,-3269178,-7762321692],\ +[1,0,0,-44110185491,3563968602619425],\ +[1,0,0,-393590,-167703900],\ +[1,0,0,-7553590,-7987855900],\ +[1,0,1,-12169454,-16079312248],\ +[1,0,0,1447542769,-8115177976455],\ +[1,0,0,-390160911,-1050677489799],\ +[1,0,0,-32252556,70498147536],\ +[1,0,0,-2251031571,76757836021281],\ +[1,0,0,-2021836,1094460560],\ +[1,0,1,-2454,-729425048],\ +[1,-1,1,-13157483,18098561531],\ +[1,-1,1,-13102763,18258716027],\ +[1,0,1,-42983,3418806],\ +[1,0,1,-26733,6038306],\ +[1,0,1,-5303862483,25524598192556],\ +[1,0,1,1304060047,3166031520048],\ +[1,0,0,-474823,-55988727],\ +[1,0,0,-241863,45162505],\ +[1,0,1,-7329823,7637541278],\ +[1,0,1,-7329153,7639007506],\ +[1,0,1,-61472216,185504063654],\ +[1,0,1,-60714056,190302913190],\ +[1,0,1,-2204471,674818320],\ +[1,0,1,-1027981,-393905196],\ +[1,0,1,-685653,218399756],\ +[1,0,1,-586183,284010168],\ +[1,-1,0,34829901,149219145405],\ +[1,0,1,-47537389,126145824236],\ +[1,0,0,-7809610,-8397423900],\ +[1,0,1,-2830769,2165425652],\ +[1,0,1,9235386,-27982541888],\ +[1,0,0,4051370,30938614052],\ +[1,0,1,-6325294,-5438228704],\ +[1,-1,0,-18765819,26345597733],\ +[1,0,0,-7908950,8230750500],\ +[1,0,0,-569610,-84455900],\ +[1,0,0,-115343518,471475445444],\ +[1,0,1,-89258,10068968],\ +[1,0,1,-26603,2763398],\ +[1,0,0,-13598878,-7680762172],\ +[1,-1,1,-35406518,-7399618819],\ +[1,0,1,-499103,135630398],\ +[1,0,1,5512,30387656],\ +[1,-1,1,8810482,-926250019],\ +[1,0,0,-60303328,-74187144192],\ +[1,0,0,-49817568,-135254113280],\ +[0,1,0,-2166701,1226718300],\ +[0,1,0,-34666196,78549516804],\ +[1,0,0,-7328671,8128844465],\ +[1,0,0,-652196,202530576],\ +[1,0,0,-7459351,7840851881],\ +[1,0,0,-511396,292445456],\ +[1,0,1,-417854,103616066],\ +[1,0,1,-417504,103798906],\ +[1,0,1,-407281,100014032],\ +[1,0,1,-6516571,6402357596],\ +[0,1,0,95964,-5447420],\ +[0,1,0,-26861,-730940],\ +[1,-1,1,-12587603,17192428787],\ +[1,-1,1,-1308651548,18221828094047],\ +[1,-1,0,-56819979,164391428853],\ +[1,-1,1,-12242003,18180706547],\ +[1,-1,0,-897768729,-10321037288397],\ +[1,-1,1,-503039275007,137336298361331231],\ +[1,-1,1,-503050210007,137330029470173231],\ +[1,-1,0,328503771,27348521103],\ +[1,-1,1,-81817628,284534716511],\ +[1,0,1,-249418396,1516124552930],\ +[1,0,1,-15584356,23702176034],\ +[1,-1,1,-14486000,21224510291],\ +[1,0,1,-115803,11550448],\ +[1,-1,1,-14969840,19731186515],\ +[1,0,1,-107973,13645756],\ +[1,0,0,-7363915,56722055225],\ +[1,0,1,-232572333,-1365081207482],\ +[1,0,1,-13505803,-24481670494],\ +[1,0,0,-16942835,26707467297],\ +[1,0,0,-50866208,-139548294144],\ +[1,0,0,-40380448,-198736215040],\ +[1,-1,0,-438732,859714182],\ +[1,-1,0,-91791369,-47158513875],\ +[1,-1,0,-1031922,401652864],\ +[1,-1,1,-1650605,798314069],\ +[1,-1,1,-3749765,-1642589179],\ +[1,-1,1,-4434512,3526806899],\ +[1,-1,1,-92054408,339911593931],\ +[1,-1,0,22698711,-5873391027],\ +[1,-1,1,-5124488,6517964747],\ +[1,-1,1,-601232,-97942669],\ +[1,-1,1,-1255149573053,541242123570544781],\ +[1,-1,1,-78438392933,8458837071835997],\ +[1,-1,0,-6332247,3134400867],\ +[1,-1,0,1332963,361127889],\ +[0,0,0,-360991992,917936140201],\ +[0,0,0,1343268753,7099971566614],\ +[1,0,0,2039645,167800577],\ +[0,1,0,-7757436,8313258564],\ +[0,1,0,-458641,144447200],\ +[1,0,0,-8259235,1348052225],\ +[1,0,1,-106923,-1820072],\ +[1,0,1,-68173,6813428],\ +[1,0,1,-2299851,1342255906],\ +[1,0,1,-2287161,1357803694],\ +[1,0,1,-16009844,-31285927374],\ +[1,0,1,-274837644,-1753629639694],\ +[1,0,0,-3142570,2143923812],\ +[1,0,0,-41240966,101465318500],\ +[1,0,0,-3284050,1940277500],\ +[1,0,0,-18794886,211455599716],\ +[1,0,0,-374127718,1558364845796],\ +[1,0,0,75449242,176275355364],\ +[1,0,1,-92989,10905956],\ +[1,0,1,-87859,12163832],\ +[0,1,0,1195567,391454416],\ +[1,0,0,-32123071,70069944665],\ +[1,0,0,-1882751,1236928281],\ +[1,0,0,-4029790,2126423492],\ +[1,0,0,-3663710,2698460100],\ +[0,1,0,-6165468,3518422084],\ +[1,0,0,-5156845,4502979537],\ +[0,1,0,-40001,-17988360],\ +[0,1,0,-1303276,-570797500],\ +[0,1,0,-602076,179613540],\ +[1,0,0,-82489325,288359580625],\ +[0,1,0,-37081,2883104],\ +[1,-1,0,-6378828867,212660428263489],\ +[1,0,1,-7439534048,253571701793006],\ +[1,0,1,-7494534048,249725925793006],\ +[1,-1,0,-92352,4521708],\ +[1,-1,1,-432350,109524269],\ +[1,-1,0,-771162,-257363190],\ +[1,-1,0,-104438093877,12990743639863587],\ +[1,-1,1,-6917510,7004546381],\ +[1,-1,0,-7646530128039,8138508588174831723],\ +[1,-1,0,-7646530149909,8138508539292901665],\ +[0,1,0,15295,14615328],\ +[0,1,0,-811580,273261828],\ +[0,0,0,-1975512,-791283359],\ +[0,0,0,-11217567,13816708774],\ +[0,1,0,-443065,113366400],\ +[0,1,0,-443420,113175268],\ +[1,0,0,-37468,2769104],\ +[1,0,0,-12628,6390776],\ +[1,0,1,-2724688,1732066406],\ +[1,0,1,-2725208,1731372518],\ +[0,1,0,-1172853,-1122872868],\ +[0,1,0,-24890868,-47761977564],\ +[1,0,0,-184148,30400336],\ +[1,0,0,-186588,29552680],\ +[1,0,1,-1291978563,17858744113406],\ +[1,0,1,-100338563,133337441406],\ +[1,0,1,-80729188,279179253906],\ +[1,0,1,-1291666688,17867804253906],\ +[1,0,1,-3913073286,94215765475040],\ +[1,0,1,-244698446,1470445420224],\ +[0,0,0,-305486247,2055070031614],\ +[1,0,1,-30172462524,-411590854296134],\ +[0,0,0,-305484492,2055094825201],\ +[1,0,1,117863426476,-3256485354742534],\ +[1,0,1,-531798,-110364494],\ +[1,0,1,-189168,30250858],\ +[1,0,1,-12013156,16025317154],\ +[1,0,1,-12012396,16027446370],\ +[1,-1,0,-2005047,1092335517],\ +[1,-1,0,-1525887,1627365573],\ +[1,0,0,-63159713,192325242249],\ +[1,0,0,-63080673,192832726473],\ +[0,0,0,11151537,3212733238],\ +[0,0,0,-2864568,406709017],\ +[0,1,0,-1465548,659596644],\ +[0,1,0,-1451913,672893496],\ +[1,-1,0,-22888782,42154200954],\ +[1,-1,0,-1421892,667289340],\ +[1,0,1,-117567409,490616243012],\ +[1,0,1,-109885329,557502577156],\ +[1,0,1,-7260536,-6706331386],\ +[1,0,1,-28518176,51590620550],\ +[1,0,0,-1115135980,14332998016400],\ +[1,0,1,-3323837688,73728967710406],\ +[1,0,1,-174557688,1532353566406],\ +[1,0,0,-958228,360908888],\ +[1,0,0,-54268,6737360],\ +[1,0,0,-69695980,223948864400],\ +[1,0,0,-27621355,55606015025],\ +[1,0,0,-2717675,-242977743],\ +[1,0,1,573941,94783046],\ +[1,0,1,-166939,12693542],\ +[1,0,1,-160286731,-202798359588],\ +[0,1,0,864372,-40731516],\ +[1,0,0,-617925308,5912188945936],\ +[0,1,0,-218193,-5223384],\ +[1,0,1,38540079,-24888130000],\ +[1,0,0,-38620348,92375456784],\ +[0,1,0,-197380,84392100],\ +[1,0,0,-169958,26951908],\ +[0,1,0,-271125,54186148],\ +[1,0,0,-156198,31500964],\ +[1,-1,1,-9850142,-3906853459],\ +[1,-1,0,-1133799060,14694696810360],\ +[1,-1,1,-68454113,181112844017],\ +[1,-1,0,-32009589,69712712073],\ +[1,-1,1,-1042926233,12963458536481],\ +[1,-1,0,-70862460,229617795600],\ +[1,-1,1,-126010142,-543911461459],\ +[1,-1,0,-2062089,1019136573],\ +[1,0,0,-19628158,12813420356],\ +[1,0,0,71817602,98351784260],\ +[1,0,1,-996531,306676606],\ +[1,0,1,-5025191,-4065225226],\ +[1,0,0,-7336741,7648357545],\ +[1,0,0,-458541,119479825],\ +[1,0,0,1378219,920325345],\ +[1,0,0,-626261,151005921],\ +[1,0,0,-975823,370914233],\ +[1,0,0,-903463,428266769],\ +[1,0,0,-27511063,55538127249],\ +[1,0,0,4437955,14133588337],\ +[1,0,0,-1717023,870238873],\ +[1,0,0,-67542525,197727000625],\ +[1,0,1,-105346,13194656],\ +[1,0,1,-1687056,843276064],\ +[1,-1,1,-118408667,439327588691],\ +[1,0,1,-10805809,13671161372],\ +[1,-1,1,10966333,35522338691],\ +[1,0,1,-675209,213672332],\ +[1,-1,1,177495943,687599424281],\ +[1,-1,1,-905384057,6159608640281],\ +[1,-1,1,-9500243,10835890931],\ +[1,-1,1,-1597523,-553509133],\ +[1,0,1,-1208551,-502844650],\ +[1,0,1,-2535061,798726962],\ +[1,-1,0,-140361912,640097432640],\ +[1,0,0,-18693578,28990891300],\ +[1,-1,0,-2245790952,40964537664144],\ +[1,0,0,1131062,2017486116],\ +[1,0,1,-31450634,67878018696],\ +[1,-1,1,-60628508,179250740831],\ +[1,0,1,-34109004,55726077752],\ +[1,-1,1,-120102428,-230120145313],\ +[0,1,0,-136773,1424332],\ +[1,0,1,-805509,110190512],\ +[0,1,0,-1443988,-665778204],\ +[1,0,1,-6841429,-6811802544],\ +[1,0,1,1129631,-2137118424],\ +[1,0,1,-1223349,-487208848],\ +[1,-1,1,-33185273,69018316697],\ +[1,-1,1,-50212157,-121450245811],\ +[1,-1,0,-434235060,3452678759376],\ +[1,-1,0,-1189419,500219433],\ +[1,-1,0,-1189839,499849245],\ +[1,-1,0,-3815070,2869101900],\ +[1,-1,1,-386161358,-117847242043],\ +[1,-1,1,-32609273,71681510297],\ +[1,-1,1,13438,20056961],\ +[1,-1,0,-9872922780,-377228168898840],\ +[1,-1,1,4616923,-9796307299],\ +[1,-1,1,96452842,-14760848923],\ +[1,-1,0,2905528500,-20854960958664],\ +[1,-1,0,-240150,44200116],\ +[1,-1,1,-1031042,393563009],\ +[1,0,0,-19535538,33232644676],\ +[1,0,0,-1220978,519177604],\ +[1,0,1,-7774673,8343294006],\ +[0,1,0,-52348,-106944124],\ +[1,0,1,-485923,130330506],\ +[1,0,1,-133590404,594296087106],\ +[0,1,0,-232033,-42688768],\ +[1,0,1,-133589004,594309166466],\ +[0,1,0,-16958681,-15358735200],\ +[1,-1,0,-19834830,34005831750],\ +[0,1,0,-237582556,-1409172127900],\ +[1,-1,1,-148084088,188547277331],\ +[1,-1,1,-2408375424137,1438581846610216649],\ +[1,-1,0,-1226160,543721356],\ +[1,-1,0,-3025485,3222716625],\ +[1,0,1,-857919,293982866],\ +[1,-1,0,-55967535,161127674955],\ +[1,0,0,-145950,21173500],\ +[1,-1,1,-150591504137,22456531566280649],\ +[1,-1,1,-115656368,478217614547],\ +[1,0,0,-950,902500],\ +[1,0,1,-13579039,19258628562],\ +[1,-1,1,-15234440,22890750923],\ +[1,-1,1,-15185480,23045151179],\ +[1,-1,0,-15069105,-10046630475],\ +[1,-1,0,-7661385,8056355661],\ +[1,0,1,-3105658,2106344556],\ +[1,0,1,-49690658,134817692556],\ +[1,0,0,-965890,365294892],\ +[1,0,0,-60810,5616100],\ +[1,0,0,-8196900,9031990032],\ +[1,0,0,-496420,150256400],\ +[1,0,0,-107493,14644161],\ +[1,0,0,-1757933,896969385],\ +[1,0,1,-781243,265716806],\ +[1,0,1,-793123,257215478],\ +[1,-1,1,3683335,567149465],\ +[1,-1,1,-15085625,4598722073],\ +[1,0,1,-3620684,-2264272054],\ +[1,0,1,6381196,-12554206198],\ +[1,0,0,-1403875,1269961625],\ +[1,0,0,-1758875,897140625],\ +[1,0,1,-892228,324288398],\ +[1,0,1,-27942643,56671329806],\ +[1,0,1,-15345523,108012152078],\ +[1,0,1,-953478,277199398],\ +[0,0,0,-22041408,39786655777],\ +[1,0,0,-51514036,142306054800],\ +[1,0,0,-3219636,2223318160],\ +[0,0,0,-28010703,16529088598],\ +[1,0,0,-35282185,-165873188775],\ +[1,0,1,-389547214,2950636598456],\ +[1,0,1,-174276098,-863526221872],\ +[1,0,0,1423502,-1183928956],\ +[1,0,0,-11916658,-13214085244],\ +[1,0,1,-35235014,774946136],\ +[1,0,1,-7256064,7522384462],\ +[1,0,1,-7530464,6922655822],\ +[1,0,0,-44815305,-115399131623],\ +[1,0,1,2506402,-44528255872],\ +[1,-1,0,-734454,284624928],\ +[1,-1,0,-12310704,16627974678],\ +[1,-1,0,-19522839,-33118683255],\ +[1,-1,0,-1710339,-62245755],\ +[1,0,1,-1303541,572005812],\ +[1,0,1,-1303081,572430300],\ +[1,0,1,-77297061,261145398544],\ +[1,0,1,-77262501,261390954256],\ +[1,0,0,-10201375,12540265625],\ +[1,0,0,-636895,196347737],\ +[1,0,1,-2409295379,48968700734702],\ +[1,0,1,-2459683859,46952899514606],\ +[0,1,0,-262379865,1553622026400],\ +[0,1,0,186687780,6322001908068],\ +[1,0,1,-4925869,4028565992],\ +[1,0,1,2878611,15601048936],\ +[1,-1,0,-883197,354907089],\ +[1,-1,0,-14559507,21386336607],\ +[1,0,1,-527189,146915886],\ +[1,0,1,-526819,147133002],\ +[1,-1,0,-4153826408760,-3198397682559004884],\ +[1,-1,1,-2607287,1658319311],\ +[0,0,0,-10348968,12712310017],\ +[1,-1,1,-2494202,1483118201],\ +[1,-1,0,-226723635,1380363918741],\ +[0,0,0,-18065343,-8796313658],\ +[1,-1,1,25798,73934201],\ +[1,-1,0,108030,143687826],\ +[1,-1,1,-41982287,104710569311],\ +[1,-1,1,-161935412,757128444311],\ +[1,-1,0,-8925851126610,5519372810030436906],\ +[1,-1,0,-229887315,1341646170165],\ +[1,-1,0,-221520,38693196],\ +[1,-1,1,-2558095412,49799814396311],\ +[1,0,1,-2057765756,-35927999716030],\ +[1,0,1,-123320516,-609672302206],\ +[1,0,1,-7686408,8201612806],\ +[1,0,1,-7706388,8156825638],\ +[1,-1,0,-750000,62500500000],\ +[1,-1,1,-14487122,20847058769],\ +[1,-1,0,-15049680,22149662976],\ +[1,-1,1,749998,62499250001],\ +[1,0,1,-16190829,25069534166],\ +[1,0,1,-16189979,25072298706],\ +[1,-1,0,-3346284,2349405540],\ +[1,0,1,-40614328,10191134006],\ +[1,0,0,-1922785966,32723685212996],\ +[1,0,0,-39321030,-94837715100],\ +[1,-1,1,-41615762,92588043161],\ +[1,0,1,-36773586,85820759380],\ +[1,-1,1,-40400762,98848695161],\ +[1,0,1,-470301828,3917253634006],\ +[1,-1,0,-307104,-1096272],\ +[1,0,1,-36772546,85825857044],\ +[1,0,0,-30836044846,2084181713215940],\ +[1,0,0,-120732526,506346381956],\ +[1,0,0,-30681030,-137655827100],\ +[1,0,0,-1061773,408147729],\ +[1,0,0,23667,22382353],\ +[1,0,0,-2083976,-1134841320],\ +[1,0,0,-286656,33057216],\ +[1,-1,1,1721425,949758959],\ +[1,0,0,-495305,2029952025],\ +[1,-1,1,-651335,143969663],\ +[1,0,0,-1703625,848940057],\ +[1,-1,1,-20100755,31614926771],\ +[1,-1,0,-627246057,6046670237229],\ +[1,-1,0,-39225417,94372506765],\ +[1,-1,1,-72693395,-203600396365],\ +[1,-1,0,-33609879,73923187653],\ +[1,-1,0,-33474879,74554744653],\ +[0,1,0,-146988,17349444],\ +[1,0,0,-303701,63528361],\ +[1,0,0,-37501,-1264719],\ +[0,1,0,-138753,19846296],\ +[1,0,1,-11061921,14159546414],\ +[1,-1,0,-129787182,569037403368],\ +[1,0,1,-726011,197799186],\ +[1,-1,0,-7217442,10928349252],\ +[1,0,1,-623647976,-6611476277706],\ +[1,0,1,-10260939816,-400059698020810],\ +[1,0,1,-1674641,831714276],\ +[1,0,1,-971601,1535597924],\ +[1,0,1,-11086496,13877057810],\ +[1,0,1,132444,701534674],\ +[1,-1,0,-705555252,7213653486288],\ +[1,-1,0,-705557412,7213607111520],\ +[1,0,1,-3456946,2473616132],\ +[0,1,0,-59385,5542408],\ +[1,0,1,-55310986,158326118756],\ +[0,1,0,-41260,9007908],\ +[1,-1,1,-440410865,17795130620321],\ +[1,-1,1,-829694705,9167510731169],\ +[1,-1,1,-72593312,-155190349501],\ +[1,-1,1,210522208,-1069766725309],\ +[1,0,1,-507142961,4395816355862],\ +[1,0,1,-31696451,68682579050],\ +[1,0,1,-4616304661,120721500477152],\ +[1,0,1,-295492501,1790281610720],\ +[1,-1,1,2211700,11050899599],\ +[1,-1,1,-62954060,184339688591],\ +[1,-1,1,-8224682,10693602281],\ +[1,-1,1,-170113442,853964499809],\ +[1,-1,1,-137985962,623893507049],\ +[1,-1,1,-157176122,989309566721],\ +[1,0,0,-2693375,1701124057],\ +[1,0,0,-168895,26384025],\ +[1,0,1,51804,107298514],\ +[1,0,1,-3096936,2041884370],\ +[1,0,0,-194096,-3101504],\ +[1,0,0,772584,-24561800],\ +[1,0,1,1530656,385003322],\ +[1,0,1,-8629599,-9696504674],\ +[1,-1,1,198190183,629018562809],\ +[1,-1,1,-18346172,30247957271],\ +[1,-1,1,-1061492,545963159],\ +[1,0,1,-14347469,4751409242],\ +[1,-1,1,-930769817,5423485890809],\ +[1,0,1,-437644,51179642],\ +[1,-1,0,-30477,-542511],\ +[1,-1,1,-211835,38885123],\ +[1,-1,0,116913,-4345173],\ +[1,-1,1,-213875,38123795],\ +[1,-1,1,-424895558,3371196971477],\ +[1,-1,0,-1406574,516805380],\ +[1,-1,1,-26234438,54017524181],\ +[1,-1,0,2983446,3095503128],\ +[1,0,0,-682671,-215941319],\ +[1,0,0,-1108591,85695225],\ +[1,0,1,1959207,-31559592944],\ +[1,0,1,-8669613,-9583444712],\ +[1,0,1,-770218,259833308],\ +[1,0,1,-566098,400757756],\ +[1,0,0,-24055300,45400746000],\ +[1,0,0,-1335300,874090000],\ +[1,0,0,-197952796,1069817822480],\ +[1,0,1,-157489104,755047499102],\ +[1,0,0,-7898396,28965895440],\ +[1,0,1,-49252024,1774727382366],\ +[1,0,0,-5388438,4813954020],\ +[1,0,0,-5383598,4823034828],\ +[0,0,0,-557352,160155721],\ +[0,0,0,-34785687,57718756366],\ +[0,0,0,-18047487,29439526534],\ +[0,0,0,-557007,160363894],\ +[0,0,0,-32116332,70047439369],\ +[0,0,0,-683112,826509409],\ +[0,0,0,117777,-30150122],\ +[0,0,0,-64728,-5365943],\ +[1,0,0,-828008,-272580480],\ +[1,-1,1,909868,1860275639],\ +[1,-1,1,5358364087,78316110665417],\ +[1,-1,1,-18259412,28359888311],\ +[1,-1,1,-20489566793,1128270747277001],\ +[1,0,0,44632,-18293184],\ +[1,-1,1,-336413930,2375059216745],\ +[1,-1,1,-770828873,-8125565929783],\ +[1,-1,1,-21045290,37042267241],\ +[1,0,1,-850500038,9546767157656],\ +[1,0,1,-13608000038,610996553157656],\ +[1,0,1,-3640803,2673129506],\ +[1,0,1,-203303,51004506],\ +[1,0,0,-2156108,1218399864],\ +[1,0,1,-512293,-90080944],\ +[0,1,0,1317187,996396972],\ +[0,1,0,-10591028,10923084996],\ +[1,0,1,1513827,-625787072],\ +[1,0,0,-134868,18996048],\ +[1,0,1,-750412776,-3503823917258],\ +[1,0,1,165839384,-413488632010],\ +[1,0,1,-2944,8664192],\ +[1,0,1,-40674,3110336],\ +[1,0,0,-331746,72951876],\ +[1,0,0,-574946,-48307644],\ +[1,-1,1,-2112143,1176322007],\ +[1,0,1,1870837,-247332094],\ +[1,0,1,-7741093,-2012082442],\ +[1,0,0,-1802010,-928009628],\ +[1,-1,1,-33748943,75472183127],\ +[1,-1,1,-120938,35405417],\ +[1,-1,1,-2516738,1536134537],\ +[1,-1,0,-85731777,281150171613],\ +[1,-1,0,-83815137,295365123837],\ +[1,0,1,-1339776,591735350],\ +[1,0,1,-158684,19779032],\ +[1,-1,0,-5741559,4099831065],\ +[1,0,1,-150314,22417256],\ +[1,0,1,-148136,-6944586],\ +[1,0,1,1360857,1005794806],\ +[1,0,1,-10645773,10904060578],\ +[1,-1,0,828621,398191653],\ +[1,0,0,25987,-568768079],\ +[1,0,0,-10142853,-12216157415],\ +[1,0,1,-27708271,56136376850],\ +[1,-1,0,-1149967782,88134698110644],\ +[1,0,0,3273014,-699978622684],\ +[1,0,0,-1163126986,-14998409662684],\ +[1,-1,0,-3062355,-1773041949],\ +[1,-1,0,-37580058342,2792697335266932],\ +[1,0,0,-2680090,70016100],\ +[1,0,0,34894,24780420],\ +[1,0,0,-1091506,421949060],\ +[0,1,0,-7650860,8049612900],\ +[0,1,0,-72905,332223528],\ +[1,0,1,-492286714,-3999328406464],\ +[1,-1,1,-1653767,820569791],\ +[1,0,0,-6149255,-5858792823],\ +[1,0,1,21160786,-251983172464],\ +[1,-1,1,-26474447,52437655919],\ +[1,0,0,-8344135,-1305294775],\ +[0,1,0,-6912925,6993539948],\ +[0,1,0,-6837300,7154106948],\ +[1,-1,1,-4230302,3178240301],\ +[1,0,0,-269933,-31723311],\ +[1,-1,0,327615,-151958295],\ +[1,0,0,-1902893,987570321],\ +[1,0,1,-27707331,56140376362],\ +[1,-1,0,-402904972257354,3070479282509733180660],\ +[1,-1,1,-12510302,-13057183699],\ +[1,-1,0,-798364972257354,-3947177423238266819340],\ +[1,-1,1,-440732,-105435169],\ +[1,0,1,-271393,26945556],\ +[1,0,1,-3701393,2739389556],\ +[1,0,1,-588689,174173826],\ +[1,0,1,-589039,173956686],\ +[1,0,0,-24503195,46677704025],\ +[1,-1,1,-1400732,512036831],\ +[0,1,0,-18218140,29928749988],\ +[0,1,0,-18218985,29925834400],\ +[1,-1,0,-208064907,1151681840325],\ +[1,-1,0,-3326202747,73837345773429],\ +[1,0,0,-1670915,588463617],\ +[1,-1,0,-32649,13278393],\ +[1,-1,0,-1064379,421224435],\ +[1,0,1,-2139326,1065041760],\ +[1,0,1,-8586786,-8585516368],\ +[1,0,1,2527074,1462137580],\ +[1,0,1,-887386,213811004],\ +[1,0,1,-302894868774,64191569889022072],\ +[1,0,0,233045,-106291023],\ +[1,0,0,-2449835,-1301245775],\ +[1,0,1,-77550619443014,262860911545929886712],\ +[1,0,1,-1143839,477508286],\ +[1,0,1,-4847509535494,4106141159627056376],\ +[1,0,1,-18374089,30313409186],\ +[1,0,1,-487841,119111060],\ +[1,0,0,-213333,47756961],\ +[1,0,0,-228373,41984609],\ +[1,0,1,-5796563,5291910156],\ +[1,0,1,2106897,-1340358994],\ +[1,0,1,-13049353,-13119796494],\ +[1,0,1,-15313,234472656],\ +[1,0,1,609599,578718932],\ +[1,-1,1,20877808,42774247091],\ +[1,-1,1,-130997192,421125247091],\ +[1,-1,0,-527940765,4669153873461],\ +[1,-1,0,-527938785,4669190645625],\ +[1,0,1,-33,68],\ +[1,0,0,4077634,-25906361340],\ +[1,0,0,-6896766,-6672627900],\ +[1,-1,0,-140610,20329416],\ +[1,0,0,-1800841,-929518975],\ +[0,1,0,-1713,26064],\ +[1,0,0,-85841,-21597975],\ +[1,0,0,-80401,7409321],\ +[1,0,0,-119806,15951236],\ +[0,1,0,-12316,541284],\ +[1,0,1,-724554,-237122944],\ +[1,-1,0,-218349,39325905],\ +[1,0,1,-1319,17732],\ +[1,0,1,-3353,17256],\ +[1,0,0,-63456,6017536],\ +[0,1,0,-12441,529984],\ +[1,0,0,7004,-2181360],\ +[0,1,0,-285,1900],\ +[1,-1,0,-957,11637],\ +[1,-1,1,-223598,-39740803],\ +[1,0,1,5474,-129478],\ +[1,0,0,-3327436,2235239760],\ +[1,-1,1,-116870,15400469],\ +[1,0,1,66421,14468006],\ +[1,0,1,-5489,166376],\ +[1,0,0,-4588,119120],\ +[1,0,1,-7351,241934],\ +[1,-1,1,-33620,3176759],\ +[1,-1,0,-6969,175725],\ +[1,0,1,-30526,2089040],\ +[1,-1,1,40108,-6284041],\ +[1,0,1,-4646,-11608],\ +[1,0,1,-2454,-24098],\ +[1,-1,1,-31598,1270397],\ +[1,0,0,-23703,1400553],\ +[1,-1,1,-586580,173046071],\ +[1,0,1,-11661,491656],\ +[1,0,1,-1116,50842],\ +[1,-1,0,-4760784,3999402540],\ +[1,0,1,-18899,966116],\ +[1,0,1,-3931548,-2999081822],\ +[0,1,0,-41116,3039620],\ +[1,-1,0,-9725382,11676120624],\ +[0,1,0,-393,-2448],\ +[1,0,1,73582,-37210642],\ +[1,0,0,-18180,-47600],\ +[1,0,1,-187421,31214504],\ +[1,0,1,-491,3206],\ +[1,0,1,-8863,317156],\ +[0,1,0,-2485,-44100],\ +[1,0,0,-50860048,-139590565632],\ +[1,-1,0,-125004,17040528],\ +[0,0,0,-348,2497],\ +[1,0,0,-3510288,-1698594560],\ +[1,-1,1,-364892,-72380041],\ +[1,-1,0,-249,1593],\ +[1,0,1,-5543,158358],\ +[1,0,1,137,18906],\ +[1,-1,0,-218079,39427803],\ +[1,0,1,-2829,55816],\ +[1,-1,1,-1088420,435877895],\ +[1,0,0,-1043,11809],\ +[1,-1,0,-2000004,1089165528],\ +[1,0,1,-4128133,3179409968],\ +[1,-1,0,-47475,3993381],\ +[1,-1,1,-5505035,4972852379],\ +[1,0,0,-501578,136684324],\ +[1,0,1,-48586,4101176],\ +[1,0,1,-1656,20116],\ +[1,-1,0,-139860,20027250],\ +[1,0,1,21994,1004240],\ +[1,-1,1,-100580,-352249],\ +[1,-1,1,-88080395,318197707931],\ +[1,-1,0,-139590,20108736],\ +[1,-1,0,-1190115,499342995],\ +[1,0,0,-177010,-304203900],\ +[1,-1,1,97,-313],\ +[1,-1,0,-1189665,499739625],\ +[0,1,0,-581,4900],\ +[1,0,0,-516,3600],\ +[1,-1,0,-47295,4025025],\ +[0,1,0,-45,100],\ +[1,0,0,-1538,8388],\ +[1,0,0,-1298,17860],\ +[1,0,1,-70344,7175126],\ +[1,-1,0,-4761414,3998291598],\ +[1,-1,1,-14702,24024701],\ +[1,0,1,-11984,-1753954],\ +[1,0,1,-113363,14681406],\ +[1,0,1,-303584,-64272994],\ +[1,0,0,-151,681],\ +[1,-1,1,-83822,9260669],\ +[1,-1,0,-183204,-23655240],\ +[1,0,1,-9456,-138514],\ +[1,0,0,-333038,186072708],\ +[0,1,0,530124,-93216060],\ +[1,-1,1,-2958122,-1945774231],\ +[1,0,0,-56,3136],\ +[1,0,1,-234,1352],\ +[1,-1,1,820,-26161],\ +[1,0,0,-4413,-105615],\ +[1,0,0,-59360,5494272],\ +[0,1,0,-413,-565068],\ +[1,0,1,-56841,5211220],\ +[1,0,1,11661,-20414],\ +[1,0,0,-4738,123588],\ +[1,0,0,-48166,-3565300],\ +[0,1,0,-105028,-12951484],\ +[1,0,1,-253,-252],\ +[0,1,0,-41,120],\ +[1,-1,1,-20483,1132931],\ +[0,1,0,300,22500],\ +[1,0,1,-6883,242718],\ +[1,-1,1,-1201055,463366919],\ +[1,-1,0,-235044,42676308],\ +[1,0,1,-58,56],\ +[1,-1,0,-687,7065],\ +[1,-1,1,-9170717,-9431836891],\ +[1,0,0,-13285,588225],\ +[1,-1,0,4536,2283120],\ +[1,-1,1,-15992,-710341],\ +[1,-1,0,-59724,5313168],\ +[0,1,0,-23556,1383300],\ +[1,0,0,-1843196,963021840],\ +[1,0,0,-16343,2288169],\ +[1,0,0,-23208,1359424],\ +[1,0,0,-45586,3738116],\ +[1,0,0,-106,420],\ +[1,-1,0,-149349672,702574979040],\ +[1,0,0,-431248,-57237760],\ +[1,0,1,-2093,32808],\ +[1,0,0,-205060,-35666928],\ +[1,0,1,359,1916],\ +[1,0,0,-5290,112100],\ +[1,-1,1,13869283,-49217308891],\ +[1,-1,1,-137030,9739541],\ +[1,-1,0,-139692,20130768],\ +[1,0,1,-1946,32780],\ +[1,-1,1,-692,1559],\ +[1,-1,0,-7764,264420],\ +[1,0,1,-524,4566],\ +[1,-1,0,-149351112,702560755008],\ +[1,-1,1,-650570,198518465],\ +[1,0,0,-678,-5660],\ +[1,0,1,-18657636,31017818606],\ +[1,-1,1,-647330,200625761],\ +[1,-1,0,-3969,1752975],\ +[1,-1,0,-15219,720225],\ +[1,0,1,292714,54762104],\ +[1,-1,0,-21819,1245825],\ +[1,0,1,-4170249,3279158416],\ +[1,0,1,-211824,37492822],\ +[1,-1,1,-1976360,-533544469],\ +[1,0,1,-37836,57297322],\ +[1,-1,1,11743,-226519],\ +[1,0,1,-6126326,5838127112],\ +[1,-1,0,11235,1517481],\ +[1,-1,1,-1052888,236264411],\ +[1,0,0,-37380,2778552],\ +[1,0,0,7812,-4098600],\ +[1,0,1,-67733,-3401944],\ +[1,-1,0,-84372,9454032],\ +[1,-1,1,-25988,536807],\ +[1,-1,1,3370792,1701387227],\ +[1,0,0,-64775,6339657],\ +[1,0,0,-6688,209856],\ +[1,-1,1,97492,4093031],\ +[1,-1,1,306580,207410159],\ +[1,-1,0,-153760710,-718370541900],\ +[1,0,0,-1132986,463688316],\ +[1,-1,1,-246380,42849263],\ +[0,0,0,15432,15433],\ +[1,-1,0,-24045,1473435],\ +[1,-1,0,81666,-30433212],\ +[1,-1,0,-1104714,-408413880],\ +[1,0,1,-12808,3372668],\ +[1,-1,0,-16207569,25097012325],\ +[1,0,0,-528771,147951801],\ +[1,-1,0,-772569,583145325],\ +[1,-1,0,-1312499979,18302265770103],\ +[0,1,0,-1487900,698824548],\ +[1,-1,0,-2526687,1546510077],\ +[0,1,0,-290676,49924324],\ +[1,-1,0,-82031229,285988426353],\ +[1,-1,1,419800,-61980181],\ +[1,-1,0,-73494,7514208],\ +[1,0,1,-748309,232308596],\ +[1,0,0,-37731,2361961],\ +[1,-1,0,162846,57087828],\ +[1,-1,0,-1168524,486480330],\ +[1,-1,0,-2527227,1545816393],\ +[0,0,0,-4766520,4005669841],\ +[0,0,0,-76265535,256354293382],\ +[1,0,1,-725586,3120280996],\ +[0,1,0,-14996,1263780],\ +[0,1,0,30212,9011492],\ +[1,-1,1,-548483,301084931],\ +[0,1,0,-109436,13355364],\ +[1,0,0,-196242178,1072486876868],\ +[1,-1,1,-25691495,50163161375],\ +[1,-1,1,-11147,281819],\ +[1,-1,1,-411142055,3208853410463],\ +[1,0,0,-1398101911,20121198379241],\ +[1,-1,1,-134348,19905527],\ +[0,1,0,-203261,35204260],\ +[0,1,0,-203556,35096644],\ +[1,-1,1,-136148,19369847],\ +[0,1,0,-5583716,5078658084],\ +[1,0,1,-681951,-216513740],\ +[1,-1,1,-1150907,475521131],\ +[0,1,0,-21220,1212068],\ +[1,-1,1,-70907,7665131],\ +[1,-1,1,-390605,94016909],\ +[1,0,1,-560981,170688224],\ +[1,-1,1,-20165,1999613],\ +[1,0,1,-9034,718952],\ +[0,1,0,-57236,3469764],\ +[0,1,0,-275700,78717348],\ +[1,-1,1,-75728417,253667009009],\ +[1,-1,1,-1277753,556257881],\ +[1,-1,1,-20444153,35584770521],\ +[1,-1,1,-4603937,4190782961],\ +[1,0,0,-810670,280872900],\ +[1,0,1,-56358284,158395512332],\ +[1,0,1,-731624,240807306],\ +[1,0,1,-45724,3760266],\ +[1,-1,1,-10718,248357],\ +[1,0,1,-2093578,-1121528452],\ +[1,0,0,-3558310,2581168100],\ +[1,-1,1,-608288,178140971],\ +[1,0,1,-1211269,-499974208],\ +[0,1,0,-51668,2510916],\ +[0,1,0,-12540,512388],\ +[1,-1,1,9112,9220331],\ +[0,1,0,495,-85400],\ +[1,-1,0,-166935,26255925],\ +[1,0,1,-130074,15000196],\ +[1,0,1,-18264,948472],\ +[0,0,0,-5150712,3744452041],\ +[1,0,1,-67289644,212325232842],\ +[0,1,0,-523580,-923530172],\ +[1,-1,0,-514494,142176708],\ +[1,-1,0,-8231994,9092933208],\ +[1,-1,1,-174230,-27262555],\ +[1,0,1,1088832,9792585806],\ +[1,-1,1,2410,-1402459],\ +[0,1,0,1620,656100],\ +[1,-1,0,-3156057,2160187785],\ +[0,0,0,-61743,123478],\ +[0,0,0,-24135087,-42155969834],\ +[1,-1,0,-3156597,2159412453],\ +[1,0,0,-14683,682649],\ +[0,1,0,-85260,-3004092],\ +[1,-1,0,-100455,-11835639],\ +[0,1,0,-5753,167464],\ +[1,0,1,-26624,1596972],\ +[1,0,1,-38668601,-90464871220],\ +[1,-1,1,2167573,-1002593221],\ +[1,0,0,-108655,-1329223],\ +[0,0,0,-1476228,-498737927],\ +[1,-1,1,-712427,-142049221],\ +[0,1,0,-3725356,2721272900],\ +[1,-1,1,-10550,-253627],\ +[1,0,1,21152,-293494],\ +[1,-1,1,-71990,7266629],\ +[1,0,0,18177,1827865],\ +[1,0,1,-116893,14331806],\ +[1,0,0,-839721306,9365858928036],\ +[1,-1,1,89302,886044521],\ +[1,0,0,-9983,324121],\ +[1,0,1,-873389,312582512],\ +[1,-1,1,-832298,286635881],\ +[0,0,0,3817977,-3263371778],\ +[1,0,1,-76069,8055116],\ +[1,0,0,-14221,427961],\ +[0,0,0,-99164847,385846976086],\ +[1,0,1,-589273,173656256],\ +[1,-1,0,-66270,-1527804],\ +[0,1,0,7492,-3015996],\ +[0,0,0,-88647,-8817314],\ +[1,0,0,-128226,9651780],\ +[1,-1,1,-169025,-5612335],\ +[1,-1,1,-1643585,806575313],\ +[1,0,1,-58209,5327096],\ +[0,0,0,24252,3938497],\ +[1,0,0,-4370946,3516948676],\ +[1,0,1,-214231,37647002],\ +[1,-1,1,-27131927,-142442449],\ +[1,-1,1,6782953,-20348881],\ +[1,-1,0,-33881904,75918616578],\ +[1,-1,0,-2116674,1187736480],\ +[1,0,1,-164041,25558926],\ +[0,1,0,-588,86436],\ +[1,-1,0,-18788229,31349091285],\ +[0,1,0,-4607716,3805410084],\ +[0,1,0,-288021,59370580],\ +[0,1,0,-151196,22430244],\ +[1,0,1,-480486,121995484],\ +[1,-1,0,-17829909,34689219813],\ +[1,0,1,-144908,21216818],\ +[1,0,1,-2743826,1716050252],\ +[1,-1,1,-80307362,58200729761],\ +[1,0,1,9574,-415590],\ +[1,-1,0,-10950630,-12888938124],\ +[1,0,0,-12560,540600],\ +[1,0,0,-46816,3891776],\ +[0,1,0,14524,131364],\ +[1,0,1,-18651,1005362],\ +[1,0,1,-3736,-64206],\ +[1,0,0,-47583,2737233],\ +[1,0,1,-162784,25405496],\ +[1,0,1,-56949,3084322],\ +[1,0,1,-1631484,799191496],\ +[1,-1,1,-79954187,275316028211],\ +[1,0,1,-109953,-13993702],\ +[0,1,0,-13516,-97180],\ +[1,-1,0,-1605834,682139340],\ +[1,-1,1,-79963907,275245775939],\ +[1,0,0,-446371,252435201],\ +[0,1,0,-67988956,214981755044],\ +[0,1,0,-8073,274456],\ +[1,-1,1,-138676913,-210940695583],\ +[1,0,0,4832212,10124595600],\ +[1,0,0,-6151,173961],\ +[1,0,1,-326921,-71828350],\ +[1,0,0,-28225,1150625],\ +[0,1,0,-128908,17771364],\ +[0,0,0,-99581592,382486927849],\ +[1,0,1,-6133254,5845834552],\ +[1,0,1,-294379,49753256],\ +[1,0,1,-169131,295972],\ +[1,-1,1,-866678,310047581],\ +[1,0,1,-2092409,1164691596],\ +[1,0,1,-6529571,6402834974],\ +[1,0,1,-3858585364,85443449449986],\ +[1,-1,0,2586,73098],\ +[1,-1,1,-75758,639677],\ +[1,0,0,-7508001,7917700681],\ +[1,-1,0,-31943899899,2197513725059205],\ +[1,-1,0,-1996399899,34339915559205],\ +[1,-1,0,7818,194742],\ +[1,0,0,-24073468,45460778576],\ +[1,-1,1,131647,-101996719],\ +[1,-1,1,-3320614787,-24007043874301],\ +[1,0,0,-240645,45417025],\ +[1,-1,0,-1303110,572664600],\ +[1,-1,0,-68490,11900196],\ +[0,1,0,-190233,31892616],\ +[1,-1,1,779514493,-2914338806269],\ +[0,1,0,-3044268,2043416484],\ +[1,-1,1,-2633153,-1551857839],\ +[1,-1,0,-97332,11713680],\ +[0,0,0,-14628,1573297],\ +[1,-1,1,-2474825,1417946249],\ +[1,-1,1,-2437385,1465255433],\ +[1,-1,0,1741158,104688180],\ +[0,0,0,-311223,66764878],\ +[1,0,1,-3636706,2670556260],\ +[1,0,1,2551,6510152],\ +[1,-1,0,-16109982,21648084948],\ +[1,-1,0,-295083927,1951155696843],\ +[1,-1,0,-3650337,2665989693],\ +[1,-1,0,26243658,116257645980],\ +[1,-1,0,-1557372,748449864],\ +[1,-1,1,-83060,8426495],\ +[1,-1,0,-7019082,845804484],\ +[1,-1,0,-295085637,1951131954177],\ +[1,0,0,-471468,-824580720],\ +[1,0,0,-4356,18974736],\ +[1,-1,0,-1181097,6211324485],\ +[1,0,1,-100383,12329806],\ +[1,0,1,-54258,4859806],\ +[1,-1,1,-215483,36939827],\ +[1,0,1,-92407626,341513426332],\ +[1,0,0,-4023566,3106107396],\ +[1,-1,1,33853,1955819],\ +[1,-1,1,-440780,112208591],\ +[1,0,1,-29074,1902216],\ +[1,0,0,-65764908,205270647184],\ +[1,0,0,-5889610,5496980772],\ +[1,0,0,-94131,-171449055],\ +[1,-1,1,-212963,37880291],\ +[0,0,0,-24303,16442998],\ +[1,0,0,-59758,448836],\ +[0,0,0,-70608,7172737],\ +[1,0,0,-42798,3396484],\ +[1,-1,1,-214592,-10892509],\ +[1,-1,1,-694220,-31339825],\ +[1,-1,1,-8990,444053],\ +[1,0,1,-5078966,4403238600],\ +[1,-1,1,-1983272,1067294819],\ +[1,0,1,-50306,3168254],\ +[1,-1,1,-10591346300,419357236049471],\ +[1,-1,1,-776674940,4125971887679],\ +[1,0,0,-51950773,144110846369],\ +[1,0,0,-89162933,-323908103775],\ +[1,0,0,-105371893,-197967726367],\ +[1,0,1,-688878,219264248],\ +[0,0,0,-21087,-872666],\ +[1,0,1,-85349366,303485803976],\ +[1,0,0,-590973,174814425],\ +[1,0,1,-1103,1215506],\ +[1,0,1,-74243,-4381342],\ +[1,0,1,-111271,11598122],\ +[0,0,0,-275223,49638382],\ +[1,0,1,-1685911,842378186],\ +[1,-1,1,-11387,1641899],\ +[1,0,1,2182581,1763862742],\ +[1,0,0,-117276,6716880],\ +[1,0,0,17450,6180132],\ +[1,-1,1,-2168,523451],\ +[0,0,0,-175743,28357318],\ +[1,0,1,-808671,279323512],\ +[1,0,0,-69143,6284833],\ +[1,-1,0,-10830,414990],\ +[1,-1,1,-10870403,13789769987],\ +[1,-1,1,-5536742,12384929909],\ +[1,0,1,-7851,267074],\ +[1,0,0,-338608,75806976],\ +[0,1,0,11132,1196324],\ +[1,0,1,-216629,164967356],\ +[0,1,0,-339588,-75675708],\ +[1,0,0,221985,-11626983],\ +[1,-1,1,-7564262,8000620661],\ +[1,-1,1,-2738,102377],\ +[1,0,1,-55111,-495286],\ +[1,0,1,-2166663,1227357656],\ +[1,0,1,219249,-3897350],\ +[0,1,0,-34420,-2407900],\ +[1,0,1,-371066,-47384980],\ +[0,1,0,-21476,1168804],\ +[1,0,1,-4561778,3742923756],\ +[1,0,1,-2729381,1735350986],\ +[1,-1,1,-185455373,971087778101],\ +[1,0,1,-2872044,1117435726],\ +[1,0,1,-53999,2562672],\ +[1,-1,0,-42876567,108073993959],\ +[1,0,1,134742,-20418944],\ +[1,0,1,-49808,-3222582],\ +[1,-1,1,-5170667,4526419259],\ +[0,0,0,-37527,2762446],\ +[1,-1,1,-5562347,3801184571],\ +[1,0,1,-15298,-46822],\ +[1,-1,1,403582405,-25793932376149],\ +[1,0,0,3538920,341510400],\ +[1,0,1,41499,1642952],\ +[1,-1,1,-834593,510543857],\ +[1,-1,1,-995873,382616561],\ +[1,-1,1,-11015410235,-426011354019925],\ +[1,-1,0,-2679777,1689169545],\ +[0,1,0,-75340,5300900],\ +[1,-1,1,-8508173,23429353781],\ +[1,0,0,-100255,12205025],\ +[1,0,0,-19223,1015273],\ +[1,-1,1,-903443,122695931],\ +[1,0,1,-12313,440838],\ +[1,0,1,-11741,216120],\ +[1,0,1,-75633,7940056],\ +[1,-1,1,207877,14675627],\ +[1,0,1,-30616,2059314],\ +[1,0,1,-362809,83753532],\ +[1,0,1,-5411123,4846384506],\ +[1,-1,0,-238149639,1414659494673],\ +[1,0,1,-5491118,4695741408],\ +[1,-1,0,-238151259,1414639287765],\ +[1,0,1,4042002,19285228256],\ +[1,-1,0,-836919,216107433],\ +[1,0,0,-102284211,397198260585],\ +[1,-1,1,-9231242,10797597641],\ +[1,-1,0,-4816449,-3893155245],\ +[1,-1,1,-2938640,732005363],\ +[1,-1,1,-591242,160029641],\ +[0,0,0,-4402049583,112416616169782],\ +[1,-1,0,-4760430,4000770540],\ +[1,-1,1,-5644355,5162831939],\ +[1,0,1,-117234,15440122],\ +[0,1,0,-1622236,794737860],\ +[1,0,0,-5068263,4391319753],\ +[1,-1,1,-38328080,91272348659],\ +[1,0,1,-49972854,135958522616],\ +[1,-1,1,-5606915,5234671811],\ +[0,0,0,-275127888,1756512455713],\ +[1,0,0,-18558,960876],\ +[1,-1,1,-1147971488,14971080405251],\ +[1,-1,1,-18367544408,958135304037827],\ +[1,0,1,-366356,65925200],\ +[1,0,1,266604,-84005714],\ +[1,-1,0,-4413114,3564676998],\ +[0,1,0,-26150796,-51434667900],\ +[0,0,0,-12326340,16657097497],\ +[0,0,0,-12325575,16659268414],\ +[1,-1,1,-677973785,-6697956457159],\ +[0,0,0,-146568,40785433],\ +[0,0,0,-2884143,1884268438],\ +[1,0,1,15067,-1063582],\ +[1,-1,0,-194364,89270748],\ +[0,1,0,36812,935300],\ +[1,-1,0,-1554504,745554528],\ +[0,1,0,43764,-660060],\ +[0,1,0,-1916700,1020722500],\ +[0,1,0,-119825,15910000],\ +[1,-1,1,-40211825,-18792219161815],\ +[1,0,0,-1070583,430807905],\ +[1,-1,0,177903,-272777463],\ +[1,-1,0,-5377887,-4609627137],\ +[1,0,0,19099,2919681],\ +[1,0,0,-28718,-114812],\ +[1,0,1,65761,-1096193688],\ +[1,0,0,-74258,7171588],\ +[1,0,0,114642,-888956],\ +[1,0,1,-30746,725816],\ +[1,0,0,-1420470976,20606022291456],\ +[1,0,0,4906394,13976534756],\ +[0,1,0,-305980,65044100],\ +[1,-1,0,-65699244,204998797458],\ +[1,0,0,-968250,-366367068],\ +[1,-1,0,-1438704,664547760],\ +[1,-1,0,-1506204,598816260],\ +[0,0,0,-1966440,-803219087],\ +[1,0,1,25876,2003996],\ +[1,0,1,-58864,28927262],\ +[0,0,0,-131223,478515598],\ +[1,-1,1,264358,-180857959],\ +[1,0,0,-244481,-43822839],\ +[1,0,1,-1039616,407908254],\ +[1,-1,1,18907,4344797],\ +[1,-1,1,-32373860,64061436863],\ +[0,0,0,-625548,188544553],\ +[1,0,1,-66256,6105246],\ +[1,0,1,-7317493,7618277408],\ +[1,-1,1,2832682,-1756969819],\ +[1,-1,1,-1000598,-257390683],\ +[1,-1,1,-28568210,62038063505],\ +[0,1,0,-82516,9094820],\ +[1,-1,1,-29005970,60135383441],\ +[1,-1,1,-24963984113,1518171186213281],\ +[1,-1,1,-1559767793,23737080689057],\ +[0,1,0,-28716636,63827980164],\ +[1,0,0,-162706,25088156],\ +[1,0,0,-175600,26611832],\ +[0,0,0,-1150680,350356921],\ +[1,-1,1,1032907,2400018437],\ +[1,-1,1,-1362893,580168757],\ +[1,-1,0,-65700414,204991132320],\ +[1,-1,0,-893865,324952425],\ +[1,-1,1,-23825,1095113],\ +[1,0,1,-408066,91293664],\ +[1,0,1,-565458,163419268],\ +[1,0,0,-70893,6874065],\ +[1,0,1,-523979,145944722],\ +[1,0,0,-1023558,-398210652],\ +[1,0,0,-81798,-2483100],\ +[1,0,1,-13371,-249034],\ +[1,0,1,-93738678,349314517256],\ +[1,-1,1,-240008,135078347],\ +[1,-1,1,-768861545,-8178047006551],\ +[1,-1,1,-25683305,-247146100567],\ +[1,0,1,-111631,14175534],\ +[1,-1,1,-28516577,-27948710671],\ +[1,0,0,-2721578,1724906508],\ +[1,-1,1,-355208,81441227],\ +[1,-1,1,-7562300,-6919473985],\ +[1,-1,1,98544343,-208934285119],\ +[0,1,0,-621036,119641860],\ +[1,0,0,1252504,593432640],\ +[1,-1,1,-227411222,1319418514469],\ +[1,-1,1,-187598102,1796124888101],\ +[0,1,0,-747340,-247586812],\ +[1,-1,0,-39753774,96482435580],\ +[1,0,0,-165008,96183040],\ +[1,-1,0,-2377494,1643862708],\ +[0,0,0,-595335,176591518],\ +[1,0,0,-404740,99074792],\ +[1,0,0,17202212,-16442251504],\ +[1,0,0,-16720610,26314988100],\ +[1,0,0,-7161518,7375988100],\ +[1,0,1,-978303,1034879506],\ +[0,1,0,-127036,-17243100],\ +[0,1,0,-173236,27637764],\ +[0,0,0,-12354087,16610694334],\ +[0,0,0,-288732,580663681],\ +[1,0,0,200704,-27728904],\ +[0,1,0,-223913916,1289569066884],\ +[0,0,0,4733025,-5089536794],\ +[1,0,1,-1465371606,21590865232360],\ +[1,0,1,-2138073,1162309756],\ +[1,-1,0,4222746,6394422528],\ +[0,1,0,-7468,586244],\ +[1,-1,0,-36806184,72590498190],\ +[0,0,0,-52850172,147880428361],\ +[0,0,0,-54587127,137640383854],\ +[0,1,0,-52708,4571780],\ +[1,0,1,-926324,679180466],\ +[1,0,1,-17179251,27401284174],\ +[1,-1,1,252148,139460879],\ +[1,0,1,-17078,-173994],\ +[1,-1,1,-2987852,1787972879],\ +[1,-1,0,-19059,4553613],\ +[1,0,0,-343223,77363793],\ +[0,0,0,-17033295,27055385782],\ +[1,-1,1,-14886950,22112021621],\ +[0,0,0,-47820,1058209],\ +[1,-1,1,-238190990,1414993301525],\ +[1,-1,1,58718875,2263131561629],\ +[1,-1,1,-141821285,628408393373],\ +[1,-1,1,-17109212,25288622111],\ +[1,-1,1,-106629557,428196486989],\ +[1,-1,0,-47607,3946635],\ +[1,0,1,-1955223,1038277378],\ +[1,-1,1,-1710950837,27240255446861],\ +[1,-1,0,-753265989,7957075773645],\ +[1,-1,1,17390308,114380182559],\ +[1,-1,0,-50140989,107247648645],\ +[1,0,1,1250609,139216754],\ +[1,0,1,-32080669,-69586350024],\ +[0,1,0,-9697948,10382960324],\ +[1,-1,0,1389696,589003128],\ +[0,0,0,-24917583,47874801238],\ +[1,0,1,-119111,15688262],\ +[0,0,0,-1557408,747984193],\ +[0,0,0,-6644928,4156634977],\ +[1,-1,0,-948347037,5345128611909],\ +[1,-1,0,-64990940337,6377174354342745],\ +[0,0,0,19826097,29023515862],\ +[1,-1,0,-802466397,8745518801925],\ +[1,-1,0,-64990933677,6377175726701013],\ +[0,1,0,-21908,206244],\ +[0,0,0,-1489863,696276862],\ +[0,0,0,-149268,-3781847],\ +[1,0,1,-3210906,2165259940],\ +[0,1,0,-78777380,269081058628],\ +[1,-1,1,-6733337,2918077049],\ +[1,0,1,-10968499,10658486222],\ +[1,-1,0,-1995960,1086804000],\ +[1,-1,1,-55393817,-156668833159],\ +[1,0,0,-809517088,-8864879082496],\ +[1,0,1,-1753969,888155526],\ +[1,0,0,-1645683,812443753],\ +[1,-1,1,104938,-23651539],\ +[1,-1,0,-542277,135954639],\ +[1,0,1,-250484,48425546],\ +[1,-1,1,-21743366270,1234071148581389],\ +[1,-1,0,50913,11028825],\ +[1,-1,1,-1359048830,19279981335053],\ +[1,0,1,-82836,9135460],\ +[1,0,0,-9206778,10751736996],\ +[1,0,1,-188808,48902306],\ +[1,0,0,-90958816,332805084096],\ +[1,0,0,-3078816,9986692096],\ +[1,0,0,-90876576,333438837760],\ +[1,0,0,-248728,47725064],\ +[1,0,1,-63023,5578328],\ +[1,-1,0,-926577,343144809],\ +[0,1,0,-577676,164417220],\ +[1,0,0,-91515,5888017],\ +[1,-1,0,-42237,8333685],\ +[1,0,0,-29093,1907521],\ +[1,0,0,-27933,2066905],\ +[1,-1,1,-3954713,-2495166343],\ +[1,0,0,-65678,5693956],\ +[1,0,0,-267918,-47576060],\ +[1,-1,1,7841767,-14541731719],\ +[1,-1,1,287065,363486431],\ +[1,-1,0,-158292,15844572],\ +[1,-1,0,459018,108811458],\ +[1,0,1,-105219,15596182],\ +[1,0,0,-317880,67623552],\ +[1,-1,0,-314799,68061105],\ +[1,0,0,-894036,2776433040],\ +[1,-1,0,-133572,-18219366],\ +[1,0,0,-188255,28023025],\ +[1,0,1,-165148,4049078],\ +[1,0,1,-172301,31128266],\ +[1,0,1,-1576191,761509042],\ +[1,0,1,-703323,274324006],\ +[1,0,0,-426948918,208128239524],\ +[1,0,0,-22977909238,-1340636967574812],\ +[1,0,0,-1403783478,-21935789795420],\ +[1,0,1,-70251159,226615691446],\ +[1,-1,0,-2134894284,37774229621040],\ +[1,0,0,-100970275,-390479138343],\ +[1,0,0,-125183,-9103335],\ +[1,0,0,-53788906,150142914020],\ +[1,0,0,-2845275,1083736657],\ +[1,0,0,-83251,7309281],\ +[0,0,0,-6316068,6109677817],\ +[0,0,0,-299247,57996886],\ +[1,0,1,-244736,44732900],\ +[1,0,0,-3422378,2435323044],\ +[1,0,0,-174468,28033488],\ +[0,1,0,29692,4264260],\ +[0,0,0,-6316743,6108306622],\ +[1,0,0,-82125701,287415643905],\ +[1,0,1,26441,14216606],\ +[0,0,0,-393063,94850878],\ +[1,0,1,-6687696,8148502222],\ +[1,-1,0,-15267852,22966096212],\ +[1,-1,0,-956592,357167664],\ +[1,-1,0,-1009749,390673305],\ +[1,-1,1,-69741050,218398828601],\ +[1,-1,1,-1107831290,14192754403385],\ +[1,-1,1,-3391997,1691355269],\ +[1,0,0,-88748,6568848],\ +[1,-1,1,568003,175467269],\ +[1,-1,1,-315146843,2156112054731],\ +[1,-1,1,-3057143,1253124047],\ +[1,0,1,-1086621,435887842],\ +[0,1,0,1043140,172092900],\ +[1,-1,0,-2317206672,42933974946048],\ +[1,-1,1,-2711543,1718854607],\ +[1,0,1,-1336446,-594187396],\ +[1,0,0,-628251,191569105],\ +[1,-1,0,-37075306032,2747746702562400],\ +[1,0,1,-284124,-24922198],\ +[1,0,1,-188921,31746720],\ +[1,0,0,-1903120,-4032249600],\ +[1,0,1,-6366606,-6180850580],\ +[1,-1,1,-165182,22926989],\ +[1,-1,1,-660182,-182597011],\ +[1,0,0,-23323,1268009],\ +[1,0,0,-20231,8392545],\ +[1,0,1,941532,-1352679194],\ +[0,1,0,-913876,335957924],\ +[1,-1,0,-361663290,2647447585020],\ +[1,-1,0,-361665090,2647419916500],\ +[1,0,1,-25827026,-50510238856],\ +[1,-1,1,-49853,-162619],\ +[1,0,1,52137,-2717594],\ +[0,1,0,-31093,2105076],\ +[0,1,0,-497828,135031204],\ +[1,-1,0,68328,20090430],\ +[1,0,0,-44093,-2692599],\ +[1,-1,0,-51462,4062528],\ +[1,0,1,-35187563,-52580054662],\ +[0,0,0,-49318743,133310895982],\ +[1,0,0,6019,727545],\ +[1,0,1,-67610354,212197666052],\ +[1,-1,0,2531151,-15187095],\ +[1,0,0,-90145,10408737],\ +[0,0,0,-3108468,2045988817],\ +[1,0,0,-725425,237753257],\ +[1,0,1,-138023,14225006],\ +[1,-1,0,-10125099,-113905845],\ +[1,0,1,-139698699393,-18932707983308492],\ +[1,0,1,-148039,-20287938],\ +[0,0,0,-557583,159867382],\ +[1,0,1,-603958,170231556],\ +[1,0,1,10821,913892],\ +[1,-1,1,-574538,759199817],\ +[1,-1,1,-15385910,23232973061],\ +[1,-1,1,-16492658,25706077481],\ +[1,-1,1,-15392750,23211287525],\ +[1,-1,1,-194990,31102589],\ +[1,-1,1,175450,135122141],\ +[1,-1,0,-57122604,1260716779728],\ +[1,0,0,-113416,-3624384],\ +[1,-1,1,-719393,-136618063],\ +[1,0,0,-1226316,468914320],\ +[1,0,1,-395069,-15055774],\ +[1,0,1,-846781,-136189174],\ +[1,-1,1,-5099513,4336360481],\ +[1,0,1,-25104544,48412527206],\ +[1,0,1,-64066,6235616],\ +[0,1,0,-30433,1873400],\ +[1,0,0,302017957515,-200241360614807775],\ +[1,0,1,-5189418,-2536025444],\ +[1,0,0,6444012,-4696475760],\ +[1,0,0,-8618,1532580],\ +[1,-1,1,-66737,3129761],\ +[1,-1,0,-30104112,63582596352],\ +[1,0,0,-145680,-21153600],\ +[0,1,0,-249401,47116224],\ +[1,0,1,189416,-12587754],\ +[0,1,0,-46274445,-121093507332],\ +[1,-1,1,-6261153403388,6033127152511123391],\ +[1,0,0,-239577688,1427147140160],\ +[1,0,0,605330,174944900],\ +[1,0,0,4549320,-6634353600],\ +[1,0,1,-395793,16939108],\ +[1,0,1,-35688,2675906],\ +[1,-1,1,-282791912,-1820223606301],\ +[1,0,0,-845556,-481780080],\ +[1,0,1,-1397243,635600306],\ +[1,-1,1,-7166912,-61956606301],\ +[1,0,1,418267,74125056],\ +[1,0,1,-808039,279979686],\ +[1,0,0,-35358150,80924422500],\ +[1,0,0,-231240,187785792],\ +[1,0,0,-1080971082,13678914712356],\ +[1,0,0,-24080217,45421448121],\ +[1,0,0,-505833255,4487049903177],\ +[1,0,0,12948,421776],\ +[1,0,0,-4767,127449],\ +[1,-1,1,-3606647,2637610319],\ +[1,0,1,-286854,58872856],\ +[1,0,0,-31900,1610000],\ +[1,0,0,-471900,124722000],\ +[1,0,0,-5557266,-3547208700],\ +[1,0,0,-2096146,1124611076],\ +[1,-1,1,-455648,94718531],\ +[1,-1,0,-2994759,1995489513],\ +[1,-1,0,-9156294,4087006308],\ +[1,-1,0,-2245670064,40961041011648],\ +[1,-1,1,-20320943,8757439031],\ +[1,0,1,-1840059,959624146],\ +[1,0,0,-12180181,16360637345],\ +[1,0,0,-749461,263897441],\ +[1,0,1,-2376073528,44530097120006],\ +[1,0,1,-375973,85217756],\ +[1,0,1,-687089,-116077264],\ +[1,0,1,-55935204,151397748706],\ +[1,0,0,-2088590,-732603900],\ +[1,0,1,-5134368,4453877806],\ +[1,0,1,-181466594,940883727476],\ +[1,0,1,-40131018,97848210556],\ +[1,0,1,-3339463,1946476406],\ +[1,0,0,-6229091,5983356225],\ +[1,0,1,-10696531938,425805659785156],\ +[1,0,1,-672781938,6564320785156],\ +[1,0,1,-13312373,-14159184244],\ +[1,-1,1,-82811204123,7954502395245131],\ +[1,-1,0,-85049424,297674459568],\ +[1,0,0,-335944840,1934592833600],\ +[1,-1,1,-7495963367,248904729248159],\ +[1,-1,1,-432117032,3457511648939],\ +[1,-1,1,-119815963367,15963236505248159],\ +[1,-1,0,-1360319310,19311544570500],\ +[1,0,1,-126444634,334325609996],\ +[1,-1,0,-26653050450,-1141465011637500],\ +[1,0,1,-7750790274,262642638842116],\ +[1,-1,0,-221146605,1265831924625],\ +[1,-1,1,-20133949523,1099622350950131],\ +[1,0,0,-35633466,81769961700],\ +[1,0,0,-116289615,-412420328775],\ +[1,0,0,-32075535,63675551097],\ +[1,0,1,-786170938,8484377935088],\ +[1,0,1,-49428958,130902669056],\ +[1,-1,0,-82132479,3449491353],\ +[1,-1,0,-773064180,-2683448838000],\ +[1,-1,1,-9403464137,351551840248649],\ +[1,-1,1,-150523464137,22477869536248649],\ +[1,0,0,-1927252846,32565217284740],\ +[1,-1,1,-1525803593,10402419668681],\ +[1,0,1,-4846913715494,4107201439429984376]] diff --git a/l-multiples_l-torsion/bunch_of_curves.gp b/l-multiples_l-torsion/bunch_of_curves.gp @@ -0,0 +1,2022 @@ + +\\ Elliptic curves downloaded from the LMFDB downloaded on 31 January 2019. +\\ Below is a list called data. Each entry has the form: +\\ [a1,a2,a3,a4,a6] (Weierstrass Coefficients) + +\\~2000 curves with rank 1 and conductor <1000 + +data = [\ +[0,0,1,-1,0],\ +[0,1,1,0,0],\ +[1,-1,1,0,0],\ +[0,-1,1,-2,2],\ +[1,-1,0,-1,1],\ +[1,0,0,-2,1],\ +[1,0,0,-1,0],\ +[1,0,0,4,1],\ +[0,0,1,2,0],\ +[1,1,1,-2,0],\ +[1,0,1,-12,-16],\ +[1,0,1,-2,0],\ +[1,1,1,1,0],\ +[0,0,0,-4,4],\ +[1,1,1,-1,0],\ +[0,0,1,1,0],\ +[0,1,1,-117,-1245],\ +[0,1,1,-7,5],\ +[0,1,1,13,42],\ +[0,0,0,-1,1],\ +[1,-1,1,-17,30],\ +[1,-1,1,-2,0],\ +[0,1,1,-1,-1],\ +[1,1,0,-2,0],\ +[1,1,0,8,10],\ +[1,1,0,-7,5],\ +[0,1,0,-40,84],\ +[0,1,0,0,4],\ +[1,-1,1,-626,6180],\ +[1,-1,1,-176,-768],\ +[1,-1,1,-41,96],\ +[1,-1,1,4,6],\ +[1,1,0,1,1],\ +[0,-1,1,-887,-10143],\ +[0,-1,1,-7,10],\ +[1,0,1,2,0],\ +[0,1,1,-10,10],\ +[0,1,1,20,-890],\ +[0,-1,1,1,-1],\ +[0,1,0,-2,1],\ +[0,1,0,18,-11],\ +[0,1,0,-9,7],\ +[0,1,0,1,1],\ +[0,-1,1,-19,39],\ +[1,0,1,-208,-1122],\ +[1,0,1,-33,68],\ +[1,0,1,-13,156],\ +[1,0,1,112,-4194],\ +[0,-1,1,1,0],\ +[0,0,1,-3,4],\ +[0,1,0,-4,0],\ +[0,1,0,16,16],\ +[1,1,0,-31,55],\ +[1,1,0,-1,1],\ +[0,1,1,-12,2],\ +[0,-1,1,-1,0],\ +[1,1,0,-1,-1],\ +[1,-1,1,-12,15],\ +[0,-1,1,-1,-2],\ +[1,-1,1,-3,2],\ +[1,-1,1,2,6],\ +[0,-1,0,-5,1],\ +[0,1,0,-1,3],\ +[0,0,1,-3,2],\ +[0,0,1,-534,4752],\ +[0,0,1,6,27],\ +[1,-1,0,-469,4029],\ +[1,-1,0,-29,69],\ +[0,-1,1,-840,-9114],\ +[0,-1,1,10,6],\ +[0,-1,1,-1,1],\ +[0,-1,0,-20,-24],\ +[0,-1,0,-5,6],\ +[1,1,0,-3,1],\ +[1,-1,1,-9,9],\ +[0,1,0,-6,4],\ +[0,1,0,-1,15],\ +[1,-1,0,-6,8],\ +[1,-1,0,39,-19],\ +[0,0,1,-2,1],\ +[1,1,0,-6,4],\ +[1,0,1,-8,6],\ +[1,0,1,12,38],\ +[0,0,1,-6924,221760],\ +[0,0,1,-84,315],\ +[0,0,1,6,0],\ +[0,1,0,-13,15],\ +[0,1,0,67,79],\ +[0,-1,1,-148,748],\ +[0,-1,1,2,-2],\ +[0,-1,1,-3283,-74657],\ +[0,-1,1,-33,93],\ +[0,-1,1,217,-282],\ +[0,-1,0,-77,289],\ +[0,-1,0,3,1],\ +[0,-1,0,0,1],\ +[0,-1,0,-4,5],\ +[0,1,1,-156,700],\ +[0,-1,1,-5,6],\ +[1,0,1,-4,-3],\ +[1,0,1,1,-9],\ +[0,0,1,-3,0],\ +[0,0,1,-3834,-91375],\ +[0,0,1,-54,-88],\ +[0,0,1,-24,45],\ +[1,1,0,2,2],\ +[1,-1,1,-48,147],\ +[0,-1,0,-129,609],\ +[0,-1,0,-9,9],\ +[0,-1,0,-4,-2],\ +[0,-1,0,31,33],\ +[0,-1,0,-142,701],\ +[0,-1,0,-2,1],\ +[0,0,1,-5,4],\ +[1,-1,0,-3168,69430],\ +[1,-1,0,-198,1120],\ +[1,-1,0,-108,2074],\ +[1,-1,0,-18,4],\ +[0,1,0,-28,48],\ +[0,1,0,-3,-2],\ +[0,-1,1,2,0],\ +[1,0,0,-1,2],\ +[1,1,0,-794,8289],\ +[1,1,1,0,-2],\ +[1,-1,1,-232,-1286],\ +[1,-1,1,-27,26],\ +[1,-1,1,-22,44],\ +[1,-1,1,98,126],\ +[1,-1,1,-140,668],\ +[1,-1,1,-5,20],\ +[0,-1,0,-7352,245104],\ +[0,-1,0,-72,496],\ +[0,-1,0,8,-16],\ +[0,-1,0,-16,32],\ +[0,1,1,-27,55],\ +[0,1,1,193,-308],\ +[1,1,0,-373,2623],\ +[1,1,0,-23,33],\ +[1,1,0,-3,-3],\ +[1,1,0,7,147],\ +[0,-1,0,-4,8],\ +[1,0,1,1,0],\ +[1,0,1,-193,1012],\ +[1,0,0,-12,16],\ +[0,0,1,-8,-12],\ +[0,0,0,-12,20],\ +[1,0,0,-2,4],\ +[1,0,0,18,-104],\ +[0,-1,1,-6,8],\ +[0,1,1,-27,-85],\ +[0,1,1,3,2],\ +[1,1,0,-1297,-18530],\ +[1,1,0,-82,-305],\ +[0,1,0,-7100,-232652],\ +[0,1,0,-445,-3720],\ +[0,1,0,-100,-252],\ +[0,1,0,-45,100],\ +[0,1,0,-8,-8],\ +[0,1,0,2,0],\ +[0,0,1,-75,256],\ +[0,0,1,375,-12344],\ +[0,0,1,0,-34],\ +[0,0,1,0,1],\ +[1,0,0,-45,-119],\ +[1,0,0,-5,1],\ +[0,-1,0,3,9],\ +[1,0,0,-2,-1],\ +[0,-1,0,8,-4],\ +[1,-1,0,-63,209],\ +[1,-1,0,-3,5],\ +[1,1,1,-5,0],\ +[0,-1,0,-1,2],\ +[1,-1,0,-8,6],\ +[1,-1,0,2,0],\ +[1,0,0,-700,7056],\ +[1,0,0,-60,16],\ +[0,-1,0,-216,1296],\ +[0,-1,0,-136,-560],\ +[0,-1,0,-16,16],\ +[0,-1,0,4,0],\ +[1,0,0,-52,144],\ +[1,0,0,3,1],\ +[0,0,1,0,-1],\ +[0,0,1,0,20],\ +[0,0,0,1,6],\ +[0,0,1,-7,12],\ +[0,-1,1,-6435,210006],\ +[0,-1,1,-65,-204],\ +[0,-1,1,425,433],\ +[1,1,0,-66,180],\ +[1,1,0,-26,444],\ +[0,1,0,0,1],\ +[0,0,0,1,-1],\ +[1,1,1,-55,134],\ +[1,1,0,2,1],\ +[0,0,0,-327,2270],\ +[0,0,0,-12,65],\ +[1,-1,0,-5,-3],\ +[1,0,0,-24432,-1471934],\ +[1,0,0,-302,-2036],\ +[1,0,0,-22,36],\ +[0,1,0,-13,-21],\ +[0,1,0,-3,1],\ +[0,0,0,-2,0],\ +[0,0,0,8,0],\ +[1,1,0,3,-3],\ +[1,0,1,-15,22],\ +[1,-1,0,-2,2],\ +[1,0,0,1,25],\ +[1,-1,1,-138,656],\ +[1,-1,1,-133,702],\ +[0,0,1,-2,-1],\ +[0,1,0,-48,-140],\ +[0,1,0,-8,4],\ +[0,0,0,-1451,21274],\ +[0,0,0,-91,330],\ +[0,0,0,-11,-6],\ +[0,0,0,-11,890],\ +[0,-1,1,-26,68],\ +[1,-1,0,-2846,59156],\ +[1,-1,0,-2,0],\ +[1,-1,0,8,-6],\ +[1,0,0,-7,9],\ +[1,-1,1,-1480,22272],\ +[1,-1,1,-730,-7228],\ +[1,-1,1,-105,272],\ +[1,-1,1,20,22],\ +[1,0,1,0,-1],\ +[1,0,0,-1,9],\ +[0,0,0,-412,3316],\ +[0,-1,0,-1,5],\ +[1,1,1,-255,1461],\ +[1,1,1,-15,21],\ +[1,0,0,-76,-19],\ +[1,0,0,19,0],\ +[1,1,0,-93,-378],\ +[1,1,0,2,-17],\ +[1,1,0,-33,61],\ +[1,1,1,13,177],\ +[0,0,0,-12,0],\ +[0,0,0,3,0],\ +[0,0,0,-291,-1910],\ +[0,0,0,-156,736],\ +[0,0,0,-21,-20],\ +[0,0,0,69,-146],\ +[1,-1,1,-26209,-1626560],\ +[1,-1,1,-1644,-24922],\ +[1,-1,1,-199,-68272],\ +[1,-1,1,-199,510],\ +[1,-1,0,-70,-204],\ +[1,-1,0,10,-700],\ +[1,1,1,-18,-36],\ +[1,1,1,-3,0],\ +[1,0,1,-138,592],\ +[1,0,1,2,32],\ +[0,-1,0,-9,13],\ +[0,-1,0,-33,85],\ +[0,0,1,-81,290],\ +[1,-1,1,1,0],\ +[1,-1,0,12,-19],\ +[1,-1,0,1,-1],\ +[1,0,0,-19,33],\ +[0,-1,0,-13,22],\ +[0,-1,0,12,72],\ +[1,-1,1,0,3],\ +[1,1,1,-230,1251],\ +[1,1,1,1650,-27389],\ +[0,1,1,-6,2],\ +[0,1,1,-197,-208],\ +[0,1,0,-21,31],\ +[0,-1,0,-8,16],\ +[0,1,0,-1120,15604],\ +[0,1,0,0,-76],\ +[1,-1,0,-1017,8883],\ +[1,-1,0,-927,11097],\ +[1,-1,0,-387,-2835],\ +[1,-1,0,-27,-27],\ +[0,-1,0,-21,49],\ +[1,0,0,-6,9],\ +[1,0,0,-2046,15376],\ +[1,0,0,-1706,26980],\ +[1,0,0,-106,420],\ +[1,0,0,454,1876],\ +[0,-1,0,-3,0],\ +[0,-1,0,12,-12],\ +[0,1,0,-60,144],\ +[0,1,0,5,14],\ +[1,-1,0,13,-11],\ +[1,-1,1,-1013,12656],\ +[1,-1,1,-68,182],\ +[1,-1,1,-23,-34],\ +[1,-1,1,157,992],\ +[0,0,0,-7,-2],\ +[1,1,0,7,-9],\ +[1,1,1,-12,45],\ +[0,1,0,-165,763],\ +[0,1,0,-145,975],\ +[0,1,0,-5,-5],\ +[0,1,0,15,-17],\ +[0,0,0,-428,-3408],\ +[0,0,0,-28,-48],\ +[0,0,0,-8,8],\ +[0,0,0,52,-272],\ +[1,-1,0,-238,1470],\ +[1,-1,0,-8,44],\ +[1,0,0,-174,868],\ +[1,0,0,-14,4],\ +[0,0,0,-189,-999],\ +[0,0,0,-9,9],\ +[0,-1,1,-53,-132],\ +[0,-1,1,-3,3],\ +[0,1,1,-1333,-19131],\ +[0,1,1,-83,244],\ +[1,-1,0,-80,-256],\ +[1,0,0,-6,4],\ +[1,0,0,4,-3],\ +[0,0,0,-11,-10],\ +[0,0,0,29,-66],\ +[1,1,0,-1602,24024],\ +[1,1,0,-102,324],\ +[1,1,0,-22,-44],\ +[1,1,0,118,1776],\ +[1,0,0,-5,4],\ +[1,-1,1,-14,-14],\ +[1,-1,1,1,-2],\ +[0,0,1,-16860,842625],\ +[0,0,1,-210,1134],\ +[0,0,1,-30,-63],\ +[1,-1,0,-123,494],\ +[1,-1,0,12,35],\ +[0,0,1,-2,2],\ +[0,-1,0,-12544,544960],\ +[0,-1,0,-784,8704],\ +[0,-1,0,-624,-5760],\ +[0,-1,0,-544,13888],\ +[0,-1,0,-64,64],\ +[0,-1,0,16,0],\ +[1,-1,0,-35944,-2868878],\ +[1,-1,0,-454,5812],\ +[1,-1,0,-389,-2859],\ +[1,-1,0,1,1],\ +[1,1,1,-322,2127],\ +[1,1,1,3,-5],\ +[0,1,1,-2,2],\ +[0,1,1,-441,3422],\ +[0,0,0,-28,57],\ +[0,0,0,-23,78],\ +[1,-1,0,-33,-65],\ +[1,-1,0,-3,1],\ +[1,-1,0,-3852,92988],\ +[1,-1,0,-3762,97470],\ +[1,-1,0,-72,0],\ +[1,-1,0,288,-216],\ +[0,0,0,4,4],\ +[0,1,1,-100,406],\ +[0,1,1,-1,1],\ +[1,1,1,-7,-3],\ +[0,1,1,2,0],\ +[0,-1,0,2,1],\ +[0,1,0,-50,129],\ +[1,1,0,-45,-185],\ +[1,1,0,5,5],\ +[1,-1,1,-180,1047],\ +[0,0,0,8,112],\ +[0,-1,0,3,-11],\ +[0,-1,0,-45,133],\ +[0,1,0,3,11],\ +[1,1,0,-715,7069],\ +[1,1,1,-5,11],\ +[0,-1,0,4,-8],\ +[0,1,1,-42,110],\ +[0,-1,1,-5,-16],\ +[1,-1,1,-7,8],\ +[1,0,1,-23,39],\ +[0,0,0,-963,11502],\ +[0,0,0,-63,162],\ +[0,0,0,-18,-27],\ +[0,0,0,117,918],\ +[0,0,1,-13718,-619025],\ +[0,0,1,-38,90],\ +[1,1,0,-4,2],\ +[1,1,1,6,7],\ +[0,1,0,-5,7],\ +[0,0,0,-584,5444],\ +[1,0,1,-5,20],\ +[1,0,1,40,-538],\ +[1,1,1,-32,65],\ +[0,0,0,-55,157],\ +[0,-1,0,-18,43],\ +[0,-1,0,2,-1],\ +[0,0,0,-35,-62],\ +[0,0,0,5,-6],\ +[0,1,0,0,-1],\ +[0,0,1,6,13],\ +[1,-1,0,-395,-2925],\ +[1,-1,0,-25,-39],\ +[1,-1,0,-5,5],\ +[1,-1,0,25,-209],\ +[1,1,0,-35,-98],\ +[0,-1,0,-6,9],\ +[0,1,0,-2,9],\ +[0,1,1,-2,-2],\ +[1,-1,0,-32,0],\ +[1,-1,0,128,-96],\ +[1,-1,0,-158,-725],\ +[1,-1,0,-13,0],\ +[1,-1,0,-8,11],\ +[1,-1,0,52,-39],\ +[1,-1,0,-141,681],\ +[1,-1,0,-96,1088],\ +[1,-1,0,849,-25939],\ +[1,-1,0,0,4],\ +[0,0,0,-103,-402],\ +[0,0,0,-8,-3],\ +[0,1,1,-11,-16],\ +[0,-1,0,-3,3],\ +[0,-1,0,7,9],\ +[0,1,0,-35,69],\ +[0,1,0,-25,119],\ +[1,0,0,-55,150],\ +[1,0,0,0,7],\ +[1,-1,1,-10267,402966],\ +[1,-1,1,-697,5294],\ +[1,-1,1,-642,6416],\ +[1,-1,1,-37,124],\ +[1,-1,1,-2,2],\ +[1,-1,0,-15,-46],\ +[1,1,0,-483,-4293],\ +[1,1,0,-33,-63],\ +[1,1,0,-13,13],\ +[1,1,0,97,-297],\ +[0,0,0,-7,7],\ +[0,-1,0,-16,29],\ +[0,0,0,-14651,-682570],\ +[0,0,0,-2891,47334],\ +[0,0,0,-931,-10290],\ +[0,0,0,49,-686],\ +[0,0,0,-111,214],\ +[0,0,0,24,25],\ +[1,1,1,-48,90],\ +[1,1,1,-13,-22],\ +[1,1,0,-1925,31458],\ +[1,1,0,-210,-441],\ +[0,0,0,5,10],\ +[0,-1,0,-2008,35312],\ +[0,-1,0,-1208,-19088],\ +[0,-1,0,-8,112],\ +[0,-1,0,8792,140912],\ +[0,0,0,-2675,53250],\ +[0,0,0,-175,750],\ +[0,0,0,-50,-125],\ +[0,0,0,325,4250],\ +[1,1,0,-2,-12],\ +[1,0,1,-10255,-438718],\ +[1,0,1,-145,692],\ +[1,0,1,800,1070],\ +[0,0,0,-8,4],\ +[0,0,1,-3,-2],\ +[1,-1,1,-2027,35776],\ +[1,-1,1,-2,-26],\ +[0,0,1,-108,-412],\ +[0,0,1,-18,29],\ +[1,-1,0,-225,-1250],\ +[1,-1,0,0,1],\ +[1,-1,0,-4942,134964],\ +[1,-1,0,-302,2260],\ +[1,0,1,-15,210],\ +[1,0,1,130,-5648],\ +[1,1,1,-102,355],\ +[0,1,0,-17,51],\ +[1,-1,0,-214,1260],\ +[1,-1,0,-14,20],\ +[1,0,0,-16,0],\ +[1,0,0,64,16],\ +[1,-1,0,-2223,-39785],\ +[1,-1,0,-963,11371],\ +[1,-1,0,-153,-455],\ +[1,-1,0,27,-59],\ +[1,-1,1,-1532,23455],\ +[1,-1,1,-92,415],\ +[0,-1,0,0,4],\ +[1,1,1,66,-5],\ +[1,-1,0,1,-3],\ +[0,0,1,-9,10],\ +[0,0,1,-237,1404],\ +[0,0,1,-12,4],\ +[1,-1,0,-6768,-212625],\ +[1,-1,0,-558,-891],\ +[1,-1,0,-423,-3240],\ +[1,-1,0,-18,-81],\ +[1,0,0,-213,-1208],\ +[1,0,0,-88,-2583],\ +[1,0,0,-3,2],\ +[1,1,0,-75,250],\ +[1,-1,0,-2267,-40984],\ +[1,-1,0,-142,-609],\ +[1,-1,0,-17,-1734],\ +[1,-1,0,-17,16],\ +[1,1,0,-4606,118420],\ +[1,1,0,-286,1780],\ +[1,0,0,-28,-59],\ +[1,0,1,-8,7],\ +[0,-1,0,3,-2],\ +[1,1,1,-13,8],\ +[1,1,1,2,2],\ +[1,0,0,-6864,218313],\ +[1,0,0,-3009,-61770],\ +[1,0,0,-474,2619],\ +[1,0,0,-429,3384],\ +[1,0,0,-24,63],\ +[1,0,0,1341,18228],\ +[1,-1,0,-20,40],\ +[1,-1,0,16,-10],\ +[1,0,0,-5626,-162894],\ +[1,0,0,-36,-440],\ +[1,0,0,4,16],\ +[1,0,0,-1415,20617],\ +[1,0,0,0,-1],\ +[0,0,0,-459,3834],\ +[0,0,0,-219,-1654],\ +[0,0,0,21,26],\ +[0,0,0,-3,34],\ +[0,0,0,0,-4],\ +[0,0,0,0,108],\ +[1,-1,0,-47,133],\ +[1,-1,0,-7,-3],\ +[1,0,0,-139,465],\ +[1,0,0,21,49],\ +[0,-1,1,19,100],\ +[1,1,0,-65,-231],\ +[1,1,0,-5,-3],\ +[1,0,1,-98,362],\ +[1,0,1,-8,2],\ +[1,0,1,-32681,1883180],\ +[1,0,1,-31106,2108972],\ +[1,0,1,-9641,-337876],\ +[1,0,1,-1946,32780],\ +[1,1,1,-1559,-24343],\ +[1,1,1,-99,-399],\ +[1,1,1,-19,17],\ +[1,1,1,81,-1479],\ +[0,0,0,-38,-87],\ +[0,0,0,17,-318],\ +[0,0,0,-23,-38],\ +[0,0,0,2,-3],\ +[0,0,1,-8211,-286610],\ +[0,0,1,-21,40],\ +[1,-1,1,-16400,-804212],\ +[1,-1,1,-965,-13940],\ +[1,-1,1,-335,2440],\ +[1,-1,1,-20,46],\ +[0,0,1,0,-331],\ +[0,0,1,0,12],\ +[1,-1,0,-345753,-78165914],\ +[1,-1,0,-21618,-1216265],\ +[1,-1,0,-17208,867901],\ +[1,-1,0,-15003,-1979636],\ +[1,-1,0,-1773,-5720],\ +[1,-1,0,432,-869],\ +[1,-1,1,-1212,16175],\ +[1,-1,1,-172,-465],\ +[1,0,0,-3,-2],\ +[0,1,1,1,1],\ +[0,1,0,-9,0],\ +[0,1,0,36,36],\ +[1,1,0,-30,52],\ +[1,1,1,-39,-35],\ +[0,1,0,-33,31],\ +[0,1,0,7,7],\ +[0,0,0,-1196,15920],\ +[0,0,0,-236,-1104],\ +[0,0,0,-76,240],\ +[0,0,0,4,16],\ +[0,0,0,-1196,-15920],\ +[0,0,0,-236,1104],\ +[0,0,0,-76,-240],\ +[0,0,0,4,-16],\ +[1,-1,0,-5442,-39034],\ +[1,-1,0,-3192,70216],\ +[1,-1,0,-192,1216],\ +[1,-1,0,1308,-5284],\ +[1,-1,0,-7452,-244944],\ +[1,-1,0,-477,4131],\ +[1,-1,0,-252,-7344],\ +[1,-1,0,-27,81],\ +[0,1,1,3,7],\ +[1,-1,1,-397,-2796],\ +[1,-1,1,-72,194],\ +[1,-1,1,-67,226],\ +[1,-1,1,173,1076],\ +[1,-1,0,-4670,-121675],\ +[1,-1,0,-295,-1800],\ +[1,-1,0,-50,111],\ +[1,-1,0,160,-7169],\ +[0,-1,0,55,93],\ +[0,1,0,-57,171],\ +[1,-1,0,-19,37],\ +[1,1,1,-16,-15],\ +[0,0,1,3,-4],\ +[1,-1,1,-2,28],\ +[1,-1,0,0,-1],\ +[0,-1,0,-10,17],\ +[0,1,0,-46,529],\ +[0,1,0,414,-13915],\ +[1,1,0,-226,-1406],\ +[1,1,0,-126,486],\ +[1,1,0,-16,-20],\ +[1,1,0,4,0],\ +[1,1,0,-105,-441],\ +[1,1,0,5,-23],\ +[1,1,1,-7445,244091],\ +[1,1,1,-405,4731],\ +[0,-1,0,-80,304],\ +[0,1,0,8,4],\ +[1,0,0,-170,837],\ +[1,0,0,-15,0],\ +[1,0,0,-10,-13],\ +[1,0,0,60,15],\ +[1,1,0,-162,729],\ +[1,1,0,-7,16],\ +[0,0,1,-4,3],\ +[0,0,0,-36,81],\ +[0,0,0,9,270],\ +[1,-1,1,-12,18],\ +[1,0,1,-80,-275],\ +[1,1,0,-97,281],\ +[1,0,1,-44,106],\ +[1,-1,1,-117,141],\ +[1,1,1,-11,9],\ +[1,1,1,1,2],\ +[0,0,0,2,1],\ +[0,-1,0,4,4],\ +[0,1,1,-1006,11952],\ +[1,1,0,81,-27],\ +[1,0,1,-7,14],\ +[1,-1,1,-25,52],\ +[1,-1,1,0,2],\ +[1,-1,0,-617,5916],\ +[1,-1,0,8,291],\ +[1,-1,0,3,-10],\ +[0,-1,0,-81,-255],\ +[0,-1,0,-56,180],\ +[0,-1,0,-6,0],\ +[0,-1,0,24,-24],\ +[0,-1,0,-480,4212],\ +[0,-1,0,-80,-168],\ +[0,-1,0,-30,72],\ +[0,-1,0,15,225],\ +[1,-1,0,-1693,27240],\ +[1,-1,0,-1688,27405],\ +[1,0,1,-44,-150],\ +[0,1,0,-9357,347279],\ +[0,1,0,323,2671],\ +[0,0,1,-2,0],\ +[1,-1,0,-96,386],\ +[1,-1,0,-6,-4],\ +[1,-1,0,-177,953],\ +[1,-1,0,3,5],\ +[1,-1,1,-1109,-13931],\ +[1,-1,1,-29,37],\ +[1,1,0,-32,64],\ +[1,1,0,3,1],\ +[1,0,1,-1594,-26708],\ +[1,0,1,121,46],\ +[1,0,0,-1191,15721],\ +[1,0,0,-71,265],\ +[0,-1,0,-13,25],\ +[0,1,0,11,695],\ +[1,-1,1,-57,222],\ +[1,1,0,13,13],\ +[1,1,1,-1001,12375],\ +[1,-1,1,-533,-4598],\ +[1,-1,1,-263,1666],\ +[1,-1,1,-38,-44],\ +[1,-1,1,7,-8],\ +[0,0,0,1,1],\ +[0,0,0,-5291,-148134],\ +[0,0,0,-491,154],\ +[0,0,0,-331,-2310],\ +[0,0,0,-11,-70],\ +[0,0,0,-17,27],\ +[1,1,0,25,-14],\ +[1,0,1,-9,28],\ +[1,0,1,-32,-71],\ +[0,0,0,-111,450],\ +[0,0,0,-6,9],\ +[0,0,0,-1371,-19514],\ +[0,0,0,-111,-110],\ +[0,0,0,-66,205],\ +[0,0,0,429,-866],\ +[0,0,0,-6,5],\ +[0,0,0,9,26],\ +[1,-1,0,-10,15],\ +[1,-1,0,-5,26],\ +[1,0,1,-48,-130],\ +[1,-1,0,-935,11229],\ +[1,0,0,-86,292],\ +[1,-1,1,-4,-1],\ +[1,1,1,-11749,-495058],\ +[1,1,1,-3299,64670],\ +[1,1,1,-764,-7324],\ +[1,1,1,81,-564],\ +[1,1,1,-75,-1422],\ +[1,1,1,-10,8],\ +[1,1,0,-12678,-3060351],\ +[1,1,0,-1693,26434],\ +[1,1,1,-6541,-206341],\ +[1,1,1,-421,-3157],\ +[1,1,1,-101,299],\ +[1,1,1,579,-14757],\ +[1,-1,1,-5,6],\ +[1,-1,0,-42,-127],\ +[1,0,0,-4,0],\ +[1,0,0,16,4],\ +[1,-1,1,-21931,-1244565],\ +[1,-1,1,-1371,-19189],\ +[1,-1,1,-1291,-21589],\ +[1,-1,1,-91,-245],\ +[0,-1,0,11,-47],\ +[0,-1,1,-52,-3863],\ +[0,0,0,-563,-5138],\ +[0,0,0,-43,-42],\ +[0,0,0,-23,42],\ +[0,0,0,157,-322],\ +[1,-1,0,-4095,102577],\ +[1,-1,0,45,-203],\ +[1,-1,0,-45,139],\ +[1,-1,0,12,-208],\ +[1,-1,1,1,7],\ +[1,-1,1,-509,4677],\ +[0,1,0,-309,1991],\ +[1,1,1,-2813,-58594],\ +[1,1,1,-188,-844],\ +[1,1,1,-63,156],\ +[1,1,1,437,-4594],\ +[1,0,0,-18,27],\ +[1,0,0,7,102],\ +[1,1,0,-450,3375],\ +[1,1,0,175,12750],\ +[0,-1,0,-8,0],\ +[0,-1,0,32,-32],\ +[0,-1,0,-1288,18160],\ +[0,-1,0,-648,35568],\ +[0,-1,0,-88,-272],\ +[0,-1,0,72,-1296],\ +[0,1,0,-2344,-44428],\ +[0,1,0,-184,-364],\ +[0,1,0,-104,372],\ +[0,1,0,696,-2124],\ +[1,-1,0,1226,30580],\ +[1,-1,0,-4,0],\ +[1,-1,0,16,-12],\ +[1,1,1,9,13],\ +[1,1,1,-14,11],\ +[1,1,1,26,107],\ +[0,1,1,-383196,91174234],\ +[0,1,1,-506,7774],\ +[0,1,1,-16,-66],\ +[1,0,1,-2525,-45279],\ +[1,0,1,170,-3237],\ +[0,0,0,-513,-4563],\ +[0,0,0,27,-27],\ +[0,0,0,-648,6372],\ +[0,0,0,1512,33588],\ +[0,0,0,-57,169],\ +[0,0,0,3,1],\ +[1,1,1,-8,9],\ +[0,0,0,-5,4],\ +[0,0,0,5,18],\ +[1,-1,0,-914,-8277],\ +[1,-1,0,-289,1848],\ +[1,-1,0,-284,1915],\ +[1,-1,0,256,7625],\ +[1,0,1,-1957,33140],\ +[1,0,1,-137,380],\ +[1,0,1,-57,-164],\ +[1,0,1,403,2756],\ +[1,-1,1,-110,-134],\ +[1,-1,1,25,-26],\ +[1,-1,0,-12,9],\ +[1,-1,0,3,0],\ +[1,0,1,-106,408],\ +[1,0,1,-6,8],\ +[1,1,0,-25,125],\ +[1,1,0,225,-3125],\ +[1,0,1,-758201,254051548],\ +[1,0,1,-701,-7202],\ +[1,0,1,4924,75298],\ +[1,-1,1,-15,87],\ +[1,1,1,-2213,39531],\ +[1,1,1,7412,212781],\ +[0,1,1,-116,444],\ +[1,0,0,-11,14],\ +[1,0,1,1,-5],\ +[0,1,1,-2376,-61851],\ +[0,-1,0,-1144,-14516],\ +[0,-1,0,-64,-260],\ +[0,-1,0,-752,6972],\ +[0,-1,0,-212,-1020],\ +[0,-1,0,-207,-1080],\ +[0,-1,0,248,-5252],\ +[0,1,0,-2944,60512],\ +[0,1,0,-304,-544],\ +[0,1,0,-184,896],\ +[0,1,0,-4,32],\ +[0,0,0,-8,9],\ +[1,1,0,0,1],\ +[1,-1,0,-12555,544887],\ +[1,-1,0,135,-243],\ +[1,-1,0,0,2],\ +[1,-1,1,-434,-7343],\ +[1,-1,1,46,209],\ +[1,-1,1,-149,749],\ +[0,0,0,32,-212],\ +[0,-1,0,-805,9065],\ +[0,-1,0,-5,25],\ +[0,0,0,-4283,107882],\ +[0,0,0,-1403,-18902],\ +[0,0,0,-283,1482],\ +[0,0,0,37,138],\ +[0,1,1,-8,8],\ +[0,1,1,-269,1628],\ +[0,-1,0,-221,-1191],\ +[0,1,0,-517,-4681],\ +[0,1,0,-37,71],\ +[1,-1,0,-2,4],\ +[1,-1,1,-2,82],\ +[1,-1,0,0,-3],\ +[1,1,0,-1618,24388],\ +[1,1,0,-98,372],\ +[1,1,0,-397,2881],\ +[1,1,0,-17,69],\ +[1,0,1,-968,-11662],\ +[1,0,1,-448,3506],\ +[1,0,1,-68,-142],\ +[1,0,1,12,-14],\ +[0,1,1,-4,-2],\ +[1,1,0,-2,-2],\ +[1,0,1,-2335,-43598],\ +[1,0,1,-80,190],\ +[1,1,0,-2221,29181],\ +[1,1,0,-2061,35165],\ +[1,-1,1,-9611313,-11466507927],\ +[1,-1,1,-19353,958713],\ +[1,1,1,-21,-5],\ +[1,-1,1,-37,85],\ +[1,-1,1,3,5],\ +[0,1,1,-18,24],\ +[0,0,1,175,-1344],\ +[1,-1,1,-55,72],\ +[1,-1,0,-2,1],\ +[0,0,0,-13836,-626416],\ +[0,0,0,-2316,42896],\ +[0,0,0,-876,-9520],\ +[0,0,0,-156,560],\ +[0,0,0,24,56],\ +[0,0,0,564,-37744],\ +[0,0,0,-396,-3024],\ +[0,0,0,-396,3024],\ +[0,0,0,-36,0],\ +[0,0,0,9,0],\ +[0,0,0,-540,-4752],\ +[0,0,0,-60,176],\ +[0,0,0,0,-216],\ +[0,0,0,0,8],\ +[1,0,0,-3,0],\ +[1,0,0,12,3],\ +[0,0,0,-8,-7],\ +[0,0,0,17,-42],\ +[0,0,0,-32,-31],\ +[0,0,0,113,-234],\ +[1,1,0,-15,-27],\ +[1,1,0,25,-99],\ +[1,1,1,-514,4271],\ +[1,1,1,-34,47],\ +[0,0,1,-3,18],\ +[0,0,1,-597,8820],\ +[1,-1,1,-3593,83782],\ +[1,-1,1,-218,1432],\ +[0,0,1,-42,105],\ +[0,0,1,108,560],\ +[1,-1,0,-1170000,487402461],\ +[1,-1,0,-73125,7629336],\ +[1,-1,0,-71370,8011575],\ +[1,-1,0,-4680,114075],\ +[1,-1,0,-1035,-10584],\ +[1,-1,0,-990,-11745],\ +[1,-1,0,1890,-61479],\ +[1,-1,0,5445,533250],\ +[1,-1,0,-9,0],\ +[1,-1,0,36,-27],\ +[1,1,1,-9,7],\ +[1,1,1,-18,415],\ +[0,-1,0,-44,120],\ +[0,-1,0,-9,-6],\ +[0,-1,0,-89588,10350936],\ +[0,-1,0,-5553,165894],\ +[0,-1,0,-1388,6840],\ +[0,-1,0,327,666],\ +[1,-1,0,1,5],\ +[1,0,0,-350,2500],\ +[0,-1,1,-3,2],\ +[0,-1,0,-29973,2007325],\ +[0,-1,0,-373,2813],\ +[0,-1,0,-53,-131],\ +[0,1,0,-5,-1],\ +[0,1,0,-9,-13],\ +[1,0,1,-2,1],\ +[1,-1,0,-153,4909],\ +[1,-1,0,-18,36],\ +[1,-1,0,44,496],\ +[1,-1,0,-1802,29898],\ +[1,-1,0,-112,492],\ +[1,1,1,4,-1443],\ +[0,-1,0,7,-3],\ +[0,-1,0,-80008,-8683988],\ +[0,-1,0,-5008,-133988],\ +[0,-1,0,-2008,-295988],\ +[0,-1,0,-508,1012],\ +[0,-1,0,-383,3012],\ +[0,-1,0,1992,6012],\ +[0,1,0,-233,1563],\ +[0,0,1,-111,450],\ +[1,-1,0,-9,-54],\ +[1,-1,1,-12,36],\ +[1,-1,1,-7162,-231426],\ +[1,-1,1,-3532,79786],\ +[1,-1,1,-507,-2494],\ +[1,-1,1,98,-316],\ +[1,-1,0,-1414,-44027],\ +[1,0,1,4,2],\ +[1,0,0,-120,576],\ +[0,0,0,5,-2],\ +[0,0,0,-8,16],\ +[0,0,0,-8,-16],\ +[0,0,0,-56,-4848],\ +[1,1,1,-204624,35542050],\ +[1,1,1,-42469,-2756140],\ +[1,1,1,-13034,528806],\ +[1,1,1,-12789,551346],\ +[1,1,1,-784,8720],\ +[1,1,1,12481,2376092],\ +[1,1,0,-35,66],\ +[1,1,0,0,3],\ +[1,-1,0,-2744,-54500],\ +[1,-1,0,-244,0],\ +[1,-1,0,-164,848],\ +[1,-1,0,976,-732],\ +[0,0,0,-4104,-101196],\ +[0,0,0,-24,-284],\ +[0,0,0,-48,196],\ +[1,0,0,-373,-2991],\ +[1,0,0,27,1],\ +[1,-1,1,-61,197],\ +[1,1,1,-6,-6],\ +[1,1,1,19,-16],\ +[0,1,1,79,-214],\ +[0,-1,0,-1,197],\ +[0,0,0,-251,1510],\ +[0,0,0,-31,-30],\ +[0,0,0,-26,-51],\ +[0,0,0,109,-226],\ +[0,0,0,-355,702],\ +[0,0,0,85,86],\ +[1,1,0,2,4],\ +[1,1,0,-2819,-58803],\ +[1,0,1,-20330,-1118500],\ +[1,0,1,325,-7018],\ +[1,0,1,-21,34],\ +[1,0,1,54,196],\ +[1,1,1,1,5],\ +[1,0,0,-185,1401],\ +[0,0,0,8,4],\ +[0,0,0,-1207,9006],\ +[0,0,0,-1052,13129],\ +[0,1,0,-101,359],\ +[0,1,0,59,1495],\ +[1,-1,1,-14,-16],\ +[1,-1,1,8,-5],\ +[1,1,0,28,157],\ +[0,-1,0,-60,-144],\ +[0,-1,0,5,-14],\ +[0,-1,0,-748,7564],\ +[0,-1,0,-733,7888],\ +[0,-1,0,-148,-644],\ +[0,-1,0,-13,4],\ +[0,-1,0,-68,240],\ +[0,-1,0,-3,6],\ +[0,1,0,-304,1892],\ +[0,1,0,-44,-84],\ +[0,1,0,-39,-108],\ +[0,1,0,136,-444],\ +[1,-1,0,-17,-13],\ +[1,-1,0,-7,9],\ +[1,-1,1,-171,1904],\ +[0,0,1,-40,48],\ +[1,-1,0,11,-18],\ +[1,-1,0,-151200,22667386],\ +[1,-1,0,-9450,355936],\ +[1,-1,0,-8820,404950],\ +[1,-1,0,-3330,-69080],\ +[1,-1,0,-630,4900],\ +[1,-1,0,90,436],\ +[1,-1,0,-2409,46115],\ +[1,-1,0,-789,-7777],\ +[1,-1,0,-159,665],\ +[1,-1,0,21,53],\ +[0,1,0,-16,16],\ +[1,1,1,-17,-70],\ +[0,-1,1,-10,16],\ +[0,1,1,-45,-209],\ +[0,1,1,5,6],\ +[0,0,1,49,-86],\ +[1,-1,0,-107,454],\ +[1,-1,0,628,-17823],\ +[1,-1,0,-5252,-145223],\ +[1,-1,0,30763,6051758],\ +[1,-1,1,-131,-520],\ +[1,-1,1,4,-34],\ +[0,1,0,-265,1575],\ +[0,1,0,-15,25],\ +[0,0,0,-13,18],\ +[0,0,0,-8,32],\ +[0,0,0,-13,-18],\ +[0,0,0,-8,-32],\ +[0,0,0,-52,144],\ +[0,0,0,-2,4],\ +[1,1,1,79,335],\ +[0,-1,0,2,-7],\ +[0,1,0,6,-43],\ +[0,1,1,10,44],\ +[0,1,1,1815,141239],\ +[1,-1,1,-6486,202661],\ +[1,-1,1,-406,3237],\ +[0,0,0,-3,-1],\ +[0,0,0,-3,14],\ +[0,0,0,-27,27],\ +[1,0,0,-1,4],\ +[1,-1,0,-22,46],\ +[1,0,1,-26,48],\ +[1,0,1,99,248],\ +[1,-1,0,-34667,-2475759],\ +[1,-1,0,-2167,-38259],\ +[1,-1,0,-1667,-56759],\ +[1,-1,0,-167,-259],\ +[1,1,0,-11330,-468940],\ +[1,1,0,-130,-780],\ +[1,1,1,12,181],\ +[1,0,0,-3044,-64887],\ +[1,0,0,-1294,17195],\ +[1,0,0,-209,-816],\ +[1,0,0,36,-81],\ +[1,0,1,-32,-61],\ +[1,0,1,3,-5],\ +[1,0,1,-174,880],\ +[1,1,1,-56,1145],\ +[0,0,0,-11,10],\ +[0,0,0,29,66],\ +[1,-1,1,-11,10],\ +[1,-1,1,34,46],\ +[0,0,1,-246,2043],\ +[0,0,1,24,-36],\ +[1,-1,1,-18,33],\ +[1,1,1,24,-23],\ +[1,-1,1,-8572,183615],\ +[1,-1,1,1668,19775],\ +[1,1,0,-79,-306],\ +[0,-1,0,-76,280],\ +[0,-1,0,-1,10],\ +[0,1,0,-1556,-13356],\ +[0,1,0,-716,7140],\ +[0,1,0,-41,120],\ +[0,1,0,319,-1356],\ +[1,0,1,32,-210],\ +[1,1,1,-20174,-1111138],\ +[1,1,1,-1389,-14094],\ +[1,1,1,-544,4496],\ +[1,1,1,-539,4592],\ +[1,1,1,221,17042],\ +[1,1,1,3876,-89910],\ +[1,0,0,-98,279],\ +[1,0,0,-33,-72],\ +[0,-1,0,-3,4],\ +[0,1,0,1,2],\ +[0,-1,1,-16660,-1081562],\ +[0,-1,1,-210,6798],\ +[1,1,1,64,258],\ +[1,1,0,-2,1],\ +[1,-1,0,-194,1085],\ +[1,-1,0,-19,0],\ +[1,-1,0,-14,-17],\ +[1,-1,0,76,-57],\ +[1,-1,0,-1332,19062],\ +[1,-1,0,18,108],\ +[1,-1,1,13,1235],\ +[1,-1,1,-26,57],\ +[1,1,0,-1,-2],\ +[1,0,1,-23,-174],\ +[1,0,1,2,6],\ +[1,-1,0,-524,-8920],\ +[1,0,0,44,-624],\ +[1,-1,1,-13,21],\ +[0,-1,0,-224,1368],\ +[0,-1,0,-49,-95],\ +[0,-1,0,-14,24],\ +[0,-1,0,16,84],\ +[0,-1,0,-33,81],\ +[0,-1,0,2,4],\ +[0,1,0,-1505,17199],\ +[0,1,0,210,1764],\ +[0,1,0,-224,-1368],\ +[0,1,0,-49,95],\ +[0,1,0,-14,-24],\ +[0,1,0,16,-84],\ +[1,0,1,3,0],\ +[1,-1,1,2064,18771],\ +[1,-1,1,-6,5],\ +[1,-1,1,14,21],\ +[1,-1,1,-5,2],\ +[0,0,1,-6750,-213469],\ +[0,0,1,-750,7906],\ +[0,0,1,0,-844],\ +[0,0,1,0,31],\ +[1,-1,0,-117,166],\ +[1,1,1,2,0],\ +[1,1,0,-12,12],\ +[1,0,1,6,-20],\ +[1,1,1,-148,-427],\ +[1,1,1,492,-2475],\ +[0,0,0,-1163,-14938],\ +[0,0,0,-163,462],\ +[0,0,0,-143,658],\ +[0,0,0,517,3318],\ +[0,-1,1,-13,24],\ +[0,1,1,-179,881],\ +[1,0,0,-2003,-39269],\ +[1,0,0,-33,73],\ +[1,0,0,167,225],\ +[1,-1,1,359,-6663],\ +[0,0,0,-831,-8890],\ +[0,0,0,24,-511],\ +[0,0,0,-192,1028],\ +[1,-1,0,-5,6],\ +[0,0,0,4,-4],\ +[0,-1,0,-5,-19],\ +[1,0,0,-14,19],\ +[1,0,0,-9,34],\ +[1,1,0,-1748,-25392],\ +[1,1,0,172,-1968],\ +[1,0,1,-10644,420826],\ +[1,0,1,-924,922],\ +[1,0,1,-604,-5734],\ +[1,0,1,3676,8282],\ +[1,1,1,-116,413],\ +[1,1,1,4,29],\ +[0,0,1,18,-7],\ +[0,-1,0,56,-1415],\ +[0,-1,0,-88,349],\ +[0,1,0,-4,5],\ +[0,1,0,12,9],\ +[0,0,0,-40,100],\ +[0,0,0,800,26500],\ +[0,0,0,-125,625],\ +[0,0,0,-2000,-34375],\ +[0,0,0,-1375,-56250],\ +[0,0,0,-5,5],\ +[1,-1,0,-3,-1],\ +[1,-1,0,-8952,-323776],\ +[1,-1,0,-177,197],\ +[1,-1,0,-132,618],\ +[1,-1,0,-9,-19],\ +[1,-1,1,-1487,-12905],\ +[1,-1,1,-41,105],\ +[1,-1,1,-83,595],\ +[0,0,1,1,-8],\ +[0,0,0,2,-14],\ +[0,-1,0,-31281,2139919],\ +[0,-1,0,-41,199],\ +[0,-1,0,-1,-1],\ +[0,-1,0,1,1],\ +[0,1,0,-11,11],\ +[0,1,0,-31281,-2139919],\ +[0,1,0,-41,-199],\ +[0,1,0,-1,1],\ +[1,1,1,-120,42282],\ +[1,0,0,-36,81],\ +[0,-1,1,-5781,175862],\ +[1,0,1,6,1],\ +[1,1,0,1,-1],\ +[1,0,0,-178,-924],\ +[1,0,0,-18,4],\ +[1,-1,1,-7,-5],\ +[1,-1,1,3,-25],\ +[1,-1,1,-118,2693],\ +[1,1,0,-27,-59],\ +[1,1,1,-416,3009],\ +[1,1,1,-70,195],\ +[1,-1,1,25,28],\ +[1,-1,0,3,-2],\ +[1,0,1,-1,1],\ +[1,1,0,-381,2709],\ +[1,1,0,-21,45],\ +[1,1,0,-55174,4965268],\ +[1,1,0,-3334,81940],\ +[1,1,1,-5079,137205],\ +[1,1,1,-679,-3883],\ +[1,1,1,-319,2021],\ +[1,1,1,1,101],\ +[0,0,1,43,-2088],\ +[0,1,1,-5,6],\ +[0,1,1,45,-129],\ +[1,-1,1,-514,4609],\ +[0,0,0,-123,522],\ +[0,0,0,-3,18],\ +[0,0,0,-311043,-66769598],\ +[0,0,0,-19443,-1042958],\ +[0,0,0,-15843,-1441118],\ +[0,0,0,-11523,476098],\ +[0,0,0,-1443,-9758],\ +[0,0,0,-723,7378],\ +[0,0,0,-3,322],\ +[0,0,0,5037,-73262],\ +[0,0,0,-1947,-33046],\ +[0,0,0,-1227,16346],\ +[0,0,0,-147,-286],\ +[0,0,0,33,-34],\ +[0,0,0,-18387,959634],\ +[0,0,0,-1107,16146],\ +[0,0,0,-387,-766],\ +[0,0,0,93,-94],\ +[1,-1,0,-1,-11],\ +[1,0,1,-33581,-2375576],\ +[1,0,1,714,-16080],\ +[1,1,1,-93,307],\ +[1,1,1,2,3],\ +[1,1,1,-30873,16782247],\ +[1,1,1,-5603,-163815],\ +[1,1,1,3422,-612177],\ +[1,1,1,-4,-4],\ +[1,1,1,11,-10],\ +[0,1,1,-3,-4],\ +[1,-1,0,-67,216],\ +[1,-1,0,58,841],\ +[1,1,0,-475,-4187],\ +[1,1,0,-35,-51],\ +[1,0,1,-1217868,517205302],\ +[1,0,1,-1216658,518284622],\ +[1,0,1,-5448,-113258],\ +[1,0,1,13912,-732778],\ +[1,0,1,-14,20],\ +[1,1,1,179,1475],\ +[0,1,0,-1,51],\ +[0,0,0,-68,-236],\ +[1,-1,0,-4,-2],\ +[1,-1,0,-949,11493],\ +[1,-1,0,-929,11985],\ +[1,1,1,-26,39],\ +[1,1,1,-405,-1925],\ +[1,0,1,-539,4765],\ +[0,-1,0,-100,424],\ +[0,1,0,-164,-828],\ +[0,1,0,-29,36],\ +[0,1,1,-310,3364],\ +[1,0,0,-105841,13244636],\ +[1,0,0,-6616,206471],\ +[1,0,0,-5391,285606],\ +[1,0,0,-3921,-94830],\ +[1,0,0,-491,1896],\ +[1,0,0,-246,-1485],\ +[1,0,0,-1,-64],\ +[1,0,0,1714,14685],\ +[0,-1,1,-205,1203],\ +[0,-1,1,5,6],\ +[0,-1,1,406,-686],\ +[1,-1,0,-2430,46732],\ +[1,-1,0,66,116],\ +[1,-1,1,-374,2949],\ +[1,-1,1,7,-7],\ +[0,-1,0,-45,25],\ +[0,1,0,-12021,-511321],\ +[0,1,0,-181,-425],\ +[0,1,1,-5,23],\ +[1,-1,0,-5,7],\ +[1,1,0,-479052,127421360],\ +[1,1,0,-29612,2027600],\ +[1,1,1,-14,75],\ +[0,-1,0,4,-3],\ +[0,-1,0,-140,753],\ +[0,1,0,8,89],\ +[0,1,0,-96,333],\ +[1,-1,1,-191,892],\ +[1,-1,1,-56,-134],\ +[1,-1,1,13,-12],\ +[1,-1,0,-495,-4118],\ +[1,-1,0,9,4],\ +[1,0,0,-4,-5],\ +[0,0,0,-155,714],\ +[0,0,0,5,42],\ +[0,1,1,5,7],\ +[1,0,1,-7,-6],\ +[1,0,1,13,-30],\ +[1,0,1,-10758,428760],\ +[1,0,0,43,-31],\ +[0,0,1,2,-1],\ +[1,0,1,1,1],\ +[0,0,0,-264,1636],\ +[0,0,0,-24,-44],\ +[0,0,0,-48,-124],\ +[1,0,1,11,0],\ +[1,1,1,-1238,-17152],\ +[1,1,1,-23,-628],\ +[1,0,0,-93104,-10942305],\ +[1,0,0,-5819,-171336],\ +[1,0,0,-5654,-181467],\ +[1,0,0,-1409,17538],\ +[1,0,0,-374,-2541],\ +[1,0,0,31,-192],\ +[0,1,0,-35,58],\ +[0,1,0,60,400],\ +[0,0,0,-2027,35126],\ +[0,0,0,-227,-434],\ +[0,0,0,-127,546],\ +[0,0,0,-2,21],\ +[1,0,1,-10,-10],\ +[1,1,1,-21,27],\ +[1,0,0,-267,1521],\ +[0,0,1,-5,10],\ +[1,-1,1,-77,276],\ +[1,-1,1,-32,564],\ +[0,-1,0,-2589,-49851],\ +[0,-1,0,-159,-765],\ +[0,-1,0,-29,69],\ +[0,-1,0,1,3],\ +[0,-1,0,-23,51],\ +[0,-1,0,-13,85],\ +[0,1,0,-2589,49851],\ +[0,1,0,-159,765],\ +[0,1,0,-29,-69],\ +[0,1,0,1,-3],\ +[0,1,0,-93,315],\ +[0,1,0,-3,9],\ +[1,0,1,-848,9006],\ +[1,0,1,32,558],\ +[1,-1,0,-20909,-1158507],\ +[1,-1,0,-2189,9845],\ +[1,-1,0,-1309,-17787],\ +[1,-1,0,-29,-635],\ +[1,0,0,-26116,-1580604],\ +[1,0,0,-3576,81280],\ +[1,0,0,-56,3136],\ +[1,0,0,504,-84560],\ +[1,-1,0,-18,0],\ +[1,-1,0,72,-54],\ +[1,-1,0,-539109,152510121],\ +[1,-1,0,1431,-46899],\ +[1,-1,1,-209,1217],\ +[1,-1,1,511,6049],\ +[1,-1,1,22,105],\ +[0,1,1,-33,94],\ +[0,0,0,-31,66],\ +[0,0,0,-11,150],\ +[0,1,1,0,2],\ +[1,1,1,-4144,100952],\ +[1,1,1,-294,1020],\ +[1,1,1,-259,1496],\ +[1,1,1,-14,26],\ +[0,1,1,9,344],\ +[1,0,1,-2612,23195],\ +[1,0,1,-1317,-18245],\ +[1,0,1,-1312,-18391],\ +[1,0,1,-102,-50321],\ +[0,-1,0,-105,450],\ +[0,-1,0,-60,792],\ +[0,1,0,-81,0],\ +[0,1,0,324,324],\ +[0,0,1,-808,8840],\ +[1,0,1,-35,54],\ +[1,0,1,5,6],\ +[0,0,0,-343,2401],\ +[0,1,0,-2140728,-1206278060],\ +[0,1,0,-133688,-18913196],\ +[0,1,0,-27848,-1475468],\ +[0,1,0,-8248,285396],\ +[0,1,0,-408,6292],\ +[0,1,0,3512,-133260],\ +[0,0,0,-29155,-1915998],\ +[0,0,0,-1715,-33614],\ +[0,0,0,-595,5586],\ +[0,0,0,-35,98],\ +[0,1,0,-142,-701],\ +[0,1,0,-2,-1],\ +[0,1,0,-16,-29],\ +[1,1,0,-281,1701],\ +[1,1,0,-8,6],\ +[1,1,0,1217,6622405],\ +[1,0,1,-17,56],\ +[1,0,1,-103,-406],\ +[1,1,1,10,11],\ +[1,1,1,-861,9267],\ +[1,0,0,-42,36],\ +[1,0,0,-425,3337],\ +[1,0,0,-25,57],\ +[1,-1,1,-4219,-104412],\ +[1,-1,1,-264,-1582],\ +[1,-1,1,-229,-2044],\ +[1,-1,1,-19,-14],\ +[0,0,0,-4251,-106666],\ +[0,0,0,-291,-1330],\ +[0,0,0,-111,434],\ +[0,0,0,789,-8890],\ +[0,0,0,-675,6318],\ +[0,0,0,-135,-486],\ +[0,0,0,-75,-234],\ +[0,0,0,-15,18],\ +[1,-1,0,-16,-21],\ +[1,-1,0,-11,-38],\ +[1,0,0,-281373,-57471035],\ +[1,0,0,-3473,-79127],\ +[1,0,0,47,-471],\ +[1,1,1,4,-3],\ +[1,0,0,-57,161],\ +[1,0,0,13,539],\ +[1,1,0,-848,-9867],\ +[1,1,0,-53,-168],\ +[1,1,0,-8,3],\ +[1,1,0,22,-513],\ +[1,0,0,2,1],\ +[1,1,0,-150,648],\ +[1,1,0,-10,4],\ +[1,0,1,-92,326],\ +[1,0,1,-22,830],\ +[1,0,1,-18152,939764],\ +[1,0,1,-1142,14420],\ +[1,0,1,-162,-476],\ +[1,0,1,188,46340],\ +[1,1,1,-354,-2193],\ +[1,1,1,766,-12049],\ +[1,0,0,-3255,-57879],\ +[1,0,0,-1015,11561],\ +[1,1,1,-353,-2120],\ +[1,1,1,-118,418],\ +[0,1,0,-158,-812],\ +[0,1,0,-33,-1937],\ +[0,-1,0,-208,1412],\ +[0,0,0,-275,-1750],\ +[0,0,0,-275,1750],\ +[0,0,0,-25,0],\ +[0,0,0,100,0],\ +[0,0,0,-5,0],\ +[0,0,0,20,0],\ +[0,1,0,-8,8],\ +[0,0,1,-30,-90],\ +[0,0,1,240,1233],\ +[1,-1,0,-9,-14],\ +[0,-1,0,-12,24],\ +[0,-1,0,-1373,-19191],\ +[0,1,0,84,36],\ +[0,-1,1,23004,2393001],\ +[1,1,0,52,-176],\ +[1,0,1,-3,30],\ +[1,-1,1,318,-2367],\ +[1,0,0,-97,361],\ +[1,-1,0,-24,80],\ +[1,-1,0,201,-1315],\ +[1,-1,1,-38,181],\ +[1,-1,1,322,-3563],\ +[0,0,1,-2,-2],\ +[0,-1,0,-36,232],\ +[0,1,1,-115243,-15096572],\ +[0,1,1,-1423,-21113],\ +[0,1,1,-73,190],\ +[1,0,1,-50,-828],\ +[1,0,1,5,30],\ +[1,-1,1,-28,63],\ +[0,1,1,-985,-12244],\ +[0,1,1,15,-69],\ +[0,-1,0,-443904,113984640],\ +[0,-1,0,-27744,1787904],\ +[0,-1,0,-26304,1980288],\ +[0,-1,0,-1824,25344],\ +[0,-1,0,-544,-4352],\ +[0,-1,0,3616,142848],\ +[0,-1,0,-48,144],\ +[0,-1,0,-8,336],\ +[0,-1,0,-5,9],\ +[0,1,0,-40,-76],\ +[0,1,0,120,-396],\ +[0,1,0,-1621,24623],\ +[0,1,1,-16649,821406],\ +[1,-1,1,-5,4],\ +[1,-1,1,10,16],\ +[1,-1,0,-42,-73],\ +[1,-1,0,93,-532],\ +[1,1,0,-3,-9],\ +[1,0,1,31,20],\ +[1,0,0,-3663,84942],\ +[1,0,0,-288,567],\ +[1,0,0,-163,-808],\ +[1,0,0,1087,4692],\ +[0,-1,1,-23,53],\ +[0,-1,1,127,38],\ +[0,1,1,-583,5494],\ +[0,1,1,3167,11119],\ +[0,0,1,-10,12],\ +[0,0,0,-351,486],\ +[0,0,0,-216,-1215],\ +[0,0,0,-9,-27],\ +[0,0,1,-4,-3],\ +[1,-1,1,3,69],\ +[1,1,1,-11185,456015],\ +[1,0,0,-68,285],\ +[0,0,0,-13612,670672],\ +[0,0,0,-172,-1328],\ +[0,-1,0,-1,-31],\ +[0,-1,0,-29409,-1931423],\ +[0,-1,0,-289,-3679],\ +[0,-1,0,31,97],\ +[0,0,0,-16,24],\ +[0,0,0,4,80],\ +[0,1,0,-1,31],\ +[0,1,0,-65,191],\ +[1,0,1,0,10],\ +[1,1,1,-1027,12257],\ +[1,1,1,2,-1],\ +[1,0,0,-1090,-40504],\ +[1,0,0,-70,356],\ +[0,-1,0,-5,-47],\ +[0,-1,0,-1736,26796],\ +[0,-1,0,-336,-1764],\ +[0,-1,0,-316,-2060],\ +[0,-1,0,744,-11700],\ +[0,-1,0,-456,3900],\ +[0,-1,0,-336,-2244],\ +[0,-1,0,-36,36],\ +[0,-1,0,9,0],\ +[0,-1,0,-10480,-409460],\ +[0,-1,0,-680,-5700],\ +[0,-1,0,-180,900],\ +[0,-1,0,-175,952],\ +[0,-1,0,240,4092],\ +[0,-1,0,1120,-32340],\ +[0,1,0,-2896,59024],\ +[0,1,0,-196,704],\ +[0,1,0,-71,-246],\ +[0,1,0,504,5184],\ +[1,0,1,-10,-12],\ +[1,0,0,-59,145],\ +[1,1,0,5,4],\ +[1,-1,0,-31518,2160364],\ +[1,-1,0,-19278,-1012100],\ +[1,-1,0,-2358,20020],\ +[1,-1,0,522,2164],\ +[1,-1,0,-87,323],\ +[1,-1,0,3,17],\ +[1,1,1,-6234,-177484],\ +[1,1,1,421,-12440],\ +[0,0,1,242,-333],\ +[0,1,0,-440,3412],\ +[0,1,0,-4,-8],\ +[1,1,1,5,-4],\ +[1,-1,0,8,16],\ +[1,0,1,33924,-387702],\ +[1,0,1,-451,4798],\ +[1,1,1,-63,781],\ +[1,1,1,562,-20469],\ +[1,1,1,-18,31],\ +[0,1,1,-28,48],\ +[1,0,1,-722,7396],\ +[1,0,1,-56176,-5122754],\ +[1,0,1,-2801,49924],\ +[1,0,1,-2706,53940],\ +[1,1,1,-399,1237],\ +[1,1,1,-13,3],\ +[1,-1,1,-842,9366],\ +[1,-1,1,13,474],\ +[0,-1,0,-28,68],\ +[0,1,0,0,-16],\ +[0,1,0,-3,2],\ +[0,-1,0,-432,-3316],\ +[1,0,1,-65176,-6409114],\ +[1,0,1,-3736,-117658],\ +[1,0,1,-1801,16604],\ +[1,0,1,359,1916],\ +[1,1,1,-572,118685],\ +[1,1,1,-46,107],\ +[1,0,0,-7,14],\ +[1,0,0,2941,18606],\ +[1,0,1,706,-64375],\ +[1,-1,0,-70,244],\ +[1,0,1,1,-2],\ +[1,1,1,-2,15],\ +[1,1,1,-2460,45949],\ +[1,1,1,15380,-102531],\ +[0,0,0,24,16],\ +[0,0,0,24,-16],\ +[0,0,0,-216,1296],\ +[0,0,0,-3,6],\ +[0,0,0,-27,-162],\ +[0,0,0,-24,48],\ +[1,0,0,-8,64],\ +[1,0,0,72,-1712],\ +[1,1,1,-23,20],\ +[1,1,1,62,224],\ +[0,-1,1,-17147,-859018],\ +[0,-1,1,193,-5023],\ +[0,-1,1,-244012,-46313805],\ +[0,-1,1,1638,-13693],\ +[0,1,1,10,-2],\ +[1,1,0,-512,4237],\ +[1,0,1,-138,609],\ +[1,1,0,-4017,-99681],\ +[1,1,0,-267,-1431],\ +[1,1,0,-87,261],\ +[1,1,0,603,-7869],\ +[1,0,1,-524364,-146193014],\ +[1,0,1,-32844,-2275958],\ +[1,0,1,-7149,-156728],\ +[1,0,1,-2829,55816],\ +[1,0,1,-2533,-49264],\ +[1,0,1,-2413,-54112],\ +[1,0,1,-58,56],\ +[1,0,1,212,488],\ +[1,1,1,-131,-631],\ +[1,1,1,-11,-7],\ +[1,1,1,-1760,27137],\ +[1,1,1,160,85505],\ +[0,1,0,0,16],\ +[0,0,1,-3,22],\ +[1,-1,0,-5886,153679],\ +[1,-1,0,-1521,-20048],\ +[1,-1,0,-1476,-21461],\ +[1,-1,0,2124,-103883],\ +[0,0,1,-19569,-4064513],\ +[1,1,0,-38,76],\ +[1,1,1,-142320,-20724857],\ +[1,1,1,-410,903],\ +[1,0,0,-12,-16],\ +[0,-1,0,-48885,4176513],\ +[0,1,0,-61,191],\ +[0,0,0,-67,226],\ +[0,1,0,-60,-200],\ +[0,1,0,-5,-2],\ +[0,-1,0,-16,-64],\ +[0,-1,0,144,1600],\ +[0,0,0,-23,38],\ +[0,0,0,2,3],\ +[0,0,0,-7547,12986],\ +[0,0,0,-5047,-137514],\ +[0,0,0,-5042,-137801],\ +[0,0,0,-2627,-269646],\ +[0,1,0,-95040,11245748],\ +[0,1,0,160,3188],\ +[1,-1,0,-4566,119916],\ +[1,-1,0,579,366533],\ +[1,-1,0,-592713,175784769],\ +[1,-1,0,-403083,-97454421],\ +[1,-1,0,-45873,1349865],\ +[1,-1,0,-37053,2752245],\ +[1,-1,0,-1773,63909],\ +[1,-1,0,170217,10295991],\ +[1,-1,0,-1269,-17739],\ +[1,-1,0,-9,27],\ +[1,-1,1,-6404,199847],\ +[1,-1,1,211,1397],\ +[1,-1,1,-839,9559],\ +[1,-1,1,1,39],\ +[0,1,1,-19330,-1040876],\ +[0,1,1,-280,1684],\ +[0,1,1,-5,-4],\ +[1,1,0,-472,3481],\ +[1,1,0,-97,-344],\ +[1,1,0,-92,-381],\ +[1,1,0,198,-1701],\ +[1,0,1,-1203,15950],\ +[1,-1,0,-14,24],\ +[1,-1,1,-4,7],\ +[1,-1,1,-241390,45705725],\ +[0,-1,0,-188,-924],\ +[0,-1,0,-3,-36],\ +[0,1,0,-7104,-232848],\ +[0,1,0,-444,-3744],\ +[0,1,0,-264,-6624],\ +[0,1,0,-39,-18],\ +[1,0,1,-109,-444],\ +[1,0,1,-9,-4],\ +[1,0,1,-1138,-14844],\ +[1,0,1,-818,-23292],\ +[1,-1,0,-55,171],\ +[1,-1,0,-5,1],\ +[1,0,1,-13,16],\ +[1,-1,1,12,87],\ +[1,1,1,-2040,-38093],\ +[1,1,1,10,147],\ +[1,-1,1,7,10],\ +[0,-1,0,-12,-8],\ +[0,1,0,-388,-1580],\ +[0,1,0,-188,932],\ +[1,1,0,-59,-201],\ +[1,1,0,-18630,971028],\ +[1,0,1,-13,-16],\ +[1,1,1,-42,87],\ +[1,1,1,-38,-15325],\ +[1,0,0,-247,809],\ +[1,0,0,-6,5],\ +[0,0,0,-40,-96],\ +[0,0,0,-5,2],\ +[0,0,0,-20,16],\ +[0,0,0,-10,-12],\ +[0,0,0,-20,-16],\ +[0,0,0,-10,12],\ +[1,1,1,-219,1146],\ +[1,1,1,-24,-24],\ +[1,1,1,-19,-40],\ +[1,1,1,91,-70],\ +[1,0,0,-65,-204],\ +[1,0,0,0,-9],\ +[1,0,0,-5037552,4351465395],\ +[1,0,0,-316062,67420593],\ +[1,0,0,-314847,67971960],\ +[1,0,0,-19602,1069443],\ +[1,0,1,-1725581,-795628249],\ +[1,0,1,130884,-59725523],\ +[1,0,1,-202,1084],\ +[1,1,1,-4,-3],\ +[1,0,1,-3,-1],\ +[0,0,0,-9300,345125],\ +[0,0,0,-8175,431750],\ +[0,0,0,-300,-1375],\ +[0,0,0,825,-9250],\ +[0,0,0,0,-2700],\ +[0,0,0,0,100],\ +[0,0,0,-10920,439220],\ +[0,0,0,-120,740],\ +[0,-1,1,-4,-2],\ +[1,-1,1,-85,-220],\ +[1,-1,1,180,-1492],\ +[1,1,1,-29863,1910608],\ +[1,1,1,-29598,1947602],\ +[0,0,1,-1507,4209],\ +[1,0,1,-2382,77312],\ +[0,1,1,7,2],\ +[0,0,0,-35,78],\ +[0,0,0,5,246],\ +[1,1,0,-18,23],\ +[1,1,0,-13,42],\ +[1,1,0,3395,-211907],\ +[1,1,0,-16,-32],\ +[1,0,1,-1970,18500],\ +[1,0,1,-1715,27182],\ +[1,0,1,-52716,-4662998],\ +[1,0,1,-621,-7064],\ +[1,0,1,54,64],\ +[1,1,1,-21,-45],\ +[1,0,0,-152,576],\ +[0,0,1,-12,9],\ +[1,0,1,-14669,-685008],\ +[1,0,1,-949,-9984],\ +[1,0,1,-304,456],\ +[1,0,1,-234,1352],\ +[1,-1,0,-29,-47],\ +[1,-1,0,41,-285],\ +[1,0,1,-59,-1154],\ +[1,0,1,6,42],\ +[1,-1,1,-33,81],\ +[1,0,0,-5625,-151943],\ +[1,0,0,-1145,12025],\ +[1,1,1,-196,5829],\ +[1,-1,1,-33898,2219177],\ +[1,-1,1,37782,10304681],\ +[0,-1,0,-57,-171],\ +[0,-1,0,-1624,-24656],\ +[0,-1,0,-104,-336],\ +[0,-1,0,-24,48],\ +[0,-1,0,136,-1872],\ +[0,-1,0,-70245,7189389],\ +[0,-1,0,315,2349],\ +[0,1,0,3,-9],\ +[0,1,0,-1528,22484],\ +[0,1,0,-1368,27540],\ +[1,-1,0,-692,-6832],\ +[1,-1,0,-52,-48],\ +[1,0,0,-255,900],\ +[1,0,0,50,107],\ +[1,1,0,-367,-2756],\ +[1,1,0,-62,111],\ +[1,1,0,-57,144],\ +[1,1,0,163,966],\ +[0,-1,0,-5,-2],\ +[0,1,0,-157,-416],\ +[0,1,0,-77,236],\ +[1,-1,0,-231,-2179],\ +[1,-1,0,24,48],\ +[1,-1,0,-24990,1526804],\ +[1,-1,0,0,-18],\ +[1,-1,0,-27,99],\ +[1,-1,0,3,-3],\ +[1,-1,0,-771,-8875],\ +[1,-1,1,-434,21169],\ +[1,-1,1,3886,-555983],\ +[1,-1,1,-86,357],\ +[1,-1,1,-245,-2429],\ +[1,-1,1,25,55],\ +[0,0,0,-187,991],\ +[0,-1,0,0,-23],\ +[0,0,0,1468,-2844],\ +[0,1,0,4,5],\ +[0,1,1,-23,41],\ +[0,1,1,157,-130],\ +[0,-1,0,14,1057],\ +[0,-1,0,14,-11],\ +[0,1,0,-22,41],\ +[0,1,0,-17242,875009],\ +[0,1,0,59978,4520981],\ +[0,-1,1,-46833,-3885432],\ +[0,-1,1,-583,-5057],\ +[0,-1,1,-83,318],\ +[0,1,1,-133,519],\ +[1,-1,0,-54,-243],\ +[0,-1,0,-1,17],\ +[0,1,0,-1,-17],\ +[1,1,0,-6628,204952],\ +[1,1,0,-428,2832],\ +[1,1,0,-108,-432],\ +[1,1,0,652,16008],\ +[1,1,0,-47,99],\ +[1,1,0,3,9],\ +[1,1,0,-37442,2585844],\ +[1,1,0,2238,181236],\ +[1,0,1,-2013,-12344],\ +[1,0,1,467,-1432],\ +[1,1,1,-161,119],\ +[1,1,1,39,39],\ +[0,-1,1,-3,-1],\ +[0,1,1,-399,-3184],\ +[1,0,1,-3,0],\ +[0,1,1,-1,-4],\ +[0,0,0,-7491,249550],\ +[0,0,0,-471,3850],\ +[0,0,0,-66,-119],\ +[0,0,0,69,12166],\ +[0,0,0,-51,94],\ +[0,0,0,9,10],\ +[0,0,0,-30,29],\ +[0,0,0,105,218],\ +[0,0,0,-615,5866],\ +[0,0,0,-30,133],\ +[1,0,1,-11085,446696],\ +[1,0,1,-365,13608],\ +[1,0,1,-4,-2],\ +[1,1,1,-56,-135],\ +[0,1,1,4,14],\ +[0,-1,1,-321,-9817],\ +[1,0,1,-6,-5],\ +[1,0,1,9,-23],\ +[0,-1,0,-20,40],\ +[0,1,0,-31516,-1956716],\ +[0,1,0,-7076,226340],\ +[1,0,0,-65,201],\ +[1,0,0,146,37508],\ +[0,1,0,-64,180],\ +[0,1,0,8,-12],\ +[0,-1,0,-9,-8],\ +[0,-1,0,31,-68],\ +[0,1,0,8,-44],\ +[0,1,0,-276,1676],\ +[0,1,0,4,-4],\ +[0,1,0,-400,-3308],\ +[0,1,0,1840,162452],\ +[1,0,1,-261,-1680],\ +[1,0,1,14,-8],\ +[1,0,1,-1751,-31352],\ +[1,0,1,-1,148],\ +[1,1,1,-2138,-306969],\ +[1,1,1,-388,2781],\ +[1,1,1,237,11281],\ +[1,-1,0,-81,783],\ +[1,-1,0,9,-27],\ +[1,-1,0,-221427,40159989],\ +[1,-1,0,-2547,63477],\ +[1,-1,0,18,202],\ +[1,-1,0,-96,-640],\ +[1,-1,1,1273,-3585],\ +[1,-1,1,-11,27],\ +[1,-1,1,-248,1563],\ +[0,-1,0,-641,6465],\ +[0,-1,0,-161,-639],\ +[0,-1,0,-41,105],\ +[0,-1,0,4,6],\ +[0,-1,0,-12801,-553215],\ +[0,-1,0,-801,-8415],\ +[0,-1,0,-321,-18879],\ +[0,-1,0,-81,81],\ +[0,-1,0,-61,205],\ +[0,-1,0,319,321],\ +[0,-1,0,-225,-1215],\ +[0,-1,0,-25,25],\ +[0,-1,0,-20,42],\ +[0,-1,0,95,97],\ +[0,1,0,-1921,31775],\ +[0,1,0,-321,-1665],\ +[0,1,0,-121,455],\ +[0,1,0,4,30],\ +[0,1,0,-12801,553215],\ +[0,1,0,-801,8415],\ +[0,1,0,-321,18879],\ +[0,1,0,-81,-81],\ +[0,1,0,-61,-205],\ +[0,1,0,319,-321],\ +[0,1,0,-1985,-19617],\ +[0,1,0,-905,9975],\ +[0,1,0,-900,10098],\ +[0,1,0,95,31775],\ +[1,1,0,-72,-90],\ +[1,1,0,18,0],\ +[1,1,0,-3346,63700],\ +[1,1,0,334,5556],\ +[1,1,0,-250264,48082240],\ +[1,1,0,-14744,836928],\ +[1,0,1,-361,2564],\ +[1,0,1,-1,116],\ +[1,1,1,-79134,-8601153],\ +[1,1,1,-17714,900047],\ +[1,1,1,-5074,-128689],\ +[1,1,1,-1154,12431],\ +[1,1,1,126,1167],\ +[1,1,1,6266,-609505],\ +[0,0,0,-484,-5324],\ +[0,0,0,-11,22],\ +[0,1,0,15,-13],\ +[0,0,0,0,-972],\ +[0,0,0,0,36],\ +[0,0,0,0,-243],\ +[0,0,0,0,9],\ +[0,1,1,-11373,-470630],\ +[0,1,1,-253,441],\ +[0,1,1,-203,1048],\ +[1,-1,1,51,117],\ +[1,-1,1,3,-3],\ +[1,1,1,-91,297],\ +[1,1,1,-5,3],\ +[0,-1,1,-8,-82],\ +[0,1,1,-4758,128144],\ +[1,0,0,12,117],\ +[0,-1,1,-83,3818],\ +[0,1,1,-3,29],\ +[1,1,0,-3250000,-2256492875],\ +[1,1,0,-203125,-35321000],\ +[1,1,0,-198250,-37090625],\ +[1,1,0,-13000,-528125],\ +[1,1,0,-2875,49000],\ +[1,1,0,-2750,54375],\ +[1,1,0,5250,284625],\ +[1,1,0,15125,-2468750],\ +[1,0,1,-46,-127],\ +[0,0,0,1,-6],\ +[1,0,1,-5,2],\ +[1,1,1,-121,455],\ +[1,0,0,-132,144],\ +[1,1,0,-14646,-688345],\ +[1,1,0,-14041,-747030],\ +[0,-1,0,-39461,3030385],\ +[0,-1,0,-261,8065],\ +[0,1,0,19,-1],\ +[1,-1,1,-74,262],\ +[1,-1,0,36,81],\ +[1,0,1,-22,40],\ +[0,-1,0,-369,4293],\ +[0,1,0,7,27],\ +[0,1,1,-20,24],\ +[1,1,0,-10407,-413003],\ +[1,1,0,-276,1616],\ +[1,1,0,44,5520],\ +[1,0,0,3467,-83679],\ +[1,-1,1,-1,17],\ +[1,0,0,8,16],\ +[1,0,0,-6909,79524],\ +[1,0,0,1596,9783],\ +[0,0,0,16,36],\ +[0,0,0,-362249,165197113],\ +[1,-1,0,-15,25],\ +[1,-1,0,15,91],\ +[1,-1,0,-34965,2525175],\ +[1,-1,0,-10575,-415935],\ +[1,-1,0,-2295,35721],\ +[1,-1,0,-675,-6075],\ +[1,-1,0,45,-459],\ +[1,-1,0,4455,201771],\ +[1,-1,1,-14423,-663069],\ +[1,-1,1,-923,-9669],\ +[1,-1,1,-203,987],\ +[1,-1,1,1057,-46893],\ +[1,-1,1,-96608,-11533373],\ +[1,-1,1,-95528,-11804669],\ +[1,-1,1,-1568,-4669],\ +[1,-1,1,6112,-41533],\ +[1,0,1,-1,4],\ +[1,0,1,-1611,-39690],\ +[1,0,1,164,922],\ +[1,0,0,-52238,-4587140],\ +[1,0,0,-52198,-4594524],\ +[1,0,0,-3238,65508],\ +[1,0,0,-678,-5660],\ +[1,-1,1,-1516,23091],\ +[1,-1,1,-96,371],\ +[1,-1,1,-16,-13],\ +[1,-1,1,44,1267],\ +[0,1,1,-15,19],\ +[0,1,1,85,64],\ +[0,1,0,-12,36],\ +[0,1,0,108,-876],\ +[0,1,0,164,-8764],\ +[0,-1,1,-18,36],\ +[1,-1,1,-8,10],\ +[1,-1,0,-69,-208]] diff --git a/l-multiples_l-torsion/l-multiples_l-torsion.pdf b/l-multiples_l-torsion/l-multiples_l-torsion.pdf Binary files differ. diff --git a/l-multiples_l-torsion/l-multiples_l-torsion.tex b/l-multiples_l-torsion/l-multiples_l-torsion.tex @@ -0,0 +1,148 @@ +\documentclass[10pt,a4paper]{article} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsthm} +\usepackage[all]{xy} +\usepackage{amsfonts} +\usepackage{color} +\usepackage{amssymb} +\usepackage{float} +\usepackage[a4paper, top=3cm, bottom=3cm, left=2.5cm, right=2.5cm]{geometry} + +\DeclareMathOperator{\alg}{alg} +\DeclareMathOperator{\obj}{Obj} +\DeclareMathOperator{\Hom}{Hom} +\DeclareMathOperator{\End}{End} +\DeclareMathOperator{\hol}{Hol} +\DeclareMathOperator{\aut}{Aut} +\DeclareMathOperator{\gal}{Gal} +\DeclareMathOperator{\id}{id} +\DeclareMathOperator{\res}{res} +\DeclareMathOperator{\im}{Im} +\DeclareMathOperator{\Id}{Id} +\DeclareMathOperator{\fib}{Fib} +\DeclareMathOperator{\spec}{Spec} +\DeclareMathOperator{\proj}{Proj} +\DeclareMathOperator{\trdeg}{trdeg} +\DeclareMathOperator{\car}{char} +\DeclareMathOperator{\Frac}{Frac} +\DeclareMathOperator{\reduced}{red} +\DeclareMathOperator{\real}{Re} +\DeclareMathOperator{\imag}{Im} +\DeclareMathOperator{\vol}{vol} +\DeclareMathOperator{\den}{den} +\DeclareMathOperator{\rank}{rank} +\DeclareMathOperator{\lcm}{lcm} +\DeclareMathOperator{\rad}{rad} +\DeclareMathOperator{\ord}{ord} +\DeclareMathOperator{\Br}{Br} +\DeclareMathOperator{\inv}{inv} +\DeclareMathOperator{\Nm}{Nm} +\DeclareMathOperator{\Tr}{Tr} +\DeclareMathOperator{\an}{an} +\DeclareMathOperator{\op}{op} +\DeclareMathOperator{\sep}{sep} +\DeclareMathOperator{\unr}{unr} +\DeclareMathOperator{\et}{\acute et} +\DeclareMathOperator{\ev}{ev} +\DeclareMathOperator{\gl}{GL} +\DeclareMathOperator{\SL}{SL} +\DeclareMathOperator{\mat}{Mat} +\DeclareMathOperator{\ab}{ab} + +\newcommand{\grp}{\textsc{Grp}} +\newcommand{\set}{\textsc{Set}} +\newcommand{\x}{\mathbf{x}} +\newcommand{\naturalto}{\overset{.}{\to}} +\newcommand{\qbar}{\overline{\mathbb{Q}}} +\newcommand{\zbar}{\overline{\mathbb{Z}}} + +\newcommand{\pro}{\mathbb{P}} +\newcommand{\aff}{\mathbb{A}} +\newcommand{\quat}{\mathbb{H}} +\newcommand{\rea}{\mathbb{R}} +\newcommand{\kiu}{\mathbb{Q}} +\newcommand{\F}{\mathbb{F}} +\newcommand{\zee}{\mathbb{Z}} +\newcommand{\ow}{\mathcal{O}} +\newcommand{\mcx}{\mathcal{X}} +\newcommand{\mcy}{\mathcal{Y}} +\newcommand{\mcs}{\mathcal{S}} +\newcommand{\mca}{\mathcal{A}} +\newcommand{\mcb}{\mathcal{B}} +\newcommand{\mcf}{\mathcal{F}} +\newcommand{\mcg}{\mathcal{G}} +\newcommand{\mct}{\mathcal{T}} +\newcommand{\mcq}{\mathcal{Q}} +\newcommand{\mcr}{\mathcal{R}} +\newcommand{\adl}{\mathbf{A}} +\newcommand{\mbk}{\mathbf{k}} +\newcommand{\m}{\mathfrak{m}} +\newcommand{\p}{\mathfrak{p}} + +\newcommand{\kbar}{\overline{K}} + +\newtheorem{lemma}{Lemma} +\newtheorem{proposition}[lemma]{Proposition} +\newtheorem{corollary}[lemma]{Corollary} +\theoremstyle{definition} +\newtheorem{remark}[lemma]{Remark} + +\title{Rational $\ell$-multiples of points over the $\ell$-torsion field} +\author{Sebastiano Tronto} + +\begin{document} + +\maketitle + +Let $\ell$ be a rational prime and let $A$ be an abelian variety of dimension $d$ over a number field $K$. Let $K_\ell=K(A[\ell])$ and let $\mathcal{T}_1=\gal(K_\ell\,|\,K)$. + +\begin{remark} +For $m\geq 1$ we have $\#\gl_m(\F_\ell)=\prod_{i=0}^{\ell-1}(\ell^m-\ell^i)$. In fact, elements of $\gl_m(\F_\ell)$ are in bijection with bases of $\F^m_\ell$, and counting basis of a vector space over a finite field is a simple combinatorics exercise: first we pick any non-zero vector ($\ell^n-1$ possibilities), then we pick any vector that is not in the $\F_\ell$-span on the first one ($\ell^n-\ell$ possibilities), then a third one that is not in the span of the first two... + +In particular, $v_\ell\left(\#\gl_m(\F_\ell)\right)=\frac{1}{2}m(m-1)$. +\end{remark} + +Compare the next lemma with \cite{jr}, Lemma 3.7. + +\begin{lemma} +There is an exact sequence +\begin{align*} +0\to \ell A(K) \to A(K)\cap \ell A(K_{\ell})\to H^1(\mathcal{T}_1,A[\ell]). +\end{align*} +In particular, if $H^1(\mathcal{T}_1,A[\ell])=0$ we have $A(K)\cap \ell A(K_\ell)=\ell A(K)$. +\begin{proof} +Consider the short exact sequence of $\mathcal{T}_1$-modules +\begin{align*} +0\to A[\ell](K_{\ell})\to A(K_{\ell})\to \ell A(K_{\ell})\to 0 +\end{align*} +and the induced long exact sequence in cohomology (i.e. take $H^*(\mathcal{T}_1,-)$) +\begin{align*} +0\to A[\ell](K)\to A(K)\to A(K)\cap\ell A(K_{\ell})\to H^1(\mathcal{T}_1,A[\ell])\to\cdots +\end{align*} +and the thesis follows by noticing that $A(K)/A[\ell](K)\cong \ell A(K)$. +\end{proof} +\end{lemma} + +This leads us to study the group $H^1(\mathcal{T}_1,A[\ell])$. In particular, we would like to know in which cases it is trivial (and so we are happy). In particular, the case of elliptic curves has been completely solved if $K=\kiu$, and there are rather complete results if $K\cap \kiu(\zeta_\ell)=\kiu$ (see \cite{lawson}). + +It is in fact possible that some point $\alpha\in A(K)$ is not $\ell$-divisible in $A(K)$, but becomes $\ell$-divisible in $A(K_\ell)$. The smallest example I have found is the point +$(23769/400, 3529853/8000)$ on the elliptic curve over $\kiu$ with Cremona Label $17739g1$. A gp script that finds all the 12 examples of elliptic curves with conductor $<10^5$ with a generator of the free part of the group of rational points that becomes $3$-divisible over $K_3$ can be found in \texttt{test3.gp}. +\\ + +The question now becomes: ``How much'' can a point $\alpha\in A(K)$ become $\ell$-divisible in $A(K_{\ell^\infty})$? That is, can we find an (explicit) $N$ such that there is no $\beta\in A(K_{\ell^\infty})$ with $\alpha=\ell^n\beta$ for $n\geq N$? + +%\textbf{We restrict to the case where $A=E$ is an elliptic curve without complex multiplication}. Following the proof of Theorem 5.2 of \cite{jr} (using Lemma 3.6 of the same article), we see that $A(K)\cap \ell A(K_{\ell^n})=A(K)\cap \ell A(K_{\ell^{n-1}})$ for any $n\geq n_0$, where $n_0$ is such that $A$ satisfies maximal growth of the torsion part starting from $n_0$. So we can replace $K_{\ell^{\infty}}$ with the finite extension $K_{\ell^{n_0}}$. + +%Second question: work in progress! (Latest idea: use heights and the fact that that $P$ does not become ``more divisible'' by $\ell$ after a certain point; see descent part in the proof of Mordell-Weil). + +(If we could say $A(K)\cap\ell A(K_{\ell^\infty})=A(K)\cap\ell A(K_{\ell^{n_0}})$ for some $n_0$, then we could use Petsche's results to explicitly bound $N$ in terms of the height of $P$) + +\begin{thebibliography}{[99]} +\bibitem{jr} R. Jones, J. Rouse, \emph{Galois Theory of Iterated Endomorphisms}, preprint(?). +%\bibitem{lom} D. Lombardo, A. Perucca, \emph{Reductions of Points on Algebraic Groups}, preprint. +%\bibitem{milne-ft} J. S. Milne, \emph{Fields and Galois Theory}, Online notes. +\bibitem{lawson} T. Lawson, C. Wuthrich, \emph{Vanishing of some Galois cohomology groups for elliptic curves}, preprint(?). +\end{thebibliography} + +\end{document} +\ No newline at end of file diff --git a/l-multiples_l-torsion/test3-extended.gp b/l-multiples_l-torsion/test3-extended.gp @@ -0,0 +1,40 @@ +read("400k-3.gp"); +/* Testing all ECs with a 3-torsion point, conductor < 4*10^5 and rank > 0 */ +/* Taken from LMFBD */ + +S = List(); + +{ +for( i = 1, length( data ), + if( i % 100 == 1, print( "Tested ", i-1, " curves." ); ); + coeffs = data[i]; + E = ellinit( coeffs ); + f3 = elldivpol( E, 3 ); /* 3-division polynomial */ + eqn = y^2 + E[1]*x*y + E[3]*y - x^3 - E[2]*x^2 - E[4]*x - E[5]; /* eqn of E */ + res = substpol( polresultant( f3, eqn ), y, x ); /* Keep x for consistency */ + K3 = nfinit( polredbest( nfsplitting( res, 6 ) ) ); + E_ext = ellinit( coeffs, K3 ); + Egens = ellgenerators(E); + for( j = 1, length( Egens ), + P = Egens[j]; + if( ellisdivisible( substpol(E_ext,x,y), P, 3, &Q ), + cremona_label = ellidentify(E)[1][1]; + listput( S, [cremona_label, P, Q] ); + write( "pari-output-ext", cremona_label ); + write( "pari-output-ext", P ); + write( "pari-output-ext", Q ); + print( "Found EC ", cremona_label, " with point ", P ); + /* Check for 3-divisibility up to torsion */ + T = elltors(E)[3][1]; + if( ellisdivisible( E, elladd(E,P,T), 3 ), + print( "P+T_1 is 3-divisible!" ); + ); + T = ellmul(E,T,2); + if( ellisdivisible( E, elladd(E,P,T), 3 ), + print( "P+T_2 is 3-divisible!" ); + ); + ); + ); +); +} + diff --git a/l-multiples_l-torsion/test4.gp b/l-multiples_l-torsion/test4.gp @@ -0,0 +1,36 @@ +read("bunch_of_curves.gp"); + +{ +for( i = 1, length( data ), + print( "Testing curve with coefficients ", data[i] ); + E = ellinit( data[i] ); + f4 = elldivpol( E, 4 ); /* 4-division polynomial */ + eqn = y^2 + E[1]*x*y + E[3]*y - x^3 - E[2]*x^2 - E[4]*x - E[5]; /* eqn of E */ + res = substpol( polresultant( f4, eqn ), y, x ); /* Keep x for consistency */ + print( "Computing K4..." ); + K4 = nfinit( nfsplitting( res, 96 ) ); + print( "Computed!" ); + E_ext = ellinit( E[1..5], K4 ); + Egens = ellgenerators(E); + for( j = 1, length( Egens ), + P = Egens[j]; + if( ellisdivisible( substpol(E_ext,x,y), P, 2, &Q ), + print( "Found EC ", cremona_label, " with point ", P, + " and 2-division point ", Q, " over K4" ); + if( ellisdivisible( substpol(E_ext,x,y), P, 4, &Q ), + print( "Even 4-divisible! 4-division point: ", Q ); + ); + /* Check for 3-divisibility up to torsion */ + /* T = elltors(E)[3][1]; + if( ellisdivisible( E, elladd(E,P,T), 3 ), + print( "P+T_1 is 3-divisible!" ); + ); + T = ellmul(E,T,2); + if( ellisdivisible( E, elladd(E,P,T), 3 ), + print( "P+T_2 is 3-divisible!" ); + ); */ + ); + ); +); +} + diff --git a/l-multiples_l-torsion/test9.gp b/l-multiples_l-torsion/test9.gp @@ -0,0 +1,34 @@ +/* Candidate counterex mod3 not surj, unexpected density, rank >=1 */ +label = [ "220a3", "220a4", "660c3", "660c4", "770f3", "770f4" ]; + +{ +for( i = 1, length( data ), + print( "Testing curve ", i, ", label ", label[i] ); + E = ellinit( label[i] ); + f9 = elldivpol( E, 9 ); /* 3-division polynomial */ + eqn = y^2 + E[1]*x*y + E[3]*y - x^3 - E[2]*x^2 - E[4]*x - E[5]; /* eqn of E */ + res = substpol( polresultant( f9, eqn ), y, x ); /* Keep x for consistency */ + print( "Computing K9..." ); + K9 = nfinit( nfsplitting( res, 3^5*2 ) ); /* mo3 is at most 6 */ + print( "Computed!" ); + E_ext = ellinit( E[1..5], K9 ); + Egens = ellgenerators(E); + for( j = 1, length( Egens ), + P = Egens[j]; + if( ellisdivisible( substpol(E_ext,x,y), P, 3, &Q ), + print( "Found EC ", cremona_label, " with point ", P, + " and 3-division point ", Q, " over K9" ); + /* Check for 3-divisibility up to torsion */ + /* T = elltors(E)[3][1]; + if( ellisdivisible( E, elladd(E,P,T), 3 ), + print( "P+T_1 is 3-divisible!" ); + ); + T = ellmul(E,T,2); + if( ellisdivisible( E, elladd(E,P,T), 3 ), + print( "P+T_2 is 3-divisible!" ); + ); */ + ); + ); +); +} + diff --git a/misc_code/2_division.sage b/misc_code/2_division.sage @@ -0,0 +1,126 @@ + +R1.<x> = PolynomialRing(QQ) +R2.<x,y> = PolynomialRing(QQ) + +def extended_field( f, A, B, deg_mult ): + # f: a polynomial whose roots are the x-coordinates of some points of an + # elliptic curve E: y^2 = x^3 + Ax + B. + # return value: a field containing the x and y coordinates of those points + # deg_mult: a positive integer known to be a multiple of the degree of the + # extended field. + # + # This function uses the properties of resultants (I can provide a pdf + # explaining how it works). + # + # It is useful to compute, e.g., the fields obtained by adjoining the + # coordinates of the n-division points of a point (using the n-uplication + # formulas to get the required polynomials). + # + # When used to compute the 2-division fields, it gives the same output as + # E.division_field(2). + + + g = y^2 - x^3 - A*x - B + res = f.resultant(g,x) + res = res.subs(y=x) + + #K.<b> = f.splitting_field() + #print aux + print "+++ Computing splitting field of the following: +++" + + pol = R1(res*f) + print pol + + K.<b> = NumberField( R( pari(pol).nfsplitting(deg_mult) ) ) + + return K + +L = [] + +for A in range(1,9): + for B in range(1,9): + + print "Current list of examples:", len(L), "elements. List:" + print L + + E = EllipticCurve([0,0,0,A,B]) + print "*************************" + print E + print "of rank ", E.rank(), "with (some) points of infinite order:", E.gens() + print "CM:", E.has_cm() + + rep = E.galois_representation() + print "mod 2 rep is surjective:", rep.is_surjective(2) + + if E.rank() == 0: + print "Stopping because rank 0" + print "" + continue + if len(E.gens()) == 0: + print "Stopping because no points of infinite order found" + print "" + continue + if E.has_cm(): + print "Stopping because CM" + print "" + print "" + continue + if not rep.is_surjective(2): + print "Stopping because mod 2 rep is not surjective" + print "" + continue + + K_2.<a> = E.division_field(2) + print "2-division field:", K_2 + P = E(0) + flag = False + for P in E.gens(): + if len(P.division_points(2)) == 0: + flag = True + break + if not flag: + print "Stopping because the points found are 2-divisible" + print "" + continue + print "Taking the 2-division of P =", P + + # The following polynomial is derived from the duplication formula + # (Silverman, p.54) using the x-coordinate of the 2-division point as + # an indeterminate.x + f_P = R1(x^4 - 4*P[0]*x^3 - 2*A*x^2 - 4*(2*B + A*P[0])*x + A^2 - 4*B*P[0]) + #print f_P.roots() + + M = extended_field( f_P, A, B, 24 ) # The 2-division field of P + print "2-division field of P:", M + + if M.degree() != 24: + print "Stopping because 2-division of P is too small" + print "" + continue + + div_pol_4 = E.division_polynomial(4) + + #if div_pol_4.splitting_field('zz').degree() < 48: + # print "Stopping because splitting field of div_pol_4 < 48" + # exit() + + K_4 = extended_field( div_pol_4, A, B, 96 ) + print "4-division field:", K_4 + + if K_4.degree() != 96: + print "Stopping because mod 4 representation not surjective" + print "" + continue + + if len(f_P.roots(ring=K_4)) == 0: + print "Stopping because M is not contained in K_4" + print "" + continue + + print "----------------" + print "|Example Found!|" + print "----------------" + L.append((A,B)) + + print "*************************" + print "" diff --git a/misc_code/2_division_counterex.sage b/misc_code/2_division_counterex.sage @@ -0,0 +1,59 @@ + +R1.<x> = PolynomialRing(QQ) +R2.<x,y> = PolynomialRing(QQ) + +def extended_field( f, A, B, deg_mult ): + # f: a polynomial whose roots are the x-coordinates of some points of an + # elliptic curve E: y^2 = x^3 + Ax + B. + # return value: a field containing the x and y coordinates of those points + # deg_mult: a positive integer known to be a multiple of the degree of the + # extended field. + # + # This function uses the properties of resultants (I can provide a pdf + # explaining how it works). + # + # It is useful to compute, e.g., the fields obtained by adjoining the + # coordinates of the n-division points of a point (using the n-uplication + # formulas to get the required polynomials). + # + # When used to compute the 2-division fields, it gives the same output as + # E.division_field(2). + + + g = y^2 - x^3 - A*x - B + res = f.resultant(g,x) + res = res.subs(y=x) + + #print "Splitting field of division pol:" + #print R1(f).splitting_field('r') + K.<b> = (R1(res*f)).splitting_field(degree_multiple=deg_mult) + + return K + + +A = -3 +B = 17/4 + +E = EllipticCurve([0,0,0,A,B]) +print E +print "of rank ", E.rank(), "with (some) points of infinite order:", E.gens() +print "CM:", E.has_cm() + +rep = E.galois_representation() +print "mod 2 rep is surjective:", rep.is_surjective(2) + +K_2.<a> = E.division_field(2) +print "2-division field:", K_2 +P = [4,15/2] + +# The following polynomial is derived from the duplication formula +# (Silverman, p.54) using the x-coordinate of the 2-division point as +# an indeterminate.x +f_P = R1(x^4 - 4*P[0]*x^3 - 2*A*x^2 - 4*(2*B + A*P[0])*x + A^2 - 4*B*P[0]) + +M = extended_field( f_P, A, B, 24 ) # The 2-division field of P +print "2-division field of P:", M + +if M.degree() != 24: + print "Stopping because 2-division of P is too small" + exit() diff --git a/misc_code/2_division_onecurve.sage b/misc_code/2_division_onecurve.sage @@ -0,0 +1,101 @@ + +R1.<x> = PolynomialRing(QQ) +R2.<x,y> = PolynomialRing(QQ) + +def extended_field( f, A, B, deg_mult ): + # f: a polynomial whose roots are the x-coordinates of some points of an + # elliptic curve E: y^2 = x^3 + Ax + B. + # return value: a field containing the x and y coordinates of those points + # deg_mult: a positive integer known to be a multiple of the degree of the + # extended field. + # + # This function uses the properties of resultants (I can provide a pdf + # explaining how it works). + # + # It is useful to compute, e.g., the fields obtained by adjoining the + # coordinates of the n-division points of a point (using the n-uplication + # formulas to get the required polynomials). + # + # When used to compute the 2-division fields, it gives the same output as + # E.division_field(2). + + + g = y^2 - x^3 - A*x - B + res = f.resultant(g,x) + res = res.subs(y=x) + + #print "Splitting field of division pol:" + #print R1(f).splitting_field('r') + K.<b> = (R1(res*f)).splitting_field(degree_multiple=deg_mult) + + return K + + +A = -3 +B = 17/4 + +E = EllipticCurve([0,0,0,A,B]) +print "*************************" +print E +print "of rank ", E.rank(), "with (some) points of infinite order:", E.gens() +print "CM:", E.has_cm() + +rep = E.galois_representation() +print "mod 2 rep is surjective:", rep.is_surjective(2) + +if E.rank() == 0: + print "Stopping because rank 0" + exit() +if len(E.gens()) == 0: + print "Stopping because no points of infinite order found" + exit() +if E.has_cm(): + print "Stopping because CM" + print "" + exit() +if not rep.is_surjective(2): + print "Stopping because mod 2 rep is not surjective" + exit() + +K_2.<a> = E.division_field(2) +print "2-division field:", K_2 +P = E(0) +flag = False +for P in E.gens(): + if len(P.division_points(2)) == 0: + flag = True + break +if not flag: + print "Stopping because the points found are 2-divisible" + exit() +print "Taking the 2-division of P =", P + +# The following polynomial is derived from the duplication formula +# (Silverman, p.54) using the x-coordinate of the 2-division point as +# an indeterminate.x +f_P = R1(x^4 - 4*P[0]*x^3 - 2*A*x^2 - 4*(2*B + A*P[0])*x + A^2 - 4*B*P[0]) + +M = extended_field( f_P, A, B, 24 ) # The 2-division field of P +print "2-division field of P:", M + +if M.degree() != 24: + print "Stopping because 2-division of P is too small" + exit() + +K_4 = extended_field( E.division_polynomial(4), A, B, 96 ) +print "4-division field:", K_4 + +if K_4.degree() != 96: + print "Stopping because mod 4 representation not surjective" + exit() + +if len(f_P.roots(ring=K_4)) == 0: + print "Stopping because E is not contained in K_4" + exit() + +print "----------------" +print "|Example Found!|" +print "----------------" + +print "*************************" +print "" diff --git a/misc_code/2_division_withparisplit.sage b/misc_code/2_division_withparisplit.sage @@ -0,0 +1,122 @@ + +R1.<x> = PolynomialRing(QQ) +R2.<x,y> = PolynomialRing(QQ) + +def extended_field( f, A, B, deg_mult ): + # f: a polynomial whose roots are the x-coordinates of some points of an + # elliptic curve E: y^2 = x^3 + Ax + B. + # return value: a field containing the x and y coordinates of those points + # deg_mult: a positive integer known to be a multiple of the degree of the + # extended field. + # + # This function uses the properties of resultants (I can provide a pdf + # explaining how it works). + # + # It is useful to compute, e.g., the fields obtained by adjoining the + # coordinates of the n-division points of a point (using the n-uplication + # formulas to get the required polynomials). + # + # When used to compute the 2-division fields, it gives the same output as + # E.division_field(2). + + + g = y^2 - x^3 - A*x - B + res = f.resultant(g,x) + res = res.subs(y=x) + + #K.<b> = f.splitting_field() + #print aux + pol = pari(R1(res*f)).nfsplitting(deg_mult) + K.<b> = NumberField(g) + + return K + +L = [] + +for A in range(1,9): + for B in range(1,9): + + print "Current list of examples:", len(L), "elements. List:" + print L + + E = EllipticCurve([0,0,0,A,B]) + print "*************************" + print E + print "of rank ", E.rank(), "with (some) points of infinite order:", E.gens() + print "CM:", E.has_cm() + + rep = E.galois_representation() + print "mod 2 rep is surjective:", rep.is_surjective(2) + + if E.rank() == 0: + print "Stopping because rank 0" + print "" + continue + if len(E.gens()) == 0: + print "Stopping because no points of infinite order found" + print "" + continue + if E.has_cm(): + print "Stopping because CM" + print "" + print "" + continue + if not rep.is_surjective(2): + print "Stopping because mod 2 rep is not surjective" + print "" + continue + + K_2.<a> = E.division_field(2) + print "2-division field:", K_2 + P = E(0) + flag = False + for P in E.gens(): + if len(P.division_points(2)) == 0: + flag = True + break + if not flag: + print "Stopping because the points found are 2-divisible" + print "" + continue + print "Taking the 2-division of P =", P + + # The following polynomial is derived from the duplication formula + # (Silverman, p.54) using the x-coordinate of the 2-division point as + # an indeterminate.x + f_P = R1(x^4 - 4*P[0]*x^3 - 2*A*x^2 - 4*(2*B + A*P[0])*x + A^2 - 4*B*P[0]) + #print f_P.roots() + + M = extended_field( f_P, A, B, 24 ) # The 2-division field of P + print "2-division field of P:", M + + if M.degree() != 24: + print "Stopping because 2-division of P is too small" + print "" + continue + + div_pol_4 = E.division_polynomial(4) + + #if div_pol_4.splitting_field('zz').degree() < 48: + # print "Stopping because splitting field of div_pol_4 < 48" + # exit() + + K_4 = extended_field( div_pol_4, A, B, 96 ) + print "4-division field:", K_4 + + if K_4.degree() != 96: + print "Stopping because mod 4 representation not surjective" + print "" + continue + + if len(f_P.roots(ring=K_4)) == 0: + print "Stopping because M is not contained in K_4" + print "" + continue + + print "----------------" + print "|Example Found!|" + print "----------------" + L.append((A,B)) + + print "*************************" + print "" diff --git a/misc_code/Q49-49a1-49a2.gp b/misc_code/Q49-49a1-49a2.gp @@ -0,0 +1,14 @@ +elltorsfield_deg( E, n, deg ) = { + my( f, eqn, res ); + f = elldivpol( E, n ); + eqn = y^2 + E[1]*x*y + E[3]*y - x^3 - E[2]*x^2 - E[4]*x - E[5]; + res = substpol( polresultant( f, eqn ), y, x ); + printf( "Computing %d-torsion field...\n", n ); + return( nfinit( nfsplitting( f*res, deg ) ) ); +} + +print("Computing 49-torsion field for 49a1, expecting maximal degree 42*49\n"); +elltorsfield_deg( ellinit( "49a1" ), 49, 42*49 ); + +print("Computing 49-torsion field for 49a1, expecting maximal degree 42*49\n"); +elltorsfield_deg( ellinit( "49a1" ), 49, 42*49 ); diff --git a/misc_code/adelic_failure_example b/misc_code/adelic_failure_example @@ -0,0 +1,3 @@ +E = EllipticCurve([0, 1, 0, -44, -84]) +print "Rational torsion points:", E.torsion_points() +print "Generator of the free part:", E.gens() diff --git a/misc_code/adelic_failure_example.sage b/misc_code/adelic_failure_example.sage @@ -0,0 +1,10 @@ +E = EllipticCurve([0, 1, 0, -44, -84]) +print "Rational torsion points:", E.torsion_points() +print "Generators of the free part:", E.gens() +P = E.gens()[0] + +K = CyclotomicField(3) +EK = E.base_extend(K) +PK = EK.point(P) + +print "2-division points over Q(zeta_3):", PK.division_points(2) diff --git a/misc_code/ugly_computations/GL2_ZN.py b/misc_code/ugly_computations/GL2_ZN.py @@ -0,0 +1,24 @@ +# Prints a list of matrices, the elements of GL_2(Z/nZ) + +def gcd( m, n ): + if n == 0: + return m + return gcd( n, m%n ) + +def print_mat( a, b, c, d ): + print "" + print "|", a, " ", b, "|" + print "|", c, " ", d, "|" + +n = input("Choose n: ") + +count = 0 +for a in range(n): + for b in range(n): + for c in range(n): + for d in range(n): + if gcd( n, abs(a*d-b*c)) == 1: + print_mat(a,b,c,d) + count += 1 + +print "Found", count, "elements" diff --git a/misc_code/ugly_computations/cm/cm-rank+-all.sage b/misc_code/ugly_computations/cm/cm-rank+-all.sage @@ -0,0 +1,3361 @@ + +# Elliptic curves downloaded from the LMFDB downloaded on 23 October 2019. +# Below is a list called data. Each entry has the form: +# [a1,a2,a3,a4,a6] (Weierstrass Coefficients) + + +data = [\ +[0, -1, 1, -887, -10143],\ +[0, -1, 1, -7, 10],\ +[0, 0, 1, 0, -34],\ +[0, 0, 1, 0, 1],\ +[0, 0, 1, 0, -1],\ +[0, 0, 1, 0, 20],\ +[0, 1, 0, -13, -21],\ +[0, 1, 0, -3, 1],\ +[0, 0, 0, -2, 0],\ +[0, 0, 0, 8, 0],\ +[0, 0, 0, -12, 0],\ +[0, 0, 0, 3, 0],\ +[0, 0, 1, -13718, -619025],\ +[0, 0, 1, -38, 90],\ +[0, 0, 0, 0, -4],\ +[0, 0, 0, 0, 108],\ +[1, -1, 1, -16400, -804212],\ +[1, -1, 1, -965, -13940],\ +[1, -1, 1, -335, 2440],\ +[1, -1, 1, -20, 46],\ +[0, 0, 1, 0, -331],\ +[0, 0, 1, 0, 12],\ +[0, 0, 0, -396, -3024],\ +[0, 0, 0, -396, 3024],\ +[0, 0, 0, -36, 0],\ +[0, 0, 0, 9, 0],\ +[0, 0, 0, -540, -4752],\ +[0, 0, 0, -60, 176],\ +[0, 0, 0, 0, -216],\ +[0, 0, 0, 0, 8],\ +[0, 0, 1, -6750, -213469],\ +[0, 0, 1, -750, 7906],\ +[0, 0, 1, 0, -844],\ +[0, 0, 1, 0, 31],\ +[0, 0, 0, -29155, -1915998],\ +[0, 0, 0, -1715, -33614],\ +[0, 0, 0, -595, 5586],\ +[0, 0, 0, -35, 98],\ +[0, 0, 0, -275, -1750],\ +[0, 0, 0, -275, 1750],\ +[0, 0, 0, -25, 0],\ +[0, 0, 0, 100, 0],\ +[0, 0, 0, -5, 0],\ +[0, 0, 0, 20, 0],\ +[0, 0, 0, 0, -2700],\ +[0, 0, 0, 0, 100],\ +[0, 0, 0, 0, -972],\ +[0, 0, 0, 0, 36],\ +[0, 0, 0, 0, -243],\ +[0, 0, 0, 0, 9],\ +[0, 0, 1, 0, -2],\ +[0, 0, 1, 0, 47],\ +[0, 0, 1, 0, -16207],\ +[0, 0, 1, 0, 600],\ +[0, 0, 1, 0, -192787],\ +[0, 0, 1, 0, 7140],\ +[0, 0, 1, 0, -88],\ +[0, 0, 1, 0, 3],\ +[0, 0, 0, -539, -4802],\ +[0, 0, 0, -539, 4802],\ +[0, 0, 0, -49, 0],\ +[0, 0, 0, 196, 0],\ +[0, 0, 0, -500, 0],\ +[0, 0, 0, 125, 0],\ +[0, 0, 0, -20, 0],\ +[0, 0, 0, 5, 0],\ +[0, 0, 0, -1080, -13662],\ +[0, 0, 0, -120, 506],\ +[0, 0, 0, 0, -54],\ +[0, 0, 0, 0, 2],\ +[0, 0, 0, -1080, 13662],\ +[0, 0, 0, -120, -506],\ +[0, 0, 0, 0, -2],\ +[0, 0, 0, 0, 54],\ +[0, 0, 0, 0, -28],\ +[0, 0, 0, 0, 756],\ +[0, 0, 0, -6615, 203742],\ +[0, 0, 0, -735, -7546],\ +[0, 0, 0, 0, -343],\ +[0, 0, 0, 0, 9261],\ +[0, 0, 1, -1590140, -771794326],\ +[0, 0, 1, -860, 9707],\ +[0, 0, 0, -72, 0],\ +[0, 0, 0, 18, 0],\ +[0, 0, 0, -6, 0],\ +[0, 0, 0, 24, 0],\ +[0, 0, 0, -120, -448],\ +[0, 0, 0, -30, 56],\ +[0, 0, 0, -54, 0],\ +[0, 0, 0, 216, 0],\ +[0, 0, 0, 0, -13500],\ +[0, 0, 0, 0, 500],\ +[0, 0, 0, 0, -16875],\ +[0, 0, 0, 0, 625],\ +[0, 0, 0, 0, -135],\ +[0, 0, 0, 0, 5],\ +[0, 1, 1, -22183, -1312206],\ +[0, 1, 1, -183, 919],\ +[0, 0, 0, -7, 0],\ +[0, 0, 0, 28, 0],\ +[0, 0, 0, -2156, -38416],\ +[0, 0, 0, -2156, 38416],\ +[0, 0, 0, -196, 0],\ +[0, 0, 0, 49, 0],\ +[0, 0, 0, -116620, -15327984],\ +[0, 0, 0, -6860, -268912],\ +[0, 0, 0, -2380, 44688],\ +[0, 0, 0, -140, 784],\ +[0, 0, 0, -343, 0],\ +[0, 0, 0, 1372, 0],\ +[0, 0, 1, -32670, 2273015],\ +[0, 0, 1, -3630, -84186],\ +[0, 0, 1, 0, -333],\ +[0, 0, 1, 0, 8984],\ +[0, 0, 0, 0, -10000],\ +[0, 0, 0, 0, 270000],\ +[0, 0, 0, 0, -100],\ +[0, 0, 0, 0, 2700],\ +[0, 0, 0, -5324, 0],\ +[0, 0, 0, 1331, 0],\ +[0, 0, 0, 0, -81],\ +[0, 0, 0, 0, 3],\ +[0, 0, 0, 0, -324],\ +[0, 0, 0, 0, 12],\ +[0, 0, 0, 0, -1296],\ +[0, 0, 0, 0, 48],\ +[0, 0, 0, 0, -1581228],\ +[0, 0, 0, 0, 58564],\ +[0, 0, 0, 0, -44],\ +[0, 0, 0, 0, 1188],\ +[0, 0, 0, -16335, 790614],\ +[0, 0, 0, -1815, -29282],\ +[0, 0, 0, 0, -1331],\ +[0, 0, 0, 0, 35937],\ +[0, 0, 1, -33083930, -73244287055],\ +[0, 0, 1, -7370, 243528],\ +[0, 0, 1, 0, -1141],\ +[0, 0, 1, 0, 42],\ +[0, 0, 1, 0, -2506228],\ +[0, 0, 1, 0, 92823],\ +[0, 0, 1, 0, -6],\ +[0, 0, 1, 0, 155],\ +[0, 0, 0, 0, -64827],\ +[0, 0, 0, 0, 2401],\ +[0, 0, 0, 0, -67228],\ +[0, 0, 0, 0, 1815156],\ +[0, 0, 0, 0, -5292],\ +[0, 0, 0, 0, 196],\ +[0, 0, 0, 0, -7],\ +[0, 0, 0, 0, 189],\ +[0, 0, 0, -2197, 0],\ +[0, 0, 0, 8788, 0],\ +[0, 0, 0, -1859, -30758],\ +[0, 0, 0, -1859, 30758],\ +[0, 0, 0, -169, 0],\ +[0, 0, 0, 676, 0],\ +[1, -1, 1, -220485, -39791650],\ +[1, -1, 1, -12970, -695824],\ +[1, -1, 1, -4500, 117296],\ +[1, -1, 1, -265, 2104],\ +[0, 0, 1, 0, -7594],\ +[0, 0, 1, 0, 281],\ +[0, 0, 1, 0, -37969],\ +[0, 0, 1, 0, 1406],\ +[0, 0, 1, 0, -1519],\ +[0, 0, 1, 0, 56],\ +[0, 0, 1, 0, -189844],\ +[0, 0, 1, 0, 7031],\ +[0, 0, 1, 0, -304],\ +[0, 0, 1, 0, 11],\ +[0, 0, 0, -10, 0],\ +[0, 0, 0, 40, 0],\ +[0, 0, 0, -50, 0],\ +[0, 0, 0, 200, 0],\ +[0, 0, 0, -250, 0],\ +[0, 0, 0, 1000, 0],\ +[0, -1, 0, -333, -1963],\ +[0, -1, 0, -83, 287],\ +[0, 0, 0, 0, -756],\ +[0, 0, 0, 0, 28],\ +[0, 0, 0, -6615, -203742],\ +[0, 0, 0, -735, 7546],\ +[0, 0, 0, 0, -9261],\ +[0, 0, 0, 0, 343],\ +[0, 0, 0, 0, -7260624],\ +[0, 0, 0, 0, 268912],\ +[0, 0, 0, -2475, -47250],\ +[0, 0, 0, -2475, 47250],\ +[0, 0, 0, -225, 0],\ +[0, 0, 0, 900, 0],\ +[0, 0, 0, -13500, 0],\ +[0, 0, 0, 3375, 0],\ +[0, 0, 0, -45, 0],\ +[0, 0, 0, 180, 0],\ +[0, 0, 0, -60, 0],\ +[0, 0, 0, 15, 0],\ +[0, 0, 0, -2700, 0],\ +[0, 0, 0, 675, 0],\ +[0, 0, 1, 0, -138450256],\ +[0, 0, 1, 0, 5127787],\ +[0, 0, 0, -5324, -149072],\ +[0, 0, 0, -5324, 149072],\ +[0, 0, 0, -484, 0],\ +[0, 0, 0, 121, 0],\ +[0, 1, 0, -3549, -84691],\ +[0, 1, 0, -29, 53],\ +[0, 0, 1, 0, -9584035],\ +[0, 0, 1, 0, 354964],\ +[0, 0, 1, 0, -563767],\ +[0, 0, 1, 0, 20880],\ +[0, 0, 1, -78030, -8390176],\ +[0, 0, 1, -8670, 310747],\ +[0, 0, 1, 0, -33163],\ +[0, 0, 1, 0, 1228],\ +[0, 0, 1, 0, -115],\ +[0, 0, 1, 0, 4],\ +[0, 0, 1, 0, -1951],\ +[0, 0, 1, 0, 72],\ +[0, 0, 1, 0, -8],\ +[0, 0, 1, 0, 209],\ +[0, 0, 1, 0, -6233767],\ +[0, 0, 1, 0, 230880],\ +[0, 0, 1, -342950, -77378094],\ +[0, 0, 1, -950, 11281],\ +[0, 0, 0, -17, 0],\ +[0, 0, 0, 68, 0],\ +[0, 0, 1, 0, -2437],\ +[0, 0, 1, 0, 90],\ +[0, 0, 0, 0, -459],\ +[0, 0, 0, 0, 17],\ +[0, 0, 0, 0, -7803],\ +[0, 0, 0, 0, 289],\ +[0, 0, 0, 0, -2255067],\ +[0, 0, 0, 0, 83521],\ +[0, 0, 0, 0, -25],\ +[0, 0, 0, 0, 675],\ +[0, 0, 0, 0, -20],\ +[0, 0, 0, 0, 540],\ +[0, 0, 0, -108000, 13662000],\ +[0, 0, 0, -12000, -506000],\ +[0, 0, 0, 0, -2000],\ +[0, 0, 0, 0, 54000],\ +[0, 0, 0, 0, -2500],\ +[0, 0, 0, 0, 67500],\ +[0, 0, 0, 0, -3125],\ +[0, 0, 0, 0, 84375],\ +[0, 0, 0, -52, 0],\ +[0, 0, 0, 13, 0],\ +[0, 0, 0, -8788, 0],\ +[0, 0, 0, 2197, 0],\ +[0, 0, 1, 0, -53594],\ +[0, 0, 1, 0, 1447031],\ +[0, 0, 1, 0, -44],\ +[0, 0, 1, 0, 1181],\ +[0, 0, 1, 0, -50646094],\ +[0, 0, 1, 0, 1875781],\ +[0, 0, 1, 0, -41344],\ +[0, 0, 1, 0, 1531],\ +[1, -1, 0, -409992, -100936459],\ +[1, -1, 0, -24117, -1766584],\ +[1, -1, 0, -8367, 296666],\ +[1, -1, 0, -492, 5291],\ +[0, 0, 0, -76, 0],\ +[0, 0, 0, 19, 0],\ +[0, 0, 1, 0, -142],\ +[0, 0, 1, 0, 5],\ +[0, 0, 1, 0, -340342],\ +[0, 0, 1, 0, 12605],\ +[0, 0, 1, 0, -37],\ +[0, 0, 1, 0, 992],\ +[0, 0, 1, 0, -1801],\ +[0, 0, 1, 0, 48620],\ +[0, 0, 1, 0, -6946],\ +[0, 0, 1, 0, 257],\ +[0, 1, 0, -653, -5909],\ +[0, 1, 0, -163, 657],\ +[0, 0, 0, -392, 0],\ +[0, 0, 0, 98, 0],\ +[0, 0, 0, -56, 0],\ +[0, 0, 0, 14, 0],\ +[0, 0, 0, -686, 0],\ +[0, 0, 0, 2744, 0],\ +[0, 0, 0, -14, 0],\ +[0, 0, 0, 56, 0],\ +[0, 0, 0, -48735, 4074246],\ +[0, 0, 0, -5415, -150898],\ +[0, 0, 0, 0, -6859],\ +[0, 0, 0, 0, 185193],\ +[0, 0, 0, 0, -19],\ +[0, 0, 0, 0, 513],\ +[0, 0, 0, 0, -2476099],\ +[0, 0, 0, 0, 66854673],\ +[0, 0, 0, 0, -11],\ +[0, 0, 0, 0, 297],\ +[0, 0, 0, 0, -5324],\ +[0, 0, 0, 0, 143748],\ +[0, 0, 0, 0, -3267],\ +[0, 0, 0, 0, 121],\ +[0, 0, 0, 0, -161051],\ +[0, 0, 0, 0, 4348377],\ +[0, 0, 0, -252, 0],\ +[0, 0, 0, 63, 0],\ +[0, 0, 0, -5292, 0],\ +[0, 0, 0, 1323, 0],\ +[0, 0, 0, -4851, -129654],\ +[0, 0, 0, -4851, 129654],\ +[0, 0, 0, -441, 0],\ +[0, 0, 0, 1764, 0],\ +[0, 0, 0, -21, 0],\ +[0, 0, 0, 84, 0],\ +[0, 0, 0, -1029, 0],\ +[0, 0, 0, 4116, 0],\ +[0, 0, 1, -142830, 20778194],\ +[0, 0, 1, -15870, -769563],\ +[0, 0, 1, 0, -3042],\ +[0, 0, 1, 0, 82127],\ +[0, 0, 0, 0, -1250],\ +[0, 0, 0, 0, 33750],\ +[0, 0, 0, 0, -270],\ +[0, 0, 0, 0, 10],\ +[0, 0, 0, -15, 0],\ +[0, 0, 0, 60, 0],\ +[0, 0, 0, -135, 0],\ +[0, 0, 0, 540, 0],\ +[0, 0, 0, -3375, 0],\ +[0, 0, 0, 13500, 0],\ +[0, 0, 0, -375, 0],\ +[0, 0, 0, 1500, 0],\ +[0, 0, 0, -9900, -378000],\ +[0, 0, 0, -9900, 378000],\ +[0, 0, 0, -900, 0],\ +[0, 0, 0, 225, 0],\ +[0, 0, 0, 0, -2700000],\ +[0, 0, 0, 0, 100000],\ +[0, 0, 0, 0, -800],\ +[0, 0, 0, 0, 21600],\ +[0, 0, 0, -13500, -594000],\ +[0, 0, 0, -1500, 22000],\ +[0, 0, 0, 0, -27000],\ +[0, 0, 0, 0, 1000],\ +[0, 0, 1, 0, -277],\ +[0, 0, 1, 0, 10],\ +[0, 0, 0, 0, -648],\ +[0, 0, 0, 0, 24],\ +[0, 0, 0, 0, -18],\ +[0, 0, 0, 0, 486],\ +[0, 0, 0, 0, -7776],\ +[0, 0, 0, 0, 288],\ +[0, 0, 0, 0, -1944],\ +[0, 0, 0, 0, 72],\ +[0, 0, 0, 0, -72],\ +[0, 0, 0, 0, 1944],\ +[0, 0, 0, 0, -288],\ +[0, 0, 0, 0, 7776],\ +[0, 0, 0, 0, -486],\ +[0, 0, 0, 0, 18],\ +[0, 0, 1, 0, -12481],\ +[0, 0, 1, 0, 462],\ +[0, 0, 0, -5819, -170338],\ +[0, 0, 0, -5819, 170338],\ +[0, 0, 0, -529, 0],\ +[0, 0, 0, 2116, 0],\ +[0, 0, 0, 0, -1936],\ +[0, 0, 0, 0, 52272],\ +[0, 0, 0, -16335, -790614],\ +[0, 0, 0, -1815, 29282],\ +[0, 0, 0, 0, -35937],\ +[0, 0, 0, 0, 1331],\ +[0, 0, 0, 0, -1188],\ +[0, 0, 0, 0, 44],\ +[0, 0, 0, 0, -58564],\ +[0, 0, 0, 0, 1581228],\ +[0, 0, 0, 0, -69574032],\ +[0, 0, 0, 0, 2576816],\ +[0, 0, 0, -127776, -18037712],\ +[0, 0, 0, -1056, 13552],\ +[1, -1, 1, -657810, -205176646],\ +[1, -1, 1, -38695, -3592802],\ +[1, -1, 1, -13425, 602018],\ +[1, -1, 1, -790, 10700],\ +[0, 0, 0, 0, -1404],\ +[0, 0, 0, 0, 52],\ +[0, 0, 0, 0, -4563],\ +[0, 0, 0, 0, 169],\ +[0, 0, 0, 0, -10024911],\ +[0, 0, 0, 0, 371293],\ +[0, 0, 0, 0, -3084588],\ +[0, 0, 0, 0, 114244],\ +[0, 0, 0, -12716, -550256],\ +[0, 0, 0, -12716, 550256],\ +[0, 0, 0, -1156, 0],\ +[0, 0, 0, 289, 0],\ +[0, 0, 0, 0, -57132],\ +[0, 0, 0, 0, 2116],\ +[0, 0, 0, 0, -25745372],\ +[0, 0, 0, 0, 695125044],\ +[0, 0, 0, -71415, 7227198],\ +[0, 0, 0, -7935, -267674],\ +[0, 0, 0, 0, -12167],\ +[0, 0, 0, 0, 328509],\ +[0, 0, 0, -728875, -239499750],\ +[0, 0, 0, -42875, -4201750],\ +[0, 0, 0, -14875, 698250],\ +[0, 0, 0, -875, 12250],\ +[0, -1, 1, -149959, -22883378],\ +[0, -1, 1, -1239, 17643],\ +[0, 0, 0, 0, -453789],\ +[0, 0, 0, 0, 16807],\ +[0, 0, 0, 0, -3024],\ +[0, 0, 0, 0, 112],\ +[0, 0, 0, 0, -38416],\ +[0, 0, 0, 0, 1037232],\ +[0, 0, 0, 0, -49],\ +[0, 0, 0, 0, 1323],\ +[0, 0, 0, 0, -37044],\ +[0, 0, 0, 0, 1372],\ +[0, 0, 1, 0, -196],\ +[0, 0, 1, 0, 7],\ +[0, 0, 1, -227070, -41650315],\ +[0, 0, 1, -25230, 1542604],\ +[0, 0, 1, 0, -164626],\ +[0, 0, 1, 0, 6097],\ +[0, 0, 0, -54872, 4952198],\ +[0, 0, 0, -152, -722],\ +[0, 0, 0, -54872, -4952198],\ +[0, 0, 0, -152, 722],\ +[0, 0, 0, -15884, -768208],\ +[0, 0, 0, -15884, 768208],\ +[0, 0, 0, -1444, 0],\ +[0, 0, 0, 361, 0],\ +[0, 0, 0, 0, -375],\ +[0, 0, 0, 0, 10125],\ +[0, 0, 0, 0, -60],\ +[0, 0, 0, 0, 1620],\ +[0, 0, 0, 0, -6075],\ +[0, 0, 0, 0, 225],\ +[0, 0, 0, 0, -300],\ +[0, 0, 0, 0, 8100],\ +[0, 0, 0, 0, -1875],\ +[0, 0, 0, 0, 50625],\ +[0, 0, 0, 0, -75],\ +[0, 0, 0, 0, 2025],\ +[0, 0, 0, 0, -9375],\ +[0, 0, 0, 0, 253125],\ +[0, 0, 0, 0, -1500],\ +[0, 0, 0, 0, 40500],\ +[0, 0, 0, 0, -15],\ +[0, 0, 0, 0, 405],\ +[0, 0, 0, 0, -37500],\ +[0, 0, 0, 0, 1012500],\ +[0, 0, 0, 0, -7500],\ +[0, 0, 0, 0, 202500],\ +[0, 0, 0, 0, -676],\ +[0, 0, 0, 0, 18252],\ +[1, -1, 0, -963937, -364008198],\ +[1, -1, 0, -56702, -6376161],\ +[1, -1, 0, -19672, 1066869],\ +[1, -1, 0, -1157, 18920],\ +[0, 0, 1, -259470, 50875580],\ +[0, 0, 1, -28830, -1884281],\ +[0, 0, 1, 0, -7448],\ +[0, 0, 1, 0, 201089],\ +[0, 0, 1, 0, -7157288],\ +[0, 0, 1, 0, 193246769],\ +[0, 0, 1, 0, -6487],\ +[0, 0, 1, 0, 240],\ +[0, 0, 1, -57772164980, -5344733777551611],\ +[0, 0, 1, -2174420, 1234136692],\ +[0, 0, 0, -9251, -341446],\ +[0, 0, 0, -9251, 341446],\ +[0, 0, 0, -841, 0],\ +[0, 0, 0, 3364, 0],\ +[0, 0, 0, -24389, 0],\ +[0, 0, 0, 97556, 0],\ +[0, 0, 1, 0, -207969],\ +[0, 0, 1, 0, 5615156],\ +[0, 0, 1, 0, -102094],\ +[0, 0, 1, 0, 3781],\ +[0, 0, 1, 0, -69],\ +[0, 0, 1, 0, 1856],\ +[0, 0, 1, 0, -2470669],\ +[0, 0, 1, 0, 91506],\ +[0, 0, 0, -147, 0],\ +[0, 0, 0, 588, 0],\ +[0, 0, 0, -756, 0],\ +[0, 0, 0, 189, 0],\ +[0, 0, 0, -4116, 0],\ +[0, 0, 0, 1029, 0],\ +[0, 0, 0, 0, -907578],\ +[0, 0, 0, 0, 33614],\ +[0, 0, 0, 0, -2074464],\ +[0, 0, 0, 0, 76832],\ +[0, 0, 0, -26460, -1629936],\ +[0, 0, 0, -2940, 60368],\ +[0, 0, 0, 0, -74088],\ +[0, 0, 0, 0, 2744],\ +[0, 0, 0, 0, -6048],\ +[0, 0, 0, 0, 224],\ +[0, 0, 0, 0, -2646],\ +[0, 0, 0, 0, 98],\ +[0, 0, 0, -1049580, -413855568],\ +[0, 0, 0, -61740, -7260624],\ +[0, 0, 0, -21420, 1206576],\ +[0, 0, 0, -1260, 21168],\ +[0, 0, 0, -84, 0],\ +[0, 0, 0, 21, 0],\ +[0, 0, 0, -37044, 0],\ +[0, 0, 0, 9261, 0],\ +[0, 0, 0, -1323, 0],\ +[0, 0, 0, 5292, 0],\ +[0, 0, 1, 0, -2995],\ +[0, 0, 1, 0, 80858],\ +[0, 0, 1, 0, -223],\ +[0, 0, 1, 0, 8],\ +[0, 0, 1, 0, -7351],\ +[0, 0, 1, 0, 272],\ +[0, 0, 1, 0, -889441],\ +[0, 0, 1, 0, 32942],\ +[0, 0, 1, 0, -25],\ +[0, 0, 1, 0, 668],\ +[0, 0, 1, 0, -362365],\ +[0, 0, 1, 0, 9783848],\ +[0, 0, 0, 0, -76386348],\ +[0, 0, 0, 0, 2829124],\ +[0, 0, 0, -10571, -417074],\ +[0, 0, 0, -10571, 417074],\ +[0, 0, 0, -961, 0],\ +[0, 0, 0, 3844, 0],\ +[0, 0, 0, -119164, 0],\ +[0, 0, 0, 29791, 0],\ +[0, 0, 0, -124, 0],\ +[0, 0, 0, 31, 0],\ +[0, 0, 0, -2662, 0],\ +[0, 0, 0, 10648, 0],\ +[0, 0, 0, -22, 0],\ +[0, 0, 0, 88, 0],\ +[0, 0, 0, -968, 0],\ +[0, 0, 0, 242, 0],\ +[0, -1, 0, -1613, -21547],\ +[0, -1, 0, -403, 2895],\ +[0, 0, 0, 0, -530604],\ +[0, 0, 0, 0, 19652],\ +[0, 0, 0, 0, -31212],\ +[0, 0, 0, 0, 1156],\ +[0, 0, 0, 0, -9020268],\ +[0, 0, 0, 0, 334084],\ +[0, 0, 0, 0, -1836],\ +[0, 0, 0, 0, 68],\ +[0, 0, 0, 0, -153344556],\ +[0, 0, 0, 0, 5679428],\ +[0, 0, 1, 0, -15],\ +[0, 0, 1, 0, 398],\ +[0, 0, 1, 0, -13130469],\ +[0, 0, 1, 0, 354522656],\ +[0, 0, 1, 0, -8269],\ +[0, 0, 1, 0, 306],\ +[0, 0, 1, 0, -2144],\ +[0, 0, 1, 0, 57881],\ +[0, 0, 1, 0, -81034],\ +[0, 0, 1, 0, 3001],\ +[0, 0, 1, 0, -1094],\ +[0, 0, 1, 0, 29531],\ +[0, 0, 1, 0, -10129219],\ +[0, 0, 1, 0, 375156],\ +[0, 0, 1, 0, -9],\ +[0, 0, 1, 0, 236],\ +[0, 0, 1, -330750, 73219781],\ +[0, 0, 1, -36750, -2711844],\ +[0, 0, 1, 0, -10719],\ +[0, 0, 1, 0, 289406],\ +[0, 0, 1, 0, -105044],\ +[0, 0, 1, 0, 2836181],\ +[0, 0, 1, 0, -1033594],\ +[0, 0, 1, 0, 38281],\ +[0, 0, 1, 0, -25117],\ +[0, 0, 1, 0, 930],\ +[0, 0, 1, 0, -5701025032],\ +[0, 0, 1, 0, 211149075],\ +[0, 0, 0, -12167, 0],\ +[0, 0, 0, 48668, 0],\ +[0, 0, 0, -23276, -1362704],\ +[0, 0, 0, -23276, 1362704],\ +[0, 0, 0, -2116, 0],\ +[0, 0, 0, 529, 0],\ +[0, 0, 0, -23, 0],\ +[0, 0, 0, 92, 0],\ +[0, 0, 0, 0, -103788],\ +[0, 0, 0, 0, 3844],\ +[0, 0, 0, -129735, 17695854],\ +[0, 0, 0, -14415, -655402],\ +[0, 0, 0, 0, -29791],\ +[0, 0, 0, 0, 804357],\ +[0, 0, 0, 0, -114516604],\ +[0, 0, 0, 0, 3091948308],\ +[0, 0, 0, -297, 0],\ +[0, 0, 0, 1188, 0],\ +[0, 0, 0, -1452, 0],\ +[0, 0, 0, 363, 0],\ +[0, 0, 0, -396, 0],\ +[0, 0, 0, 99, 0],\ +[0, 0, 0, -47916, 0],\ +[0, 0, 0, 11979, 0],\ +[0, 0, 0, -3993, 0],\ +[0, 0, 0, 15972, 0],\ +[0, 1, 1, -256439, -51369785],\ +[0, 1, 1, -2119, 37824],\ +[0, 0, 1, 0, -9241],\ +[0, 0, 1, 0, 342],\ +[0, 0, 1, 0, -28519],\ +[0, 0, 1, 0, 1056],\ +[0, 0, 1, 0, -7831961719],\ +[0, 0, 1, 0, 290072656],\ +[0, 0, 1, 0, -10969],\ +[0, 0, 1, 0, 406],\ +[0, 0, 1, 0, -24098344],\ +[0, 0, 1, 0, 892531],\ +[0, 0, 1, 0, -3564844],\ +[0, 0, 1, 0, 132031],\ +[0, 0, 1, 0, -74149],\ +[0, 0, 1, 0, 2746],\ +[0, 0, 0, 0, -76],\ +[0, 0, 0, 0, 2052],\ +[0, 0, 0, -140, 0],\ +[0, 0, 0, 35, 0],\ +[0, 0, 0, -6125, 0],\ +[0, 0, 0, 24500, 0],\ +[0, 0, 0, -34300, 0],\ +[0, 0, 0, 8575, 0],\ +[0, 0, 0, -700, 0],\ +[0, 0, 0, 175, 0],\ +[0, 0, 0, -6860, 0],\ +[0, 0, 0, 1715, 0],\ +[0, 0, 1, 0, -136020067],\ +[0, 0, 1, 0, 5037780],\ +[0, 0, 1, 0, -133468],\ +[0, 0, 1, 0, 4943],\ +[0, 0, 1, 0, -790],\ +[0, 0, 1, 0, 29],\ +[0, 0, 1, 0, -21421],\ +[0, 0, 1, 0, 578360],\ +[0, 0, 1, 0, -127],\ +[0, 0, 1, 0, 3422],\ +[0, 0, 1, 0, -278470],\ +[0, 0, 1, 0, 7518683],\ +[0, 0, 1, 0, -1648],\ +[0, 0, 1, 0, 44489],\ +[0, 0, 1, 0, -10],\ +[0, 0, 1, 0, 263],\ +[0, 0, 0, 0, -83521],\ +[0, 0, 0, 0, 2255067],\ +[0, 0, 0, 0, -289],\ +[0, 0, 0, 0, 7803],\ +[0, 0, 0, 0, -108000],\ +[0, 0, 0, 0, 4000],\ +[0, 0, 0, 0, -200],\ +[0, 0, 0, 0, 5400],\ +[0, 0, 0, 0, -1350],\ +[0, 0, 0, 0, 50],\ +[0, 0, 0, 0, -6250],\ +[0, 0, 0, 0, 168750],\ +[0, 0, 0, 0, -135000],\ +[0, 0, 0, 0, 5000],\ +[0, 0, 0, 0, -40],\ +[0, 0, 0, 0, 1080],\ +[0, 0, 0, 0, -5000],\ +[0, 0, 0, 0, 135000],\ +[0, 0, 0, 0, -1080],\ +[0, 0, 0, 0, 40],\ +[0, 0, 0, 0, -50],\ +[0, 0, 0, 0, 1350],\ +[0, 0, 0, 0, -168750],\ +[0, 0, 0, 0, 6250],\ +[0, 0, 0, 0, -4000],\ +[0, 0, 0, 0, 108000],\ +[0, 1, 0, -2253, -37205],\ +[0, 1, 0, -563, 4369],\ +[0, 0, 0, -26, 0],\ +[0, 0, 0, 104, 0],\ +[0, 0, 0, -4394, 0],\ +[0, 0, 0, 17576, 0],\ +[0, 0, 0, -338, 0],\ +[0, 0, 0, 1352, 0],\ +[0, 1, 1, -320327, 71490832],\ +[0, 1, 1, -2647, -54675],\ +[0, 0, 0, -37, 0],\ +[0, 0, 0, 148, 0],\ +[0, 0, 0, -15059, -709142],\ +[0, 0, 0, -15059, 709142],\ +[0, 0, 0, -1369, 0],\ +[0, 0, 0, 5476, 0],\ +[0, 0, 0, 0, -40516875],\ +[0, 0, 0, 0, 1500625],\ +[0, 0, 0, 0, -4287500],\ +[0, 0, 0, 0, 115762500],\ +[0, 0, 0, 0, -35],\ +[0, 0, 0, 0, 945],\ +[0, 0, 0, 0, -336140],\ +[0, 0, 0, 0, 9075780],\ +[0, 0, 0, -165375, 25467750],\ +[0, 0, 0, -18375, -943250],\ +[0, 0, 0, 0, -42875],\ +[0, 0, 0, 0, 1157625],\ +[0, 0, 0, 0, -3307500],\ +[0, 0, 0, 0, 122500],\ +[0, 0, 0, 0, -33075],\ +[0, 0, 0, 0, 1225],\ +[0, 0, 0, 0, -3500],\ +[0, 0, 0, 0, 94500],\ +[0, 0, 0, 0, -52521875],\ +[0, 0, 0, 0, 1418090625],\ +[0, 0, 1, -453870, -117699838],\ +[0, 0, 1, -50430, 4359253],\ +[0, 0, 1, 0, -465217],\ +[0, 0, 1, 0, 17230],\ +[0, 0, 1, -39753500, -96474290719],\ +[0, 0, 1, -21500, 1213406],\ +[1, -1, 0, -1751122, -891429351],\ +[1, -1, 0, -103007, -15621040],\ +[1, -1, 0, -35737, 2609130],\ +[1, -1, 0, -2102, 46143],\ +[0, 0, 0, 0, -147],\ +[0, 0, 0, 0, 3969],\ +[0, 0, 0, 0, -47628],\ +[0, 0, 0, 0, 1764],\ +[0, 0, 0, 0, -63],\ +[0, 0, 0, 0, 1701],\ +[0, 0, 0, 0, -12348],\ +[0, 0, 0, 0, 333396],\ +[0, 0, 0, 0, -151263],\ +[0, 0, 0, 0, 4084101],\ +[0, 0, 0, 0, -252],\ +[0, 0, 0, 0, 6804],\ +[0, 0, 0, 0, -2333772],\ +[0, 0, 0, 0, 86436],\ +[0, 0, 0, 0, -11907],\ +[0, 0, 0, 0, 441],\ +[0, 0, 0, 0, -583443],\ +[0, 0, 0, 0, 21609],\ +[0, 0, 0, 0, -3087],\ +[0, 0, 0, 0, 83349],\ +[0, 0, 0, 0, -605052],\ +[0, 0, 0, 0, 16336404],\ +[0, 0, 0, -117, 0],\ +[0, 0, 0, 468, 0],\ +[0, 0, 0, -18252, 0],\ +[0, 0, 0, 4563, 0],\ +[0, 0, 0, -156, 0],\ +[0, 0, 0, 39, 0],\ +[0, 0, 0, -16731, -830466],\ +[0, 0, 0, -16731, 830466],\ +[0, 0, 0, -1521, 0],\ +[0, 0, 0, 6084, 0],\ +[0, 0, 0, -26364, 0],\ +[0, 0, 0, 6591, 0],\ +[0, 0, 0, -1404, 0],\ +[0, 0, 0, 351, 0],\ +[0, 0, 0, -19773, 0],\ +[0, 0, 0, 79092, 0],\ +[0, 0, 0, -184815, -30087882],\ +[0, 0, 0, -20535, 1114366],\ +[0, 0, 0, 0, -1367631],\ +[0, 0, 0, 0, 50653],\ +[0, 0, 0, 0, -999],\ +[0, 0, 0, 0, 37],\ +[0, 0, 1, 0, -23076907],\ +[0, 0, 1, 0, 854700],\ +[0, 0, 1, 0, -11],\ +[0, 0, 1, 0, 290],\ +[0, 0, 0, 0, -66854673],\ +[0, 0, 0, 0, 2476099],\ +[0, 0, 0, 0, -513],\ +[0, 0, 0, 0, 19],\ +[0, 0, 0, -48735, -4074246],\ +[0, 0, 0, -5415, 150898],\ +[0, 0, 0, 0, -185193],\ +[0, 0, 0, 0, 6859],\ +[0, 0, 0, -1975392, -1069674768],\ +[0, 0, 0, -5472, 155952],\ +[0, 0, 0, 0, -14641],\ +[0, 0, 0, 0, 395307],\ +[0, 0, 0, 0, -17393508],\ +[0, 0, 0, 0, 644204],\ +[0, 0, 0, -522720, -145472976],\ +[0, 0, 0, -58080, 5387888],\ +[0, 0, 0, 0, -574992],\ +[0, 0, 0, 0, 21296],\ +[0, 0, 0, 0, -121],\ +[0, 0, 0, 0, 3267],\ +[0, 0, 0, 0, -484],\ +[0, 0, 0, 0, 13068],\ +[0, 0, 0, 0, -297],\ +[0, 0, 0, 0, 11],\ +[0, 0, 1, -391314, -96670863],\ +[0, 0, 1, -3234, 72630],\ +[0, 0, 1, 0, -150998290],\ +[0, 0, 1, 0, 5592529],\ +[0, 0, 1, 0, -25622],\ +[0, 0, 1, 0, 691787],\ +[0, 0, 1, 0, -10376],\ +[0, 0, 1, 0, 280145],\ +[0, 0, 1, 0, -372873328],\ +[0, 0, 1, 0, 13810123],\ +[0, 0, 1, 0, -520],\ +[0, 0, 1, 0, 19],\ +[0, 0, 0, -18491, -964894],\ +[0, 0, 0, -18491, 964894],\ +[0, 0, 0, -1681, 0],\ +[0, 0, 0, 6724, 0],\ +[0, 0, 0, -41, 0],\ +[0, 0, 0, 164, 0],\ +[0, 0, 0, -68921, 0],\ +[0, 0, 0, 275684, 0],\ +[0, 0, 0, -116, 0],\ +[0, 0, 0, 29, 0],\ +[0, 0, 0, -97556, 0],\ +[0, 0, 0, 24389, 0],\ +[0, 0, 1, 0, -42127],\ +[0, 0, 1, 0, 1560],\ +[0, 0, 0, 0, -48668],\ +[0, 0, 0, 0, 1314036],\ +[0, 0, 0, 0, -7555707],\ +[0, 0, 0, 0, 279841],\ +[0, 0, 0, 0, -23],\ +[0, 0, 0, 0, 621],\ +[0, 0, 0, -3000, -56000],\ +[0, 0, 0, -750, 7000],\ +[0, 0, 0, -90, 0],\ +[0, 0, 0, 360, 0],\ +[0, 0, 0, -270, 0],\ +[0, 0, 0, 1080, 0],\ +[0, 0, 0, -30, 0],\ +[0, 0, 0, 120, 0],\ +[0, 0, 0, -9000, 0],\ +[0, 0, 0, 2250, 0],\ +[0, 0, 0, -600, 0],\ +[0, 0, 0, 150, 0],\ +[0, 0, 0, -1800, 0],\ +[0, 0, 0, 450, 0],\ +[0, 0, 0, -150, 0],\ +[0, 0, 0, 600, 0],\ +[0, 0, 0, -1350, 0],\ +[0, 0, 0, 5400, 0],\ +[0, 0, 0, -360, 0],\ +[0, 0, 0, 90, 0],\ +[0, 0, 0, -750, 0],\ +[0, 0, 0, 3000, 0],\ +[0, 0, 0, -6750, 0],\ +[0, 0, 0, 27000, 0],\ +[0, 0, 0, -318028, 0],\ +[0, 0, 0, 79507, 0],\ +[0, 0, 1, -596430, 177303728],\ +[0, 0, 1, -66270, -6566805],\ +[0, 0, 1, 0, -25956],\ +[0, 0, 1, 0, 700805],\ +[0, 0, 0, 0, -181548],\ +[0, 0, 0, 0, 6724],\ +[0, 0, 1, -2318342, -1359997376],\ +[0, 0, 1, -6422, 198279],\ +[0, 0, 0, -31, 0],\ +[0, 0, 0, 124, 0],\ +[0, 0, 0, -29791, 0],\ +[0, 0, 0, 119164, 0],\ +[0, 0, 0, -42284, -3336592],\ +[0, 0, 0, -42284, 3336592],\ +[0, 0, 0, -3844, 0],\ +[0, 0, 0, 961, 0],\ +[0, 0, 1, 0, -1219219],\ +[0, 0, 1, 0, 45156],\ +[0, 0, 1, 0, -47920174],\ +[0, 0, 1, 0, 1774821],\ +[0, 0, 1, 0, -574],\ +[0, 0, 1, 0, 21],\ +[0, 0, 1, 0, -352354219],\ +[0, 0, 1, 0, 13050156],\ +[0, 0, 1, 0, -165814],\ +[0, 0, 1, 0, 6141],\ +[0, 0, 0, 0, -172],\ +[0, 0, 0, 0, 4644],\ +[0, 0, 0, -249615, 47227158],\ +[0, 0, 0, -27735, -1749154],\ +[0, 0, 0, 0, -79507],\ +[0, 0, 0, 0, 2146689],\ +[0, 0, 0, -3267, 0],\ +[0, 0, 0, 13068, 0],\ +[0, 0, 0, -132, 0],\ +[0, 0, 0, 33, 0],\ +[0, 0, 0, -31944, -2254714],\ +[0, 0, 0, -264, 1694],\ +[0, 0, 0, 0, -242],\ +[0, 0, 0, 0, 6534],\ +[0, 0, 0, -65340, -6324912],\ +[0, 0, 0, -7260, 234256],\ +[0, 0, 0, 0, -287496],\ +[0, 0, 0, 0, 10648],\ +[0, 0, 0, 0, -9504],\ +[0, 0, 0, 0, 352],\ +[0, 0, 0, 0, -468512],\ +[0, 0, 0, 0, 12649824],\ +[0, 0, 0, 0, -8696754],\ +[0, 0, 0, 0, 322102],\ +[0, 0, 0, -11979, 0],\ +[0, 0, 0, 47916, 0],\ +[0, 0, 0, -99, 0],\ +[0, 0, 0, 396, 0],\ +[0, 0, 0, -363, 0],\ +[0, 0, 0, 1452, 0],\ +[0, 0, 1, 0, -298465],\ +[0, 0, 1, 0, 11054],\ +[0, 0, 1, 0, -17557],\ +[0, 0, 1, 0, 650],\ +[0, 0, 1, 0, -5073901],\ +[0, 0, 1, 0, 187922],\ +[0, 0, 1, 0, -217],\ +[0, 0, 1, 0, 5852],\ +[0, 0, 1, 0, -1033],\ +[0, 0, 1, 0, 38],\ +[0, 0, 1, 0, -86256313],\ +[0, 0, 1, 0, 3194678],\ +[0, 0, 0, -415292, 0],\ +[0, 0, 0, 103823, 0],\ +[0, 0, 0, -24299, -1453522],\ +[0, 0, 0, -24299, 1453522],\ +[0, 0, 0, -2209, 0],\ +[0, 0, 0, 8836, 0],\ +[0, 0, 0, -188, 0],\ +[0, 0, 0, 47, 0],\ +[0, 0, 0, 0, -13],\ +[0, 0, 0, 0, 351],\ +[0, 0, 0, 0, -5940688],\ +[0, 0, 0, 0, 160398576],\ +[0, 0, 0, 0, -2704],\ +[0, 0, 0, 0, 73008],\ +[0, 0, 0, 0, -28561],\ +[0, 0, 0, 0, 771147],\ +[0, 0, 0, 0, -8788],\ +[0, 0, 0, 0, 237276],\ +[0, 1, 0, -3853, 80235],\ +[0, 1, 0, -963, -10511],\ +[0, 0, 0, -136, 0],\ +[0, 0, 0, 34, 0],\ +[0, 0, 0, -9826, 0],\ +[0, 0, 0, 39304, 0],\ +[0, 0, 0, -34, 0],\ +[0, 0, 0, 136, 0],\ +[0, 0, 0, -578, 0],\ +[0, 0, 0, 2312, 0],\ +[0, -1, 0, -3853, -80235],\ +[0, -1, 0, -963, 10511],\ +[0, 0, 1, 0, -2738941],\ +[0, 0, 1, 0, 101442],\ +[0, 0, 1, 0, -6017452828],\ +[0, 0, 1, 0, 222868623],\ +[0, 0, 1, 0, -726658],\ +[0, 0, 1, 0, 26913],\ +[1, -1, 0, -2771547, -1775167822],\ +[1, -1, 0, -163032, -31114693],\ +[1, -1, 0, -56562, 5191577],\ +[1, -1, 0, -3327, 91664],\ +[0, 0, 1, 0, -358],\ +[0, 0, 1, 0, 13],\ +[0, 0, 1, 0, -53260747],\ +[0, 0, 1, 0, 1972620],\ +[0, 0, 1, -758430, -254244697],\ +[0, 0, 1, -84270, 9416470],\ +[0, 0, 1, 0, -1004920],\ +[0, 0, 1, 0, 37219],\ +[0, 0, 1, 0, -18961],\ +[0, 0, 1, 0, 702],\ +[0, 0, 1, 0, -2822819578],\ +[0, 0, 1, 0, 104548873],\ +[0, 0, 0, 0, -4477456],\ +[0, 0, 0, 0, 120891312],\ +[0, 0, 0, -71415, -7227198],\ +[0, 0, 0, -7935, 267674],\ +[0, 0, 0, 0, -328509],\ +[0, 0, 0, 0, 12167],\ +[0, 0, 0, 0, -695125044],\ +[0, 0, 0, 0, 25745372],\ +[0, 0, 0, 0, -2116],\ +[0, 0, 0, 0, 57132],\ +[0, 0, 0, 0, -9936],\ +[0, 0, 0, 0, 368],\ +[0, 0, 0, -2915500, 1915998000],\ +[0, 0, 0, -171500, 33614000],\ +[0, 0, 0, -59500, -5586000],\ +[0, 0, 0, -3500, -98000],\ +[0, 0, 0, -53900, -4802000],\ +[0, 0, 0, -53900, 4802000],\ +[0, 0, 0, -4900, 0],\ +[0, 0, 0, 1225, 0],\ +[0, 0, 0, -175, 0],\ +[0, 0, 0, 700, 0],\ +[0, 0, 0, -8575, 0],\ +[0, 0, 0, 34300, 0],\ +[0, 0, 0, -2915500, -1915998000],\ +[0, 0, 0, -171500, -33614000],\ +[0, 0, 0, -59500, 5586000],\ +[0, 0, 0, -3500, 98000],\ +[0, 0, 0, 0, -527005548],\ +[0, 0, 0, 0, 19518724],\ +[0, 0, 0, -298215, 61670862],\ +[0, 0, 0, -33135, -2284106],\ +[0, 0, 0, 0, -103823],\ +[0, 0, 0, 0, 2803221],\ +[0, 0, 0, 0, -188],\ +[0, 0, 0, 0, 5076],\ +[0, 0, 1, 0, -2969],\ +[0, 0, 1, 0, 80156],\ +[0, 0, 1, 0, -386890469],\ +[0, 0, 1, 0, 10446042656],\ +[0, 0, 1, 0, -12184],\ +[0, 0, 1, 0, 451],\ +[0, 0, 1, 0, -4398334],\ +[0, 0, 1, 0, 162901],\ +[0, 0, 1, 0, -1071719],\ +[0, 0, 1, 0, 28936406],\ +[0, 0, 1, 0, -344],\ +[0, 0, 1, 0, 9281],\ +[0, 0, 1, 0, -510469],\ +[0, 0, 1, 0, 18906],\ +[0, 0, 1, 0, -201314],\ +[0, 0, 1, 0, 5435471],\ +[0, 0, 1, 0, -1039844],\ +[0, 0, 1, 0, 28075781],\ +[0, 0, 1, 0, -8319],\ +[0, 0, 1, 0, 224606],\ +[0, 0, 1, 0, -4084],\ +[0, 0, 1, 0, 151],\ +[0, 0, 1, 0, -25164219],\ +[0, 0, 1, 0, 679433906],\ +[0, 0, 1, 0, -12353344],\ +[0, 0, 1, 0, 457531],\ +[0, 0, 0, -58956, 0],\ +[0, 0, 0, 14739, 0],\ +[0, 0, 0, -204, 0],\ +[0, 0, 0, 51, 0],\ +[0, 0, 0, -3468, 0],\ +[0, 0, 0, 867, 0],\ +[0, 0, 0, 0, -1512],\ +[0, 0, 0, 0, 56],\ +[0, 0, 0, 0, -56],\ +[0, 0, 0, 0, 1512],\ +[0, 0, 0, 0, -10584],\ +[0, 0, 0, 0, 392],\ +[0, 0, 0, 0, -1568],\ +[0, 0, 0, 0, 42336],\ +[0, 0, 0, 0, -42336],\ +[0, 0, 0, 0, 1568],\ +[0, 0, 0, 0, -537824],\ +[0, 0, 0, 0, 14521248],\ +[0, 0, 0, 0, -14521248],\ +[0, 0, 0, 0, 537824],\ +[0, 0, 0, -52920, 4686066],\ +[0, 0, 0, -5880, -173558],\ +[0, 0, 0, 0, -686],\ +[0, 0, 0, 0, 18522],\ +[0, 0, 0, -52920, -4686066],\ +[0, 0, 0, -5880, 173558],\ +[0, 0, 0, 0, -18522],\ +[0, 0, 0, 0, 686],\ +[0, 0, 0, 0, -518616],\ +[0, 0, 0, 0, 19208],\ +[0, 0, 0, 0, -19208],\ +[0, 0, 0, 0, 518616],\ +[0, 0, 1, 0, -63511],\ +[0, 0, 1, 0, 2352],\ +[0, 0, 1, 0, -57964546735],\ +[0, 0, 1, 0, 2146835064],\ +[0, 0, 0, -202612, 0],\ +[0, 0, 0, 50653, 0],\ +[0, 0, 0, -148, 0],\ +[0, 0, 0, 37, 0],\ +[0, 0, 1, 0, -138895],\ +[0, 0, 1, 0, 5144],\ +[0, 0, 1, 0, -385],\ +[0, 0, 1, 0, 14],\ +[0, 0, 1, 0, -97741],\ +[0, 0, 1, 0, 2639000],\ +[0, 0, 1, 0, -50141005],\ +[0, 0, 1, 0, 1857074],\ +[0, 0, 1, 0, -271],\ +[0, 0, 1, 0, 7310],\ +[0, 0, 0, -30899, -2084278],\ +[0, 0, 0, -30899, 2084278],\ +[0, 0, 0, -2809, 0],\ +[0, 0, 0, 11236, 0],\ +[0, 0, 0, -53, 0],\ +[0, 0, 0, 212, 0],\ +[1, -1, 1, -3369225, -2379396022],\ +[1, -1, 1, -198190, -41709020],\ +[1, -1, 1, -68760, 6956660],\ +[1, -1, 1, -4045, 122756],\ +[0, 0, 0, 0, -22707],\ +[0, 0, 0, 0, 841],\ +[0, 0, 0, 0, -553801023],\ +[0, 0, 0, 0, 20511149],\ +[0, 0, 0, 0, -2634012],\ +[0, 0, 0, 0, 97556],\ +[0, 0, 1, 0, -70943178382],\ +[0, 0, 1, 0, 2627525125],\ +[0, 1, 0, -4813, -115413],\ +[0, 1, 0, -1203, 13825],\ +[0, 0, 0, -38, 0],\ +[0, 0, 0, 152, 0],\ +[0, 0, 0, -2888, 0],\ +[0, 0, 0, 722, 0],\ +[0, 0, 0, -13718, 0],\ +[0, 0, 0, 54872, 0],\ +[0, 0, 1, -939870, 350735987],\ +[0, 0, 1, -104430, -12990222],\ +[0, 0, 1, 0, -51345],\ +[0, 0, 1, 0, 1386308],\ +[0, -1, 0, -695669, -228913859],\ +[0, -1, 0, -5749, 174077],\ +[0, 0, 0, -3527755, 2550193338],\ +[0, 0, 0, -207515, 44740234],\ +[0, 0, 0, -71995, -7434966],\ +[0, 0, 0, -4235, -130438],\ +[0, 0, 1, 0, -759718447],\ +[0, 0, 1, 0, 28137720],\ +[0, 0, 0, -220, 0],\ +[0, 0, 0, 55, 0],\ +[0, 0, 0, -15125, 0],\ +[0, 0, 0, 60500, 0],\ +[0, 0, 0, -1100, 0],\ +[0, 0, 0, 275, 0],\ +[0, 0, 0, -605, 0],\ +[0, 0, 0, 2420, 0],\ +[0, 0, 0, -5500, 0],\ +[0, 0, 0, 1375, 0],\ +[0, 0, 0, -26620, 0],\ +[0, 0, 0, 6655, 0],\ +[0, 0, 0, -33275, -2329250],\ +[0, 0, 0, -33275, 2329250],\ +[0, 0, 0, -3025, 0],\ +[0, 0, 0, 12100, 0],\ +[0, 0, 0, 0, -5625],\ +[0, 0, 0, 0, 151875],\ +[0, 0, 0, 0, -900],\ +[0, 0, 0, 0, 24300],\ +[0, 0, 0, 0, -405],\ +[0, 0, 0, 0, 15],\ +[0, 0, 0, 0, -4500],\ +[0, 0, 0, 0, 121500],\ +[0, 0, 0, 0, -720],\ +[0, 0, 0, 0, 19440],\ +[0, 0, 0, 0, -28125],\ +[0, 0, 0, 0, 759375],\ +[0, 0, 0, 0, -180],\ +[0, 0, 0, 0, 4860],\ +[0, 0, 0, 0, -40500],\ +[0, 0, 0, 0, 1500],\ +[0, 0, 0, 0, -450000],\ +[0, 0, 0, 0, 12150000],\ +[0, 0, 0, 0, -1125],\ +[0, 0, 0, 0, 30375],\ +[0, 0, 0, 0, -3600],\ +[0, 0, 0, 0, 97200],\ +[0, 0, 0, 0, -22500],\ +[0, 0, 0, 0, 607500],\ +[0, 0, 0, 0, -225],\ +[0, 0, 0, 0, 6075],\ +[0, 0, 0, 0, -90000],\ +[0, 0, 0, 0, 2430000],\ +[0, 0, 0, 0, -112500],\ +[0, 0, 0, 0, 3037500],\ +[0, 0, 0, 0, -18000],\ +[0, 0, 0, 0, 486000],\ +[0, 0, 0, 0, -45],\ +[0, 0, 0, 0, 1215],\ +[0, 0, 0, -507, 0],\ +[0, 0, 0, 2028, 0],\ +[0, 0, 0, -6591, 0],\ +[0, 0, 0, 26364, 0],\ +[0, 0, 0, -351, 0],\ +[0, 0, 0, 1404, 0],\ +[0, 0, 0, 0, -320797152],\ +[0, 0, 0, 0, 11881376],\ +[0, 0, 0, -91260, 10440144],\ +[0, 0, 0, -10140, -386672],\ +[0, 0, 0, 0, -17576],\ +[0, 0, 0, 0, 474552],\ +[0, 0, 0, 0, -26],\ +[0, 0, 0, 0, 702],\ +[0, 0, 0, 0, -1542294],\ +[0, 0, 0, 0, 57122],\ +[0, 0, 0, 0, -702],\ +[0, 0, 0, 0, 26],\ +[0, 0, 0, -91260, -10440144],\ +[0, 0, 0, -10140, 386672],\ +[0, 0, 0, 0, -474552],\ +[0, 0, 0, 0, 17576],\ +[0, 0, 0, 0, -146016],\ +[0, 0, 0, 0, 5408],\ +[0, 0, 0, -39, 0],\ +[0, 0, 0, 156, 0],\ +[0, 0, 0, -66924, -6643728],\ +[0, 0, 0, -66924, 6643728],\ +[0, 0, 0, -6084, 0],\ +[0, 0, 0, 1521, 0],\ +[0, 0, 0, -59319, 0],\ +[0, 0, 0, 237276, 0],\ +[0, 0, 1, 0, -412],\ +[0, 0, 1, 0, 15],\ +[0, 0, 1, 0, -93459427],\ +[0, 0, 1, 0, 3461460],\ +[0, 0, 0, 0, -75843],\ +[0, 0, 0, 0, 2809],\ +[0, 0, 0, 0, -213042987],\ +[0, 0, 0, 0, 7890481],\ +[0, 1, 1, -746247, -254833100],\ +[0, 1, 1, -6167, 189217],\ +[0, 0, 0, 0, -99740268],\ +[0, 0, 0, 0, 3694084],\ +[0, 0, 0, 0, -28629151],\ +[0, 0, 0, 0, 772987077],\ +[0, 0, 0, 0, -25947],\ +[0, 0, 0, 0, 961],\ +[0, 0, 0, 0, -124],\ +[0, 0, 0, 0, 3348],\ +[0, 0, 0, -57, 0],\ +[0, 0, 0, 228, 0],\ +[0, 0, 0, -4332, 0],\ +[0, 0, 0, 1083, 0],\ +[0, 0, 0, -684, 0],\ +[0, 0, 0, 171, 0],\ +[0, 0, 0, -185193, 0],\ +[0, 0, 0, 740772, 0],\ +[0, 0, 1, -3964502, -3041268597],\ +[0, 0, 1, -10982, 443398],\ +[1, -1, 0, -4025212, -3107191515],\ +[1, -1, 0, -236777, -54470592],\ +[1, -1, 0, -82147, 9082338],\ +[1, -1, 0, -4832, 160187],\ +[0, 0, 0, 0, -81675],\ +[0, 0, 0, 0, 3025],\ +[0, 0, 0, 0, -503284375],\ +[0, 0, 0, 0, 13588678125],\ +[0, 0, 0, -408375, 98826750],\ +[0, 0, 0, -45375, -3660250],\ +[0, 0, 0, 0, -166375],\ +[0, 0, 0, 0, 4492125],\ +[0, 0, 0, 0, -55],\ +[0, 0, 0, 0, 1485],\ +[0, 0, 0, 0, -16637500],\ +[0, 0, 0, 0, 449212500],\ +[0, 0, 0, 0, -5500],\ +[0, 0, 0, 0, 148500],\ +[0, 0, 0, 0, -3221020],\ +[0, 0, 0, 0, 86967540],\ +[0, 0, 0, 0, -65340],\ +[0, 0, 0, 0, 2420],\ +[0, 0, 0, 0, -197653500],\ +[0, 0, 0, 0, 7320500],\ +[0, 0, 0, 0, -1976535],\ +[0, 0, 0, 0, 73205],\ +[0, 0, 0, 0, -10209375],\ +[0, 0, 0, 0, 378125],\ +[0, 0, 0, -821516, 0],\ +[0, 0, 0, 205379, 0],\ +[0, 0, 1, -827098250, -9155535881844],\ +[0, 0, 1, -184250, 30441031],\ +[0, 0, 0, -18522, 0],\ +[0, 0, 0, 74088, 0],\ +[0, 0, 0, -882, 0],\ +[0, 0, 0, 3528, 0],\ +[0, 0, 0, -42, 0],\ +[0, 0, 0, 168, 0],\ +[0, 0, 0, -1176, 0],\ +[0, 0, 0, 294, 0],\ +[0, 0, 0, -24696, 0],\ +[0, 0, 0, 6174, 0],\ +[0, 0, 0, -5880, 153664],\ +[0, 0, 0, -1470, -19208],\ +[0, 0, 0, -5880, -153664],\ +[0, 0, 0, -1470, 19208],\ +[0, 0, 0, -504, 0],\ +[0, 0, 0, 126, 0],\ +[0, 0, 0, -10584, 0],\ +[0, 0, 0, 2646, 0],\ +[0, 0, 0, -2058, 0],\ +[0, 0, 0, 8232, 0],\ +[0, 0, 0, -378, 0],\ +[0, 0, 0, 1512, 0],\ +[0, 0, 1, 0, -1566392344],\ +[0, 0, 1, 0, 58014531],\ +[0, 0, 1, 0, -5704],\ +[0, 0, 1, 0, 211],\ +[0, 0, 1, 0, -4819669],\ +[0, 0, 1, 0, 178506],\ +[0, 0, 1, 0, -274219],\ +[0, 0, 1, 0, 10156],\ +[0, 0, 1, -1140750, -468990844],\ +[0, 0, 1, -126750, 17370031],\ +[0, 0, 1, 0, -1853719],\ +[0, 0, 1, 0, 68656],\ +[0, 0, 1, 0, -602458594],\ +[0, 0, 1, 0, 22313281],\ +[0, 0, 1, 0, -2194],\ +[0, 0, 1, 0, 81],\ +[0, 0, 1, 0, -12531139],\ +[0, 0, 1, 0, 464116],\ +[0, 0, 1, 0, -712969],\ +[0, 0, 1, 0, 26406],\ +[0, 0, 1, 0, -763],\ +[0, 0, 1, 0, 28],\ +[0, 0, 0, 0, -107811],\ +[0, 0, 0, 0, 3993],\ +[0, 0, 0, 0, -52180524],\ +[0, 0, 0, 0, 1932612],\ +[0, 0, 0, 0, -363],\ +[0, 0, 0, 0, 9801],\ +[0, 0, 0, 0, -175692],\ +[0, 0, 0, 0, 4743684],\ +[0, 0, 0, 0, -43923],\ +[0, 0, 0, 0, 1185921],\ +[0, 0, 0, 0, -117612],\ +[0, 0, 0, 0, 4356],\ +[0, 0, 0, 0, -431244],\ +[0, 0, 0, 0, 15972],\ +[0, 0, 0, 0, -891],\ +[0, 0, 0, 0, 33],\ +[0, 0, 0, 0, -3564],\ +[0, 0, 0, 0, 132],\ +[0, 0, 0, 0, -13045131],\ +[0, 0, 0, 0, 483153],\ +[0, 0, 0, 0, -1452],\ +[0, 0, 0, 0, 39204],\ +[0, 0, 0, -81356, -8904784],\ +[0, 0, 0, -81356, 8904784],\ +[0, 0, 0, -7396, 0],\ +[0, 0, 0, 1849, 0],\ +[0, 0, 0, -6360560, -6174354606],\ +[0, 0, 0, -3440, 77658],\ +[0, 0, 1, 0, -40227144],\ +[0, 0, 1, 0, 1086132881],\ +[0, 0, 1, 0, -1901094],\ +[0, 0, 1, 0, 51329531],\ +[0, 0, 1, 0, -89269],\ +[0, 0, 1, 0, 3306],\ +[0, 0, 0, -226981, 0],\ +[0, 0, 0, 907924, 0],\ +[0, 0, 0, -40931, -3177734],\ +[0, 0, 0, -40931, 3177734],\ +[0, 0, 0, -3721, 0],\ +[0, 0, 0, 14884, 0],\ +[0, 0, 0, 0, -116],\ +[0, 0, 0, 0, 3132],\ +[0, 0, 0, 0, -2829124],\ +[0, 0, 0, 0, 76386348],\ +[0, 0, 0, 0, -13456],\ +[0, 0, 0, 0, 363312],\ +[0, 0, 1, 0, -337531277],\ +[0, 0, 1, 0, 9113344472],\ +[0, 0, 1, 0, -30301],\ +[0, 0, 1, 0, 1122],\ +[0, 0, 0, 0, -4624],\ +[0, 0, 0, 0, 124848],\ +[0, 0, 0, 0, -272],\ +[0, 0, 0, 0, 7344],\ +[0, 0, 0, -1248480, 536971248],\ +[0, 0, 0, -138720, -19887824],\ +[0, 0, 0, 0, -78608],\ +[0, 0, 0, 0, 2122416],\ +[0, 0, 0, 0, -1336336],\ +[0, 0, 0, 0, 36081072],\ +[0, 0, 0, 0, -22717712],\ +[0, 0, 0, 0, 613378224],\ +[0, 0, 0, 0, -2859697196],\ +[0, 0, 0, 0, 77211824292],\ +[0, 0, 0, -469935, 121995126],\ +[0, 0, 0, -52215, -4518338],\ +[0, 0, 0, 0, -205379],\ +[0, 0, 0, 0, 5545233],\ +[0, 0, 0, 0, -375948],\ +[0, 0, 0, 0, 13924],\ +[1, -1, 1, -4739510, -3970050290],\ +[1, -1, 1, -278795, -69601094],\ +[1, -1, 1, -96725, 11602126],\ +[1, -1, 1, -5690, 204544],\ +[0, 0, 1, 0, -1624975],\ +[0, 0, 1, 0, 60184],\ +[0, 0, 1, 0, -350934362],\ +[0, 0, 1, 0, 9475227767],\ +[0, 0, 1, 0, -1214306],\ +[0, 0, 1, 0, 32786255],\ +[0, 0, 1, 0, -469617703],\ +[0, 0, 1, 0, 17393248],\ +[0, 0, 1, 0, -5623],\ +[0, 0, 1, 0, 208],\ +[0, 0, 1, 0, -27376],\ +[0, 0, 1, 0, 739145],\ +[0, 0, 1, 0, -17000341],\ +[0, 0, 1, 0, 629642],\ +[0, 0, 1, 0, -32137],\ +[0, 0, 1, 0, 1190],\ +[0, 0, 1, 0, -14481772],\ +[0, 0, 1, 0, 391007837],\ +[0, 0, 1, 0, -52],\ +[0, 0, 1, 0, 1397],\ +[0, 0, 0, 0, -875],\ +[0, 0, 0, 0, 23625],\ +[0, 0, 0, 0, -6860],\ +[0, 0, 0, 0, 185220],\ +[0, 0, 0, 0, -1620675],\ +[0, 0, 0, 0, 60025],\ +[0, 0, 0, 0, -171500],\ +[0, 0, 0, 0, 4630500],\ +[0, 0, 0, 0, -21875],\ +[0, 0, 0, 0, 590625],\ +[0, 0, 0, 0, -17500],\ +[0, 0, 0, 0, 472500],\ +[0, 0, 0, 0, -165375],\ +[0, 0, 0, 0, 6125],\ +[0, 0, 0, 0, -1296540],\ +[0, 0, 0, 0, 48020],\ +[0, 0, 0, 0, -16537500],\ +[0, 0, 0, 0, 612500],\ +[0, 0, 0, 0, -1680700],\ +[0, 0, 0, 0, 45378900],\ +[0, 0, 0, 0, -214375],\ +[0, 0, 0, 0, 5788125],\ +[0, 0, 0, 0, -132300],\ +[0, 0, 0, 0, 4900],\ +[0, 0, 0, 0, -210087500],\ +[0, 0, 0, 0, 5672362500],\ +[0, 0, 0, 0, -1715],\ +[0, 0, 0, 0, 46305],\ +[0, 0, 0, 0, -140],\ +[0, 0, 0, 0, 3780],\ +[0, 0, 0, 0, -2100875],\ +[0, 0, 0, 0, 56723625],\ +[0, 0, 0, 0, -162067500],\ +[0, 0, 0, 0, 6002500],\ +[0, 0, 0, 0, -202584375],\ +[0, 0, 0, 0, 7503125],\ +[0, 0, 0, 0, -175],\ +[0, 0, 0, 0, 4725],\ +[0, 0, 0, -4927195, -4209447606],\ +[0, 0, 0, -289835, -73849958],\ +[0, 0, 0, -100555, 12272442],\ +[0, 0, 0, -5915, 215306],\ +[0, 0, 0, -10985, 0],\ +[0, 0, 0, 43940, 0],\ +[0, 0, 0, -65, 0],\ +[0, 0, 0, 260, 0],\ +[0, 0, 0, -46475, -3844750],\ +[0, 0, 0, -46475, 3844750],\ +[0, 0, 0, -4225, 0],\ +[0, 0, 0, 16900, 0],\ +[0, 0, 0, -325, 0],\ +[0, 0, 0, 1300, 0],\ +[0, 0, 0, -1625, 0],\ +[0, 0, 0, 6500, 0],\ +[0, 0, 0, -21125, 0],\ +[0, 0, 0, 84500, 0],\ +[0, 0, 0, -4232, 0],\ +[0, 0, 0, 1058, 0],\ +[0, 0, 0, -46, 0],\ +[0, 0, 0, 184, 0],\ +[0, 0, 0, -184, 0],\ +[0, 0, 0, 46, 0],\ +[0, 0, 0, -24334, 0],\ +[0, 0, 0, 97336, 0],\ +[0, -1, 0, -7053, -199531],\ +[0, -1, 0, -1763, 25823],\ +[0, 0, 1, 0, -34027],\ +[0, 0, 1, 0, 1260],\ +[0, 0, 1, 0, -171528847],\ +[0, 0, 1, 0, 6352920],\ +[0, 0, 1, -1361070, 611222510],\ +[0, 0, 1, -151230, -22637871],\ +[0, 0, 1, 0, -89478],\ +[0, 0, 1, 0, 2415899],\ +[0, 0, 1, 0, -18],\ +[0, 0, 1, 0, 479],\ +[0, 0, 1, 0, -451057338],\ +[0, 0, 1, 0, 12178548119],\ +[1, -1, 1, -5118525, 4458280166],\ +[1, -1, 1, -301090, 78268264],\ +[1, -1, 1, -104460, -12968056],\ +[1, -1, 1, -6145, -226432],\ +[0, 0, 0, 0, -13392],\ +[0, 0, 0, 0, 496],\ +[0, 0, 0, -129735, -17695854],\ +[0, 0, 0, -14415, 655402],\ +[0, 0, 0, 0, -804357],\ +[0, 0, 0, 0, 29791],\ +[0, 0, 0, 0, -3091948308],\ +[0, 0, 0, 0, 114516604],\ +[0, 0, 0, -47, 0],\ +[0, 0, 0, 188, 0],\ +[0, 0, 0, -97196, -11628176],\ +[0, 0, 0, -97196, 11628176],\ +[0, 0, 0, -8836, 0],\ +[0, 0, 0, 2209, 0],\ +[0, 0, 0, -103823, 0],\ +[0, 0, 0, 415292, 0],\ +[0, 0, 0, -268, 0],\ +[0, 0, 0, 67, 0],\ +[0, 0, 0, 0, -3996],\ +[0, 0, 0, 0, 148],\ +[1, -1, 0, -5512117, -4979468334],\ +[1, -1, 0, -324242, -87302209],\ +[1, -1, 0, -112492, 14549541],\ +[1, -1, 0, -6617, 256416],\ +[0, 0, 0, 0, -8775],\ +[0, 0, 0, 0, 325],\ +[0, 0, 0, -570375, -163127250],\ +[0, 0, 0, -63375, 6041750],\ +[0, 0, 0, 0, -7414875],\ +[0, 0, 0, 0, 274625],\ +[0, 0, 0, 0, -1927867500],\ +[0, 0, 0, 0, 71402500],\ +[0, 0, 0, 0, -7020],\ +[0, 0, 0, 0, 260],\ +[0, 0, 0, 0, -2851875],\ +[0, 0, 0, 0, 105625],\ +[0, 0, 0, 0, -6265569375],\ +[0, 0, 0, 0, 232058125],\ +[0, 0, 0, 0, -5931900],\ +[0, 0, 0, 0, 219700],\ +[0, 0, 0, 0, -877500],\ +[0, 0, 0, 0, 32500],\ +[0, 0, 0, 0, -19278675],\ +[0, 0, 0, 0, 714025],\ +[0, 0, 0, -57132, 0],\ +[0, 0, 0, 14283, 0],\ +[0, 0, 0, -36501, 0],\ +[0, 0, 0, 146004, 0],\ +[0, 0, 0, -621, 0],\ +[0, 0, 0, 2484, 0],\ +[0, 0, 0, -52371, -4599126],\ +[0, 0, 0, -52371, 4599126],\ +[0, 0, 0, -4761, 0],\ +[0, 0, 0, 19044, 0],\ +[0, 0, 0, -69, 0],\ +[0, 0, 0, 276, 0],\ +[0, 0, 0, 0, -740772],\ +[0, 0, 0, 0, 27436],\ +[0, 0, 0, 0, -267418692],\ +[0, 0, 0, 0, 9904396],\ +[0, 0, 0, 0, -1444],\ +[0, 0, 0, 0, 38988],\ +[0, 0, 0, 0, -2052],\ +[0, 0, 0, 0, 76],\ +[0, 0, 0, 0, -521284],\ +[0, 0, 0, 0, 14074668],\ +[0, 0, 1, -6049638, -5732788210],\ +[0, 0, 1, -16758, 835805],\ +[0, 0, 1, 0, -778134688],\ +[0, 0, 1, 0, 28819803],\ +[0, 0, 1, 0, -233],\ +[0, 0, 1, 0, 6284],\ +[0, 0, 1, 0, -119401],\ +[0, 0, 1, 0, 4422],\ +[0, 0, 1, 0, -280906622278],\ +[0, 0, 1, 0, 10403948973],\ +[0, 0, 1, 0, -2155498],\ +[0, 0, 1, 0, 79833],\ +[0, 0, 1, 0, -43103671],\ +[0, 0, 1, 0, 1596432],\ +[1, -1, 0, -5920287, 5545689722],\ +[1, -1, 0, -348252, 97353899],\ +[1, -1, 0, -120822, -16133671],\ +[1, -1, 0, -7107, -281800],\ +[0, 0, 1, 0, -1961017],\ +[0, 0, 1, 0, 72630],\ +[0, 0, 1, 0, -7609660],\ +[0, 0, 1, 0, 281839],\ +[0, 0, 1, 0, -25468],\ +[0, 0, 1, 0, 943],\ +[0, 0, 1, 0, -61517822],\ +[0, 0, 1, 0, 1660981187],\ +[0, 0, 1, 0, -135],\ +[0, 0, 1, 0, 3638],\ +[0, 0, 1, 0, -62890],\ +[0, 0, 1, 0, 2329],\ +[0, 0, 1, 0, -1247920],\ +[0, 0, 1, 0, 46219],\ +[0, 0, 1, 0, -4842511],\ +[0, 0, 1, 0, 179352],\ +[0, 0, 1, -1600830, -779644231],\ +[0, 0, 1, -177870, 28875712],\ +[0, 0, 1, 0, -3081598],\ +[0, 0, 1, 0, 114133],\ +[0, 0, 1, 0, -96670863],\ +[0, 0, 1, 0, 2610113294],\ +[0, 0, 1, 0, -212],\ +[0, 0, 1, 0, 5717],\ +[0, 0, 0, -55451, -5010754],\ +[0, 0, 0, -55451, 5010754],\ +[0, 0, 0, -5041, 0],\ +[0, 0, 0, 20164, 0],\ +[0, 0, 0, 0, -5400500428],\ +[0, 0, 0, 0, 145813511556],\ +[0, 0, 0, -606015, 178653222],\ +[0, 0, 0, -67335, -6616786],\ +[0, 0, 0, 0, -300763],\ +[0, 0, 0, 0, 8120601],\ +[0, 0, 0, 0, -39],\ +[0, 0, 0, 0, 1053],\ +[0, 0, 0, 0, -164268],\ +[0, 0, 0, 0, 6084],\ +[0, 0, 0, 0, -27761292],\ +[0, 0, 0, 0, 1028196],\ +[0, 0, 0, 0, -2028],\ +[0, 0, 0, 0, 54756],\ +[0, 0, 0, 0, -6940323],\ +[0, 0, 0, 0, 257049],\ +[0, 0, 0, 0, -41067],\ +[0, 0, 0, 0, 1521],\ +[0, 0, 0, 0, -26364],\ +[0, 0, 0, 0, 711828],\ +[0, 0, 0, 0, -90224199],\ +[0, 0, 0, 0, 3341637],\ +[0, 0, 0, 0, -533871],\ +[0, 0, 0, 0, 19773],\ +[0, 0, 0, 0, -3159],\ +[0, 0, 0, 0, 117],\ +[0, 0, 0, 0, -12636],\ +[0, 0, 0, 0, 468],\ +[0, 0, 0, 0, -360896796],\ +[0, 0, 0, 0, 13366548],\ +[0, 0, 0, 0, -2135484],\ +[0, 0, 0, 0, 79092],\ +[0, -1, 1, -1214759, -528335952],\ +[0, -1, 1, -10039, 400597],\ +[0, 0, 0, -612, 0],\ +[0, 0, 0, 153, 0],\ +[0, 0, 0, 0, -668168],\ +[0, 0, 0, 0, 18040536],\ +[0, 0, 0, 0, -3672],\ +[0, 0, 0, 0, 136],\ +[0, 0, 0, 0, -62424],\ +[0, 0, 0, 0, 2312],\ +[0, 0, 0, 0, -2312],\ +[0, 0, 0, 0, 62424],\ +[0, 0, 0, 0, -306689112],\ +[0, 0, 0, 0, 11358856],\ +[0, 0, 0, -156060, -23346576],\ +[0, 0, 0, -17340, 864688],\ +[0, 0, 0, 0, -1061208],\ +[0, 0, 0, 0, 39304],\ +[0, 0, 0, -114444, -14856912],\ +[0, 0, 0, -114444, 14856912],\ +[0, 0, 0, -10404, 0],\ +[0, 0, 0, 2601, 0],\ +[0, 0, 0, -176868, 0],\ +[0, 0, 0, 44217, 0],\ +[0, 0, 1, 0, -20],\ +[0, 0, 1, 0, 533],\ +[0, 0, 1, 0, -262913047],\ +[0, 0, 1, 0, 9737520],\ +[0, 0, 1, 0, -325766640085],\ +[0, 0, 1, 0, 12065431114],\ +[0, 0, 0, -389017, 0],\ +[0, 0, 0, 1556068, 0],\ +[0, 0, 0, -73, 0],\ +[0, 0, 0, 292, 0],\ +[1, -1, 1, -6343035, -6146941636],\ +[1, -1, 1, -373120, -107775622],\ +[1, -1, 1, -129450, 17958098],\ +[1, -1, 1, -7615, 316390],\ +[0, 0, 1, 0, -35],\ +[0, 0, 1, 0, 938],\ +[0, 0, 1, 0, -2519782027],\ +[0, 0, 1, 0, 93325260],\ +[0, 0, 0, 0, -907578000],\ +[0, 0, 0, 0, 33614000],\ +[0, 0, 0, 0, -945],\ +[0, 0, 0, 0, 35],\ +[0, 0, 0, 0, -115762500],\ +[0, 0, 0, 0, 4287500],\ +[0, 0, 0, 0, -1500625],\ +[0, 0, 0, 0, 40516875],\ +[0, 0, 0, 0, -1200500],\ +[0, 0, 0, 0, 32413500],\ +[0, 0, 0, 0, -980],\ +[0, 0, 0, 0, 26460],\ +[0, 0, 0, 0, -122500],\ +[0, 0, 0, 0, 3307500],\ +[0, 0, 0, 0, -960400],\ +[0, 0, 0, 0, 25930800],\ +[0, 0, 0, 0, -9450000],\ +[0, 0, 0, 0, 350000],\ +[0, 0, 0, -165375, -25467750],\ +[0, 0, 0, -18375, 943250],\ +[0, 0, 0, 0, -1157625],\ +[0, 0, 0, 0, 42875],\ +[0, 0, 0, 0, -9075780],\ +[0, 0, 0, 0, 336140],\ +[0, 0, 0, 0, -740880],\ +[0, 0, 0, 0, 27440],\ +[0, 0, 0, 0, -1418090625],\ +[0, 0, 0, 0, 52521875],\ +[0, 0, 0, 0, -94500],\ +[0, 0, 0, 0, 3500],\ +[0, 0, 0, 0, -1225],\ +[0, 0, 0, 0, 33075],\ +[0, 0, 0, -212, 0],\ +[0, 0, 0, 53, 0],\ +[0, 0, 0, -595508, 0],\ +[0, 0, 0, 148877, 0],\ +[0, 0, 0, 0, -686115387],\ +[0, 0, 0, 0, 25411681],\ +[0, 0, 0, 0, -136107],\ +[0, 0, 0, 0, 5041],\ +[0, 0, 0, 0, -1804229351],\ +[0, 0, 0, 0, 48714192477],\ +[0, 0, 0, -680535, 212599134],\ +[0, 0, 0, -75615, -7874042],\ +[0, 0, 0, 0, -357911],\ +[0, 0, 0, 0, 9663597],\ +[0, 0, 0, 0, -71],\ +[0, 0, 0, 0, 1917],\ +[0, 0, 0, 0, -4428],\ +[0, 0, 0, 0, 164],\ +[0, 0, 0, 0, -7443468],\ +[0, 0, 0, 0, 275684],\ +[0, 0, 0, 0, -76295547],\ +[0, 0, 0, 0, 2825761],\ +[0, 0, 0, 0, -1107],\ +[0, 0, 0, 0, 41],\ +[0, 0, 1, -1349634, 619200832],\ +[0, 0, 1, -11154, -465215],\ +[0, 0, 1, 0, -1794400],\ +[0, 0, 1, 0, 66459],\ +[0, 0, 1, 0, -21],\ +[0, 0, 1, 0, 560],\ +[0, 0, 1, -1860030, 976469249],\ +[0, 0, 1, -206670, -36165528],\ +[0, 0, 1, 0, -142947],\ +[0, 0, 1, 0, 3859562],\ +[0, 0, 1, 0, -823129],\ +[0, 0, 1, 0, 30486],\ +[0, 0, 1, 0, -119353669],\ +[0, 0, 1, 0, 4420506],\ +[0, 0, 1, 0, -4894],\ +[0, 0, 1, 0, 181],\ +[0, 0, 1, 0, -709594],\ +[0, 0, 1, 0, 26281],\ +[0, 0, 1, 0, -17306281969],\ +[0, 0, 1, 0, 640973406],\ +[0, 0, 1, 0, -611719],\ +[0, 0, 1, 0, 22656],\ +[0, 0, 0, -77, 0],\ +[0, 0, 0, 308, 0],\ +[0, 0, 0, -9317, 0],\ +[0, 0, 0, 37268, 0],\ +[0, 0, 0, -2156, 0],\ +[0, 0, 0, 539, 0],\ +[0, 0, 0, -65219, -6391462],\ +[0, 0, 0, -65219, 6391462],\ +[0, 0, 0, -5929, 0],\ +[0, 0, 0, 23716, 0],\ +[0, 0, 0, -456533, 0],\ +[0, 0, 0, 1826132, 0],\ +[0, 0, 0, 0, -777924],\ +[0, 0, 0, 0, 28812],\ +[0, 0, 0, 0, -3969],\ +[0, 0, 0, 0, 147],\ +[0, 0, 0, 0, -333396],\ +[0, 0, 0, 0, 12348],\ +[0, 0, 0, 0, -1029],\ +[0, 0, 0, 0, 27783],\ +[0, 0, 0, 0, -336],\ +[0, 0, 0, 0, 9072],\ +[0, 0, 0, 0, -1701],\ +[0, 0, 0, 0, 63],\ +[0, 0, 0, 0, -201684],\ +[0, 0, 0, 0, 5445468],\ +[0, 0, 0, 0, -21],\ +[0, 0, 0, 0, 567],\ +[0, 0, 0, 0, -6804],\ +[0, 0, 0, 0, 252],\ +[0, 0, 0, 0, -806736],\ +[0, 0, 0, 0, 21781872],\ +[0, 0, 0, 0, -4116],\ +[0, 0, 0, 0, 111132],\ +[0, 0, 0, 0, -63504],\ +[0, 0, 0, 0, 2352],\ +[0, 0, 0, 0, -194481],\ +[0, 0, 0, 0, 7203],\ +[0, 0, 0, 0, -15876],\ +[0, 0, 0, 0, 588],\ +[0, 0, 0, 0, -3111696],\ +[0, 0, 0, 0, 115248],\ +[0, 0, 0, 0, -50421],\ +[0, 0, 0, 0, 1361367],\ +[0, 0, 0, 0, -16464],\ +[0, 0, 0, 0, 444528],\ +[0, 0, 0, 0, -84],\ +[0, 0, 0, 0, 2268],\ +[0, 0, 0, 0, -1971],\ +[0, 0, 0, 0, 73],\ +[0, -1, 0, -88733, -10408913],\ +[0, -1, 0, -733, 8087],\ +[0, 0, 0, -6655, 0],\ +[0, 0, 0, 26620, 0],\ +[0, 0, 0, -1375, 0],\ +[0, 0, 0, 5500, 0],\ +[0, 0, 0, -133100, -18634000],\ +[0, 0, 0, -133100, 18634000],\ +[0, 0, 0, -12100, 0],\ +[0, 0, 0, 3025, 0],\ +[0, 0, 0, -275, 0],\ +[0, 0, 0, 1100, 0],\ +[0, 0, 0, -166375, 0],\ +[0, 0, 0, 665500, 0],\ +[0, 0, 0, -55, 0],\ +[0, 0, 0, 220, 0],\ +[0, 0, 1, 0, -1761771094],\ +[0, 0, 1, 0, 65250781],\ +[0, 0, 1, 0, -2869],\ +[0, 0, 1, 0, 106],\ +[0, 0, 1, 0, -103633594],\ +[0, 0, 1, 0, 3838281],\ +[0, 0, 1, 0, -14344],\ +[0, 0, 1, 0, 531],\ +[0, 0, 1, 0, -48769],\ +[0, 0, 1, 0, 1806],\ +[0, 0, 1, -1950750, -1048771969],\ +[0, 0, 1, -216750, 38843406],\ +[0, 0, 1, 0, -4145344],\ +[0, 0, 1, 0, 153531],\ +[0, 0, 1, 0, -29950108594],\ +[0, 0, 1, 0, 1109263281],\ +[0, 0, 1, 0, -239600869],\ +[0, 0, 1, 0, 8874106],\ +[0, 0, 1, 0, -6096094],\ +[0, 0, 1, 0, 225781],\ +[0, 0, 1, 0, -829069],\ +[0, 0, 1, 0, 30706],\ +[0, 0, 1, 0, -358594],\ +[0, 0, 1, 0, 13281],\ +[0, 0, 1, 0, -14094169],\ +[0, 0, 1, 0, 522006],\ +[0, 0, 0, 0, -1369],\ +[0, 0, 0, 0, 36963],\ +[0, 0, 0, 0, -318028],\ +[0, 0, 0, 0, 8586756],\ +[0, 0, 0, 0, -588033772],\ +[0, 0, 0, 0, 15876911844],\ +[0, 0, 0, 0, -92307627],\ +[0, 0, 0, 0, 3418801],\ +[0, 0, 0, 0, -49923],\ +[0, 0, 0, 0, 1849],\ +[0, 0, 0, 0, -43],\ +[0, 0, 0, 0, 1161],\ +[0, 0, 0, 0, -199692],\ +[0, 0, 0, 0, 7396],\ +[0, 0, 0, -1972156, 0],\ +[0, 0, 0, 493039, 0],\ +[0, 0, 0, -316, 0],\ +[0, 0, 0, 79, 0],\ +[0, 0, 0, -68651, -6902546],\ +[0, 0, 0, -68651, 6902546],\ +[0, 0, 0, -6241, 0],\ +[0, 0, 0, 24964, 0],\ +[0, 0, 1, 0, -1006],\ +[0, 0, 1, 0, 37],\ +[0, 1, 1, -1491607, -719928423],\ +[0, 1, 1, -12327, 536410],\ +[0, 0, 1, 0, -18292],\ +[0, 0, 1, 0, 493877],\ +[0, 0, 1, 0, -22],\ +[0, 0, 1, 0, 587],\ +[0, 0, 1, 0, -51091],\ +[0, 0, 1, 0, 1892],\ +[0, 0, 1, 0, -1246052302],\ +[0, 0, 1, 0, 46150085],\ +[0, 0, 1, 0, -1481632],\ +[0, 0, 1, 0, 54875],\ +[0, 0, 1, 0, -42967321],\ +[0, 0, 1, 0, 1591382],\ +[0, 0, 1, 0, -1762],\ +[0, 0, 1, 0, 65],\ +[0, 0, 1, 0, -153907],\ +[0, 0, 1, 0, 5700],\ +[0, 0, 0, -9747, 0],\ +[0, 0, 0, 38988, 0],\ +[0, 0, 0, -2052, 0],\ +[0, 0, 0, 513, 0],\ +[0, 0, 0, -171, 0],\ +[0, 0, 0, 684, 0],\ +[0, 0, 0, -61731, 0],\ +[0, 0, 0, 246924, 0],\ +[0, 0, 0, -493848, -133709346],\ +[0, 0, 0, -1368, 19494],\ +[0, 0, 0, 0, -2888],\ +[0, 0, 0, 0, 77976],\ +[0, 0, 0, 0, -534837384],\ +[0, 0, 0, 0, 19808792],\ +[0, 0, 0, -194940, 32593968],\ +[0, 0, 0, -21660, -1207184],\ +[0, 0, 0, 0, -54872],\ +[0, 0, 0, 0, 1481544],\ +[0, 0, 0, 0, -152],\ +[0, 0, 0, 0, 4104],\ +[0, 0, 0, 0, -28149336],\ +[0, 0, 0, 0, 1042568],\ +[0, 0, 0, 0, -4104],\ +[0, 0, 0, 0, 152],\ +[0, 0, 0, -194940, -32593968],\ +[0, 0, 0, -21660, 1207184],\ +[0, 0, 0, 0, -1481544],\ +[0, 0, 0, 0, 54872],\ +[0, 0, 0, 0, -77976],\ +[0, 0, 0, 0, 2888],\ +[0, 0, 0, -1083, 0],\ +[0, 0, 0, 4332, 0],\ +[0, 0, 0, 0, -42592],\ +[0, 0, 0, 0, 1149984],\ +[0, 0, 0, 0, -594],\ +[0, 0, 0, 0, 22],\ +[0, 0, 0, 0, -790614],\ +[0, 0, 0, 0, 29282],\ +[0, 0, 0, 0, -34787016],\ +[0, 0, 0, 0, 1288408],\ +[0, 0, 0, 0, -26136],\ +[0, 0, 0, 0, 968],\ +[0, 0, 0, 0, -1288408],\ +[0, 0, 0, 0, 34787016],\ +[0, 0, 0, 0, -968],\ +[0, 0, 0, 0, 26136],\ +[0, 0, 0, 0, -22],\ +[0, 0, 0, 0, 594],\ +[0, 0, 0, 0, -29282],\ +[0, 0, 0, 0, 790614],\ +[0, 0, 0, 0, -1149984],\ +[0, 0, 0, 0, 42592],\ +[0, 0, 0, 0, -640332],\ +[0, 0, 0, 0, 23716],\ +[0, 0, 0, 0, -19370043],\ +[0, 0, 0, 0, 717409],\ +[0, 0, 0, 0, -386683451],\ +[0, 0, 0, 0, 10440453177],\ +[0, 0, 0, 0, -847],\ +[0, 0, 0, 0, 22869],\ +[0, 0, 0, 0, -12782924],\ +[0, 0, 0, 0, 345138948],\ +[0, 0, 0, 0, -7844067],\ +[0, 0, 0, 0, 290521],\ +[0, 0, 0, 0, -539],\ +[0, 0, 0, 0, 14553],\ +[0, 0, 0, 0, -31565996],\ +[0, 0, 0, 0, 852281892],\ +[0, 0, 1, 0, -601],\ +[0, 0, 1, 0, 22],\ +[0, 0, 1, 0, -53467],\ +[0, 0, 1, 0, 1980],\ +[0, 0, 1, -2138670, -1203910810],\ +[0, 0, 1, -237630, 44589289],\ +[0, 0, 1, 0, -4758541],\ +[0, 0, 1, 0, 176242],\ +[0, 0, 1, 0, -37692401281],\ +[0, 0, 1, 0, 1396014862],\ +[0, 0, 1, 0, -423510127],\ +[0, 0, 1, 0, 15685560],\ +[0, 0, 0, -1682, 0],\ +[0, 0, 0, 6728, 0],\ +[0, 0, 0, -48778, 0],\ +[0, 0, 0, 195112, 0],\ +[0, 0, 0, -58, 0],\ +[0, 0, 0, 232, 0],\ +[0, -1, 0, -11213, -400939],\ +[0, -1, 0, -2803, 51519],\ +[0, 0, 1, 0, -178932194],\ +[0, 0, 1, 0, 4831169231],\ +[0, 0, 1, 0, -20271094],\ +[0, 0, 1, 0, 750781],\ +[0, 0, 1, 0, -779220844],\ +[0, 0, 1, 0, 28860031],\ +[0, 0, 1, 0, -4654844],\ +[0, 0, 1, 0, 125680781],\ +[1, -1, 1, -8179800, -9002037964],\ +[1, -1, 1, -481165, -157846076],\ +[1, -1, 1, -166935, 26292704],\ +[1, -1, 1, -9820, 462998],\ +[0, 0, 0, -332, 0],\ +[0, 0, 0, 83, 0],\ +[0, 0, 1, 0, -4101119107],\ +[0, 0, 1, 0, 151893300],\ +[0, 0, 1, 0, -1060],\ +[0, 0, 1, 0, 39],\ +[0, 0, 0, -153164, -23002448],\ +[0, 0, 0, -153164, 23002448],\ +[0, 0, 0, -13924, 0],\ +[0, 0, 0, 3481, 0],\ +[0, 0, 1, 0, -4300],\ +[0, 0, 1, 0, 159],\ +[0, 0, 1, 0, -120006182],\ +[0, 0, 1, 0, 3240166907],\ +[0, 0, 1, 0, -3845],\ +[0, 0, 1, 0, 103808],\ +[0, 0, 1, 0, -55897],\ +[0, 0, 1, 0, 2070],\ +[0, 0, 1, 0, -31838375],\ +[0, 0, 1, 0, 859636118],\ +[0, 0, 1, 0, -14492],\ +[0, 0, 1, 0, 391277],\ +[0, 0, 1, 0, -35606230],\ +[0, 0, 1, 0, 1318749],\ +[0, 0, 1, 0, -54623],\ +[0, 0, 1, 0, 1474814],\ +[0, 0, 1, 0, -9446551],\ +[0, 0, 1, 0, 349872],\ +[0, 0, 1, -192406940, 1027258247573],\ +[0, 0, 1, -104060, -12920350],\ +[0, 0, 0, 0, -316],\ +[0, 0, 0, 0, 8532],\ +[0, 0, 0, -842535, 292865166],\ +[0, 0, 0, -93615, -10846858],\ +[0, 0, 0, 0, -493039],\ +[0, 0, 0, 0, 13312053],\ +[0, 0, 0, -8425795, -9413298174],\ +[0, 0, 0, -495635, -165145582],\ +[0, 0, 0, -171955, 27444018],\ +[0, 0, 0, -10115, 481474],\ +[0, 0, 0, 0, -529],\ +[0, 0, 0, 0, 14283],\ +[0, 0, 0, 0, -2484],\ +[0, 0, 0, 0, 92],\ +[0, 0, 0, -2285280, -1329804432],\ +[0, 0, 0, -253920, 49252016],\ +[0, 0, 0, 0, -5256144],\ +[0, 0, 0, 0, 194672],\ +[0, 0, 0, 0, -1119364],\ +[0, 0, 0, 0, 30222828],\ +[0, 0, 0, 0, -173781261],\ +[0, 0, 0, 0, 6436343],\ +[0, 0, 0, -79475, -8597750],\ +[0, 0, 0, -79475, 8597750],\ +[0, 0, 0, -7225, 0],\ +[0, 0, 0, 28900, 0],\ +[0, 0, 0, -1445, 0],\ +[0, 0, 0, 5780, 0],\ +[0, 0, 0, -24565, 0],\ +[0, 0, 0, 98260, 0],\ +[0, 0, 0, -85, 0],\ +[0, 0, 0, 340, 0],\ +[0, 0, 0, -425, 0],\ +[0, 0, 0, 1700, 0],\ +[0, 0, 0, -122825, 0],\ +[0, 0, 0, 491300, 0],\ +[0, 0, 1, 0, -149046],\ +[0, 0, 1, 0, 4024235],\ +[0, 0, 1, 0, -23996366],\ +[0, 0, 1, 0, 647901875],\ +[0, 0, 1, 0, -1380312691],\ +[0, 0, 1, 0, 51122692],\ +[0, 0, 1, 0, -304117207],\ +[0, 0, 1, 0, 11263600],\ +[0, 0, 1, 0, -926],\ +[0, 0, 1, 0, 24995],\ +[0, 0, 1, 0, -53251],\ +[0, 0, 1, 0, 1972],\ +[0, 0, 1, 0, -603268],\ +[0, 0, 1, 0, 22343],\ +[0, 0, 1, 0, -721],\ +[0, 0, 1, 0, 19460],\ +[0, 0, 1, 0, -70],\ +[0, 0, 1, 0, 1883],\ +[0, 0, 1, 0, -579740308],\ +[0, 0, 1, 0, 21471863],\ +[0, 0, 1, 0, -692641],\ +[0, 0, 1, 0, 18701300],\ +[0, 0, 1, 0, -628],\ +[0, 0, 1, 0, 23],\ +[0, 0, 0, -907924, 0],\ +[0, 0, 0, 226981, 0],\ +[0, 0, 0, -244, 0],\ +[0, 0, 0, 61, 0],\ +[0, 0, 0, 0, -47],\ +[0, 0, 0, 0, 1269],\ +[0, 0, 0, 0, -229345007],\ +[0, 0, 0, 0, 6192315189],\ +[0, 0, 0, 0, -59643],\ +[0, 0, 0, 0, 2209],\ +[0, 0, 0, 0, -415292],\ +[0, 0, 0, 0, 11212884],\ +[0, 0, 0, 0, -6724],\ +[0, 0, 0, 0, 181548],\ +[0, 0, 0, 0, -45212176],\ +[0, 0, 0, 0, 1220728752],\ +[0, 0, 0, -3132, 0],\ +[0, 0, 0, 783, 0],\ +[0, 0, 0, -219501, 0],\ +[0, 0, 0, 878004, 0],\ +[0, 0, 0, -83259, -9219042],\ +[0, 0, 0, -83259, 9219042],\ +[0, 0, 0, -7569, 0],\ +[0, 0, 0, 30276, 0],\ +[0, 0, 0, -90828, 0],\ +[0, 0, 0, 22707, 0],\ +[0, 0, 0, -292668, 0],\ +[0, 0, 0, 73167, 0],\ +[0, 0, 1, 0, -109958344],\ +[0, 0, 1, 0, 4072531],\ +[0, 0, 1, 0, -594],\ +[0, 0, 1, 0, 16031],\ +[0, 0, 1, 0, -42869],\ +[0, 0, 1, 0, 1157456],\ +[0, 0, 1, 0, -119],\ +[0, 0, 1, 0, 3206],\ +[0, 0, 1, 0, -2748958594],\ +[0, 0, 1, 0, 101813281],\ +[0, 0, 1, -2436750, 1464182156],\ +[0, 0, 1, -270750, -54228969],\ +[0, 0, 1, 0, -214344],\ +[0, 0, 1, 0, 5787281],\ +[0, 0, 1, 0, -77378094],\ +[0, 0, 1, 0, 2089208531],\ +[0, 0, 1, 0, -304594],\ +[0, 0, 1, 0, 11281],\ +[0, 1, 0, -12813, -498581],\ +[0, 1, 0, -3203, 60721],\ +[0, 0, 0, -62, 0],\ +[0, 0, 0, 248, 0],\ +[0, 0, 0, -1922, 0],\ +[0, 0, 0, 7688, 0],\ +[0, 0, 0, -59582, 0],\ +[0, 0, 0, 238328, 0],\ +[0, 0, 0, -7688, 0],\ +[0, 0, 0, 1922, 0],\ +[1, -1, 0, -9185647, -10712652966],\ +[1, -1, 0, -540332, -187846485],\ +[1, -1, 0, -187462, 31285785],\ +[1, -1, 0, -11027, 550808],\ +[0, 0, 0, -930015, 339641478],\ +[0, 0, 0, -103335, -12579314],\ +[0, 0, 0, 0, -571787],\ +[0, 0, 0, 0, 15438249],\ +[0, 0, 0, 0, -5125498668],\ +[0, 0, 0, 0, 189833284],\ +[0, 0, 0, 0, -332],\ +[0, 0, 0, 0, 8964],\ +[0, 0, 0, -704969, 0],\ +[0, 0, 0, 2819876, 0],\ +[0, 0, 0, -89, 0],\ +[0, 0, 0, 356, 0],\ +[0, 0, 1, 0, -597572647],\ +[0, 0, 1, 0, 22132320],\ +[0, 0, 1, 0, -655],\ +[0, 0, 1, 0, 24],\ +[0, 0, 0, 0, -97537500],\ +[0, 0, 0, 0, 3612500],\ +[0, 0, 0, 0, -3833613900],\ +[0, 0, 0, 0, 141985700],\ +[0, 0, 0, 0, -281883375],\ +[0, 0, 0, 0, 10440125],\ +[0, 0, 0, 0, -13265100],\ +[0, 0, 0, 0, 491300],\ +[0, 0, 0, 0, -975375],\ +[0, 0, 0, 0, 36125],\ +[0, 0, 0, 0, -28188337500],\ +[0, 0, 0, 0, 1044012500],\ +[0, 0, 0, 0, -45900],\ +[0, 0, 0, 0, 1700],\ +[0, 0, 0, -637, 0],\ +[0, 0, 0, 2548, 0],\ +[0, 0, 0, -4732, 0],\ +[0, 0, 0, 1183, 0],\ +[0, 0, 0, -61516, 0],\ +[0, 0, 0, 15379, 0],\ +[0, 0, 0, -3014284, 0],\ +[0, 0, 0, 753571, 0],\ +[0, 0, 0, -231868, 0],\ +[0, 0, 0, 57967, 0],\ +[0, 0, 0, -249615, -47227158],\ +[0, 0, 0, -27735, 1749154],\ +[0, 0, 0, 0, -2146689],\ +[0, 0, 0, 0, 79507],\ +[0, 0, 0, 0, -63507647376],\ +[0, 0, 0, 0, 2352135088],\ +[0, 0, 0, -228980160, -1333660594896],\ +[0, 0, 0, -123840, 16774128],\ +[0, 0, 0, 0, -4644],\ +[0, 0, 0, 0, 172],\ +[0, 0, 1, 0, -1046006271628],\ +[0, 0, 1, 0, 38740973023],\ +[0, 0, 0, -3380, 0],\ +[0, 0, 0, 845, 0],\ +[0, 0, 0, -260, 0],\ +[0, 0, 0, 65, 0],\ +[0, 0, 0, -1300, 0],\ +[0, 0, 0, 325, 0],\ +[0, 0, 0, -219700, 0],\ +[0, 0, 0, 54925, 0],\ +[0, 0, 0, -84500, 0],\ +[0, 0, 0, 21125, 0],\ +[0, 0, 1, -2754270, -1759496533],\ +[0, 0, 1, -306030, 65166538],\ +[0, 0, 1, 0, -6954532],\ +[0, 0, 1, 0, 257575],\ +[0, 0, 0, -837, 0],\ +[0, 0, 0, 3348, 0],\ +[0, 0, 0, -804357, 0],\ +[0, 0, 0, 3217428, 0],\ +[0, 0, 0, -1072476, 0],\ +[0, 0, 0, 268119, 0],\ +[0, 0, 0, -1116, 0],\ +[0, 0, 0, 279, 0],\ +[0, 0, 0, -95139, -11260998],\ +[0, 0, 0, -95139, 11260998],\ +[0, 0, 0, -8649, 0],\ +[0, 0, 0, 34596, 0],\ +[0, 0, 0, -103788, 0],\ +[0, 0, 0, 25947, 0],\ +[0, 0, 0, -792, 0],\ +[0, 0, 0, 198, 0],\ +[0, 0, 0, -8712, 0],\ +[0, 0, 0, 2178, 0],\ +[0, 0, 0, -95832, 0],\ +[0, 0, 0, 23958, 0],\ +[0, 0, 0, -7986, 0],\ +[0, 0, 0, 31944, 0],\ +[0, 0, 0, -2376, 0],\ +[0, 0, 0, 594, 0],\ +[0, 0, 0, -26136, 0],\ +[0, 0, 0, 6534, 0],\ +[0, 0, 0, -726, 0],\ +[0, 0, 0, 2904, 0],\ +[0, 0, 0, -66, 0],\ +[0, 0, 0, 264, 0],\ +[0, 0, 0, -14520, -596288],\ +[0, 0, 0, -3630, 74536],\ +[0, 0, 0, -264, 0],\ +[0, 0, 0, 66, 0],\ +[0, 0, 0, -71874, 0],\ +[0, 0, 0, 287496, 0],\ +[0, 0, 0, -2904, 0],\ +[0, 0, 0, 726, 0],\ +[0, 0, 0, -594, 0],\ +[0, 0, 0, 2376, 0],\ +[0, 0, 0, -2178, 0],\ +[0, 0, 0, 8712, 0],\ +[0, 0, 0, 0, -16524],\ +[0, 0, 0, 0, 612],\ +[0, 0, 0, 0, -14739],\ +[0, 0, 0, 0, 397953],\ +[0, 0, 0, 0, -17038284],\ +[0, 0, 0, 0, 460033668],\ +[0, 0, 0, 0, -1002252],\ +[0, 0, 0, 0, 27060804],\ +[0, 0, 0, 0, -867],\ +[0, 0, 0, 0, 23409],\ +[0, 0, 0, 0, -250563],\ +[0, 0, 0, 0, 6765201],\ +[0, 0, 0, 0, -1193859],\ +[0, 0, 0, 0, 44217],\ +[0, 0, 0, 0, -51],\ +[0, 0, 0, 0, 1377],\ +[0, 0, 0, 0, -58956],\ +[0, 0, 0, 0, 1591812],\ +[0, 0, 0, 0, -204],\ +[0, 0, 0, 0, 5508],\ +[0, 0, 0, 0, -4259571],\ +[0, 0, 0, 0, 115008417],\ +[0, 0, 0, 0, -3468],\ +[0, 0, 0, 0, 93636],\ +[0, 0, 0, -10754912, -13588831312],\ +[0, 0, 0, -29792, 1981168],\ +[0, 0, 0, 0, -1694040507],\ +[0, 0, 0, 0, 62742241],\ +[0, 0, 0, 0, -2403],\ +[0, 0, 0, 0, 89],\ +[0, 0, 0, 0, -213867],\ +[0, 0, 0, 0, 7921],\ +[0, 0, 1, 0, -2898185186],\ +[0, 0, 1, 0, 78251000015],\ +[0, 0, 1, 0, -71611],\ +[0, 0, 1, 0, 2652],\ +[0, 0, 0, -197516, -33685456],\ +[0, 0, 0, -197516, 33685456],\ +[0, 0, 0, -17956, 0],\ +[0, 0, 0, 4489, 0],\ +[0, 0, 0, -132335720, -585954296438],\ +[0, 0, 0, -29480, 1948226],\ +[0, 0, 0, -9500, 0],\ +[0, 0, 0, 2375, 0],\ +[0, 0, 0, -1900, 0],\ +[0, 0, 0, 475, 0],\ +[0, 0, 0, -1805, 0],\ +[0, 0, 0, 7220, 0],\ +[0, 0, 0, -685900, 0],\ +[0, 0, 0, 171475, 0],\ +[0, 0, 0, -3429500, 0],\ +[0, 0, 0, 857375, 0],\ +[0, 0, 0, -99275, -12003250],\ +[0, 0, 0, -99275, 12003250],\ +[0, 0, 0, -9025, 0],\ +[0, 0, 0, 36100, 0],\ +[0, 0, 0, -380, 0],\ +[0, 0, 0, 95, 0],\ +[0, 0, 0, 0, -913952],\ +[0, 0, 0, 0, 24676704],\ +[0, 0, 0, 0, -11232],\ +[0, 0, 0, 0, 416],\ +[0, 0, 0, 0, -104],\ +[0, 0, 0, 0, 2808],\ +[0, 0, 0, 0, -36504],\ +[0, 0, 0, 0, 1352],\ +[0, 0, 0, 0, -2970344],\ +[0, 0, 0, 0, 80199288],\ +[0, 0, 0, -182520, 30015414],\ +[0, 0, 0, -20280, -1111682],\ +[0, 0, 0, 0, -4394],\ +[0, 0, 0, 0, 118638],\ +[0, 0, 0, -182520, -30015414],\ +[0, 0, 0, -20280, 1111682],\ +[0, 0, 0, 0, -118638],\ +[0, 0, 0, 0, 4394],\ +[0, 0, 0, 0, -1352],\ +[0, 0, 0, 0, 36504],\ +[0, 0, 0, 0, -80199288],\ +[0, 0, 0, 0, 2970344],\ +[0, 0, 0, 0, -24676704],\ +[0, 0, 0, 0, 913952],\ +[0, 0, 0, 0, -416],\ +[0, 0, 0, 0, 11232],\ +[0, 0, 1, 0, -1969],\ +[0, 0, 1, 0, 53156],\ +[0, 0, 1, 0, -91162969],\ +[0, 0, 1, 0, 3376406],\ +[0, 0, 1, 0, -3646519],\ +[0, 0, 1, 0, 135056],\ +[0, 0, 1, 0, -49219],\ +[0, 0, 1, 0, 1328906],\ +[0, 0, 1, 0, -868219],\ +[0, 0, 1, 0, 32156],\ +[0, 0, 1, 0, -79],\ +[0, 0, 1, 0, 2126],\ +[0, 0, 1, 0, -88594],\ +[0, 0, 1, 0, 3281],\ +[0, 0, 1, 0, -14884],\ +[0, 0, 1, 0, 551],\ +[0, 0, 1, 0, -9302344],\ +[0, 0, 1, 0, 344531],\ +[0, 0, 1, 0, -945394],\ +[0, 0, 1, 0, 25525631],\ +[0, 0, 1, 0, -3544],\ +[0, 0, 1, 0, 131],\ +[0, 0, 1, 0, -23634844],\ +[0, 0, 1, 0, 638140781],\ +[0, 0, 1, 0, -372094],\ +[0, 0, 1, 0, 13781],\ +[0, 0, 1, 0, -19294],\ +[0, 0, 1, 0, 520931],\ +[0, 0, 1, 0, -482344],\ +[0, 0, 1, 0, 13023281],\ +[0, 0, 1, 0, -96469],\ +[0, 0, 1, 0, 2604656],\ +[0, 0, 1, 0, -2411719],\ +[0, 0, 1, 0, 65116406],\ +[0, 0, 1, 0, -3859],\ +[0, 0, 1, 0, 104186],\ +[0, 0, 1, 0, -709],\ +[0, 0, 1, 0, 26],\ +[0, 0, 1, 0, -4726969],\ +[0, 0, 1, 0, 127628156],\ +[0, 0, 1, 0, -45019],\ +[0, 0, 1, 0, 1215506],\ +[0, 0, 1, 0, -1860469],\ +[0, 0, 1, 0, 68906],\ +[0, 0, 1, 0, -74419],\ +[0, 0, 1, 0, 2756],\ +[0, 0, 1, 0, -118174219],\ +[0, 0, 1, 0, 3190703906],\ +[0, 0, 1, 0, -189079],\ +[0, 0, 1, 0, 5105126],\ +[0, 0, 1, 0, -729304],\ +[0, 0, 1, 0, 27011],\ +[0, 0, 1, 0, -455814844],\ +[0, 0, 1, 0, 16882031],\ +[0, 0, 1, 0, -394],\ +[0, 0, 1, 0, 10631],\ +[0, 0, 1, 0, -9844],\ +[0, 0, 1, 0, 265781],\ +[0, 0, 1, 0, -18232594],\ +[0, 0, 1, 0, 675281],\ +[0, 0, 0, 0, -231868],\ +[0, 0, 0, 0, 6260436],\ +[0, 0, 0, 0, -223587],\ +[0, 0, 0, 0, 8281],\ +[0, 0, 0, 0, -6240321451],\ +[0, 0, 0, 0, 168488679177],\ +[0, 0, 0, 0, -873964],\ +[0, 0, 0, 0, 23597028],\ +[0, 0, 0, 0, -91],\ +[0, 0, 0, 0, 2457],\ +[0, 0, 0, 0, -61516],\ +[0, 0, 0, 0, 1660932],\ +[0, 0, 0, 0, -199927],\ +[0, 0, 0, 0, 5398029],\ +[0, 0, 0, 0, -1920098908],\ +[0, 0, 0, 0, 51842670516],\ +[0, 0, 0, 0, -2840383],\ +[0, 0, 0, 0, 76690341],\ +[0, 0, 0, -1117935, 447621174],\ +[0, 0, 0, -124215, -16578562],\ +[0, 0, 0, 0, -753571],\ +[0, 0, 0, 0, 20346417],\ +[0, 0, 0, 0, -509413996],\ +[0, 0, 0, 0, 13754177892],\ +[0, 0, 0, -97, 0],\ +[0, 0, 0, 388, 0],\ +[0, 0, 0, 0, -45165113244],\ +[0, 0, 0, 0, 1672781972],\ +[0, 0, 0, 0, -303372],\ +[0, 0, 0, 0, 11236],\ +[0, 0, 0, 0, -852171948],\ +[0, 0, 0, 0, 31561924],\ +[0, 0, 0, 0, -5724],\ +[0, 0, 0, 0, 212],\ +[0, 0, 0, 0, -16078716],\ +[0, 0, 0, 0, 595508],\ +[0, 0, 1, -11536838, -15097394628],\ +[0, 0, 1, -31958, 2201107],\ +[0, 0, 0, -207, 0],\ +[0, 0, 0, 828, 0],\ +[0, 0, 0, -1587, 0],\ +[0, 0, 0, 6348, 0],\ +[0, 0, 0, -1314036, 0],\ +[0, 0, 0, 328509, 0],\ +[0, 0, 0, -276, 0],\ +[0, 0, 0, 69, 0],\ +[0, 0, 0, 0, -559682],\ +[0, 0, 0, 0, 15111414],\ +[0, 0, 0, -285660, -57817584],\ +[0, 0, 0, -31740, 2141392],\ +[0, 0, 0, 0, -2628072],\ +[0, 0, 0, 0, 97336],\ +[0, 0, 0, 0, -457056],\ +[0, 0, 0, 0, 16928],\ +[0, 0, 0, 0, -5561000352],\ +[0, 0, 0, 0, 205962976],\ +[0, 0, 0, 0, -16928],\ +[0, 0, 0, 0, 457056],\ +[0, 0, 0, 0, -1242],\ +[0, 0, 0, 0, 46],\ +[0, 0, 0, -209484, -36793008],\ +[0, 0, 0, -209484, 36793008],\ +[0, 0, 0, -19044, 0],\ +[0, 0, 0, 4761, 0],\ +[0, 0, 0, -2484, 0],\ +[0, 0, 0, 621, 0],\ +[0, 0, 0, -146004, 0],\ +[0, 0, 0, 36501, 0],\ +[0, 0, 0, -14283, 0],\ +[0, 0, 0, 57132, 0],\ +[1, -1, 0, -11372272, -14757496587],\ +[1, -1, 0, -668957, -258786088],\ +[1, -1, 0, -232087, 43091082],\ +[1, -1, 0, -13652, 758379],\ +[0, 0, 1, 0, -1709539],\ +[0, 0, 1, 0, 63316],\ +[0, 0, 1, 0, -46204],\ +[0, 0, 1, 0, 1711],\ +[0, 0, 1, 0, -2340358549],\ +[0, 0, 1, 0, 86679946],\ +[0, 0, 1, 0, -1249],\ +[0, 0, 1, 0, 46],\ +[0, 0, 1, 0, -63252934],\ +[0, 0, 1, 0, 2342701],\ +[0, 0, 1, 0, -27],\ +[0, 0, 1, 0, 722],\ +[0, 0, 1, 0, -77281],\ +[0, 0, 1, 0, 2862],\ +[0, 0, 1, -3091230, 2092067183],\ +[0, 0, 1, -343470, -77483970],\ +[0, 0, 1, 0, -306261],\ +[0, 0, 1, 0, 8269040],\ +[0, 0, 1, 0, -3506379327],\ +[0, 0, 1, 0, 94672241822],\ +[0, 0, 1, 0, -884787307],\ +[0, 0, 1, 0, 32769900],\ +[0, 0, 1, -268733660, -1695632133673],\ +[0, 0, 1, -145340, 21326828],\ +[0, 1, 0, -16333, 705963],\ +[0, 1, 0, -4083, -90287],\ +[0, 0, 0, -1960, 0],\ +[0, 0, 0, 490, 0],\ +[0, 0, 0, -350, 0],\ +[0, 0, 0, 1400, 0],\ +[0, 0, 0, -2450, 0],\ +[0, 0, 0, 9800, 0],\ +[0, 0, 0, -70, 0],\ +[0, 0, 0, 280, 0],\ +[0, 0, 0, -85750, 0],\ +[0, 0, 0, 343000, 0],\ +[0, 0, 0, -9800, 0],\ +[0, 0, 0, 2450, 0],\ +[0, 0, 0, -3430, 0],\ +[0, 0, 0, 13720, 0],\ +[0, 0, 0, -1750, 0],\ +[0, 0, 0, 7000, 0],\ +[0, 0, 0, -17150, 0],\ +[0, 0, 0, 68600, 0],\ +[0, 0, 0, -49000, 0],\ +[0, 0, 0, 12250, 0],\ +[0, -1, 0, -16333, -705963],\ +[0, -1, 0, -4083, 90287],\ +[0, 0, 1, 0, -4012693],\ +[0, 0, 1, 0, 148618],\ +[0, 0, 1, 0, -236041],\ +[0, 0, 1, 0, 8742],\ +[0, 0, 1, 0, -68215777],\ +[0, 0, 1, 0, 2526510],\ +[0, 0, 1, 0, -13885],\ +[0, 0, 1, 0, 514],\ +[0, 0, 1, 0, -3362785143],\ +[0, 0, 1, 0, 90795198854],\ +[0, 0, 1, 0, -11635935],\ +[0, 0, 1, 0, 314170238],\ +[0, 0, 0, 0, -19518724],\ +[0, 0, 0, 0, 527005548],\ +[0, 0, 0, 0, -99077043024],\ +[0, 0, 0, 0, 3669520112],\ +[0, 0, 0, -298215, -61670862],\ +[0, 0, 0, -33135, 2284106],\ +[0, 0, 0, 0, -2803221],\ +[0, 0, 0, 0, 103823],\ +[0, 0, 0, 0, -35344],\ +[0, 0, 0, 0, 954288],\ +[0, 0, 0, 0, -5076],\ +[0, 0, 0, 0, 188],\ +[0, 0, 1, 0, -736],\ +[0, 0, 1, 0, 27],\ +[0, 0, 1, 0, -952817587],\ +[0, 0, 1, 0, 35289540],\ +[0, 0, 1, -3207870, -2211585775],\ +[0, 0, 1, -356430, 81910584],\ +[0, 0, 1, 0, -8741446],\ +[0, 0, 1, 0, 323757],\ +[0, 0, 0, -71, 0],\ +[0, 0, 0, 284, 0],\ +[0, 0, 0, -357911, 0],\ +[0, 0, 0, 1431644, 0],\ +[0, 0, 0, -221804, -40086032],\ +[0, 0, 0, -221804, 40086032],\ +[0, 0, 0, -20164, 0],\ +[0, 0, 0, 5041, 0],\ +[0, 0, 0, 0, -1218375],\ +[0, 0, 0, 0, 45125],\ +[0, 0, 0, 0, -237500],\ +[0, 0, 0, 0, 6412500],\ +[0, 0, 0, 0, -309512375],\ +[0, 0, 0, 0, 8356834125],\ +[0, 0, 0, 0, -974700],\ +[0, 0, 0, 0, 36100],\ +[0, 0, 0, 0, -85737500],\ +[0, 0, 0, 0, 2314912500],\ +[0, 0, 0, 0, -2375],\ +[0, 0, 0, 0, 64125],\ +[0, 0, 0, -1218375, 509280750],\ +[0, 0, 0, -135375, -18862250],\ +[0, 0, 0, 0, -857375],\ +[0, 0, 0, 0, 23149125],\ +[0, 0, 0, 0, -30951237500],\ +[0, 0, 0, 0, 835683412500],\ +[0, 0, 0, 0, -351866700],\ +[0, 0, 0, 0, 13032100],\ +[0, 0, 0, -101, 0],\ +[0, 0, 0, 404, 0],\ +[0, 0, 0, -112211, -14424214],\ +[0, 0, 0, -112211, 14424214],\ +[0, 0, 0, -10201, 0],\ +[0, 0, 0, 40804, 0],\ +[0, 0, 0, 0, -49413375],\ +[0, 0, 0, 0, 1830125],\ +[0, 0, 0, 0, -33275],\ +[0, 0, 0, 0, 898425],\ +[0, 0, 0, 0, -16335],\ +[0, 0, 0, 0, 605],\ +[0, 0, 0, 0, -100656875],\ +[0, 0, 0, 0, 2717735625],\ +[0, 0, 0, 0, -26620],\ +[0, 0, 0, 0, 718740],\ +[0, 0, 0, 0, -39530700],\ +[0, 0, 0, 0, 1464100],\ +[0, 0, 0, 0, -137500],\ +[0, 0, 0, 0, 3712500],\ +[0, 0, 0, 0, -80525500],\ +[0, 0, 0, 0, 2174188500],\ +[0, 0, 0, 0, -1633500],\ +[0, 0, 0, 0, 60500],\ +[0, 0, 0, 0, -4941337500],\ +[0, 0, 0, 0, 183012500],\ +[0, 0, 0, 0, -1100],\ +[0, 0, 0, 0, 29700],\ +[0, 0, 0, 0, -3327500],\ +[0, 0, 0, 0, 89842500],\ +[0, 0, 0, 0, -2041875],\ +[0, 0, 0, 0, 75625],\ +[0, 0, 0, 0, -805255],\ +[0, 0, 0, 0, 21741885],\ +[0, 0, 0, 0, -4159375],\ +[0, 0, 0, 0, 112303125],\ +[0, 0, 0, 0, -1375],\ +[0, 0, 0, 0, 37125],\ +[0, 0, 1, 0, -2248],\ +[0, 0, 1, 0, 83],\ +[0, 0, 1, 0, -37990],\ +[0, 0, 1, 0, 1025723],\ +[0, 0, 1, 0, -28],\ +[0, 0, 1, 0, 749],\ +[0, 0, 1, 0, -1405621],\ +[0, 0, 1, 0, 37951760],\ +[0, 0, 1, 0, -52007968],\ +[0, 0, 1, 0, 1404215129],\ +[0, 0, 1, 0, -1027],\ +[0, 0, 1, 0, 27722],\ +[0, 0, 1, 0, -9365544007],\ +[0, 0, 1, 0, 346872000],\ +[0, 0, 1, 0, -1303],\ +[0, 0, 1, 0, 48],\ +[1, -1, 1, -12553050, -17114717182],\ +[1, -1, 1, -738415, -300128650],\ +[1, -1, 1, -256185, 49970330],\ +[1, -1, 1, -15070, 879316],\ +[0, 0, 0, 0, -10476],\ +[0, 0, 0, 0, 388],\ +[0, 0, 0, -116699, -15298178],\ +[0, 0, 0, -116699, 15298178],\ +[0, 0, 0, -10609, 0],\ +[0, 0, 0, 42436, 0],\ +[0, 1, 1, -2492519, -1554882026],\ +[0, 1, 1, -20599, 1160715],\ +[0, 0, 0, -292, 0],\ +[0, 0, 0, 73, 0],\ +[0, 0, 1, -3447630, -2464107352],\ +[0, 0, 1, -383070, 91263235],\ +[0, 0, 1, 0, -9739555],\ +[0, 0, 1, 0, 360724],\ +[0, 1, 0, -18253, -846549],\ +[0, 1, 0, -4563, 103537],\ +[0, 0, 0, -101306, 0],\ +[0, 0, 0, 405224, 0],\ +[0, 0, 0, -74, 0],\ +[0, 0, 0, 296, 0],\ +[0, 0, 0, -2738, 0],\ +[0, 0, 0, 10952, 0],\ +[0, 0, 0, 0, -246924],\ +[0, 0, 0, 0, 6666948],\ +[0, 0, 0, 0, -22284891],\ +[0, 0, 0, 0, 601692057],\ +[0, 0, 0, 0, -1539],\ +[0, 0, 0, 0, 57],\ +[0, 0, 0, 0, -390963],\ +[0, 0, 0, 0, 10556001],\ +[0, 0, 0, 0, -87723],\ +[0, 0, 0, 0, 3249],\ +[0, 0, 0, 0, -1083],\ +[0, 0, 0, 0, 29241],\ +[0, 0, 0, 0, -2222316],\ +[0, 0, 0, 0, 82308],\ +[0, 0, 0, 0, -684],\ +[0, 0, 0, 0, 18468],\ +[0, 0, 0, 0, -126672012],\ +[0, 0, 0, 0, 4691556],\ +[0, 0, 0, 0, -61731],\ +[0, 0, 0, 0, 1666737],\ +[0, 0, 0, 0, -350892],\ +[0, 0, 0, 0, 12996],\ +[0, 0, 0, 0, -171],\ +[0, 0, 0, 0, 4617],\ +[0, 0, 0, 0, -31668003],\ +[0, 0, 0, 0, 1172889],\ +[0, 0, 0, 0, -89139564],\ +[0, 0, 0, 0, 2406768228],\ +[0, 0, 0, -23625, 0],\ +[0, 0, 0, 94500, 0],\ +[0, 0, 0, -14700, 0],\ +[0, 0, 0, 3675, 0],\ +[0, 0, 0, -1260, 0],\ +[0, 0, 0, 315, 0],\ +[0, 0, 0, -5145, 0],\ +[0, 0, 0, 20580, 0],\ +[0, 0, 0, -308700, 0],\ +[0, 0, 0, 77175, 0],\ +[0, 0, 0, -525, 0],\ +[0, 0, 0, 2100, 0],\ +[0, 0, 0, -26460, 0],\ +[0, 0, 0, 6615, 0],\ +[0, 0, 0, -2940, 0],\ +[0, 0, 0, 735, 0],\ +[0, 0, 0, -4725, 0],\ +[0, 0, 0, 18900, 0],\ +[0, 0, 0, -55125, 0],\ +[0, 0, 0, 220500, 0],\ +[0, 0, 0, -2205, 0],\ +[0, 0, 0, 8820, 0],\ +[0, 0, 0, -73500, 0],\ +[0, 0, 0, 18375, 0],\ +[0, 0, 0, -231525, 0],\ +[0, 0, 0, 926100, 0],\ +[0, 0, 0, -6300, 0],\ +[0, 0, 0, 1575, 0],\ +[0, 0, 0, -105, 0],\ +[0, 0, 0, 420, 0],\ +[0, 0, 0, -61740, 0],\ +[0, 0, 0, 15435, 0],\ +[0, 0, 0, -1157625, 0],\ +[0, 0, 0, 4630500, 0],\ +[0, 0, 1, 0, -1180579219],\ +[0, 0, 1, 0, 43725156],\ +[0, 0, 1, 0, -9505469],\ +[0, 0, 1, 0, 256647656],\ +[0, 0, 1, 0, -201135719],\ +[0, 0, 1, 0, 5430664406],\ +[0, 0, 1, 0, -29],\ +[0, 0, 1, 0, 776],\ +[0, 0, 1, 0, -144],\ +[0, 0, 1, 0, 3881],\ +[0, 0, 1, 0, -3594],\ +[0, 0, 1, 0, 97031],\ +[0, 0, 1, 0, -446344],\ +[0, 0, 1, 0, 16531],\ +[0, 0, 1, 0, -76044],\ +[0, 0, 1, 0, 2053181],\ +[0, 0, 1, 0, -9444634],\ +[0, 0, 1, 0, 349801],\ +[0, 0, 0, 0, -97556],\ +[0, 0, 0, 0, 2634012],\ +[0, 0, 0, 0, -3364],\ +[0, 0, 0, 0, 90828],\ +[0, 0, 0, 0, -82044596],\ +[0, 0, 0, 0, 2215204092],\ +[0, 0, 0, 0, -464],\ +[0, 0, 0, 0, 12528],\ +[0, 0, 0, -3633120, 2665620144],\ +[0, 0, 0, -403680, -98726672],\ +[0, 0, 0, 0, -390224],\ +[0, 0, 0, 0, 10536048],\ +[0, 0, 0, 0, -29],\ +[0, 0, 0, 0, 783],\ +[0, 0, 0, 0, -707281],\ +[0, 0, 0, 0, 19096587],\ +[0, 0, 0, -4900172, 0],\ +[0, 0, 0, 1225043, 0],\ +[0, 0, 0, 0, -11238523308],\ +[0, 0, 0, 0, 416241604],\ +[0, 0, 0, 0, -10908],\ +[0, 0, 0, 0, 404],\ +[0, 0, 1, 0, -8066662],\ +[0, 0, 1, 0, 298765],\ +[0, 0, 1, 0, -1237742],\ +[0, 0, 1, 0, 33419027],\ +[0, 0, 1, 0, -72116],\ +[0, 0, 1, 0, 1947125],\ +[0, 0, 1, 0, -469996],\ +[0, 0, 1, 0, 17407],\ +[1, -1, 0, -13792137, -19710464950],\ +[1, -1, 0, -811302, -345655297],\ +[1, -1, 0, -281472, 57545333],\ +[1, -1, 0, -16557, 1012472],\ +[0, 0, 0, 0, -236],\ +[0, 0, 0, 0, 6372],\ +[0, 0, 0, 0, -327168747],\ +[0, 0, 0, 0, 12117361],\ +[0, 0, 0, 0, -59],\ +[0, 0, 0, 0, 1593],\ +[0, 0, 0, 0, -821516],\ +[0, 0, 0, 0, 22180932],\ +[0, 0, 1, 0, -290760469],\ +[0, 0, 1, 0, 10768906],\ +[0, 0, 1, 0, -283669],\ +[0, 0, 1, 0, 10506],\ +[0, 0, 1, 0, -2443841739844],\ +[0, 0, 1, 0, 90512657031],\ +[0, 0, 1, 0, -34594],\ +[0, 0, 1, 0, 1281],\ +[0, 0, 1, 0, -2326084],\ +[0, 0, 1, 0, 86151],\ +[0, -1, 0, -173917, 28701191],\ +[0, -1, 0, -1437, -21041],\ +[0, 0, 0, -15092, 0],\ +[0, 0, 0, 3773, 0],\ +[0, 0, 0, -847, 0],\ +[0, 0, 0, 3388, 0],\ +[0, 0, 0, -1826132, 0],\ +[0, 0, 0, 456533, 0],\ +[0, 0, 0, -260876, -51131696],\ +[0, 0, 0, -260876, 51131696],\ +[0, 0, 0, -23716, 0],\ +[0, 0, 0, 5929, 0],\ +[0, 0, 0, -14111020, -20401546704],\ +[0, 0, 0, -830060, -357921872],\ +[0, 0, 0, -287980, 59479728],\ +[0, 0, 0, -16940, 1043504],\ +[0, 0, 0, -539, 0],\ +[0, 0, 0, 2156, 0],\ +[0, 0, 0, -65219, 0],\ +[0, 0, 0, 260876, 0],\ +[0, 0, 0, -37268, 0],\ +[0, 0, 0, 9317, 0],\ +[0, 0, 0, -308, 0],\ +[0, 0, 0, 77, 0],\ +[0, 1, 0, -173917, -28701191],\ +[0, 1, 0, -1437, 21041],\ +[0, 0, 0, -130691, -18130406],\ +[0, 0, 0, -130691, 18130406],\ +[0, 0, 0, -11881, 0],\ +[0, 0, 0, 47524, 0],\ +[0, 0, 0, -1295029, 0],\ +[0, 0, 0, 5180116, 0],\ +[0, 0, 0, -1432215, 649079838],\ +[0, 0, 0, -159135, -24039994],\ +[0, 0, 0, 0, -1092727],\ +[0, 0, 0, 0, 29503629],\ +[0, 0, 0, 0, -46370962972],\ +[0, 0, 0, 0, 1252016000244],\ +[0, 0, 1, 0, -506],\ +[0, 0, 1, 0, 13655],\ +[0, 0, 1, -3823470, 2877830282],\ +[0, 0, 1, -424830, -106586307],\ +[0, 0, 1, 0, -421290],\ +[0, 0, 1, 0, 11374823],\ +[0, 0, 1, 0, -7161926],\ +[0, 0, 1, 0, 193371995],\ +[0, 0, 1, 0, -1458],\ +[0, 0, 1, 0, 39359],\ +[0, 0, 1, 0, -121752738],\ +[0, 0, 1, 0, 3287323919],\ +[0, 0, 1, 0, -24782],\ +[0, 0, 1, 0, 669107],\ +[0, 0, 0, 0, -9720],\ +[0, 0, 0, 0, 360],\ +[0, 0, 0, 0, -18750],\ +[0, 0, 0, 0, 506250],\ +[0, 0, 0, 0, -1620000],\ +[0, 0, 0, 0, 60000],\ +[0, 0, 0, 0, -60750],\ +[0, 0, 0, 0, 2250],\ +[0, 0, 0, 0, -480],\ +[0, 0, 0, 0, 12960],\ +[0, 0, 0, 0, -3000],\ +[0, 0, 0, 0, 81000],\ +[0, 0, 0, 0, -4050],\ +[0, 0, 0, 0, 150],\ +[0, 0, 0, 0, -20250],\ +[0, 0, 0, 0, 750],\ +[0, 0, 0, 0, -15000],\ +[0, 0, 0, 0, 405000],\ +[0, 0, 0, 0, -2400],\ +[0, 0, 0, 0, 64800],\ +[0, 0, 0, 0, -8100000],\ +[0, 0, 0, 0, 300000],\ +[0, 0, 0, 0, -3240],\ +[0, 0, 0, 0, 120],\ +[0, 0, 0, 0, -810],\ +[0, 0, 0, 0, 30],\ +[0, 0, 0, 0, -600],\ +[0, 0, 0, 0, 16200],\ +[0, 0, 0, 0, -324000],\ +[0, 0, 0, 0, 12000],\ +[0, 0, 0, 0, -2025000],\ +[0, 0, 0, 0, 75000],\ +[0, 0, 0, 0, -3750],\ +[0, 0, 0, 0, 101250],\ +[0, 0, 0, 0, -30],\ +[0, 0, 0, 0, 810],\ +[0, 0, 0, 0, -243000],\ +[0, 0, 0, 0, 9000],\ +[0, 0, 0, 0, -16200],\ +[0, 0, 0, 0, 600],\ +[0, 0, 0, 0, -12000],\ +[0, 0, 0, 0, 324000],\ +[0, 0, 0, 0, -75000],\ +[0, 0, 0, 0, 2025000],\ +[0, 0, 0, 0, -101250],\ +[0, 0, 0, 0, 3750],\ +[0, 0, 0, 0, -750],\ +[0, 0, 0, 0, 20250],\ +[0, 0, 0, 0, -405000],\ +[0, 0, 0, 0, 15000],\ +[0, 0, 0, 0, -64800],\ +[0, 0, 0, 0, 2400],\ +[0, 0, 0, 0, -300000],\ +[0, 0, 0, 0, 8100000],\ +[0, 0, 0, 0, -120],\ +[0, 0, 0, 0, 3240],\ +[0, 0, 0, 0, -506250],\ +[0, 0, 0, 0, 18750],\ +[0, 0, 0, 0, -60000],\ +[0, 0, 0, 0, 1620000],\ +[0, 0, 0, 0, -12960],\ +[0, 0, 0, 0, 480],\ +[0, 0, 0, 0, -81000],\ +[0, 0, 0, 0, 3000],\ +[0, 0, 0, 0, -150],\ +[0, 0, 0, 0, 4050],\ +[0, 0, 0, -702, 0],\ +[0, 0, 0, 2808, 0],\ +[0, 0, 0, -13182, 0],\ +[0, 0, 0, 52728, 0],\ +[0, 0, 0, -9126, 0],\ +[0, 0, 0, 36504, 0],\ +[0, 0, 0, -936, 0],\ +[0, 0, 0, 234, 0],\ +[0, 0, 0, -20280, -984256],\ +[0, 0, 0, -5070, 123032],\ +[0, 0, 0, -158184, 0],\ +[0, 0, 0, 39546, 0],\ +[0, 0, 0, -1014, 0],\ +[0, 0, 0, 4056, 0],\ +[0, 0, 0, -118638, 0],\ +[0, 0, 0, 474552, 0],\ +[0, 0, 0, -12168, 0],\ +[0, 0, 0, 3042, 0],\ +[0, 0, 0, -78, 0],\ +[0, 0, 0, 312, 0],\ +[0, 0, 1, 0, -7456379461],\ +[0, 0, 1, 0, 276162202],\ +[0, 0, 1, 0, -106439677],\ +[0, 0, 1, 0, 3942210],\ +[0, 0, 1, 0, -575],\ +[0, 0, 1, 0, 15518],\ +[0, 0, 1, 0, -74901995],\ +[0, 0, 1, 0, 2022353858],\ +[0, 0, 1, 0, -294847],\ +[0, 0, 1, 0, 10920],\ +[0, 0, 1, 0, -2691752985331],\ +[0, 0, 1, 0, 99694555012],\ +[0, 0, 1, 0, -20654791],\ +[0, 0, 1, 0, 764992],\ +[0, 0, 1, 0, -207485],\ +[0, 0, 1, 0, 5602088],\ +[0, 0, 1, -14938902, -22245892441],\ +[0, 0, 1, -41382, 3243314],\ +[0, 0, 1, -2882946, -1933135416],\ +[0, 0, 1, -23826, 1452393],\ +[0, 0, 0, -147852, 0],\ +[0, 0, 0, 36963, 0],\ +[0, 0, 0, -135531, -19146834],\ +[0, 0, 0, -135531, 19146834],\ +[0, 0, 0, -12321, 0],\ +[0, 0, 0, 49284, 0],\ +[0, 0, 0, -3996, 0],\ +[0, 0, 0, 999, 0],\ +[0, 0, 0, -444, 0],\ +[0, 0, 0, 111, 0],\ +[0, 0, 0, -5470524, 0],\ +[0, 0, 0, 1367631, 0],\ +[0, 0, 0, -333, 0],\ +[0, 0, 0, 1332, 0],\ +[0, 0, 0, -274604, -55220368],\ +[0, 0, 0, -274604, 55220368],\ +[0, 0, 0, -24964, 0],\ +[0, 0, 0, 6241, 0],\ +[0, 0, 0, -493039, 0],\ +[0, 0, 0, 1972156, 0],\ +[0, 0, 0, -79, 0],\ +[0, 0, 0, 316, 0],\ +[0, 0, 1, 0, -13379306227],\ +[0, 0, 1, 0, 495529860],\ +[0, 0, 1, 0, -53],\ +[0, 0, 1, 0, 1424],\ +[0, 0, 0, 0, -373837707],\ +[0, 0, 0, 0, 13845841],\ +[0, 0, 0, 0, -401868],\ +[0, 0, 0, 0, 14884],\ +[0, 0, 0, 0, -1647],\ +[0, 0, 0, 0, 61],\ +[0, 0, 0, 0, -91216400508],\ +[0, 0, 0, 0, 3378385204],\ +[0, 0, 0, 0, -53],\ +[0, 0, 0, 0, 1431],\ +[0, 0, 0, 0, -7890481],\ +[0, 0, 0, 0, 213042987],\ +[0, 0, 0, 0, -2809],\ +[0, 0, 0, 0, 75843],\ +[0, 0, 1, 0, -2491],\ +[0, 0, 1, 0, 92],\ +[0, 0, 1, 0, -4186951],\ +[0, 0, 1, 0, 155072],\ +[0, 0, 1, 0, -7038264211],\ +[0, 0, 1, 0, 260676452],\ +[0, 0, 1, 0, -102121],\ +[0, 0, 1, 0, 3782],\ +[0, 0, 1, 0, -171664981],\ +[0, 0, 1, 0, 6357962],\ +[0, 0, 0, 0, -14025517307],\ +[0, 0, 0, 0, 378688967289],\ +[0, 0, 0, 0, -3539149227],\ +[0, 0, 0, 0, 131079601],\ +[0, 0, 0, 0, -107],\ +[0, 0, 0, 0, 2889],\ +[0, 0, 0, -1545615, 727675542],\ +[0, 0, 0, -171735, -26950946],\ +[0, 0, 0, 0, -1225043],\ +[0, 0, 0, 0, 33076161],\ +[0, 0, 0, 0, -309123],\ +[0, 0, 0, 0, 11449],\ +[0, 0, 0, 0, -12367793232],\ +[0, 0, 0, 0, 458066416],\ +[0, 0, 0, 0, -837],\ +[0, 0, 0, 0, 31],\ +[0, 0, 0, 0, -923521],\ +[0, 0, 0, 0, 24935067],\ +[0, 0, 0, 0, -15376],\ +[0, 0, 0, 0, 415152],\ +[0, 0, 0, 0, -3217428],\ +[0, 0, 0, 0, 119164],\ +[0, 0, 1, 0, -12422969],\ +[0, 0, 1, 0, 335420156],\ +[0, 0, 1, 0, -1560094],\ +[0, 0, 1, 0, 57781],\ +[0, 0, 1, 0, -72115333594],\ +[0, 0, 1, 0, 2670938281],\ +[0, 0, 1, 0, -269],\ +[0, 0, 1, 0, 7256],\ +[0, 0, 0, -2300, 0],\ +[0, 0, 0, 575, 0],\ +[0, 0, 0, -1216700, 0],\ +[0, 0, 0, 304175, 0],\ +[0, 0, 0, -243340, 0],\ +[0, 0, 0, 60835, 0],\ +[0, 0, 0, -460, 0],\ +[0, 0, 0, 115, 0],\ +[0, 0, 0, -66125, 0],\ +[0, 0, 0, 264500, 0],\ +[0, 0, 1, 0, -3379707025],\ +[0, 0, 1, 0, 125174334],\ +[0, 0, 1, 0, -15574687],\ +[0, 0, 1, 0, 576840],\ +[0, 0, 1, 0, -1352727385],\ +[0, 0, 1, 0, 50101014],\ +[0, 0, 1, 0, -71773],\ +[0, 0, 1, 0, 2658],\ +[0, 0, 0, 0, -320787],\ +[0, 0, 0, 0, 11881],\ +[0, 0, 0, -82, 0],\ +[0, 0, 0, 328, 0],\ +[0, 0, 0, -3362, 0],\ +[0, 0, 0, 13448, 0],\ +[0, 0, 0, -137842, 0],\ +[0, 0, 0, 551368, 0],\ +[0, -1, 0, -22413, -1136107],\ +[0, -1, 0, -5603, 144815],\ +[0, 0, 1, 0, -108871],\ +[0, 0, 1, 0, 4032],\ +[0, 0, 0, 0, -14850000],\ +[0, 0, 0, 0, 550000],\ +[0, 0, 0, 0, -8696754000],\ +[0, 0, 0, 0, 322102000],\ +[0, 0, 0, 0, -2874960],\ +[0, 0, 0, 0, 106480],\ +[0, 0, 0, 0, -185625],\ +[0, 0, 0, 0, 6875],\ +[0, 0, 0, 0, -73205],\ +[0, 0, 0, 0, 1976535],\ +[0, 0, 0, 0, -378125],\ +[0, 0, 0, 0, 10209375],\ +[0, 0, 0, 0, -2420],\ +[0, 0, 0, 0, 65340],\ +[0, 0, 0, 0, -7320500],\ +[0, 0, 0, 0, 197653500],\ +[0, 0, 0, 0, -3593700],\ +[0, 0, 0, 0, 133100],\ +[0, 0, 0, -3194400, -2254714000],\ +[0, 0, 0, -26400, 1694000],\ +[0, 0, 0, 0, -449212500],\ +[0, 0, 0, 0, 16637500],\ +[0, 0, 0, 0, -148500],\ +[0, 0, 0, 0, 5500],\ +[0, 0, 0, 0, -86967540],\ +[0, 0, 0, 0, 3221020],\ +[0, 0, 0, 0, -13588678125],\ +[0, 0, 0, 0, 503284375],\ +[0, 0, 0, -408375, -98826750],\ +[0, 0, 0, -45375, 3660250],\ +[0, 0, 0, 0, -4492125],\ +[0, 0, 0, 0, 166375],\ +[0, 0, 0, 0, -1485],\ +[0, 0, 0, 0, 55],\ +[0, 0, 0, 0, -242000],\ +[0, 0, 0, 0, 6534000],\ +[0, 0, 0, 0, -732050000],\ +[0, 0, 0, 0, 19765350000],\ +[0, 0, 1, 0, -273729616495],\ +[0, 0, 1, 0, 10138133944],\ +[0, 0, 1, 0, -25360],\ +[0, 0, 1, 0, 939],\ +[0, 0, 1, 0, -1492],\ +[0, 0, 1, 0, 55],\ +[0, 0, 1, 0, -431116],\ +[0, 0, 1, 0, 15967],\ +[0, 0, 1, 0, -947161303],\ +[0, 0, 1, 0, 35080048],\ +[0, 0, 1, 0, -3277375],\ +[0, 0, 1, 0, 121384],\ +[0, 0, 1, 0, -124592452],\ +[0, 0, 1, 0, 4614535],\ +[0, 0, 0, -303116, -64040144],\ +[0, 0, 0, -303116, 64040144],\ +[0, 0, 0, -27556, 0],\ +[0, 0, 0, 6889, 0],\ +[1, -1, 0, -16445242, -25663525959],\ +[1, -1, 0, -967367, -450067584],\ +[1, -1, 0, -335617, 74916666],\ +[1, -1, 0, -19742, 1317791],\ +[0, 0, 1, 0, -335671],\ +[0, 0, 1, 0, 12432],\ +[0, 0, 1, 0, -1387],\ +[0, 0, 1, 0, 37442],\ +[0, 0, 1, 0, -2564101],\ +[0, 0, 1, 0, 69230720],\ +[0, 0, 1, 0, -1610017],\ +[0, 0, 1, 0, 59630],\ +[0, 0, 1, 0, -2976920971],\ +[0, 0, 1, 0, 110256332],\ +[0, 0, 1, 0, -871],\ +[0, 0, 1, 0, 32],\ +[0, -1, 1, -3301767, -2368238478],\ +[0, -1, 1, -27287, 1789215],\ +[0, 0, 0, -240737, 0],\ +[0, 0, 0, 962948, 0],\ +[0, 0, 0, -155771, -23592226],\ +[0, 0, 0, -155771, 23592226],\ +[0, 0, 0, -14161, 0],\ +[0, 0, 0, 56644, 0],\ +[0, 0, 0, -833, 0],\ +[0, 0, 0, 3332, 0],\ +[0, 0, 0, 0, -250622775],\ +[0, 0, 0, 0, 9282325],\ +[0, 0, 0, 0, -1482975],\ +[0, 0, 0, 0, 54925],\ +[0, 0, 0, 0, -14259375],\ +[0, 0, 0, 0, 528125],\ +[0, 0, 0, 0, -11407500],\ +[0, 0, 0, 0, 422500],\ +[0, 0, 0, 0, -43875],\ +[0, 0, 0, 0, 1625],\ +[0, 0, 0, 0, -200498220],\ +[0, 0, 0, 0, 7425860],\ +[0, 0, 0, 0, -1755],\ +[0, 0, 0, 0, 65],\ +[0, 0, 0, 0, -4387500],\ +[0, 0, 0, 0, 162500],\ +[0, 0, 0, 0, -296595],\ +[0, 0, 0, 0, 10985],\ +[0, 0, 0, 0, -77114700],\ +[0, 0, 0, 0, 2856100],\ +[0, 0, 0, 0, -219375],\ +[0, 0, 0, 0, 8125],\ +[0, 0, 0, 0, -35100],\ +[0, 0, 0, 0, 1300],\ +[0, 0, 0, 0, -37074375],\ +[0, 0, 0, 0, 1373125],\ +[0, 0, 0, 0, -9639337500],\ +[0, 0, 0, 0, 357012500],\ +[0, 0, 0, 0, -91260],\ +[0, 0, 0, 0, 3380],\ +[0, 0, 0, 0, -96393375],\ +[0, 0, 0, 0, 3570125],\ +[0, 0, 0, 0, -25062277500],\ +[0, 0, 0, 0, 928232500],\ +[0, 0, 0, 0, -31327846875],\ +[0, 0, 0, 0, 1160290625],\ +[0, 0, 0, 0, -29659500],\ +[0, 0, 0, 0, 1098500],\ +[0, 0, 0, 0, -114075],\ +[0, 0, 0, 0, 4225],\ +[0, 0, 0, 0, -1379052],\ +[0, 0, 0, 0, 51076],\ +[0, 0, 0, -491300, 0],\ +[0, 0, 0, 122825, 0],\ +[0, 0, 0, -1700, 0],\ +[0, 0, 0, 425, 0],\ +[0, 0, 0, -340, 0],\ +[0, 0, 0, 85, 0],\ +[0, 0, 0, -98260, 0],\ +[0, 0, 0, 24565, 0],\ +[0, 0, 0, -144500, 0],\ +[0, 0, 0, 36125, 0],\ +[0, 0, 0, -8500, 0],\ +[0, 0, 0, 2125, 0],\ +[0, 0, 0, -2456500, 0],\ +[0, 0, 0, 614125, 0],\ +[0, 0, 0, -5780, 0],\ +[0, 0, 0, 1445, 0],\ +[0, 0, 1, -4633470, 3839177405],\ +[0, 0, 1, -514830, -142191756],\ +[0, 0, 1, 0, -562023],\ +[0, 0, 1, 0, 15174614],\ +[0, 0, 0, 0, -39204],\ +[0, 0, 0, 0, 1452],\ +[0, 0, 0, 0, -527076],\ +[0, 0, 0, 0, 14231052],\ +[0, 0, 0, 0, -18974736],\ +[0, 0, 0, 0, 702768],\ +[0, 0, 0, 0, -1089],\ +[0, 0, 0, 0, 29403],\ +[0, 0, 0, 0, -1293732],\ +[0, 0, 0, 0, 47916],\ +[0, 0, 0, 0, -2673],\ +[0, 0, 0, 0, 99],\ +[0, 0, 0, 0, -626166288],\ +[0, 0, 0, 0, 23191344],\ +[0, 0, 0, 0, -42768],\ +[0, 0, 0, 0, 1584],\ +[0, 0, 0, 0, -156541572],\ +[0, 0, 0, 0, 5797836],\ +[0, 0, 0, 0, -323433],\ +[0, 0, 0, 0, 11979],\ +[0, 0, 0, 0, -4356],\ +[0, 0, 0, 0, 117612],\ +[0, 0, 0, 0, -2108304],\ +[0, 0, 0, 0, 56924208],\ +[0, 0, 0, 0, -17424],\ +[0, 0, 0, 0, 470448],\ +[0, 0, 0, 0, -131769],\ +[0, 0, 0, 0, 3557763],\ +[0, 0, 0, 0, -39135393],\ +[0, 0, 0, 0, 1449459],\ +[0, 0, 0, 0, -5174928],\ +[0, 0, 0, 0, 191664],\ +[0, 0, 0, 0, -10692],\ +[0, 0, 0, 0, 396],\ +[0, 0, 1, 0, -1546],\ +[0, 0, 1, 0, 57],\ +[0, 0, 1, 0, -18562894747],\ +[0, 0, 1, 0, 687514620],\ +[0, 1, 0, -24653, -1327445],\ +[0, 1, 0, -6163, 162849],\ +[0, 0, 0, -14792, 0],\ +[0, 0, 0, 3698, 0],\ +[0, 0, 0, -86, 0],\ +[0, 0, 0, 344, 0],\ +[0, 0, 0, -159014, 0],\ +[0, 0, 0, 636056, 0],\ +[0, 0, 0, 0, -8926875],\ +[0, 0, 0, 0, 330625],\ +[0, 0, 0, 0, -71875],\ +[0, 0, 0, 0, 1940625],\ +[0, 0, 0, -1785375, 903399750],\ +[0, 0, 0, -198375, -33459250],\ +[0, 0, 0, 0, -1520875],\ +[0, 0, 0, 0, 41063625],\ +[0, 0, 0, 0, -32181715],\ +[0, 0, 0, 0, 868906305],\ +[0, 0, 0, 0, -3218171500],\ +[0, 0, 0, 0, 86890630500],\ +[0, 0, 0, 0, -460],\ +[0, 0, 0, 0, 12420],\ +[0, 0, 0, 0, -152087500],\ +[0, 0, 0, 0, 4106362500],\ +[0, 0, 0, 0, -7141500],\ +[0, 0, 0, 0, 264500],\ +[0, 0, 0, 0, -151114140],\ +[0, 0, 0, 0, 5596820],\ +[0, 0, 0, 0, -23611584375],\ +[0, 0, 0, 0, 874503125],\ +[0, 0, 0, 0, -71415],\ +[0, 0, 0, 0, 2645],\ +[0, 0, 1, 0, -2112079867],\ +[0, 0, 1, 0, 78225180],\ +[0, 0, 1, 0, -898],\ +[0, 0, 1, 0, 33],\ +[0, 0, 1, 0, -1486278425],\ +[0, 0, 1, 0, 40129517468],\ +[0, 0, 1, 0, -632],\ +[0, 0, 1, 0, 17057],\ +[0, 0, 1, 0, -4117115],\ +[0, 0, 1, 0, 111162098],\ +[0, 0, 1, 0, -324088],\ +[0, 0, 1, 0, 12003],\ +[0, 0, 1, 0, -116995678],\ +[0, 0, 1, 0, 4333173],\ +[0, 0, 1, 0, -5850637],\ +[0, 0, 1, 0, 216690],\ +[0, 0, 1, 0, -228062],\ +[0, 0, 1, 0, 6157667],\ +[0, 0, 1, 0, -11405],\ +[0, 0, 1, 0, 307928],\ +[0, 0, 0, -20172, 0],\ +[0, 0, 0, 5043, 0],\ +[0, 0, 0, -369, 0],\ +[0, 0, 0, 1476, 0],\ +[0, 0, 0, -620289, 0],\ +[0, 0, 0, 2481156, 0],\ +[0, 0, 0, -7443468, 0],\ +[0, 0, 0, 1860867, 0],\ +[0, 0, 0, -4428, 0],\ +[0, 0, 0, 1107, 0],\ +[0, 0, 0, -87, 0],\ +[0, 0, 0, 348, 0],\ +[0, 0, 0, -73167, 0],\ +[0, 0, 0, 292668, 0],\ +[0, 0, 0, -333036, -73752336],\ +[0, 0, 0, -333036, 73752336],\ +[0, 0, 0, -30276, 0],\ +[0, 0, 0, 7569, 0],\ +[0, 0, 0, 0, -22632992],\ +[0, 0, 0, 0, 611090784],\ +[0, 0, 0, -454140, -115896528],\ +[0, 0, 0, -50460, 4292464],\ +[0, 0, 0, 0, -5268024],\ +[0, 0, 0, 0, 195112],\ +[0, 0, 0, 0, -1107602046],\ +[0, 0, 0, 0, 41022298],\ +[0, 0, 0, 0, -45414],\ +[0, 0, 0, 0, 1682],\ +[0, 0, 0, 0, -1682],\ +[0, 0, 0, 0, 45414],\ +[0, 0, 0, 0, -25056],\ +[0, 0, 0, 0, 928],\ +[0, 0, 0, -658503, 0],\ +[0, 0, 0, 2634012, 0],\ +[0, 0, 0, -783, 0],\ +[0, 0, 0, 3132, 0],\ +[0, 0, 0, 0, -67],\ +[0, 0, 0, 0, 1809],\ +[0, 0, 0, 0, -121203],\ +[0, 0, 0, 0, 4489],\ +[0, 0, 0, 0, -2176321068],\ +[0, 0, 0, 0, 80604484],\ +[0, 0, 0, 0, -268],\ +[0, 0, 0, 0, 7236],\ +[0, 0, 0, 0, -1350125107],\ +[0, 0, 0, 0, 36453377889],\ +[0, 0, 1, -18779942, -31355460662],\ +[0, 0, 1, -52022, 4571433],\ +[0, 0, 1, 0, -294],\ +[0, 0, 1, 0, 7931],\ +[0, 0, 1, 0, -823446169],\ +[0, 0, 1, 0, 30498006],\ +[0, 0, 1, 0, -1863844],\ +[0, 0, 1, 0, 69031],\ +[0, 0, 1, 0, -16222344],\ +[0, 0, 1, 0, 438003281],\ +[0, 0, 0, 0, -4244832],\ +[0, 0, 0, 0, 157216],\ +[0, 0, 0, 0, -45435424],\ +[0, 0, 0, 0, 1226756448],\ +[0, 0, 0, 0, -249696],\ +[0, 0, 0, 0, 9248],\ +[0, 0, 0, 0, -72162144],\ +[0, 0, 0, 0, 2672672],\ +[0, 0, 0, 0, -544],\ +[0, 0, 0, 0, 14688],\ +[0, 0, 0, 0, -14688],\ +[0, 0, 0, 0, 544],\ +[0, 0, 0, 0, -2672672],\ +[0, 0, 0, 0, 72162144],\ +[0, 0, 0, 0, -9248],\ +[0, 0, 0, 0, 249696],\ +[0, 0, 0, 0, -1226756448],\ +[0, 0, 0, 0, 45435424],\ +[0, 0, 0, 0, -157216],\ +[0, 0, 0, 0, 4244832]] diff --git a/misc_code/ugly_computations/cm/test-cm-rank.sage b/misc_code/ugly_computations/cm/test-cm-rank.sage @@ -0,0 +1,16 @@ +def test(): + attach("cm-rank+-all.sage") + no = 0 + unk = 0 + for cf in data: + E = EllipticCurve(cf) + E_K = E.base_extend(NumberField(x^2-E.cm_discriminant(),'a')) + try: + if E_K.rank() != 2* E.rank(): + print "Non doubling:", cf, E.rank(), E_K.rank() + no += 1 + except: + print "Can't compute the rank for", cf + unk += 1 + print "Total ok curves:", (len(data)-(no+unk)), "/", len(data), \ + "( unknown:", unk, ")" diff --git a/misc_code/ugly_computations/order_GLn.pdf b/misc_code/ugly_computations/order_GLn.pdf @@ -0,0 +1,2137 @@ +%PDF-1.2 +9 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F1 +/FontDescriptor 8 0 R +/BaseFont/LTUPPL+CMR8 +/FirstChar 33 +/LastChar 196 +/Widths[295.1 531.3 885.4 531.3 885.4 826.4 295.1 413.2 413.2 531.3 826.4 295.1 354.2 +295.1 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 295.1 295.1 +295.1 826.4 501.7 501.7 826.4 795.8 752.1 767.4 811.1 722.6 693.1 833.5 795.8 382.6 +545.5 825.4 663.6 972.9 795.8 826.4 722.6 826.4 781.6 590.3 767.4 795.8 795.8 1091 +795.8 795.8 649.3 295.1 531.3 295.1 531.3 295.1 295.1 531.3 590.3 472.2 590.3 472.2 +324.7 531.3 590.3 295.1 324.7 560.8 295.1 885.4 590.3 531.3 590.3 560.8 414.1 419.1 +413.2 590.3 560.8 767.4 560.8 560.8 472.2 531.3 1062.5 531.3 531.3 531.3 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 663.6 885.4 826.4 736.8 +708.3 795.8 767.4 826.4 767.4 826.4 0 0 767.4 619.8 590.3 590.3 885.4 885.4 295.1 +324.7 531.3 531.3 531.3 531.3 531.3 795.8 472.2 531.3 767.4 826.4 531.3 958.7 1076.8 +826.4 295.1 531.3] +>> +endobj +12 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F2 +/FontDescriptor 11 0 R +/BaseFont/OPBRON+CMBX8 +/FirstChar 33 +/LastChar 196 +/Widths[372.9 636.1 1020.8 612.5 1020.8 952.8 340.3 476.4 476.4 612.5 952.8 340.3 +408.3 340.3 612.5 612.5 612.5 612.5 612.5 612.5 612.5 612.5 612.5 612.5 612.5 340.3 +340.3 372.9 952.8 578.5 578.5 952.8 922.2 869.5 884.7 937.5 802.8 768.8 962.2 954.9 +459 631.3 956.3 734.7 1159 954.9 920.1 835.4 920.1 915.3 680.6 852.1 938.5 922.2 +1262.5 922.2 922.2 748.6 340.3 636.1 340.3 612.5 340.3 340.3 595.5 680.6 544.4 680.6 +561.1 374.3 612.5 680.6 340.3 374.3 646.5 340.3 1020.8 680.6 612.5 680.6 646.5 506.3 +483.2 476.4 680.6 646.5 884.7 646.5 646.5 544.4 612.5 1225 612.5 612.5 612.5 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 734.7 1020.8 952.8 +854.2 816.7 954.9 884.7 952.8 884.7 952.8 0 0 884.7 714.6 680.6 680.6 1020.8 1020.8 +340.3 374.3 612.5 612.5 612.5 612.5 612.5 922.2 544.4 637.8 884.7 952.8 612.5 1107.6 +1243.8 952.8 340.3 612.5] +>> +endobj +15 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F3 +/FontDescriptor 14 0 R +/BaseFont/MBUMQP+CMBX10 +/FirstChar 33 +/LastChar 196 +/Widths[350 602.8 958.3 575 958.3 894.4 319.4 447.2 447.2 575 894.4 319.4 383.3 319.4 +575 575 575 575 575 575 575 575 575 575 575 319.4 319.4 350 894.4 543.1 543.1 894.4 +869.4 818.1 830.6 881.9 755.6 723.6 904.2 900 436.1 594.4 901.4 691.7 1091.7 900 +863.9 786.1 863.9 862.5 638.9 800 884.7 869.4 1188.9 869.4 869.4 702.8 319.4 602.8 +319.4 575 319.4 319.4 559 638.9 511.1 638.9 527.1 351.4 575 638.9 319.4 351.4 606.9 +319.4 958.3 638.9 575 638.9 606.9 473.6 453.6 447.2 638.9 606.9 830.6 606.9 606.9 +511.1 575 1150 575 575 575 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 691.7 958.3 894.4 805.6 766.7 900 830.6 894.4 830.6 894.4 0 0 830.6 670.8 +638.9 638.9 958.3 958.3 319.4 351.4 575 575 575 575 575 869.4 511.1 597.2 830.6 894.4 +575 1041.7 1169.4 894.4 319.4 575] +>> +endobj +18 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F4 +/FontDescriptor 17 0 R +/BaseFont/EOCXGE+CMCSC10 +/FirstChar 33 +/LastChar 196 +/Widths[319.4 552.8 902.8 552.8 902.8 844.4 319.4 436.1 436.1 552.8 844.4 319.4 377.8 +319.4 552.8 552.8 552.8 552.8 552.8 552.8 552.8 552.8 552.8 552.8 552.8 319.4 319.4 +844.4 844.4 844.4 523.6 844.4 813.9 770.8 786.1 829.2 741.7 712.5 851.4 813.9 405.6 +566.7 843 683.3 988.9 813.9 844.4 741.7 844.4 800 611.1 786.1 813.9 813.9 1105.5 +813.9 813.9 669.4 319.4 552.8 319.4 552.8 319.4 319.4 613.3 580 591.1 624.4 557.8 +535.6 641.1 613.3 302.2 424.4 635.6 513.3 746.7 613.3 635.6 557.8 635.6 602.2 457.8 +591.1 613.3 613.3 835.6 613.3 613.3 502.2 552.8 1105.5 552.8 552.8 552.8 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 683.3 902.8 844.4 755.5 +727.8 813.9 786.1 844.4 786.1 844.4 0 0 786.1 552.8 552.8 319.4 319.4 523.6 302.2 +424.4 552.8 552.8 552.8 552.8 552.8 813.9 494.4 915.6 735.6 824.4 635.6 975 1091.7 +844.4 319.4 552.8] +>> +endobj +19 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F5 +/FontDescriptor 17 0 R +/BaseFont/EOCXGE+CMCSC10 +/FirstChar 33 +/LastChar 196 +/Widths[329.9 579.9 954.9 579.9 954.9 892.4 329.9 454.9 454.9 579.9 892.4 329.9 392.4 +329.9 579.9 579.9 579.9 579.9 579.9 579.9 579.9 579.9 579.9 579.9 579.9 329.9 329.9 +892.4 892.4 892.4 548.6 892.4 858.3 812.8 829.9 875.3 781.6 750.3 899.5 858.3 420.8 +594.1 889.6 719.1 1045.8 858.3 892.4 781.6 892.4 844.1 642.4 829.9 858.3 858.3 1170.8 +858.3 858.3 704.9 329.9 579.9 329.9 579.9 329.9 329.9 633.3 601.4 614.6 646.5 578.8 +556.3 664.4 633.3 317.4 443.4 655.9 533.7 768.8 633.3 659.7 578.8 659.7 624 479.2 +614.6 633.3 633.3 859 633.3 633.3 524.3 579.9 1159.7 579.9 579.9 579.9 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 719.1 954.9 892.4 795.8 767.4 +858.3 829.9 892.4 829.9 892.4 0 0 829.9 579.9 579.9 329.9 329.9 548.6 317.4 443.4 +579.9 579.9 579.9 579.9 579.9 858.3 517.4 958.3 759.4 849.7 659.7 1031.6 1156.6 892.4 +329.9 579.9] +>> +endobj +22 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F6 +/FontDescriptor 21 0 R +/BaseFont/GYZORE+CMMI8 +/FirstChar 33 +/LastChar 196 +/Widths[660.7 490.6 632.1 882.1 544.1 388.9 692.4 1062.5 1062.5 1062.5 1062.5 295.1 +295.1 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 295.1 +295.1 826.4 531.3 826.4 531.3 559.7 795.8 801.4 757.3 871.7 778.7 672.4 827.9 872.8 +460.7 580.4 896 722.6 1020.4 843.3 806.2 673.6 835.7 800.2 646.2 618.6 718.8 618.8 +1002.4 873.9 615.8 720 413.2 413.2 413.2 1062.5 1062.5 434 564.4 454.5 460.2 546.7 +492.9 510.4 505.6 612.3 361.7 429.7 553.2 317.1 939.8 644.7 513.5 534.8 474.4 479.5 +491.3 383.7 615.2 517.4 762.5 598.1 525.2 494.2 349.5 400.2 673.4 531.3 295.1 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 642.9 885.4 806.2 736.8 +783.4 872.8 823.4 619.8 708.3 654.8 0 0 816.7 682.4 596.2 547.3 470.1 429.5 467 533.2 +495.7 376.2 612.3 619.8 639.2 522.3 467 610.1 544.1 607.2 471.5 576.4 631.6 659.7 +694.5 295.1] +>> +endobj +25 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F7 +/FontDescriptor 24 0 R +/BaseFont/LFRNLW+CMMI6 +/FirstChar 33 +/LastChar 196 +/Widths[779.9 586.7 750.7 1021.9 639 487.8 811.6 1222.2 1222.2 1222.2 1222.2 379.6 +379.6 638.9 638.9 638.9 638.9 638.9 638.9 638.9 638.9 638.9 638.9 638.9 638.9 379.6 +379.6 963 638.9 963 638.9 658.7 924.1 926.6 883.7 998.3 899.8 775 952.9 999.5 547.7 +681.6 1025.7 846.3 1161.6 967.1 934.1 780 966.5 922.1 756.7 731.1 838.1 729.6 1150.9 +1001.4 726.4 837.7 509.3 509.3 509.3 1222.2 1222.2 518.5 674.9 547.7 559.1 642.5 +589 600.7 607.7 725.7 445.6 511.6 660.9 401.6 1093.7 769.7 612.5 642.5 570.7 579.9 +584.5 476.8 737.3 625 893.2 697.9 633.1 596.1 445.6 479.2 787.2 638.9 379.6 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 742.6 1027.8 934.1 859.3 +907.4 999.5 951.6 736.1 833.3 781.2 0 0 946 804.5 698 652 566.2 523.3 571.8 644 590.3 +466.4 725.7 736.1 750 621.5 571.8 726.7 639 716.5 582.1 689.8 742.1 767.4 819.4 379.6] +>> +endobj +28 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F8 +/FontDescriptor 27 0 R +/BaseFont/RDQYCN+CMSY8 +/FirstChar 33 +/LastChar 196 +/Widths[1062.5 531.3 531.3 1062.5 1062.5 1062.5 826.4 1062.5 1062.5 649.3 649.3 1062.5 +1062.5 1062.5 826.4 288.2 1062.5 708.3 708.3 944.5 944.5 0 0 590.3 590.3 708.3 531.3 +767.4 767.4 826.4 826.4 649.3 849.5 694.7 562.6 821.7 560.8 758.3 631 904.2 585.5 +720.1 807.4 730.7 1264.5 869.1 841.6 743.3 867.7 906.9 643.4 586.3 662.8 656.2 1054.6 +756.4 705.8 763.6 708.3 708.3 708.3 708.3 708.3 649.3 649.3 472.2 472.2 472.2 472.2 +531.3 531.3 413.2 413.2 295.1 531.3 531.3 649.3 531.3 295.1 885.4 795.8 885.4 443.6 +708.3 708.3 826.4 826.4 472.2 472.2 472.2 649.3 826.4 826.4 826.4 826.4 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 826.4 295.1 826.4 531.3 826.4 +531.3 826.4 826.4 826.4 826.4 0 0 826.4 826.4 826.4 1062.5 531.3 531.3 826.4 826.4 +826.4 826.4 826.4 826.4 826.4 826.4 826.4 826.4 826.4 826.4 1062.5 1062.5 826.4 826.4 +1062.5 826.4] +>> +endobj +31 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F9 +/FontDescriptor 30 0 R +/BaseFont/YDYMHH+CMR6 +/FirstChar 33 +/LastChar 196 +/Widths[351.8 611.1 1000 611.1 1000 935.2 351.8 481.5 481.5 611.1 935.2 351.8 416.7 +351.8 611.1 611.1 611.1 611.1 611.1 611.1 611.1 611.1 611.1 611.1 611.1 351.8 351.8 +351.8 935.2 578.7 578.7 935.2 896.3 850.9 870.4 915.7 818.5 786.1 941.7 896.3 442.6 +624.1 928.7 753.7 1090.7 896.3 935.2 818.5 935.2 883.3 675.9 870.4 896.3 896.3 1220.4 +896.3 896.3 740.7 351.8 611.1 351.8 611.1 351.8 351.8 611.1 675.9 546.3 675.9 546.3 +384.3 611.1 675.9 351.8 384.3 643.5 351.8 1000 675.9 611.1 675.9 643.5 481.5 488 +481.5 675.9 643.5 870.4 643.5 643.5 546.3 611.1 1222.2 611.1 611.1 611.1 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 753.7 1000 935.2 831.5 +805.5 896.3 870.4 935.2 870.4 935.2 0 0 870.4 736.1 703.7 703.7 1055.5 1055.5 351.8 +384.3 611.1 611.1 611.1 611.1 611.1 896.3 546.3 611.1 870.4 935.2 611.1 1077.8 1207.4 +935.2 351.8 611.1] +>> +endobj +34 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F10 +/FontDescriptor 33 0 R +/BaseFont/AEDLNY+CMR10 +/FirstChar 33 +/LastChar 196 +/Widths[277.8 500 833.3 500 833.3 777.8 277.8 388.9 388.9 500 777.8 277.8 333.3 277.8 +500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 277.8 777.8 472.2 472.2 777.8 +750 708.3 722.2 763.9 680.6 652.8 784.7 750 361.1 513.9 777.8 625 916.7 750 777.8 +680.6 777.8 736.1 555.6 722.2 750 750 1027.8 750 750 611.1 277.8 500 277.8 500 277.8 +277.8 500 555.6 444.4 555.6 444.4 305.6 500 555.6 277.8 305.6 527.8 277.8 833.3 555.6 +500 555.6 527.8 391.7 394.4 388.9 555.6 527.8 722.2 527.8 527.8 444.4 500 1000 500 +500 500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 625 833.3 +777.8 694.4 666.7 750 722.2 777.8 722.2 777.8 0 0 722.2 583.3 555.6 555.6 833.3 833.3 +277.8 305.6 500 500 500 500 500 750 444.4 500 722.2 777.8 500 902.8 1013.9 777.8 +277.8 500] +>> +endobj +37 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F11 +/FontDescriptor 36 0 R +/BaseFont/XEUVPV+CMMI10 +/FirstChar 33 +/LastChar 196 +/Widths[622.5 466.3 591.4 828.1 517 362.8 654.2 1000 1000 1000 1000 277.8 277.8 500 +500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 777.8 500 777.8 500 530.9 +750 758.5 714.7 827.9 738.2 643.1 786.2 831.3 439.6 554.5 849.3 680.6 970.1 803.5 +762.8 642 790.6 759.3 613.2 584.4 682.8 583.3 944.4 828.5 580.6 682.6 388.9 388.9 +388.9 1000 1000 416.7 528.6 429.2 432.8 520.5 465.6 489.6 477 576.2 344.5 411.8 520.6 +298.4 878 600.2 484.7 503.1 446.4 451.2 468.8 361.1 572.5 484.7 715.9 571.5 490.3 +465 322.5 384 636.5 500 277.8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 615.3 833.3 762.8 694.4 742.4 831.3 779.9 583.3 666.7 612.2 0 0 772.4 +639.7 565.6 517.7 444.4 405.9 437.5 496.5 469.4 353.9 576.2 583.3 602.5 494 437.5 +570 517 571.4 437.2 540.3 595.8 625.7 651.4 277.8] +>> +endobj +40 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F12 +/FontDescriptor 39 0 R +/BaseFont/WHSEVM+CMSY10 +/FirstChar 33 +/LastChar 196 +/Widths[1000 500 500 1000 1000 1000 777.8 1000 1000 611.1 611.1 1000 1000 1000 777.8 +275 1000 666.7 666.7 888.9 888.9 0 0 555.6 555.6 666.7 500 722.2 722.2 777.8 777.8 +611.1 798.5 656.8 526.5 771.4 527.8 718.7 594.9 844.5 544.5 677.8 762 689.7 1200.9 +820.5 796.1 695.6 816.7 847.5 605.6 544.6 625.8 612.8 987.8 713.3 668.3 724.7 666.7 +666.7 666.7 666.7 666.7 611.1 611.1 444.4 444.4 444.4 444.4 500 500 388.9 388.9 277.8 +500 500 611.1 500 277.8 833.3 750 833.3 416.7 666.7 666.7 777.8 777.8 444.4 444.4 +444.4 611.1 777.8 777.8 777.8 777.8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 777.8 277.8 777.8 500 777.8 500 777.8 777.8 777.8 777.8 0 0 777.8 +777.8 777.8 1000 500 500 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 +777.8 777.8 1000 1000 777.8 777.8 1000 777.8] +>> +endobj +43 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F13 +/FontDescriptor 42 0 R +/BaseFont/IDXSTR+CMSY5 +/FirstChar 33 +/LastChar 196 +/Widths[1361.1 736.1 736.1 1361.1 1361.1 1361.1 1083.3 1361.1 1361.1 875 875 1361.1 +1361.1 1361.1 1083.3 441 1361.1 944.5 944.5 1222.2 1222.2 0 0 805.6 805.6 944.5 736.1 +1013.9 1013.9 1083.3 1083.3 875 1113.5 919.3 782.1 1083.9 770.8 988.2 850.4 1194.5 +819.5 958.3 1055 964.7 1567.9 1126.1 1089.2 997.7 1132 1196.1 868.1 822.4 873.8 898.9 +1367.7 996.6 929.5 991.4 944.5 944.5 944.5 944.5 944.5 875 875 666.7 666.7 666.7 +666.7 736.1 736.1 597.2 597.2 458.3 736.1 736.1 875 736.1 458.3 1097.2 1036.1 1152.8 +632 944.5 944.5 1083.3 1083.3 666.7 666.7 666.7 875 1083.3 1083.3 1083.3 1083.3 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1083.3 458.3 1083.3 +736.1 1083.3 736.1 1083.3 1083.3 1083.3 1083.3 0 0 1083.3 1083.3 1083.3 1361.1 736.1 +736.1 1083.3 1083.3 1083.3 1083.3 1083.3 1083.3 1083.3 1083.3 1083.3 1083.3 1083.3 +1083.3 1361.1 1361.1 1083.3 1083.3 1361.1 1083.3] +>> +endobj +46 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F14 +/FontDescriptor 45 0 R +/BaseFont/UBFZFS+CMR7 +/FirstChar 33 +/LastChar 196 +/Widths[323.4 569.4 938.5 569.4 938.5 877 323.4 446.4 446.4 569.4 877 323.4 384.9 +323.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 323.4 323.4 +323.4 877 538.7 538.7 877 843.3 798.6 815.5 860.1 767.9 737.1 883.9 843.3 412.7 583.3 +874 706.4 1027.8 843.3 877 767.9 877 829.4 631 815.5 843.3 843.3 1150.8 843.3 843.3 +692.5 323.4 569.4 323.4 569.4 323.4 323.4 569.4 631 507.9 631 507.9 354.2 569.4 631 +323.4 354.2 600.2 323.4 938.5 631 569.4 631 600.2 446.4 452.6 446.4 631 600.2 815.5 +600.2 600.2 507.9 569.4 1138.9 569.4 569.4 569.4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 706.4 938.5 877 781.8 754 843.3 815.5 877 815.5 +877 0 0 815.5 677.6 646.8 646.8 970.2 970.2 323.4 354.2 569.4 569.4 569.4 569.4 569.4 +843.3 507.9 569.4 815.5 877 569.4 1013.9 1136.9 877 323.4 569.4] +>> +endobj +49 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F15 +/FontDescriptor 48 0 R +/BaseFont/IRKZON+CMMI7 +/FirstChar 33 +/LastChar 196 +/Widths[719.7 539.7 689.9 950 592.7 439.2 751.4 1138.9 1138.9 1138.9 1138.9 339.3 +339.3 585.3 585.3 585.3 585.3 585.3 585.3 585.3 585.3 585.3 585.3 585.3 585.3 339.3 +339.3 892.9 585.3 892.9 585.3 610.1 859.1 863.2 819.4 934.1 838.7 724.5 889.4 935.6 +506.3 632 959.9 783.7 1089.4 904.9 868.9 727.3 899.7 860.6 701.5 674.8 778.2 674.6 +1074.4 936.9 671.5 778.4 462.3 462.3 462.3 1138.9 1138.9 478.2 619.7 502.4 510.5 +594.7 542 557.1 557.3 668.8 404.2 472.7 607.3 361.3 1013.7 706.2 563.9 588.9 523.6 +530.4 539.2 431.6 675.4 571.4 826.4 647.8 579.4 545.8 398.6 442 730.1 585.3 339.3 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 693.8 954.4 868.9 +797.6 844.5 935.6 886.3 677.6 769.8 716.9 0 0 880 742.7 647.8 600.1 519.2 476.1 519.8 +588.6 544.1 422.8 668.8 677.6 694.6 572.8 519.8 668 592.7 662 526.8 632.9 686.9 713.8 +756 339.3] +>> +endobj +52 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F16 +/FontDescriptor 51 0 R +/BaseFont/WDXSRS+CMSL10 +/FirstChar 33 +/LastChar 196 +/Widths[277.8 500 833.3 500 833.3 777.8 277.8 388.9 388.9 500 777.8 277.8 333.3 277.8 +500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 277.8 777.8 472.2 472.2 777.8 +750 708.3 722.2 763.9 680.6 652.8 784.7 750 361.1 513.9 777.8 625 916.7 750 777.8 +680.6 777.8 736.1 555.6 722.2 750 750 1027.8 750 750 611.1 277.8 500 277.8 500 277.8 +277.8 500 555.6 444.4 555.6 444.4 305.6 500 555.6 277.8 305.6 527.8 277.8 833.3 555.6 +500 555.6 527.8 391.7 394.4 388.9 555.6 527.8 722.2 527.8 527.8 444.4 500 1000 500 +500 500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 625 833.3 +777.8 694.4 666.7 750 722.2 777.8 722.2 777.8 0 0 722.2 583.3 555.6 555.6 833.3 833.3 +277.8 305.6 500 500 500 500 500 808.6 444.4 500 722.2 777.8 500 902.8 1013.9 777.8 +277.8 500] +>> +endobj +55 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F17 +/FontDescriptor 54 0 R +/BaseFont/HTAUZR+CMTI10 +/FirstChar 33 +/LastChar 196 +/Widths[306.7 514.4 817.8 769.1 817.8 766.7 306.7 408.9 408.9 511.1 766.7 306.7 357.8 +306.7 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 306.7 306.7 +306.7 766.7 511.1 511.1 766.7 743.3 703.9 715.6 755 678.3 652.8 773.6 743.3 385.6 +525 768.9 627.2 896.7 743.3 766.7 678.3 766.7 729.4 562.2 715.6 743.3 743.3 998.9 +743.3 743.3 613.3 306.7 514.4 306.7 511.1 306.7 306.7 511.1 460 460 511.1 460 306.7 +460 511.1 306.7 306.7 460 255.6 817.8 562.2 511.1 511.1 460 421.7 408.9 332.2 536.7 +460 664.4 463.9 485.6 408.9 511.1 1022.2 511.1 511.1 511.1 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 627.2 817.8 766.7 692.2 664.4 743.3 715.6 +766.7 715.6 766.7 0 0 715.6 613.3 562.2 587.8 881.7 894.4 306.7 332.2 511.1 511.1 +511.1 511.1 511.1 831.3 460 536.7 715.6 715.6 511.1 882.8 985 766.7 255.6 511.1] +>> +endobj +58 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F18 +/FontDescriptor 57 0 R +/BaseFont/JXPJGO+MSAM10 +/FirstChar 33 +/LastChar 196 +/Widths[1388.9 1000 1000 777.8 777.8 777.8 777.8 1111.1 666.7 666.7 777.8 777.8 777.8 +777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 275 500 777.8 777.8 777.8 +777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 944.4 500 722.2 777.8 777.8 +500 500 722.2 722.2 722.2 777.8 777.8 777.8 777.8 777.8 750 1000 1000 833.3 611.1 +611.1 611.1 722.2 722.2 722.2 777.8 777.8 777.8 777.8 777.8 666.7 666.7 760.4 760.4 +777.8 777.8 777.8 777.8 777.8 777.8 1333.3 1333.3 500 500 946.7 902.2 666.7 777.8 +777.8 777.8 500 500 833.3 500 555.6 777.8 777.8 777.8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 777.8 777.8 777.8 777.8 777.8 277.8 666.7 666.7 +777.8 777.8 0 0 1000 1000 777.8 722.2 888.9 611.1 1000 1000 1000 1000 833.3 833.3 +416.7 416.7 416.7 416.7 1111.1 1111.1 1000 1000 500 500 1000 777.8] +>> +endobj +60 0 obj +<< +/Filter[/FlateDecode] +/Length 2922 +>> +stream +xZKw6ϯВ:ěLNiqӦIΦi,$7?? d3  +kt!Ed(bЁChvUwjYw/䦩w5T>TʦUF>Mi뢱ۄ<SSܻ <?@q zcح*ԻBS\uto!#˓)=0yvMѕWOhTN$sP4IPll +-вk[`*֭e, L8֮#Ixڎ^3`iP+OK?ꘊ&BTTT}0cDdElKBA܌u Td[XQ[OF=bG`~˦*y>3=NHgAs͎Ȓ &5q+!LMZ 9nF& hg}[7wj}z<D~+tj惖e<(d}|$qPyQw/[WF|` awi ZiH .&%8DŽmd\y Q߉$0 +$fUo;0h\T-Yc: mڦɯLmt~o;WVزVX`xBRS+b__UˆjAօK*&2 O`H>r8& &.5'ڏc¾to-=$D,]&MC\!gݪ _.mTڢrj%kZ* g֤3MuZƺH=a >c(<N0:&ƭ>aE$3E)8V)(y D'\eB+!8=DTҁJ̇Rst舏kZhv@hְT%ezSoJKgIS ufVnJY>ϥ +hLX:??A@Vay˘*ָƄx>Ԯ&0;%IoADƊHH~ÿ|8x%neg M4nW]xNMS ye߇kj$az|ȍljcl; y(;L!2DX7Sv-{a| HNd +=RvPM?4pz뉗AO@~:J)=H#{&2>+eiz[P>f_4Oep^2y~$zmuSBt8n6ek(3(ojcS.>l| c.ð(BEywDy"C8d1qc(cٶJ6TC),Z(H!9 ŌʘZ]NLO]NLT$ ȇӖB4WU+gR *3 -.v^(8 waU.1-d=`HhB/Oqj +'\4*OxCksVp!T:8@b& 4Ib'c6_a!g۠]߂xgrbxQb$s[B⒐w0x+٧)Es'w~XG/܈- +EVLC.IO!L. 4^D;2`_TklETM-c&n@1It;cZe~xӡrDy;}b>#LS +#kؔ Sm 7MSĀ{M'naa H3F>heсP.viVuymF"+s)/yp +{yR8hw>fYxw^քo"[ã ~۸ۛM[u(?E}紱?~G㿜a\ +endstream +endobj +62 0 obj +<< +/F1 9 0 R +/F2 12 0 R +/F3 15 0 R +/F4 18 0 R +/F5 19 0 R +/F6 22 0 R +/F7 25 0 R +/F8 28 0 R +/F9 31 0 R +/F10 34 0 R +/F11 37 0 R +/F12 40 0 R +/F13 43 0 R +/F14 46 0 R +/F15 49 0 R +/F16 52 0 R +/F17 55 0 R +/F18 58 0 R +>> +endobj +6 0 obj +<< +/ProcSet[/PDF/Text/ImageC] +/Font 62 0 R +>> +endobj +65 0 obj +<< +/Filter[/FlateDecode] +/Length 3299 +>> +stream +x[KsWVDx?o%UU9>$a͇`04@PNU."(3=Yf>~|䥙qBeF9/j/ߖ?֭"ge^j\Ee^mwsγj͵ɾ:c9q@"fV:4yLUs])gNcrcgq 5]upj_EgbzߎvPasmIdr7s|MVswDvK}U-W{X[]0cr0:,77 ׬DJ(3|Vdr" =o)}x}g +=beOxtt +>Y^z5?Bf^$E +.|,Jtkœ{ܶG>/8}zqXfUhPPpŹMO8}2<סQQ$-\8p(\)!J~L<n’ȹW"w`G`3i}:"  +<%x+$5Gw8έ S:s$R2S,@cap\]v]meՊ` =)|R +vC-329xywU+t/V1W756zJXAa +/Ql^ZTE.aFEMg`8ΘVk6QL®"s&TbJ^>Nt@NeW3-ǔ7J7|ބpW@r2̣]Uqy^ţ{M! e'NҶ(7x%xrBc Aii/´mfDHǿw.(!F."%%h&' +DV|"8 +Ij ) (H`ps?JNL:O6ƿRx|0.GV] E΃Do;_'fǀ,/:gAC3*Կ%Iw13!jWq$`$Dh-H7EEY]' rj슠A+ֳ*3jf?_!툝6%cޤg9`ABrX1?Dd}D t8-Gٯ(q0XҝN1[~!^$юy,G̾0 90iŜfvnj!$D1z:EBy³WtʼbdXLcb* wM1.d\xCceV^)]Wei:־1iߣdLW *7N@DFblrF/.x^։CCN8%SN@J%YM{n Q@ȇ +v}apT~~yA4ť{/(aIaCW+L +l +*L ӭ +--," +/J|vSNb$`Q%NQlX@,LJ<RGJkfʎ)^wJ<ˆho2F8oqBv ~ +<tB&1Bx.Y~Y1KTC^ĈgM򬇒R* I4 +d#t\˒](^Q/wնm@ѧڀE3SmEn?l4Oڌ +endstream +endobj +66 0 obj +<< +/F1 9 0 R +/F4 18 0 R +/F16 52 0 R +/F12 40 0 R +/F11 37 0 R +/F14 46 0 R +/F15 49 0 R +/F10 34 0 R +/F17 55 0 R +/F18 58 0 R +>> +endobj +64 0 obj +<< +/ProcSet[/PDF/Text/ImageC] +/Font 66 0 R +>> +endobj +71 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F19 +/FontDescriptor 70 0 R +/BaseFont/PQVWWP+MSBM10 +/FirstChar 0 +/LastChar 127 +/Widths[777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 +777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 +777.8 777.8 777.8 888.9 888.9 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 +777.8 777.8 777.8 500 277.8 222.2 388.9 611.1 722.2 611.1 722.2 777.8 777.8 777.8 +777.8 1000 1000 1000 1000 1000 1000 777.8 777.8 555.6 722.2 666.7 722.2 722.2 666.7 +611.1 777.8 777.8 388.9 500 777.8 666.7 944.4 722.2 777.8 611.1 777.8 722.2 555.6 +666.7 722.2 722.2 1000 722.2 722.2 666.7 1888.9 2333.3 1888.9 2333.3 0 555.6 638.9 +0 0 0 0 722.2 555.6 777.8 666.7 444.4 666.7 777.8 777.8 777.8 777.8 222.2 388.9 777.8 +777.8 777.8 777.8 777.8 777.8 1000 1000 777.8 666.7 555.6 540.3 540.3 429.2] +>> +endobj +74 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F20 +/FontDescriptor 73 0 R +/BaseFont/TDOORE+CMR5 +/FirstChar 33 +/LastChar 196 +/Widths[402.8 680.6 1097.2 680.6 1097.2 1027.8 402.8 541.7 541.7 680.6 1027.8 402.8 +472.2 402.8 680.6 680.6 680.6 680.6 680.6 680.6 680.6 680.6 680.6 680.6 680.6 402.8 +402.8 1027.8 1027.8 1027.8 645.8 1027.8 980.6 934.7 958.3 1004.2 900 865.3 1033.4 +980.6 494.5 691.7 1015.3 830.6 1188.9 980.6 1027.8 900 1027.8 969.5 750 958.3 980.6 +980.6 1327.8 980.6 980.6 819.5 402.8 680.6 402.8 680.6 402.8 402.8 680.6 750 611.1 +750 611.1 437.5 680.6 750 402.8 437.5 715.3 402.8 1097.2 750 680.6 750 715.3 541.7 +548.6 541.7 750 715.3 958.3 715.3 715.3 611.1 680.6 1361.1 680.6 680.6 680.6 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 830.6 1097.2 1027.8 +911.1 888.9 980.6 958.3 1027.8 958.3 1027.8 0 0 958.3 680.6 680.6 402.8 402.8 645.8 +402.8 437.5 680.6 680.6 680.6 680.6 680.6 980.6 611.1 680.6 958.3 1027.8 680.6 1177.8 +1316.7 1027.8 402.8 680.6] +>> +endobj +77 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F21 +/FontDescriptor 76 0 R +/BaseFont/CMLPDO+CMMI5 +/FirstChar 33 +/LastChar 196 +/Widths[886.4 674.7 855.3 1144.8 726 578.1 918.1 1361.1 1361.1 1361.1 1361.1 458.3 +458.3 736.1 736.1 736.1 736.1 736.1 736.1 736.1 736.1 736.1 736.1 736.1 736.1 458.3 +458.3 1083.3 736.1 1083.3 736.1 749 1036.1 1037 996 1109.9 1007 867.4 1064 1110.4 +626.7 772.9 1138.9 955.6 1284 1075.7 1047.5 875.4 1082.2 1030 856.3 832.3 943.9 827.8 +1279.2 1112.9 824.3 943.1 597.2 597.2 597.2 1361.1 1361.1 597.2 774.4 633.3 649.4 +739.7 677 684 700.6 827.6 533.6 588.2 758.1 480.3 1228 880.8 702.8 739.7 658.9 671.3 +670.1 563.7 846.1 722.2 1009 791.7 730.6 688.7 533.6 553.5 889.2 736.1 458.3 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 832.6 1152.8 1047.5 +966.7 1017.7 1110.4 1065.3 840.3 944.5 893.5 0 0 1060.6 913.3 790.6 746.9 654.2 613.5 +666.7 743.8 677.1 549.8 827.6 840.3 849.8 712 666.7 831.1 726 815.2 681.6 791.7 841.7 +864.6 930.6 458.3] +>> +endobj +78 0 obj +<< +/Filter[/FlateDecode] +/Length 3664 +>> +stream +x\KWLnTe]{q.x hv$(ЃvǕˈ#R htu75뛏7ۛoFnP +ʛ_|2eWzy\,usczy yss?֋p#* t[!FkZf_ սfwq=$QvO)MhZ47 iApꦽJr?m҂knw0z4}Ҹ!8m| +BXsLTݕl@\v L'ЇIKJ np:>-hܣJ'2 D9tdjJJrSGfj l=)y l\){s;iVF'H~whP 4=_kŞI W~:社 +uC8̏[{c 6v '6 |2QeB:ެٲ!rlݯЗS)BeFQ댦[XN?䜈2EGo4/ol׳[+_bÛڮÛ~KlTZ`FB&z#Q<lT U5G%w@`^UPp>0Ck8͗22eUi2e3ሒLbe +NjM F\}<#-r?*0s?shBQcrv \9$0e9i#Pg}@Ho"&e{lZ?:S'+I(+^}mܮYEm3cZ7hU?ʲxa +'TMjEp(& P)N^”!JWOeDN/vZ!FCL$ .U8 Y'qpb݋CF```-Ygz?gvb"B"C +lgt;Ji$5eJafod/6u܂Qp 6yz_-]PB؋ϛ9a+%8 +/pYaTui@HA#a +rrټܢd> HM@ +w96h+8OdV>Ĵ4%:ҤB[ֶamͤO3%4b +RScr7whGjaKqSޑM^ +!w_'Ur))";E@x"RyWF+%f!?&+:d +X[Tb|Ks4O2>=0yDjؤ%nۄ2?G aI5<喬8r=VD:HɅ(RS;߁Gh,e(RSTFܬn0uՒILR7MӲHJ +w?ݮ֋ζUfRc0i yXg&_gj"\wލw-4|USݫ+p A7?6И2X/{zji3;x utDe.0Xn%4x L2`̜fBl]ݝϫ<Hj~LY#MN`[z.6&|Me +@JCLn~H}V0M^k۳; gReƝPn I^y +a 2<z)зr,8RAp\ it=cQYOuPOuD"M!2܍Fs<7T8ʕe9:G(8ԧS)0ƌ?lD͞pVuN\8dž}9yU@g ٞ;tj 1$/0b2v(S|A%i9Q黽9$[fxzw +G O.΢C/+.΃lץc3g'ɻ2bw3-#V}{K\E uT*n_"~c]9sȒE +S?TۤV7wm\ds%EiR=J +7(zkr o֖ݥ${y2VE]`}0z_,]wc Vm -.:M69gQߏAy-ۥ4@owGOE +35dmJuOȬzn"\3ܼKkސ +endstream +endobj +79 0 obj +<< +/F1 9 0 R +/F16 52 0 R +/F11 37 0 R +/F10 34 0 R +/F15 49 0 R +/F14 46 0 R +/F12 40 0 R +/F17 55 0 R +/F18 58 0 R +/F4 18 0 R +/F19 71 0 R +/F20 74 0 R +/F21 77 0 R +>> +endobj +68 0 obj +<< +/ProcSet[/PDF/Text/ImageC] +/Font 79 0 R +>> +endobj +82 0 obj +<< +/Filter[/FlateDecode] +/Length 2691 +>> +stream +xZ[s۸~PP$/3liŦmz%KIM_߃ + %v6&sJT~w IՌPf Q"~IZ?7sYf~gWa30P-C-󧦝R4ղ Y# + &+vߪ8VH?Nfce23?S2[#^i @Pa9qR㲸U4zW{)>v¯{@|&lֳ0 +_&-Nzs%WD4wpnZUF1[qƍ \DiJ<cQ;q㤄[Zq~6f/ܰ@<A"#f gDBIV@ HRKs1p!>• )"jڬI,5ΚufAm.Qp6f9qD{q9b״qbF;?uj7!<Ā՛d +|DMi¦8ti$?IDCTGO)Y>< 3Y7M}a.Y)S:G, ތc86GH<eAQ&rUΔ$gJ&s.sF;f$k3x +YNzYB՘J٤fJY+faI00P)T=aڻ. +R=1FB><G + +w+7 +endstream +endobj +83 0 obj +<< +/F1 9 0 R +/F4 18 0 R +/F16 52 0 R +/F11 37 0 R +/F19 71 0 R +/F15 49 0 R +/F20 74 0 R +/F14 46 0 R +/F12 40 0 R +/F21 77 0 R +/F10 34 0 R +/F17 55 0 R +/F18 58 0 R +/F3 15 0 R +>> +endobj +81 0 obj +<< +/ProcSet[/PDF/Text/ImageC] +/Font 83 0 R +>> +endobj +88 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F22 +/FontDescriptor 87 0 R +/BaseFont/ZBYACG+CMSY7 +/FirstChar 33 +/LastChar 196 +/Widths[1138.9 585.3 585.3 1138.9 1138.9 1138.9 892.9 1138.9 1138.9 708.3 708.3 1138.9 +1138.9 1138.9 892.9 329.4 1138.9 769.8 769.8 1015.9 1015.9 0 0 646.8 646.8 769.8 +585.3 831.4 831.4 892.9 892.9 708.3 917.6 753.4 620.2 889.5 616.1 818.4 688.5 978.6 +646.5 782.1 871.7 791.7 1342.7 935.6 905.8 809.2 935.9 981 702.2 647.8 717.8 719.9 +1135.1 818.9 764.4 823.1 769.8 769.8 769.8 769.8 769.8 708.3 708.3 523.8 523.8 523.8 +523.8 585.3 585.3 462.3 462.3 339.3 585.3 585.3 708.3 585.3 339.3 938.5 859.1 954.4 +493.6 769.8 769.8 892.9 892.9 523.8 523.8 523.8 708.3 892.9 892.9 892.9 892.9 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 892.9 339.3 892.9 585.3 +892.9 585.3 892.9 892.9 892.9 892.9 0 0 892.9 892.9 892.9 1138.9 585.3 585.3 892.9 +892.9 892.9 892.9 892.9 892.9 892.9 892.9 892.9 892.9 892.9 892.9 1138.9 1138.9 892.9 +892.9 1138.9 892.9] +>> +endobj +89 0 obj +<< +/Filter[/FlateDecode] +/Length 3452 +>> +stream +x\[s~pJO,C6i:f߲ymV"K[I& +e%3KZ q9\p|{_XVًw ĔxP_NV}Wyc>[UӰZ>} K_.eYM4\VR.??߇E*K,a췫K͡S[|ʋ?[0 [|Z[-N_/W8]L]K+>?zS-K@K'aZQ,?>mwѽ5SDZmӨ/L˜1,kPdKhQ/yënk%5+\+RDHtnfz|e!2rqctϧD@ɔ(9ś0dM#V:-&ll\# # S-Q)yNV +gD/]㛠7<V<ra/m/M"Ǡ(4VUZGl:*Ê7TöK ډ؍,!iQuCLWudv7%8RCϜUObr_g9g춞סiyU +UCfv=96,x7#bB)mW4pa48ᔎgn! m\eާo6qgpzu2Q"*@/-z|(Xgr/Z1!Ga\huV-[M)rEzn 4 +E'RLT:qh=|3pL [Zc_K^hՉzP(Z0{8 B5K&ZfmBcN*zʰtCx\S%hu\(e +70Fk,.'9LU:vQ6L;ƈjm$~A0+-NCrNE,Ջ2/')O6#16p +@8Ɩ_L7O!4->>֏l:iAGnѡS"U<AO 'ߖH?Oxb\XU=D%Tz!.XjvӸa/neB#B'%wRm%9Rb]>8P" ԍPNj!b.mnћ!BglA2d0Y)*VsJ$b'9X{#/b z~~d wa6RUHi;.Qw0$V1K$JzZ$3\Kx/lCck o97ANiT)-;ϯ4(+!=Fwk-2!,+?a!dp}xlq"}^S%FSIA)YHB3D,LLqwdl!"..in2 +}* +?N1-cBW^zWb<HفzT1|b4j798qbܥ_=u{$IE:0"l<Ϊ 5v3hB:^ƈZKj֞jjkt&w~O1@$x=Mb LB~$[_!޴rw[;xr܂{CĜ3 9Nv{ UN%xB5eum +X01Kic\fS}X@-.KF[PC}5`֮ +kLϨHQ짌3sJjZ"tttwzJΞ(tqS>MSۣ E)$6̎L|Bk|`Sm +t6d E4"+IVNAPo1"/A&_dz퇱:2-Ëg]{2 OVuµm)F"$qDP2-k0ܗ.6a\Ge٦9i+T[Ro`B#\rr/*b뼪D]L1c5ԈGwJuL("?&ZC8 Uvx{;x)_%eLVDhO&r#m@9CMOV?8!oh<I?O< )4R!8pC'ׯ㎏L)#Qpts\8*{6\T RK:ns +{uIJ8c,8i 7z)KCܡD3165uAɨdy,v6eJchv(Kɬ!: _'UI}A~͎إ3V**5&| .öwcaa[I4a[h8lkݗeWH +rOx\9PQI̧jkMh+um3<ȦxFgp&~ohH"jK yyWTi>m +endstream +endobj +90 0 obj +<< +/F1 9 0 R +/F17 55 0 R +/F10 34 0 R +/F18 58 0 R +/F12 40 0 R +/F11 37 0 R +/F15 49 0 R +/F14 46 0 R +/F4 18 0 R +/F16 52 0 R +/F22 88 0 R +/F21 77 0 R +>> +endobj +85 0 obj +<< +/ProcSet[/PDF/Text/ImageC] +/Font 90 0 R +>> +endobj +93 0 obj +<< +/Filter[/FlateDecode] +/Length 3693 +>> +stream +x\ݓ۶_>X,A88mm&zڙ >9'*j/ PXN'ӌg|Abw/HI~#]=zvxY&Wbb<BsRx3S\V7 a~/WȔFW,M*Qjl1 +V޳f%#l[Ni{2uU̎2`R/=r9/WŘn;;owOH]Y36k뙣훕&Ix>wXL?nh\󫙿m>ROu_7%u/UY$?j3w$M| ?wuiW[pXP&0U. +z1'"KnX*m_L.?7\W0*\yszuwx'lu(K UT-?Q){`Q?KGȾA%Y'XYC>DiFЎT8l{=EOX]3}3V̸*bbR^LdKuu%Z}7l,e`[y7󘸁.`֯lvOnVJX9簞~,|E%|вd=F۔bXﳷm/,DPGR=; wvlm&r ˹$lϒDO+~ݭWx)Fx]ډogYﺴ ;L02˪gbj0kAx9D.&oWk ULonoŽȤ*A%9}XDI i1P +_7|~Yb%SUpv0]086 ig S'$x j*s`$! HeVGˬ +pKB' 9O *=g)d#W2Nt{Ձ!xIJ -V,`0J3y n($}(l(clEX&1aR!`F)]YJ7gP5+2h ax§c{b8v;GrtPHa6.`7~^%-Ve+QV{e"*Q|ZnW)w"KxLIL`ŷh͔`TMwר' c٤gV4`:>MvOWt15|*{fJӌvEt41&M_a~C}(&]sa:Z![; +GNH8&0RrEjle$$"q_e%?# %e06`^(2/L\D&{DŽ0R8Y&ki Ta15['ၰ$p$qXra! qq׫oucm-+sr +bE +0щݎ& lfr57,-^,f+Xg&r&foP"cZ#ҝ]DWx{P|^wY ,wQզ>޳ N=%rBQ +L)PA{o%6ea1|\^>kW5٬rKbž=PX ĭ& [t:KU̦OvlW>w +"Rʇ2ʍMF穟w:Z 9XkUpe&5EHksUM&癨0l7Lj>pj V܉MYnR^ؔ#H6pJ]lhc9N&917z4XQOu ߸ \(B20"8gV)tR~,'Ń<(UG,MWd;[/4honsp#*.ty1i X^Z `%7, jeUOp(LiC:'p +(vSnx*Yq9j䦏DX9ku=Cqюc{b"r"SB$1c0a آҡW>$/=__?6jdbM`( b:>㬭n!qټ°9ru:֨U]X'$- +I73 +<Knu+I0`ܕC3 +5˕wd/9\R`iO#(Pf8f1[M㫮}粦1##d94}7tE#ùb%q,<p:ɦ$6律h0m*'G0~5@W'uJdsEaD$xLWIw[d/ +p] Iץ +eRjN~A\^bIơ% ʓ(w4P3q7sӷ- ` f*3(j3]CIX‘by0jŤX'zP:٦a=w=wn\ +endstream +endobj +94 0 obj +<< +/F1 9 0 R +/F4 18 0 R +/F16 52 0 R +/F11 37 0 R +/F10 34 0 R +/F15 49 0 R +/F12 40 0 R +/F22 88 0 R +/F14 46 0 R +/F20 74 0 R +/F17 55 0 R +/F21 77 0 R +/F18 58 0 R +/F19 71 0 R +/F13 43 0 R +>> +endobj +92 0 obj +<< +/ProcSet[/PDF/Text/ImageC] +/Font 94 0 R +>> +endobj +99 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F23 +/FontDescriptor 98 0 R +/BaseFont/HFDORL+CMEX10 +/FirstChar 33 +/LastChar 196 +/Widths[791.7 583.3 583.3 638.9 638.9 638.9 638.9 805.6 805.6 805.6 805.6 1277.8 +1277.8 811.1 811.1 875 875 666.7 666.7 666.7 666.7 666.7 666.7 888.9 888.9 888.9 +888.9 888.9 888.9 888.9 666.7 875 875 875 875 611.1 611.1 833.3 1111.1 472.2 555.6 +1111.1 1511.1 1111.1 1511.1 1111.1 1511.1 1055.6 944.4 472.2 833.3 833.3 833.3 833.3 +833.3 1444.4 1277.8 555.6 1111.1 1111.1 1111.1 1111.1 1111.1 944.4 1277.8 555.6 1000 +1444.4 555.6 1000 1444.4 472.2 472.2 527.8 527.8 527.8 527.8 666.7 666.7 1000 1000 +1000 1000 1055.6 1055.6 1055.6 777.8 666.7 666.7 450 450 450 450 777.8 777.8 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 458.3 458.3 416.7 416.7 +472.2 472.2 472.2 472.2 583.3 583.3 0 0 472.2 472.2 333.3 555.6 577.8 577.8 597.2 +597.2 736.1 736.1 527.8 527.8 583.3 583.3 583.3 583.3 750 750 750 750 1044.4 1044.4 +791.7 777.8] +>> +endobj +100 0 obj +<< +/Filter[/FlateDecode] +/Length 3259 +>> +stream +x\K۸W(7l!xIk&ٸ*Usg83r$q"it + kZlQH9#J(ݍwoc0=jJ2O/&SX}YWl・,'<<t\XWwi.s5\Mof\BkgbP]061bDԿWׅ3&<3GH{b5r4r;Ml$II؈<ψTFa USKfw\|[d +rp3~ζk~cNn^( 1tCW!rlӟ +*PĦi0&q5r7EuYFD0GFI2K6ngQ/bغ[-Pr],$NL%Ypތd'28:cp>. RmWT2Ejݜ'Rm,:9, ;%d[u(:VEg2((4v̭7Gvζ+Ex`&7bL%`W^*h 9Mi%?@ &#c&A ɜ6)wJ)tz Mn@LXkHd:]KbFzl|;ޖ+7Z&DFcUD1LJ֚7e +KIl.dsRo +5k2S_SV +$7oеL1FFOnm)nw׫ +lz 2ڌKhs^)RMJkiLYRP7i3(7LdlD<+P#_IQD +U]QۜmƾږG<κ dVj)|K)1I$pV&iޯRxc1mHdQM|@u\0P]DWu +^hGpY _KySnmuZ\TDAY* RN]y oI4a䦰~W_54yHm%nl*1䚰,<R{).HSF&Mw)Ygyp6P<̗~YzRɩ`:arTA{>.ٝ i:Frz lrխ\v+Fُkt_P[l4u 9jl*e|KW7%Č g )F}_.F1}iVhwXElE <D 3}!BuŭCygI#WMA̸H +\ W%\'JkYE<49hThQ-Z<E +4;S +'}8)͞bj6"l<DؑÛdoSB!ԨeԉfE`owM1QĹ8o o򭽰yV[60~u#1A5aǩAݪNrYV2ER2/bU6ͦ<s8,4p{lou– +RBph9.$]IRӪ QŜPLtHVCt*Hܾw3놤NxcIB]wXWRz?3(m8=|9p.1CAodݗܱ}zڭJրG:IN钪-ЙAVCd6vYA:[UAt<p<w71A/g<Gb䰦7E^`]ay9_؊iWxS)@gxWo Jr8ʸLij)dޫ$j!e*Dm=#^y}KQBe(SB%K#( hz4^,:RR} 6-),-_N,.-Lu}W<\Tpv&lSFGpl4n3ys,p5Xqe!b=pr_\jGp*Bnd\C`NQD&x#0Ӝ_Q_vsѴn=Ľ烏\VNs7?f +endstream +endobj +101 0 obj +<< +/F1 9 0 R +/F17 55 0 R +/F10 34 0 R +/F19 71 0 R +/F15 49 0 R +/F21 77 0 R +/F11 37 0 R +/F18 58 0 R +/F4 18 0 R +/F16 52 0 R +/F20 74 0 R +/F14 46 0 R +/F12 40 0 R +/F3 15 0 R +/F23 99 0 R +>> +endobj +96 0 obj +<< +/ProcSet[/PDF/Text/ImageC] +/Font 101 0 R +>> +endobj +106 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F24 +/FontDescriptor 105 0 R +/BaseFont/SKVKHG+CMTI8 +/FirstChar 33 +/LastChar 196 +/Widths[329.2 550 877.8 816 877.8 822.9 329.2 438.9 438.9 548.6 822.9 329.2 384 329.2 +548.6 548.6 548.6 548.6 548.6 548.6 548.6 548.6 548.6 548.6 548.6 329.2 329.2 329.2 +822.9 548.6 548.6 822.9 796.5 754.9 768.1 809.7 727.4 700 830 796.5 412.5 562.8 824 +672.6 961.1 796.5 822.9 727.4 822.9 782.3 603.5 768.1 796.5 796.5 1070.8 796.5 796.5 +658.3 329.2 550 329.2 548.6 329.2 329.2 548.6 493.8 493.8 548.6 493.8 329.2 493.8 +548.6 329.2 329.2 493.8 274.3 877.8 603.5 548.6 548.6 493.8 452.6 438.9 356.6 576 +493.8 713.2 494.8 521.2 438.9 548.6 1097.2 548.6 548.6 548.6 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 672.6 877.8 822.9 741.7 713.2 796.5 +768.1 822.9 768.1 822.9 0 0 768.1 658.3 603.5 630.9 946.4 960.1 329.2 356.6 548.6 +548.6 548.6 548.6 548.6 884.5 493.8 576 768.1 768.1 548.6 946.9 1056.6 822.9 274.3 +548.6] +>> +endobj +107 0 obj +<< +/Filter[/FlateDecode] +/Length 1823 +>> +stream +xY[~#ET`to=],6-<hm[-̐Ŗlo"APu8F1`ϫ//Yiǀ i +U1EL"YjF"u^?/d4SHF$T J%Վ:L#]>3EۥÈ'1]{VݖW~2 D1@MtdB`٬:fK[MJu +L$&$KQ~KTdJ iN'ϵЈtN(Ğ')]_OE)y6e}Wa$&MY#N(e 3xqr>Gsf2 E&|8s:Č +%?RBgOP0ؙ%@I> D@I%G̈8*ekrd BS\/IǐHi5bWluzuؙ2䚴8ɪ {i`̹#($hACr}oU]mϮ+(B[:sNV.8dӈɄt]^o(a1Ӑ.:ޘv,A9,G81 +_ /n +;+8j 0X4AR}o +oED@;2+S(n䔯vZZjkp=$ٹ +Y +x>߻B94$))2MF;4]w, +:ˢYTNb$1ny_1 +E\ l+Ebبͣq+-vo +vvS[G| +/ي{5OL}|Bx_#S_hWXFK,,CZ$߄>EAA\gbHEoWc®+FGl|zѿg'p7ѭdYlS).> +Xy*v/Z,܃0 +endstream +endobj +108 0 obj +<< +/F1 9 0 R +/F17 55 0 R +/F10 34 0 R +/F11 37 0 R +/F15 49 0 R +/F12 40 0 R +/F20 74 0 R +/F18 58 0 R +/F4 18 0 R +/F3 15 0 R +/F24 106 0 R +/F5 19 0 R +>> +endobj +103 0 obj +<< +/ProcSet[/PDF/Text/ImageC] +/Font 108 0 R +>> +endobj +8 0 obj +<< +/Type/FontDescriptor +/CapHeight 850 +/Ascent 850 +/Descent -200 +/FontBBox[-36 -250 1070 750] +/FontName/LTUPPL+CMR8 +/ItalicAngle 0 +/StemV 76 +/FontFile 7 0 R +/Flags 4 +>> +endobj +7 0 obj +<< +/Filter[/FlateDecode] +/Length1 1807 +/Length2 11470 +/Length3 533 +/Length 12497 +>> +stream +xeT˶& w .%Cpw9+?ww?̪;gWhR"9EZ#k-##@HZH + ` +%1Է +@{Ј`df +OJ +pgY] +Z2h@* l gt8]o66]@ >% \Fsj؜|[i"m&r Hra |AUQ:=8+T#[7\eShug&]LVw(KL_}DOFC 5;!-`\"R?to+ƅ4а\+<,}^ikMժs2Gpr3y'ws+) BƇ$rf~ZmWfjDiH\hO7: +K_-?o>6$.c-`Tx8 +&^aRŝ&aH_*Zje m U^" +L}& pآ:/7y(&U7=Z,zqX>}FdIzً+?`*BG;n[~c5Gp-2fNL%LBzf\zZ1sC&x:#vz nsua Ko!,"B5G% _\"7ͬl;w܇PQj/.2x`)LNQPwI#8]sc*]3vԣYn}O^TH?;0$6QFr-Dz-ߑOjDe^Wq X]"M"|$1e5({=| >E$}0կoa}. DI~1j[AEZ2S6wHHŨv/Hw*{P@繶4tۂ}Tr|gSϻwݸ&AKw,]QNbE>lC8WSaWG3SƌācrhJxf:Z0襛ZSucrFUb)ULAX Ԋnf-c4lbŐ 2׻ {Jۇhpу}WgU&gpha蝨N4;!hn<:63ܯE}H4&#tw7ߪrIM}0P V- C.tP:fvŶ?j/*ן4a0-O7Ki-Bȴ:Ä&JdxVXX*g~h]Yu-(K 7.[>yA,(SqE-tnyDžs٤uBT ]?12 +V뼈)ɵLdPY A<V~˭VWծQH;<̪m51| 7I[~?ǩDoByF(o$L^ic5>cpG'`*8aݎQ|M)YTvig>^.#y"YhR<Gahݬ6rd[f#UfSU +onG/᧗)nBc&(E=xy4aY'Lb펳y9|mF3hu_$c)e%@{Sc93U$L(xx51,co,g +JRz"qA晋.0IXMii{Kn"ҿ:v<@ĕ!48@S¶iL XYp&#kãʉC%.d +rW$ͯN$+<mN"!Jb0޽fI5jB| Ifj4 )~F.ZrmIx42=66,|.~AE\1di7QŌ|Wjм[)eP;rJWNZv~j.2T2nz2t <;C4rڒףiX}04΁I8m*FRF# w4{ +,1R~Q>QER_w90Og޼|hWm(M3y>]x6ZL/+h_2G|*N=Շ8Գ)-DۡMD( ˷癄Qg¢foeԏۉp^JG6:8|̫69{9UƺD\7׾s5| +J/`&_5kj#N~^$`{vn\rrUMIF7;Ua׾_9թ<) ɔ~btR.R+d􄏲*\=8}7廸1&FϏ <@.V!Ӏ*6:S 16 jU6y5xԜcvڕG:L~᝸@L.d bPS[Oͺq8)| ц&S?Qa)Uy7|M™&}y9 8QbY²-(hH=i\`&䅓{Z09 Ã""f*ncO(ΥE 5vzhB[ >ͬ"{U7s$vm^9 k,ɣɗqY,Ϙ) 9\~v#jEɁ_KaY]LU//Y<y2s^UvQKh jk12V #+|%dG&/D@iV3uNK[Н&SPC ++b밤Alf,I{4A:ۇx[F󍞴QɼL'Hb00/ yMZTN89etͿoz4 j^8P&uBr4u],1ܙe*WjjS3c7~hi(S8*N}EX>Vjd@glD^[{L8#q4uzG<ū`u^M487ϥO9ja R.ܵ`m7r2Nk-\3;D MN,RE]TKRWPK7…B[r\LT[=2z9cT!NE dR$x:c'c̡'6FxJpg'r,< +h-aJ)',Ei;DSf5_vbCd +^~2B0$t5 +Lss" Ð̀W+ld`,lNQYgxZK +_-GҶͩ+|Q]NXS)lZqWGҗƷoi"y7Put|Bs^ "T`*a#En% +Pf Ib.yA3w#{C986<p\)gIBY*0a$<ax!9=^~3")"hfLoZZ|2C|XhŦ3MXŸ'k#"rҜ}˳N8Sy)0]N }D+drQ)+?Y?^DtLHZ ^rݛ !Դ0QkgmYEr+QAf =H]ܩAko ۫.hfys DpyNɿV&(oPC{W'g)3Keg4R$gM{:><dM׌6+)(nSF]e7ٯ+;ƭ~7oAE|r, C7=d2ps7te,?wkK m U[edO ᓪx&{=ʘm[ +/nl"jGuS#Y2%nF篵x1yb<h, +,Nkǽ?M? EV#ƠV(8m\&9˼JB : 4OWz|I3LEN]#fV]{ _.K8kÄ>pr7:RPѵ7EB#D_1mٰ\w/njJ8Vi  LX sJJ$/c&R=E%!4&v:kRE 5v{B +|XA8^sV ANг1Ǐɰ3:v?e8Vպ#١oOE~ ?U$(͙,"Oc}&$szϊ-Zn7YΏk:e..әF8D%kF,t>5˟JatTQ`zv[dd# ^7,y1Εv3RDqLe|D%Psfۂ9[m?4ĉ2ٛ, $M!W"k@}⃷)^xxmEf)u!ncX7BH̗.,B6B&L延{jty gTf:.uCs0!Pa ex]VJ7fI8oS9!}Y2*SQ ;lj)c͜gpVX?|lɻ;&{3]$>v{0u;ȩ" 9AE>{ +`I`GI`KlqC"X]pE<e;[H-|>!ڞFdTs%&d]i?v${IoYSMXzTH`[M7xRxq[r79 xq{hU0RXA +؞5ʡC&Oϋ923`0Iɒ[8!le$|{8C}x +C.+ +5q#wibu%4eH+"fY/P%> #,i"b!|$ͥiG4p[eTؠCÏl^Uqge 4+'3M5QG}~ĈRqO5(OFUŋP҃hbY>fwTf5baѐmI uvg0U +"`_rQOprq%&yI,WAācfi33wA:3_#֙KX&$sm^9c0jD ./Um#!JXpKGiBb:Р̞J;X;Fn疂sm4hOyYOzn#T΁*'m#hm>la=U /1 b3| +6fq/}?;hYP'7eplb-ʳQ1$X|KPƒvU<AmPnEPoTt$@M +~"7# Y1cI5Esc釃N>]&-cuU-݌pGO$HQ ƔE&EiqmlY1E'j-H7SigD2;'hsk$UA@0nX0kBA}3DqɸhmoX1B=|wi`K"3-W8oU .tn{tpUm4V-07'nnL@jDj{ +[ETD +/W@3^|Th͒BOq^炤(s>8 'dcqX˳_.vC pj0 &;.ݱHC Ӯj3+׬Н 2["ن&6RUFL\mSg%l˖̋q/(|Ě&U3]ѣ" +5H_^D¤ÌP%+(2H"<ZY0|t9hRC~)yݻEt. +@>*>rE> 0Ի=ark-y`$cgY"/'Yݶ&a<WJj2\)8ƒsNuм+։bcփ6t \=l"5Y[ +*gqFDozRQh2ͤ 9\M\ELt=e_bx!BDbi<^L=\WS^~zu%RNXu0L!zӼh5ݗB&ޯnM +9G%4M.أcj|׌h_8Х,V?fC=]{t> T!V̧/Z? 됖DmOe+kt"l{]C#߇Q>;ALG3Qkr0ha!&f,)?m0Xsj{?!&ÊZ&SB"P52w}N{gW`j( Cus `QITvUdm+L͊4 dP:7tQ+*E0T;RYv>uh9Rtd+6^l6)vƕaQ6i R9I9jGJv +E`o16`e{+k<B!\!ېl[ቨhT~m&T^dܥI8uF*y~"74?τ =4f||8a\6w{ q+{֫An +&/wG/r}Ek%_=R'{ī^S_uo,6'P FPpuCW*W<1RNUKIBlѡPHtoueh*T c(~K3Z/L-ɨvAW3SZc=qt'~EYdYaWBӋd +DD%ß*@ +endstream +endobj +11 0 obj +<< +/Type/FontDescriptor +/CapHeight 850 +/Ascent 850 +/Descent -200 +/FontBBox[-59 -250 1235 750] +/FontName/OPBRON+CMBX8 +/ItalicAngle 0 +/StemV 122 +/FontFile 10 0 R +/Flags 4 +>> +endobj +10 0 obj +<< +/Filter[/FlateDecode] +/Length1 781 +/Length2 1377 +/Length3 533 +/Length 1960 +>> +stream +xR{8T&܋mb\03Nƭ2lXf0YScf]$.FKIvINIusSg}]3Хz ș#x pp 18&v[[2/x%GB +Ւ,A +:M7DLbi^^a"~cG;vƤn)Epij_6IiQ'&#g{mtV'/he#hkxw#~.7Z˫"<lv&faw[BNūmܖ +@D>d] et(:}GyYxD''UVCsWbΞI[ ڮ4 +]\hV;& yw3r@;{#<L' F'BƂ@.aP0 + +endstream +endobj +14 0 obj +<< +/Type/FontDescriptor +/CapHeight 850 +/Ascent 850 +/Descent -200 +/FontBBox[-301 -250 1164 946] +/FontName/MBUMQP+CMBX10 +/ItalicAngle 0 +/StemV 114 +/FontFile 13 0 R +/Flags 4 +>> +endobj +13 0 obj +<< +/Filter[/FlateDecode] +/Length1 1258 +/Length2 7705 +/Length3 533 +/Length 8501 +>> +stream +xUT\۶P)$NKp k۩+ܗmf=̯>>ƜMZ*5MVIKGs++'@ZEJ!JK+ 8: +!!i CCax@6XtV5Juvu^ NW\>}&b> 3 + WA#2Co<ReЩla]^ȱ航n;gKStp;o2[Lה4I}v>6OBڪ@b^:ZZXJ?o]Ž#Lď. =rϮJ>Bi׬&xUm<L u㉣H0n(=nJY`2[K w5X+2vɠ$(:BBKHbq*/L7'bd5OR i^T,[7mcPg (2iZÎbULDTsb'C/U4C5E0UNP& +)y7ﺿ[9(㼎W~"]brh2ݮc/ +LW +A(lM¿!/ԻWNsݭwjN=fNq) 29  +1~Jxw#'cX +D9ꗚ+VPe?ŲȜА*/"oySYpQl|(1]sTfxU[{}+mҖ3zj6KiAfFVtiA El$))y}W1䊸AWy~WlˤR¤hY[2'q|9谛27VYJ8\A}_+˲G̙Y-OOr5:MKGnVNaD8i'05Kj}G& !ȗ?N?tr{]UVvw$^j[z4#B-x[H'’1ӡ$oÿtLt%v2Zpݩ׏%<|ĸhCidH..9m?d|pnGK1bݵ=R<mL(XOYZ3vwc¶ uΑ /{dSdjzE ]XɯϱK}ѭUS*Տ焇}tߤ8}>F["RW&X#Dd`=_:DKq<Yb\7ArF<@zfJ1d`yza%3(uIO +~@$}ߨ,Aˆb;WVE:n9݉ .y QMdM-cO\K s{3)V|c/;NrU"^w٥Wt +]q Ǻ& +T$γNUYD4} +:4<íY_W \*6vʢI\9 +A0o:tXZظ|Hm7!ڗC +nT:<<ɥ/^ Lev17]Ѐ}ā" +ș^E dg.ЀI[,@g6|~Z^{~~~.LW-yM'&. Nʵ@6@gj/ +Ob^Z{f +{9iO1M~wq#-6U{f;{e +6"F}`eެP^P[x"_50WJ}T^f>:u +˹a7w¯n\M|AI?AhЫ6#V4⋆@,ijrsyR+Ev?Yp$k1#Y+O!r{7AnbF.Us֍(O^\Z 3㠠&7ȏ K/>sR;0j?1 J6v'r>2M:&RuE"ϷK#g )P|O_aʑ2mY4r2L؅bDoQn`mYs4zRj~<a.'ٸsv+W~L(IE(CXՎYcx 1D!uζ$"H/IfeL\]R@pkZsD?ɍ,ĨkZ* +%uKb/r.9 24 +qE`DVKV1ɼY)g7LIJxŮi?Ψ{?i7ՕY%IXe`l.dLKrBEÝ3yd< pgdT%V&v)g{8P҉^OyBUv>+a\Nm#ׂ̪a|Y>(#Δkd0˖l;­w#H T\L$þ嵮] +i?wYп;"0Xi6}+jlIuD +*K3p/8$s / <ÜX..%ӭt:XsJIJ詹'ABRc2fsb˴82@p vcҖDa|&u\Bo[.z ZBBi^c;;1^BҐ@| +Wt +}E7Gz+ҭzomLJbFR㦁sEi!lV+)w?_qG/{ę>#{!K1,IX}8)> !-&1Z=O}u7Z.-/%rd[ tJ*{o',KЦ|Ƙy!ѽqd_kl&쿩BJvAl-蛐oC2x"gII^[OpLR1MYuKk/WCi|D㩛ӆOLߜ,:SSGNZ`1!"\LIjMl +< C({&VסZтbL/r$IR)oM"<c 83ysų3]_Q`kRnЩ%;ulRƶtlLiRl孮Z{Gj3̬ouj#RL4 ׾4A9iϝ+FcAH鿱j +)Qr B\Q@`YWfS]?z ȖUDQriٙ񱴊M<S:ƒ".nA<3ۅ |'\7mݕf8 ?J6Yq̢ zz_ϷW'~:.TqE!QSf~7>ClW*%K79&m<ṂC.`Uz|ܐFMgbm;D]ZP X3 +_ydV%To$NWUIaK*\<vᇽԉS\iԙso +A$:{<tW,0ICm00kG6I#:[ɍ s OeC< w [ 1(޽U_NxZ%$5A_u IxSZ.GV>XE} {KGQ};SBWCy/;s zK 5ߞ6UF큷 +:a#ʋKD=2Gm3Ӯ|i?ND,S&I"EI8q_B_!4sfC ȧ3&#{T+ &'t^8d^\l~"bF<9:m :$s/<*޸V>|)cR'-yUɅ_kͰ0S+J9:V5&VE?ޯQhρryrr>36}摯BeO)G  +Q WRH!pk9CG<Z:Ԥ/iEvYIF抸N <qaNLm~flؓ}&aw*-s:iR(.TMImL.O7j7`yZd7xfB ::PQ +@ +endstream +endobj +17 0 obj +<< +/Type/FontDescriptor +/CapHeight 850 +/Ascent 850 +/Descent -200 +/FontBBox[14 -250 1077 750] +/FontName/EOCXGE+CMCSC10 +/ItalicAngle 0 +/StemV 72 +/FontFile 16 0 R +/Flags 4 +>> +endobj +16 0 obj +<< +/Filter[/FlateDecode] +/Length1 1520 +/Length2 8827 +/Length3 533 +/Length 9732 +>> +stream +xeT\۶ VXn݃S@!UP%k!t{?=Ss5ޣ`aX!`;7@FMFG (Z@% (H +ƄApr@` +Deou4 +} +6vzz]~:>a1{/NV$V +HbyT3ED!$*h}("o%lmdZxo3[f\(MD;/=D/l 5{uOTYt,Nũ +>iYN:P E: AFk NX #ZFhߖ~ 4;FT5)OOh< װ_)%4E +Ѡ2(nsWQ@v +ޠ;ln0oE2'dd' +]jj$Io~M+{F'<UPs)-vDՌz?bI1!S$E c -oU|M,,A&vayC|BBwݾ=.J;emefT7OBV'+{[?TnM:$މSl&!\"ji=+ -ѵ'JckF,MBz%,Trҝ8J<B:0l +&9hNqi7ҋ]I%evT=mR/vsrAT8R2J[\zG +HVs>cDUh[f׵GhB,/N̅h&#zl:{SH<*7@!lS#l8<QkF?UF/<^o=XpWCxRITᧁv@u|Wr;'!m"ݷVhHrOkt`+d6|(mm1aa!UyōL{g%֯m9L4ϻ>KLOr{#D{Q"]cy3DX:g7n6l,gF#7^ b ?kSudždx;'S.N:r>>S:eլ|4qg~pcY\bӹ^;e&v5l9E mcL͂<kxB~}do2A ?9XV*mR}Sy;j6Z̏-BE=XPgo#J߉0-f1'%ZgF?w,$Ң"d~II^+EI +=ןvZnjuW'ZE +mp"8 zSLdڄT#xa3b%Sl+qfq;Ae@oV2틃;.0' ufDrŒM9sE~+w YdC盖 +|Q)Z,_bcX<XѰ?SUH<yk1jN,̲e8|B{eO>Fl従 +G|'дXc-^pF5B +֡`9X3ܚ_l?kjP\74:нn` ݐ\"Љh~ +gF?獎z:mL&D.6%-V8&atN;漎;²+/ 7>(P궔=ǛR[fi@\UDFH[Y:K*K ]ט!9 +Ԋ[V mZSO!y`؛f WjKAeZUp +=rFԧ]>r,Ƴ|[:dQ컢~y>&J?Jns̮lk~wݐ}#+*b»qR/ObdίQ .G]gf^ߢyٮ6}<qx +6M&qrE3uH|- 4ǟٚ\u0ʼE.f;]_Llɘ:|T& ٞW5̓c2'Ҭ,U5+ LLb݊䇁#&;v{jEYU V[%.Y +-{-KMuzȣda#PN_t<|ҘQuVlz|Q!ݶ[`Al\9%qVsGzA~9Ӈl}l#Yԧ~,ZacOAK _Z|aJt7큅kα+U#qǽUN{V}C_h4a!H +FmIs;5B<i%j/zHbsLCeYdfQ鳫 +(LsR?g=XgD/Zoc~(Ua~l*X-kT@/.gX|OyhND#PnR'\.[2JH.j{u;nÓ(͛O?Z$FX 7KD냗a]i<b)t^1 +^(DGOXBxLfa- (ƾ;W7&&ٿ&z,KBrv+XGT<iRVg81Rݟ6?ja +R$i˔YmV(Cj:k 3X1I%my9y'VAd7Vʔ]n[e4ibé5m{Gב_zJUnk:5fbݫ urVTrGC&DÇ   NCOK#ZQXQq25Xf ڬt!% +*o;ǣұ)idD VD/\Ek;#}+|r0|++Mi?OH3vWO kd M>WR?d;!%$Fc K({/Wb^m+Ex,tpu0ӗ +4>KN%C,|i;E_Ua 9 +Oɹ x1-r +3Kaeָ]AQ)Q~6-jأI#+gNOs<V+/RSǫOO)~%v]Eh8^u}hؚ9a%0P{owk.NJ/֤s8 u❲$>' + +S^W/^*đ=¬FNN#_}:}+F9} +ǻ7oP,jYN%Ri&nj3_oTJEj.*0:hiemR:)o9-޷ؐEU-g=N+yC)cw/:DWGA=_7*u˭b&푪f\cj QC,KtǏ=|yf D{A܉KWZOL.yr53nV3 Ʀ,–2=ֺ@m?\%F0IBRK:a?~bSΏ܇05y4{#LAIv%Abxg$;DŽeOjwĜ.&?Yj:ufO-@Dnvu2=np$V r!-b)%Ep"ᓳ&٫1P06Œ <qbiNS-y'^B'"RY.RW3&{ZlG wVy$ǫH.lP='R1Eb POYbBqcγx#.'`+k0K.=fXv-97%sMȯٚh7#zV4wo +endstream +endobj +21 0 obj +<< +/Type/FontDescriptor +/CapHeight 850 +/Ascent 850 +/Descent -200 +/FontBBox[-24 -250 1110 750] +/FontName/GYZORE+CMMI8 +/ItalicAngle -14.04 +/StemV 78 +/FontFile 20 0 R +/Flags 68 +>> +endobj +20 0 obj +<< +/Filter[/FlateDecode] +/Length1 883 +/Length2 2584 +/Length3 533 +/Length 3228 +>> +stream +xRy<k߶)ca,Ae1dƌ}_""Ah!K"{syy?~--iny +8 +v + +ɃN R?JmL@<Nj@ 84ٕ৿/ ěh87K cF]lgfq^lͱ2aߘ#*+sdO HU +߭Vڰ{wEI{UEmS@0*Y<֒_G.}(Fj wrU\Cf{jT&`-ʶ XeJ*8L ߋ|bMҸFz8[}+ G').SGj߿z}fjЭ`Ʒe$JcNX̜]NLs2=4=_ctzJ`j[ +!JE),lgVTi)?}z`]'oF،e0k_gĊzN-HxYtll悌D(g768oUt7&kW+r2kA; +I oqY>}4q$|Lz)-u͂S{zRo%\TQxyC"!s? +XmCw=hss)ۻTGU\޵k'Ciiⵙ+ACگ~5{eG_4pWUwOP(Pbq?GEї[mu~fWy]dYv[ؕfQo Mn'=5<(Aύ[.f +5ijIPK7~+lLnOs5Kipy52:i]Vv;hcvGȅ¼@j1KT udi{:/2?l|eI=Ƚֲ]4v@ +l/S8k%^t!\ƙN9y<iT޺#,%5Q!LVKϦn"s]ċ\ L~ +7VI9!-n*YP|'9<nV*71;K0שӞS<+}_??h;Er۳2GŮ,(]4]mrP36/'ê`>pEmGa +j7˂96vлJTd=6 c:b$%3K#Qt%;-sވ|<a֚2~(%S)@0{ޒ(!!!ݦoc^l@ᤕ4fN4P&;]TXŧuu28Xn^ɶʏ?(Gғ:D,q@njedmI#)'/ 5l8>گJlFÅofbJPnE5 -,[3=s01ivj譟.AXy 2^>;C*%-մU '|&NKjQ)=_QђElcSYt +NrЗzGDnZUۯw?aJI*zKiU <t0<CNMq^N8d<"35jŒ<ffW`~Nk$RC%lUL4=NY Z~K \97F9߯ p6 ;it<f`dwZz\;RwpeZC_taw6|NRq X2" +%L2pɹX S|lѫ- +湨ԆXc0Ld<(ufR%J e9GG"C/`CsN1QuEހ[V_Excs8sƷGD毽i4iJ/_,设FKy3"K]M C4XQUXfQA^kºDYV>6!21\=P/=)i#>o+MiJ[s,/4"(@KˡF tFy@ѽ987*ْsH<VEl7>d,uUN*l7`Vwb^ߩY.7M7 + Hݼy>6um軱5Xz-4x!$Pd'An'orҩ,w]n^ڭȓi \wqDHLAzllۜԫ U*e_YuIBć]O[?'ҽT| +endstream +endobj +24 0 obj +<< +/Type/FontDescriptor +/CapHeight 850 +/Ascent 850 +/Descent -200 +/FontBBox[11 -250 1241 750] +/FontName/LFRNLW+CMMI6 +/ItalicAngle -14.04 +/StemV 85 +/FontFile 23 0 R +/Flags 68 +>> +endobj +23 0 obj +<< +/Filter[/FlateDecode] +/Length1 786 +/Length2 1584 +/Length3 533 +/Length 2166 +>> +stream +xR{8T. FZD38_GrfM3 YhܯQBD#)aW<r/Kn mis;Y}JFTqМ@q8"`B"Y +"A + +Œ7HVQ4Pik`7P9Bȴ +V8eԪZRg7<?\50mIW87òmњ)=yZFRwZ4҈z2Emo&N潟h^d!ӡUefXHg3~SdR;̸/Wrҷ{4L!HX`rRoXٌT?ql80!yQg1~,$1*Gا^Wj ?QaK6U[qQ=lSh?xP2Ǣ&{\6m|xk$b=zb|ν-1GI"-⨪OI3+(\Zw^c5愲qZ<痠ӏUԂLvL= yB\(n3䚛hhw9)J+Vgm?4?XA +3*q"mF +M[=)#O͡Lfu͎&H>nQy~d޶Nvs]45i_EF;T8p[W!x +tD|1(]зTYctesRWASW W<E=Y[}^s׈t.u(\̍JryM+&Ym} Ưqw;ay +7:|Kx˧gv9; EWE5Cu"֗?bZl!Y$["Gf$XnΑ_/,r.=]tkBA[vUiIQ +i/G/DKԦt.BP-Լg_R=s^N&LJ34k̭ʾZ~* UҴVxYɴb$|?HϾWNeJHqѪ1ޝ?]8^F @4xgN3%jѵȣMݭ|5Fx`V,,mzPCq!Elk-ѕo-YoZ%/R[| "ѐg:Kf -oMvY>[;qԏ;G!nv;k=jAN4tZ19{r5Ay]MzxrbE +endstream +endobj +27 0 obj +<< +/Type/FontDescriptor +/CapHeight 850 +/Ascent 850 +/Descent -200 +/FontBBox[-30 -955 1185 779] +/FontName/RDQYCN+CMSY8 +/ItalicAngle -14.035 +/StemV 89 +/FontFile 26 0 R +/Flags 68 +>> +endobj +26 0 obj +<< +/Filter[/FlateDecode] +/Length1 901 +/Length2 1426 +/Length3 533 +/Length 2081 +>> +stream +xR}<TOQ+*>80sfe x3gƙiXnvQRf*oh؄++ԺVI=?~}~gJOoK_JP̒D Agw $ `g) `:HH C&I[YI +$|X~*g`>"211P-IL%WD= +O{-|v'A1(>IxdC"B|} M(OGP!hER)7p++ +'ʇ  K@5;AD +LdcH<{g92HD/ +D8Zȹ"NȌE ̛y+ ry`óoec#$xK2Z+HT +hkKB_LAD}dR)~w҇ += Q 04ھR}S껵AI+ܛz'I75]715q'Dr//.6Ζxn^ٚ<wpN4rn)N0,4^Dǿx3V9H\u_{SiTNտ`(vD'/9;Z?kZr[9x,IUK6,p|E#GSO+S70f/>. ia*zGm^dm@gSE4̽#X:~'7qآܴKGhwz'aO6rH|N}v%wL Acj~_|odyY8_0+S?աd&T3j^nȬm[^KԬ9RWs;sNW*cf-T|=p[kpUUWN!&lt `@%aS~){:"C" BOfGe=}L'M[^H\~{z<g?Z`pzy}7Lrad[awaٗiė>)M5юFRt{Mn^aώr^Wy}TQ"]]gI7]j +endstream +endobj +30 0 obj +<< +/Type/FontDescriptor +/CapHeight 850 +/Ascent 850 +/Descent -200 +/FontBBox[-20 -250 1193 750] +/FontName/YDYMHH+CMR6 +/ItalicAngle 0 +/StemV 83 +/FontFile 29 0 R +/Flags 4 +>> +endobj +29 0 obj +<< +/Filter[/FlateDecode] +/Length1 777 +/Length2 1318 +/Length3 533 +/Length 1897 +>> +stream +xRk<T.S)uPi+Zrk&%$ib3kMLVBbܢ2NG.h(ʞ= +\Frw}yyY7[:0C%T&i + q'A0t-O8J +y,"D p1%2 +<Pid2 $; %',TKş[`< pP @2}=F^KqT(\M1!B?H,8p0~I?YsTeU"#$S 0@“uimg eA?<x*$Ku<D88|4Inw9GPb$,Wddb6d " +i1s'r8ΝBApbBCGMǸۥ dsYxʷ}ȶ$%Il&j/"%2ҏ4 +?)\Ks%CG[ĭz"u)c7wvQl ye+j_)rRÁ18?xX: Vt#Oq(eS7jϳcºrv67c-Oe{/ŧan3ͅҲL8hnyCTUBmECc Si8Sۼk O$[q̻@.<*;@ne%SKDƪX쒠_!GZWybP)_gHҝh۲}{wyPבDUv`FUyrq,4MY`m*fAnF?&%Gmw獂Z_#5ͣ&7mAjGh%mcuT Ӯ̵n| =0Wsy *MŔ(3](zo68V%S, daVI +endstream +endobj +33 0 obj +<< +/Type/FontDescriptor +/CapHeight 850 +/Ascent 850 +/Descent -200 +/FontBBox[-251 -250 1009 969] +/FontName/AEDLNY+CMR10 +/ItalicAngle 0 +/StemV 69 +/FontFile 32 0 R +/Flags 4 +>> +endobj +32 0 obj +<< +/Filter[/FlateDecode] +/Length1 1800 +/Length2 12648 +/Length3 533 +/Length 13689 +>> +stream +xeTݲ;@ +E## # /@LN,@A!fw4wXxxX@Ї fcfofbNj b73Է;@A -*6f@G7F +4R4s44[: +NUٰ1c0mx +@_=լ윀R XAG㿞 t@C%9Slfo~/!~j\o+Q{۞5TwB/o*ǾKs3EzKt_# +ߣ,d"Z&{0u<hzk8g+QP R\&j)6TJ%iZ]ZM wN\Dd +T7(&TEPcz2ve7xQa5U u +~5 E8#TW%j^W.|mHAz?6aMc{岽Q/I0rKG5HK"g !="'LlQ +%QLSӰJ}W17],lm- ~.b.P7o.Aб-f)/ BOUF)cbv/ll.;$a\%tBJAbP1vCf]DٛϒOM\VF +I_3ܓ4?p7Jιʼn FOIহ.Uz6H0;:Leٯl>jf^̏hE8ม#v! +D@bx3ѣM.q}.ɲڸyέqLƄU3OڱqU) + +brÍקV񋫱IJ[B%~כW.J*(PE/淰,TKfxAPaFstzz<m~u2N9ntub@Ms*4>%p<)riB2\$)I'Vף{iZa;萄i-}GFyo<`'q[Lژк 3_Y7-ldNSTc:u9}Zx<4=A^% 'ZqMkCJe;71͜W(`k|^vW&>\a=vTIq`b,q85T+pk (wtE= + d3QE=P󈪌9m=ݲ 'f:=AOX{9J߃ AAD]8I\ "ڑDtZ@-͐'th;ylqBGː-/)ҋc/YuG'Ù)+aǯua푱 5H ~{d RԬlӽ}6Xܠv}Ƞo5!ժN&] W`R ]/F6IO1l>K#|Wأ5xꝅuPUv18,MѤ̓l9OcjqY('cػcn`DÍd i?~8tJw:}@'L*) `Ux/}AX@ULf'y UX}dv"Q4Ft:5]%K# +`  +:wO&_<h9ጶ;/6h;P> &Ԋ1Zj5^밸M}6߬1Og10'Υ9ڼe昣#ؾݯZ򵌞%p[&-n`<"MVmLVգOkhndBrY'0@"~υHgCǺk~wLƙxXx/uM~<1zK:<OQBaE3|.…Wzγ6v"#F]t^W~L L/To$,qUJ<BTVXZdG!yKo ؁;Φ7ft^#Uf gH灉 c65Ѯ/Bܰ$fasZS(<hTY(GqBǼɠ<ӭ{) +=@7 ]cjx(]󴃪暼t%ZgQԉ'~[Pe:z|>0 +nVu{,[HzZШJq蛻.dh]л^9|$[ꞶJ4*CLUfE#> l_FGX%OGU0&0Q8吅3ުĊ_Ćb`J+D x=LI_ 6`$&Kܛ4g<ܓYOHU +E4{rMkS$oh>Dw,-929pG5J[tm +(?IZFr#pΞ? [#ln1e$C6r_FQUmhOَo$6>ͷ0U4xK&#4֑^s桅!'Wj^ʤ\i8l(JFoL\Ji݅UYt/$]Bgw]""%m21b +b!󸃡 +w̦o%|PW;HFʊVxxr +F4FΨLW?٪:z@ȩeCcye g'[p`PX\d%G2ٖYgcޥqzn+/AYHǣ,xr UCvVZFHqtD@ɾl^'> +o}8aV#'1sh ~^wrrR8 QoLD<`JR/vwp]3+T-B. +B$2rw;u۲Q*qyWhh|<OVN3{`y(+_J!Tq871^2/a0[yWٰG9u?EQOe 9g" o'"#~{+ +䂽_Wb}MiW݆܄OVfPNJgǚfO:cJNuL +S:BC +IGBоZ|(w, +B%zm&'@0dKJ*n,5M`(cOD(k/6- b/JKF S-34~$(O3Dc9?twS:J`# M.`#Z՚n4lHw{_`dݻ)!ڟζM¡?MOmҸPğ=.Wr0`RO;^Kbj޻P:bK jCu`"% f(Y?^Q[8=ŌpBx7H0ZZ,)'vPil@3ĞzpXbf#h߫ kdbWlSgxH{z}1ְ +́@ǎNt=cc WtLF6:'w5v&,׷k,d4c.bȺD ϳEgfC +DC_R`iKia"mXRG!l5y,J57^وvkgɯ[1lgbF WZ45ytmҜ/na<R8LyNY" ~Isu5@)D'C^ٍ*4փvCJAFI\wZL\IL`3 8蒷[\ijZ+lL`ygu1&wU)޳^2LԫVGӋ'b:8GҴiؠ`U:$!P2k㒩.Ϫ&wm8!L^wLF3F-柚+)K\)gס_SJ8Kh:u ׼'[-?vdx_zZ0o/ =~i*W3Ed@f9&*|RgsJK>Gn-l(k.{.)5<db~LSDۗu) K]5a2寢-M!#?ris,6zCO|b4::pgCE.)`O"Jאr͇mVn ڲz!oxFTl4Vؙ2Ma| +1Й%@[4ͧ18M'ƯA3F?96.(VEXr7HEb{U~=G=œKo=%L*SQU}^z.u20G$b)V_5#@劯$ ?cF)]`d1Hk~:^`ەCNu'GWRxBG6'A7NO4og\gFUFmff NѵEo-Ljy (j ި':O{tO:`Z!fu٬δ|+~ OCB#q2am6)Su6J$GL F6v1]:#96GѯǂQa/j2Nv-vf'@ԛ <5ݭĨ+@X8 v̪/[csW pW% u쓿o<h~Fu|hP"ַr4!v-KX2%7fQTm֋65 V?2O69 +u'$#{CMevً&ySaf<2yjFlPlJHњmV,8lYDs,lύ$JLzuOD1‚΅;i%9-R.!NNx%mͤ+PD,EՍY~t -U$ ߏ3Vhz _-sWu)0<m,>fL BZ:ƥg<+[3?WnM5T@WcO)4~\{?#HJ':跹kSWP2vn<r5R/P@̠'&o):]jw v}/ׯZ)?U6zٞ܈t{uedDЏZV'%:es@9G[ѝ5"dC=f]0)ū(@z`c)(N@t!!u +5M0L0FZuzaX60& 7Rէ,Ԩ&Js-p]"͋c$XU +Hwx򱾣MhNİ)#w~a*CY6ĄV7AX?#8HyB!R+ +>iSTdꗪ.\TWqc0 +*QqD X:7E&j 2'IVZ9>%摕>QHx\2ّ$a,C*;{g{@>Uqpr clf硌rN쯥PT"Q}!NaGsv0.sP8Id"AP*v@HUe:;#ܤ!#wc'K.ԑ +EJZtq +֩qBW$s +ed +|yY_ Z qN*"x^DVaSaJ.~α5(>,^Gr$2%P}[5%;}S"YH}skALK?|D +v[&{QStǏ,܆6||0xŻS3tTDqrL|s'*m7L}Qp;_POZH7raYMKAĪ#Oۅ2rh1~PÊt,'g "j[̪wE_NzF1܃3<=e_[dEނQ:G 9)cG(͢߼51\>{֕+5~Z.QڳB'Aӓ߶d95'2I)ˡfCǔexQ_ufN$0TM]{B,BDp9+fz\/hTi[̡47| zU__(>Bɜ]ZT=;3\\3K +Y͟Yng k.Ip{}=ׁ2~:VeWLa}qak";c <A2^͋Tl~ lJqo6 UIVohs[Q-wWgONdSk3N<!p<g%FKcGaA|5GYJ} +tdۗx#<.Ou: +(ܲ0]lpr7÷2ŘV|bS|Y͂GDJ_ILaǔn +4OHC&tg[_>*=/q@`Ưpn-Ȍo\vIuT)+֐` /0&6vKΜEEgsct~qaѫO +;1)!3H׫YP\u/&G.$TO~NNjYKImc;-`&rGBz#,%NIĜX3Nӗ:l*j(1PvjojH_24H'ZsGPwg,qFWVy'T!?H#JFT|R4ZNw(!^㬕E[E+8l o(ha0& +G< (]c($n_>ĭ䉞kJ;T +ۅ dxͭהW ÜA_QNFr:E?*.DJݶެ +G!eڞbw3S~mǹcٙIJ#l"05$ܭQUg*+4|. x%?bCex #Iw-,ipI) +Mjjnb! C +5y`ؗ1c8r]['4p[Is"f zOO||ϗt#iiW=~];!T)ja +endstream +endobj +36 0 obj +<< +/Type/FontDescriptor +/CapHeight 850 +/Ascent 850 +/Descent -200 +/FontBBox[-32 -250 1048 750] +/FontName/XEUVPV+CMMI10 +/ItalicAngle -14.04 +/StemV 72 +/FontFile 35 0 R +/Flags 68 +>> +endobj +35 0 obj +<< +/Filter[/FlateDecode] +/Length1 1303 +/Length2 8099 +/Length3 533 +/Length 8924 +>> +stream +xeX벦qw@Ҹ;ݭiq- ܂$ -x @rXkg5?]o<]U_3jhKYX]a +x8ruع8C!`k dtt;[@NWOCOSK3L 7s.A! +SmsjрtsY7Ϯ*˦x5fOdը@LB2;FSax5)(Kx,9Ec) V`KےZў$;*qY:d;b-^f +8i* <o ե1 $?l̀˶DP@hj`qڝ5sGf<Il@q(֕F9҄TckB + !1HVbb3)"7Jyv}X?ov9='= +u t|+CI4c\oy?^X8OQk*($]/2#'[2QSS"5{ln嫦V?t}> 0#|ɇDƼ$q-*3>~RN=DP Obv?0H +&|gLltHǩvCY//7Iy:O;lY bl;M +xSfQb͟pƎ95#3.*y՞oP!c`br_*=1bf&N"x)XpA'سRqUk,6NcĘq2}ogL%T<ZqC{Bk^!.xAhSvO37I 1b#H +|/;PgKljwk4PXb=,q%H1i+-|e1_KܯDY;;gںlQ5'8umSE%jIv3q U't̚eVFiR6h7qz?1n9fęa&ղ)"0.Q@.ΤXwՃ; +S4#ةDGxR 'z!_|,TNdH?Pqf +\`MYT*.w Yr!rzy!b? bhɷ7]krp?\"],QkåR40{nIL%h,UUՁLFOn5CPDuhZWdx)r?Sl퍗XTYTA6%>5a^[Z3u?G*6VrYɩ[.aNjeagD}_X%ydAKPl#e4pn42~0o$֍,`Oð>iifʛ)V_]2̱߮#{yIG2ٔ7A0G} + +v|?^Eѵ.޺tb:]+M(#^\u>KcH.a[mr+nRMU50Ö <2 'kAޑ)tm`.*t3yO +/%F-aź,sA3|>r;o|;-ҽ5 +}4D]1oDt) +OP%e(g;Wx$P[ +R2.S>;tnpocPS(~{cdڈ$M(k 3qK#$Pqiږ!ֺ%k} k5`k )*CviJ17EkZˏڿaɎ]@03Q6=,ʹ3;Cߋ'w9@ԸkyZ۹wW֫a4e]zqF +_d;[=Uh[znv7VCoc$N(Շ;VBWEDfNMg1*GdnjKr"nXXHr +΀cJ晢;H?ջg˶̌F^z{1 4gQ6Jv)q+=PyA^.}/msxR{Q"o֕l#W+=j~{Wl+g.x ]MbByMѾ O|'r!\Q8d'Y9Q<6?"j7!- @7(-}7t|7~3Uwn%d5G}2%%*ZzbV*l)ܣѬľsfv,c3Pٷ=dze¦PUsMMGr( zQsLiI;hmW +J"쎫kwyX=փSݨvmfPZwR?N{|=OmTČN1v=OUUoo؛gf?)9pfgCK:q^v+ig<G}o^bDQ? rwc~ݾ~$D']!.)/wlffo``Ԩ}o>>sw1w՟ZyYyҍYnB†Ap8kJ8l +7ĕxLM +(@æ0t&@z{=BhU4 +}+P`л tT`/$jG}oRW. E&ê; +4%)U~cLD>E ;RSadÈg*[bl_DoXw +Ts;Z4*gW V3Ƅ7GE[N޹nAsvgJ.͵+brEz{QO2+j.N &zּSLKQߟ8+ˉƟ5q%q Zy\+Oj߂S94(I&۳֦ fa"5&yI<>S0JvZs#t3NS"y*&:WCVk۫:E8c 3;[ ,ƒƼ]֊i8Q6!rH'!1|m-bmY{z@\lHQLlcCȜ&-}Gb,H Osl++Fa1-1u$Y6}{QKv.6J!34}V{hi_ǦY"iA54Kԕ_ˉ6>[N9Vڶyed^&ݭv9.O^ H@Vx Qy[ <m$zY#6I`U'z0Is<MS +YG\?jx-9R/mn8 +3F;x +(c?zCDp,{7ڽ6!\ʊ<ל{߯VQ߅"XF 4ZZj25fs <s +nYN>^] SP~ۣNz">a&'\l޵py6>aR@sEz9Z,ю,~ov#/О<(Z`O48VamI@b~ϫ]o>XOxu cL0ao63o%( +l\B̡3ͤ'ӥwVUiYu+~I˂KdչhTMd~9/9koV3nv=wMD=,3AZ>К9J)a,䶂UH$01Hjĭ5%uU0;:3Eh uG)eUd\'O&H nS/bol1{ +/T5Gwl4QpYNM|7VzgpaʴD +MA'*t$QEDZYk-)ʮ ;Lg&}|$%Cf A739o?>6u> DNFi- R۲%&{_Gٮsa5MZK9:V0 99څ/Zd ɝm|n,h'Eeܸ-*G˩P/Ud&."9OvI !?W/O~[o*DSn ͬVt~Xdcz9A.7!8TR9I7<ƹLKۦd5[swJMie4m,R$sistF 6T~\"#F[9Qɶ:ylE5O \) gF$_G("9Ntnvz.3jI:S^ aLڤxjƇq("5 ]9ָV}ι1.G%&:q=({%:çwG_G;-Tx.Ewfo^>kEB>5gT}Abm"k* J\J7TwpD<\DͷS6߄WRw`9BuƯ3[y^£\lB@Ji93B?~)Jz~6Z-&imۋ<lygMءm f󉸳zi1;ԥXF(tRSn<Š9=+P/?@`K(ꀁ_iz +endstream +endobj +39 0 obj +<< +/Type/FontDescriptor +/CapHeight 850 +/Ascent 850 +/Descent -200 +/FontBBox[-29 -960 1116 775] +/FontName/WHSEVM+CMSY10 +/ItalicAngle -14.035 +/StemV 85 +/FontFile 38 0 R +/Flags 68 +>> +endobj +38 0 obj +<< +/Filter[/FlateDecode] +/Length1 1131 +/Length2 2681 +/Length3 533 +/Length 3454 +>> +stream +xWXSAzD +[$CޛTE "ZHo*b ʌ + +2 EԳQgnss|Zo/MO +$Kp +54C8: +Ri0T`J<D` D0뿡9@p7mX"DA&Rt +8 sC Ϯ-Kp hu4Qں fx UIQ}AzٸYz:}7 @zF8mBa/JBÁ_fI‘) `Tl8" D + C8#?3 +0# +myp *׷^Ŀ΁ N9yյ^)w8==uٕA둚L٫]^3}okmu5X[ ?!z'|=ȟ3Y`ndiH@rD=kyZn<ɶykXBWڱ;wĸ~+akBK<XhYZ$fwme0`ho&¸Ϋ6.@T˔pW<so֝ZxP&9"4tE:gm>cS.4yI! AeK 'ON[kS (.ta7 q%µ!iC^>_8v9߿<n'rO ]c&知JW9o!Unkoq$$[?L(u mtTiQ)Ky#pv&| +6 1ͪH龕/t1^`_9ג{N8^Α +"J]Y3`ґ(F1\ͶC4Y.WNaߍr¾2dĵoin'A^_u?4j[WP=~G<8Ȱ[$ءL(^Cިib@c!%</S +>vb̘C0>qwGv\&\(xJ̾d͜|y49 +xLuVVi[_OL*0|]>Kd^Q]`ʆIaCқ$mdB(49vLF͕>=y9)z@rg-@qwΞ| =7?=wukL|mHԡ{f]H,wIԻ48ɫ8`tne[7:ekN2 +.\ u{%Z^pR1pR֮N#ϻٌ*~5T7DK hf=}&gssnY-D gs{&\vƙbL+?8ZDX>sPȠCp/yw]Xݡ]֗3;Jƃ\$,; &~3y쒟횙 %IR`B<2wb\&P{I8%K1ἤ5%䡑9ĵhXb#iyh>U:(ݫ7wahtsћ%g9?H>"5/\U? Y{6[ג^۲1%/jPʯ̶P`[>nzh+PmgϝX+>fzkQ|_:*cVZ箲 ӪjATݽ/6umyw}Զ̺lN-\j㈦n."Ŷ*D{}|;S41XӜhK+,4 +K)8S)krYIVoM xd=v,4|:i//6d.Б6eY%JI15ڧc'\\WAjr'v獓97'4tX3X=\mӗy_Mw?.T_-q0cf1.[ k3xOSV`` +7rHhpM=,Z `؛n gqo&Zx]uFb<fVbJMJECWZFUwǻ1[ tkG$CIKpW>TV2)fQw'ѩmMýz@eŠxH>K' t/]Yxx8ܚ-r6S哩J$>x:PK/52ښЮ(!Ky皻vsy+{Fź\r¨uqs\}rDu_lMܢѫDH +7qAoAK؇3kSfs9j[`$^V?Q^:뷻]w ~&[i{ 4{7!Ԏve<zdQv{ +endstream +endobj +42 0 obj +<< +/Type/FontDescriptor +/CapHeight 850 +/Ascent 850 +/Descent -200 +/FontBBox[21 -944 1448 791] +/FontName/IDXSTR+CMSY5 +/ItalicAngle -14.035 +/StemV 101 +/FontFile 41 0 R +/Flags 68 +>> +endobj +41 0 obj +<< +/Filter[/FlateDecode] +/Length1 790 +/Length2 692 +/Length3 533 +/Length 1266 +>> +stream +xkPWkm\dT1R4Hv111A@ Le$nvòI㥈0;FZi+RAJiЂV=ϾgtfC0T%d( S,0`aa +AcHM''WƸ +XCij$䘑Rf$e8MLC)d\ʉQ<L8!G㢗S;<ç8/C5B(;HGe( Bax38lC$ŘAr9w `T'(v +endstream +endobj +45 0 obj +<< +/Type/FontDescriptor +/CapHeight 850 +/Ascent 850 +/Descent -200 +/FontBBox[-27 -250 1122 750] +/FontName/UBFZFS+CMR7 +/ItalicAngle 0 +/StemV 79 +/FontFile 44 0 R +/Flags 4 +>> +endobj +44 0 obj +<< +/Filter[/FlateDecode] +/Length1 857 +/Length2 1807 +/Length3 533 +/Length 2428 +>> +stream +xRk8"ʡ]CC$iIa(LƘ!$*JAN(r"Iaadպvk羟~_-x"85@64Bhip@lI\ р06ЦXs1l 6C:6]f)$HLXBb +L屿RG@N Ё}K*b*HC 67 'sY^XCL6 r +rX߷ +'Y\W>rW/C p#|ywQ,I`LC#W YT0 +506 Q40kmau##3Qx˫Zp\  R3WaTyqQ!34.XmpL?~{|t6[*=L PܣG{xϫ[0dT馧(W~6&ZweWO<آV l<VI-ԯn~YwE]C/fKP=T׍˜&QnvonN 9U-2:O_p")LlӮ7gX LؖE2)Ѱ%)OJn >=*g(]17$Nxs+أC{.-CTOǔ88OSE6{']d0X 9x~agt+oBگvxw(S;f!UO6Dܛ.Y܈#~F* :#TZPKfzmH>)b.k5JawByW]˃4du4dn%nMaϻN2P)JM]SM˪V+8#~}=]E׺\UroPc)9A~8V/ <e>\ +ruj]ĸ.<T~1m~_*'/<*հW(NY4NT]KP]1Dv~Uv`?iFtvlK:r&p%$ ŕ*?D;޶cT[h3[b(`,Ћԝvb{~<)b2¢b:YJ\h4wuՅ0>))  ot +ψ%ڼ?;2$g>.]xٚQbz*GU|U]Rݙ$6^~qS[h͇`v"SǷ/阋d^9p\0HC4ۂ-1;3QwJx}9IwO‘b"9c\]M~0}JYח5#JG۬LOnWnU=V3rЏ*,W=7+X?Nq]SKMEټyR^nǠ %<v U>\\M~;6jT +>]4YkleS";,( Mꄘމ.{dϏd?E')e?WLp**K>8g,k}:\tǷc?(u>sUĦ"Mȭ+D=S$ڡ'r,陙Qtaq+ب{yv?IfTt&Q΍{ +$SZ=KqilfڇY{ʕVmUY:)ewbW-豗,i\ s 8I;ފ"}n9D5mNCS??A iwRiW˞T[Cܯ_pQ(D/޻EK锛(a2V!:<Ou+8r&.mJ_#vo4𸬓]O6l6 󪵮}HN9m}=όQ0(s׼c_ۈ9#<ANlYmγ/;=_86I)sĊ}Qb6fUtޤrj\zMg3GGRRl\53Cʼsgb&#K㺟5f. iqŴ +k׮ChX]̾'RmIGGA>D((m$h6/?'( BL6 +endstream +endobj +48 0 obj +<< +/Type/FontDescriptor +/CapHeight 850 +/Ascent 850 +/Descent -200 +/FontBBox[0 -250 1171 750] +/FontName/IRKZON+CMMI7 +/ItalicAngle -14.04 +/StemV 81 +/FontFile 47 0 R +/Flags 68 +>> +endobj +47 0 obj +<< +/Filter[/FlateDecode] +/Length1 935 +/Length2 3696 +/Length3 533 +/Length 4366 +>> +stream +xy<ǑuP "3}Y'[d Fc1%CK*[]BBlYe)Usy~:׹^-of)9tqX2 +) IIH4 +"߿V8C< +xcn?ÿ" +޿H +@&i +HHˑ-Ev eVX@**Ȑ/3QX¯<ÿM; +BBeß(iC?`=ʕc2m"[I~";:/3L[[*[7ރ77|UFQGP^ޭP2n}4H%޽1\¡ O֘_]x4)2!hvy)v^3J{q}2K8t9,ݫDG߃-rJٓOQ6>^2x@K\zd%f瘔, +DO]Aj?Wc3bxeOhTryW7W*"*Z>qܿgfq' ixB*&׽Vwjg{}_jZ1>1/:4Aՠ\b|wnީ{|D˪y+yTy)ur!O3p(ߠ|s!ћNy"x!C9VKQFkuQWkg6䍲Ѽ^%B+Fh9+EiTgiio2if_'YHT{ 1'z%ۼ|btc^L[aAm1_MCWUҟ8[ٖu݈1}Rp"wwQ`Dsu1č:GAާ݀UnтmLL#Cb`Q-1.00;\n} _BoNe8Q|vf]/MfJͰ8ls(zeLralhhS|`FۛM[P$OkRŧCD/vz}PAn۷4ito +) A*>!k#s&[KF8oHӘ,;9aӴCcYk2:[γ,[C_32/ZC_CQCqySr@&#תv͖Ó]%ַ|HӌZs֜=/!Y0ek/f'gVp߿c_{ZOx|`ִomko!MO'<\4iG޷.uSm92'i;HO[ QVɛE6zk=7obuHcS S5]Ԕy[33) Y .]=y)k2 ṿX<`pnTٌd'g|tK}=oY+e>.:| +T^^xa^GO*˗4Z:5j #gO:hNa)(C-buc%;ʲEe JiU:/}Ymp Gq2q$.׷;;6zB1ne@ȤreTyYۙv\!@4Ue7{kXB-:Xdv!D +Z<uռy<} pGGxV5$jіN` MWz?f$j>iuɣ!aڗW' Pؘhk u(ߪT['5<^q:繃"eZ~g8<eˑ *۽IrquKÝS'%eH/(M߼Lʙr\՜1Xq-#gjlzxM_S»"oh񭟢V%=[({,bH?JBx)w% `MibeJ7;o" 6NMnREϕ2f׷\^去"}t|Dm ʿp*ɳ=c0pc/S~rytOJ{Lp*4^Pq1jRKhn$Rwagp#땆LFeDoQ1'Q#|#^St4&fJ^2npY6ŞⳚF3z@{{Ưu-VvS, Sa|JY0.u-l[@F<U|=~54-u׽fۯ+y,_2~1| kedp(FrH?bݢ)اIsvr-Q72i=t1q"%3L +5<l 2Ė)%L@BXElJ+oIY[>vBc¥z49J)O> MYs6_MT_ezmzqy<:\Vy\on&Ɋ%: ytY?/dj]g +-L)yFqA &gANTϏG(}wz >ÔV?;Ѷr)$ +c66= <Is8Ӡk~8ѝyV3]U9d,ͧêKJnnruDg;KiUug6:&_,R z J5NKk}$Sc#6H^01NYWV, Mcàp?H%B<ޖ9ssݝA)N^f~oY݈MBWCDG\A5"עNtqxą5bt4<cl>1wvݴo|O8I|/m n˚}xipa߂=.=TA6r;Q;%9YVt5IQg*qZkJ+KCXZC~~W' }6MWM~{{.%-ÝkV\w 8V<ǔr?Q!wC?:tiz60~ v`(b>?P!,Hgwz\z0RP(Ufth5ah3wJ~Ϙ}N١+(x"J=By7H _.0x,6ک1)q25h7)9*Y˼oUkx'tXL0*l߲,vyDOlHLLG]~j+n19Phwm%S+L-a؃h;+s>5LJ݂O?|LJG'? kǀG*s:aEm2]+5]ri3|M +endstream +endobj +51 0 obj +<< +/Type/FontDescriptor +/CapHeight 850 +/Ascent 850 +/Descent -200 +/FontBBox[-62 -250 1123 750] +/FontName/WDXSRS+CMSL10 +/ItalicAngle -9.46 +/StemV 79 +/FontFile 50 0 R +/Flags 68 +>> +endobj +50 0 obj +<< +/Filter[/FlateDecode] +/Length1 1331 +/Length2 7386 +/Length3 533 +/Length 8222 +>> +stream +xUT\ !5487M-k$!X +0!p5,.hchߍF`Kg@v0 + SKGXۚۀ +[:H[L-a& +ׅp]?ku \ {]9pWοpW ܕ?;+/'>Spx=𱳳W +_/o#lf A  Zj% E,fؖ_ޠ(/ Ϟ r>'A[JG;&{d^`_= c.+Boe4f<h9s# ̊9 -c.LB>_]D[[6Kϐṵp嬱ё%2s»c8-u|N0fi2L柴TJ>48r;cZKB9_<I)/].ApV֓Oz +T:>))tϋWH>i.,!:?rvfKd˵' il$tE|͹M8MT}`MWN\-Tml¯ŞXWqp]$n}3Ƿ<9' v4&]^WΫJQn?\1˨ot +Iadɭ:`Җ8&WbܮJr~ltYԡRsd٘sx5M۱rFзnv`.~ӣe'QOCamE.vL$l4;-qdEҘʼ2PS߻FhGpry_ Ĺ,{cl + +Vsʘut NSuSҖyXFx5'w!em2@:+$yu!iqJ]"FYf +RnwVϴ>L7CmD蒱.Lsv%g0[Mxl[ŻNJJDH7$roצs=+3-t1-/+y*iZwZQNs ITyyij#X-|gLitp<,C +qsy ^&sUb6WML5VnzoO˲h<`\n TC`FQ;x_5>(Vr,>8;N#sH#)oMŠ!"&A*^ g܍1m5r?I!c,AcIsv_:5eFܟV"_>2:^xrxq_4)^DɆƬt7E#&g{V+Q|}:w)aj<D]hh89Q4TM9 + Ar;4KgcrzSێ/oٲq)G +6xbHZxR2BE? h7\ڝq`RIJFTu{Щ%3;8ð_40I8TTQ2y{\)UtCdS֝Oy8ڂbki1ҜzȞk2pU2f$gv1g|E'?|LN磢llyfZ`+,˿P7 ljCkXps$ɞR=j/hN阻g~p,{dx+zYR,هeљRQfeKےUzu:iO=E*ʴT[)oMJ"s}/tbLD96@(PAQ}sz;5@SM L5D +9_%{|?yQُoܓ gbE{~zb<䷩YZ!ֲ|- >9GفZaI N\^:E-IZ}y +/u + F᳂ֳӎM%,CwSʹŘ\kkK/:1D(De ɋoHm߽4x; ֿ7a\E H9Ԧ"D(1W(,T?-47qxf[sٸR`&"2>iUDx)%Ms uHLu4W "ڴjg6#,{ vSz".] +XB/]!& {~5::bGvkB܎#yˢx'JR0E_:'4q#tǰCI +>m=1d9mrG6۔j<w,MU2}̢$hutS2xyQIQV]/mGQT[Fe*MZ<}̌p'SEQHT90;+:u3ˠ#=Z +Isav~<$! /SyvcSWz=IgUȾT~PhŠ*Y;ԃ]BW|Ewg +#"!_0N;9?@(5ǗzT?70>xu%9} `G>~ q/R +OXƯCF;Ss;9dbx2&8v!S(O'idCx>}`4yb#Ii\;8BA㛷=6c&}Tw݂[}Q*A݁P!)X%Yj=9KDH7Bs=0*r%YsXBn)zz<Ȅt/ŐՁBHmYT/62Ko[Q]gy;>;|Lc$d'3(.~l*һٳRp-Hϳy8:JJnFc9FDɘ#6 O747GyB fXZћ_eks6M+A)0L<祲l,{X̦a" 嬛&KO/Lx&]AXO VeWN4hR7)"s=*ZߐV.%9׭:9hj߭FQ +Wk\|aPf8yl5%1n*\v4Q}!]/外(87vPhЕ]e14*pݴ770;x˟_7S]h!lr5+ œz?CV6F$CSjp5%TTC ~sU.BF -|v;Q&k~ipnR/8Rj% h~U5:cgAx׵]o,2b`<l3Fl̹qM.fOQ$uv"%_b'xhGm2#< LGj[1(UpAxʥw$Xvz ++߿b䈙{YчZycxv?tU2>]ighR%RdRC0t[ηԏY^O$jyń~DzneWx[fRvuɾXKumX<F 6ܶIuhP':榺AGk1DaΆ|Hɶc Q=Js3ЯߋUʗj.di$̶.^-[I} GW,Ć)Tu#"'Ϩ|<ۙ$B'ۯ$t+A h ?ʠԟE#J /a Py}ch:c>*sQR2-io͠s+/z0(ۡ +L1DkW87 2z!]1.=/mqKHWd(|>ᥗG&kXwĉ|n"&DrԜNqJPKѺ]ze-rrr )fdf81QyabFDV\˰c +F +HuzNEYɂMJ]L2|w0*ѡfN G[܏XF>ڌxvVڭl:J9Rϥ)|J}]^^#ùY<Q¬& +KFV/XkԥEx[du*  ++8^ +vRH՛K]B +ſvCMҔ˝UQʠ{M"ѷi<Ӛ²Ol»n] FEFu ?}uNȦ>k'x(H}^Fsyƃ +B[o\ ibG3u' ,DNgLz$D},o597AtcPxk~AjyU%g +b}|}ȊjХ,K +GǂJ r"NBditݺA;g4۪I`P^M`h8c-iewpGwB~CkokF/<7g՟!|^Sjd]NtTp@xf%!WDUMZg<ի!Fm$kU !Ki=ha;?;ڗ_Pyyϣ-`*=ɹ'7 + +VCTۤr~yD?\ád)$3ibX +UY9\>J:e`㍗^hܠg[(tVMDyșMqݪV>?Sz0,]q "Th"{%/?hLl@FPlFC/}^x +endstream +endobj +54 0 obj +<< +/Type/FontDescriptor +/CapHeight 850 +/Ascent 850 +/Descent -200 +/FontBBox[-163 -250 1146 969] +/FontName/HTAUZR+CMTI10 +/ItalicAngle -14.04 +/StemV 68 +/FontFile 53 0 R +/Flags 68 +>> +endobj +53 0 obj +<< +/Filter[/FlateDecode] +/Length1 839 +/Length2 2346 +/Length3 533 +/Length 2962 +>> +stream +xRy<vpZFhAOXҬ,&=j1hf#KJ9el$Pي!ٮ0Hw9۹~>yy/TfJt +Pp$ b EXGp#0(] +`ށ ' j~UL L$ +H'AV  +}kN5OF H;aC +[R(6kaN)+To_ +NLw/ 06n_*/:<,w)_>y|Dݳol'ѵU:0u[I?ۍWkl^iY $yf_ +&fegn L],@T~. q- Ӄ^Ïc.Ѳ]+涯ĽIQEǤ1- +$23.yKe;ەjȬ[loi]2G١{'.Г=c4UAJA~7Hq$|n!u=)_ğN~&Q sMW˥E2Y֕U]{I͕uLjeWͨuSG%uުa)yK}lD-rå\;WzM2urg]6W'`otnj<<X:e!qHŕpM^V[i]p-SEmA jWdNQb,kY-g-MгK7VT/GM:h7VB9+ ZAA|T{S' !5։?G/RRjz, +j#U1-iզ>VfDG#M /a:vk;~v[ ou<pU!yG +eǡc&^6?sDD~#o[ceD}.2Cm8+to஻y +i3}]jPLB}%nb/=#?$Lކ~hjȩ=y$ +^frץS05/'~=--mxӣuّs Zy#mp2ӎz5ynұܹd/:+9ڿw%F%0!Ű1ÔvdBirлRHvtyAw<<S8Q7%ЦdKdj ",@o5,b-u|epϖjXFh*yv@J%_֔6{qq0,^CY9񧫻ON˪ce14>DK8} s|1^(撺+|NSDjz[g}v57mGO +!y)Jz'@&CoPt]VeSIjsu#8O؄LpAymcI%Gqgur5>3GixWv {R*1GjKW,E<$yb0ZrMO;ds41*Lb6P.LԯR=aS|-;bҫe EzO3):aFGWsoRn +y+ +Jih6[l|{{,F5kz:mS_hF +{ WZ!g(R\ce*3i9c4MNj峵sN ~6T_Y9P_Q@>旡ۼi}:r$- c L]V/ܶ[nsP{΋<hm +.p=zM~-P-rgQ} s%7|@ć;Qu7u9|BI18m9NI +endstream +endobj +57 0 obj +<< +/Type/FontDescriptor +/CapHeight 850 +/Ascent 850 +/Descent -200 +/FontBBox[8 -463 1331 1003] +/FontName/JXPJGO+MSAM10 +/ItalicAngle 0 +/StemV 40 +/FontFile 56 0 R +/Flags 4 +>> +endobj +56 0 obj +<< +/Filter[/FlateDecode] +/Length1 832 +/Length2 1442 +/Length3 533 +/Length 2046 +>> +stream +xRiP D& "28At*rHP96$Cҁ@9APf`)dG(P3TFwkښS{~6A\Q aRG A08aKQ`K:hD0a +A + (84x"2?Dn"L J~"4DT}IΔ ~l~zΎ@>X- /ȴ$_ʄ_VYR +{2Pw;tR4~syeŘu`HJfu7;\Q^<=nm/;f藷l +hB +: ];5SdszJX79:jOɽocJOVK^-jy85C<T;b~pm][1Ѱ"kK!x$됍"OjEɲ" +SG:S询zyƔ[YCˏ6,s^ -m |m= ـ=9`eHir<UE9QKB]f_E ]m`M,8B_?ciȄ,6vpxajw/5}wAM+~Tu/(~hsK ԩNY<)ERL,h\{tcߚҥFm˿T;踘+Hn/VXVرpNC{3Ikm5s?WZI|zGCEgknMf/pYVbA̷ͣ8-+|1ӄFwqT(~eε7}&W2 t}FYUf/Jy_Ue + +endstream +endobj +70 0 obj +<< +/Type/FontDescriptor +/CapHeight 850 +/Ascent 850 +/Descent -200 +/FontBBox[-55 -420 2343 920] +/FontName/PQVWWP+MSBM10 +/ItalicAngle 0 +/StemV 40 +/FontFile 69 0 R +/Flags 4 +>> +endobj +69 0 obj +<< +/Filter[/FlateDecode] +/Length1 827 +/Length2 1782 +/Length3 533 +/Length 2387 +>> +stream +xV{8'z06fR\%1_{1Kn!J7)6JHEH.r)%ڃ9i9y9Ϸ?^=1Za6 +&4A(+2A"fD608 +ao*] + +Ɲ~=rP$σ3%g.|HZS!Q&vS?yL~KRЈܥf6\IG7, !4*Ue?ldΡnl@YӐ#J/elG|Y^3!wꌝl iJZ<jd;-MГLx^M=H o99bC=MB>{R]W=Ub?5f{RDR}fqzTެmL\xO-UŅl?fHfv Osf?>;P +[>KVRF=dlqQzh6%4Q0M@쪻wҭ!ƊE +=iD9a12jWo~4kUT}tk WFOX}02t]nEVS"O!)Ü-afpF-C!y{ej*U1kzS1k^ +ah}'q5fI +釧 +:ɔ<V3\A!O?A@D&N#2B < +endstream +endobj +73 0 obj +<< +/Type/FontDescriptor +/CapHeight 850 +/Ascent 850 +/Descent -200 +/FontBBox[-341 -250 1304 965] +/FontName/TDOORE+CMR5 +/ItalicAngle 0 +/StemV 89 +/FontFile 72 0 R +/Flags 4 +>> +endobj +72 0 obj +<< +/Filter[/FlateDecode] +/Length1 782 +/Length2 1396 +/Length3 533 +/Length 1977 +>> +stream +x{8TǣvSbܘ0%M+:rYfְ2kf2K:H읒.OH$IH(BrI9M=()sry}9<g}Z^&4rD Lc. FR +aaB ,-#/`0t +Sm1&'Jqz\{X]m\?0S.vewݲ5}˟(uRStWEaR{ZG,~́W/U8DnUj͔s)o6;|q:ll4̌V!~tax h'gEZr_?ҮOj=Ֆ<wjN$LC25OU?Lg^JȬt.xV#XSAqqxMx*jg3kbj^@o{y@~p__=ҷn)kp$`\#s[K´_" ^/^^zmnz_x}veQ>dnS{+/[}Eg,W{N%[{c|MI/Ā(iZX@ &|h-<{&i:! c]#{joF./9ڪr\ɖahe z=PfRw!l޽R~" ;0Mo3gJ[]4xR(J[ubXGw|Vlꤥ{m-4hPBU'M5[ ԥnV.ןѼy[byZQϾ^~Heff^Y%tugf< ?SL?7 XLB~*_kxrL2I.8nܳif|ZqR\ݗt=ejq&7ɹ"FxLV퉻gˮMGrI+1i2eEj%jeIZ<z֐DH&ƙՖ/E;P@Fwy;9&q89F + +;;Kܵ.]8ދH=GB5-""뽃N+~)6]F辗‡scRyʛIJ:౳7">qYyV__ r^ +\sZ}mA:16iVmo;eszXJ]zVA`ƉU,zAio ;YvPK/3_{>hU.T1j4[JR˟JQU>2.;uǙSvZkz6??{eMwc~QNCNV-8pc2G%]gF-xmލ;Y']'  :H}#yZkWH_s4ƺ[czht;GwΚIԮ۞Lֹ#_^Oy Q>Ū4 +endstream +endobj +76 0 obj +<< +/Type/FontDescriptor +/CapHeight 850 +/Ascent 850 +/Descent -200 +/FontBBox[37 -250 1349 750] +/FontName/CMLPDO+CMMI5 +/ItalicAngle -14.04 +/StemV 90 +/FontFile 75 0 R +/Flags 68 +>> +endobj +75 0 obj +<< +/Filter[/FlateDecode] +/Length1 816 +/Length2 2026 +/Length3 533 +/Length 2625 +>> +stream +xy<%K$Fvn3IñLZØy'ChPHF-[ Q堢DTH۹|~>GUkFtKXD"aL4K (cc,4 +B'B +B +D4P@@Cbաk($!1 (!:H#H‰+on5r` +m-,P[P&i0k2A",26Fv %y"a6Xz&ԱH̲h|L[}[RQȨ +4Y2jdmSjx_ fRJBWxZ;+SeO0s@nN[ld}3y)+ s)@K'$ ʕl6_Ga4#lϑ˹DA|J24Ĭup)ncsSeGI I-ּ:{%m?HB0Ncmqͥ<Ի̥3ygz7h:0a ۡώ;>ot +Lb(V_zk:ms;#K#UgApFD\Bi@!za|MWWGǪۅ&dKO7 ftOׇψU*'x3*E#?2P op8iOTEU8P0uwr!^5dqh揀_묱 ;دhܡPyV0d}c߁jqXbpaQԳS;vVwMP5sn-A +֮o8b{fp8c!9!P[[1=ncRb2ȰYơuRϦxnܘ*RNm㟸U rtZAvUZ)q=_ qf,OdvWT{*jr^Ks~ +NMOT mOo +EDv ݚ~~\[i>W~0R[Xܺ~Zʶ (xp >c"u+TN12ė ,$^ԋ֓\@:4ׁUG@o?ŗ>բ]9Ztf,[<b IG<wNZǏ⋙t3 ʸ^qD<j|oU˗sm"DC٢^bw6*R3Ra ފ\JȨ=um +O2׸c}~ޟs1sQ N\kPJ\亘L rCiWobm(vɞoEЮ/Ɂ#S OU}&\2| d^l_i6 7QL"%Wbk~KvULVkSF\1l0l~8[剈+Ěo;] 1z;)DiLCϘp#<|{2&q ݕSs?LcR/ʳ6i:f3ҋjO""0O>eT=zy͘"OX׳ldB7s>6zX?B4)y!wP(ѪyNBo%<(%HYJ_tK\NM/46\¤/Dt<?/ZOpgK;ä+`i(ͳi ⌺\𥳐ŏV=a[ݯ:AtaL/hxi0cw+Uu= +پkq,tF_[dK/{2AM[̵$OXцo:Gھ=Cۯv;>[m&mwG7>+A +gAd!/gK +0֤q^.{rL4IbiR +endstream +endobj +87 0 obj +<< +/Type/FontDescriptor +/CapHeight 850 +/Ascent 850 +/Descent -200 +/FontBBox[-15 -951 1252 782] +/FontName/ZBYACG+CMSY7 +/ItalicAngle -14.035 +/StemV 93 +/FontFile 86 0 R +/Flags 68 +>> +endobj +86 0 obj +<< +/Filter[/FlateDecode] +/Length1 773 +/Length2 599 +/Length3 533 +/Length 1160 +>> +stream +xPe "dHF^0=X'uXGܾw,p"!3ِHDJ 3 D D2D~EAOM<~ΎaRIA ͹cBb QYBzA_`@S W"q2&UR$\*1j K) . jx^T%ZMA0 PEш)V2@&utjy.sdhPx2ngX@<HV!ƄR0TY gHkQpMIJY;5*5W6ʄd)PkrZ>eh,m`WaEsS!@kA͇R ( w+nf!)ZD6@,GPJ ML +endstream +endobj +98 0 obj +<< +/Type/FontDescriptor +/CapHeight 850 +/Ascent 850 +/Descent -200 +/FontBBox[-24 -2960 1454 772] +/FontName/HFDORL+CMEX10 +/ItalicAngle 0 +/StemV 47 +/FontFile 97 0 R +/Flags 4 +>> +endobj +97 0 obj +<< +/Filter[/FlateDecode] +/Length1 778 +/Length2 1095 +/Length3 534 +/Length 1678 +>> +stream +xiX=%`PmBL "ex$ `]pLd$P4UR҂b$Z8hq9.XQwR\X۫9w}yiVX! 'Y;$!1@_$F0 + r <t'O$j,LQ +0A5 ++`z30Fe'-E{?Yhah5t<k.ї&\OU}ls-Qlbo35_8rrs[}^SXMqkn\gGr:ޑ$2ޟ8_!l%"Y,GDlZ}I뿫:.杛qiJ\~WԐ[{9Ht7}+e /G,ǝy xQZԄsФߝnz,zx#77sPt+]~5 Cgtf5v7Փ_L4r3'<r8|0kT[wNY0-1>6;]'Bߜq}lDaG5 m)6v ~j2m,2Krz:SG\ͦڥ M3n:N5[ +N;*|zt_aV|/FY➠[j[몐2-wD4YW7$DTU@.勁C?_fUn1T>ôgҤXiz_ZhX¤皯>'Zِyu;?Nx^SD0>Qi:اۻa9 +#&1>QTwDnxJv_ sgEb˾ֆv۲;{v98wCuˑ9Loǀ8Cpgk+H%;gӕ[-[iWډ=V5]zܩMM8k3#jWC~ MSk[Zigxm-C_K*Ț4o^޾xC)\.eE]ѻSŲ lgϷ!u>0[3`Eu^[fg2R 5*&pO~*̾}dVx +"wXD>exٍj${i3P̗ݘҍ}EՇIfCwEH*љ~ IT+D{1<5ͥfEm<x䑟i*%C҆\dߗ9DJPO_kJ +endstream +endobj +105 0 obj +<< +/Type/FontDescriptor +/CapHeight 850 +/Ascent 850 +/Descent -200 +/FontBBox[-35 -250 1190 750] +/FontName/SKVKHG+CMTI8 +/ItalicAngle -14.04 +/StemV 73 +/FontFile 104 0 R +/Flags 68 +>> +endobj +104 0 obj +<< +/Filter[/FlateDecode] +/Length1 1065 +/Length2 5215 +/Length3 533 +/Length 5944 +>> +stream +xWXS[#(IKB'#H %@HEz)"%TiR E{o|w9kݬcc˥o$C(X ߓEA*8DTX8 +.r7g[WW9;B]O +Х$ @`p/ +OvyýLHB[av=!n/ !de I883 S1ETdv$iՠ&gܷ9!czPC)տ6&SG(;G7~W" + ~ ǧ)Gq>WyK]y#Z_ʫ*ٹ1OBA|TC<1Y+]̦b:ȈAv&9ڡBP{L7˼[!)Pq|\Ц#sWﵾ<|Ȣ"  +EG S}P ;D]dzNiN*(jc1|-:!)oj]?'dRέr Խ Vqe>A/xwipW$z|-J!{tX$쓇I[$CJ>Jl1tvI\W|2GMֻJ>&Tr3<Qi0'pjc<Xl VJW H8+_bVIjeA[Us/qNx'iɪF.5<*S Q h<Zznw5כsJ,eM.6}&2@HɣU+ds,7 |䡷&횼MiQ9FI?ɑoq/׫ip,0&|,L4ld^Jeߘ핟q=/4=1>R!{]%z\|)HX-a +#5Ϳ_]aU +t%}YZ0if+t3wxmhC4mJJG#AN6s<E HSbA቏wǵRqG)&ge&NڌU@ +c] +R +JXo{C~-{лG{T`"^k/2/r?ݍ$3V 0!BS*8/vi+l/4}ȁAB2e߳Zv +5K +dqR!^qFr:>G5s +~xc"W{>A3+<3#0K&e{봴1y&zp8S @޻HpbFQ]Ϥ|݉lEIEҧ/9S .8)3|KJqso(lkhZ\i֪V 1^Yu7s;0Q?ZRʫT]=ъij&=T͉% [I\1t ^FMOF}m']rR+M6TKpT4Ϊ0ɬßQO!}~E;-:[y$lШ^̉=Q.ps#x KD8Zi` +D{I +.䮙& vUu +"Vwd^ nX le,+Cn^-]/>:b{0a݈W3aaj&wUc v){5bJ7O"ȳϏG)U+9iPG<OLOjT@I@SլwgC`WJ+]$[%W) c0KVK__|ap*̟_;T|8Fg*KsIu2痷 5LdVR>~e#vwԞE~h 9Y^`7#X4ʢSNO+K 6BaE=;de::irʹ^dsYE6@ˆ +5?2rGOmGD[EĭHF, +SMJ&ַ ՞!Bae貭EJ_Szw⽳eOjA5:ASJ@Ӈgn}RѽFEh9AzjAqb[j}KvcsK-{ޛ_tfzty[&T$3epPȋޜ +Bp]o3 7ƓN-lvPtۈC6??)䲄]c<}շT*f@xI +YZҜ2膥G1FLqXg x3}V +p|XYyS eD~q>\ 8+]*.~Jp&PQG)h;u8TUh5-e mt;SR67dNW|Iy\"&Yn{)Afjuml]B^Sn0|ZHSG^yS7Ra?{<"DÎ*Ѿv:?z[҈);Npxz?G!<垦5 VxRѳ+x,*+X4JN:B\uKp@$dX•[ެ^`* E/9P^[FL-&g>HT ՛M϶WSG +WQ8'iDVbˢ/JJ%PS7W!Ř={+bNw$*U""U@Y7'ԝ9J4) +hY_-?8g90.v7삣@<>qfMpC9b/Lk+:&x{a:ႉFҾm5&uaak3S.ܐըF^ˌa%Y+]3//^zOO]YScjjP}Fk nBΆ Ek76Tw)4o(%) vb✭SBrh: <n +69ѣÜXLhlEynJ!e^# RR95[\itLXp~JJ}=^.~G9} +endstream +endobj +1 0 obj +<< +/Creator( TeX output 2006.08.29:0920) +/Producer(dvipdfm 0.13.2c, Copyright \251 1998, by Mark A. Wicks) +/CreationDate(D:20060914172508+09'00') +>> +endobj +5 0 obj +<< +/Type/Page +/Resources 6 0 R +/Contents[59 0 R 4 0 R 60 0 R 61 0 R] +/Parent 109 0 R +>> +endobj +63 0 obj +<< +/Type/Page +/Resources 64 0 R +/Contents[59 0 R 4 0 R 65 0 R 61 0 R] +/Parent 109 0 R +>> +endobj +109 0 obj +<< +/Type/Pages +/Count 2 +/Kids[5 0 R 63 0 R] +/Parent 3 0 R +>> +endobj +67 0 obj +<< +/Type/Page +/Resources 68 0 R +/Contents[59 0 R 4 0 R 78 0 R 61 0 R] +/Parent 110 0 R +>> +endobj +80 0 obj +<< +/Type/Page +/Resources 81 0 R +/Contents[59 0 R 4 0 R 82 0 R 61 0 R] +/Parent 110 0 R +>> +endobj +110 0 obj +<< +/Type/Pages +/Count 2 +/Kids[67 0 R 80 0 R] +/Parent 3 0 R +>> +endobj +84 0 obj +<< +/Type/Page +/Resources 85 0 R +/Contents[59 0 R 4 0 R 89 0 R 61 0 R] +/Parent 111 0 R +>> +endobj +91 0 obj +<< +/Type/Page +/Resources 92 0 R +/Contents[59 0 R 4 0 R 93 0 R 61 0 R] +/Parent 111 0 R +>> +endobj +111 0 obj +<< +/Type/Pages +/Count 2 +/Kids[84 0 R 91 0 R] +/Parent 3 0 R +>> +endobj +95 0 obj +<< +/Type/Page +/Resources 96 0 R +/Contents[59 0 R 4 0 R 100 0 R 61 0 R] +/Parent 112 0 R +>> +endobj +102 0 obj +<< +/Type/Page +/Resources 103 0 R +/Contents[59 0 R 4 0 R 107 0 R 61 0 R] +/Parent 112 0 R +>> +endobj +112 0 obj +<< +/Type/Pages +/Count 2 +/Kids[95 0 R 102 0 R] +/Parent 3 0 R +>> +endobj +3 0 obj +<< +/Type/Pages +/Count 8 +/Kids[109 0 R 110 0 R 111 0 R 112 0 R] +/MediaBox[0 0 595 842] +>> +endobj +59 0 obj +<< +/Length 1 +>> +stream + +endstream +endobj +61 0 obj +<< +/Length 1 +>> +stream + +endstream +endobj +4 0 obj +<< +/Length 31 +>> +stream +1.0953 0 0 1.0953 72 769.82 cm +endstream +endobj +113 0 obj +<< +>> +endobj +114 0 obj +null +endobj +115 0 obj +<< +>> +endobj +2 0 obj +<< +/Type/Catalog +/Pages 3 0 R +/Outlines 113 0 R +/Threads 114 0 R +/Names 115 0 R +>> +endobj +xref +0 116 +0000000000 65535 f +0000162686 00000 n +0000164360 00000 n +0000164008 00000 n +0000164212 00000 n +0000162850 00000 n +0000020557 00000 n +0000050665 00000 n +0000050481 00000 n +0000000009 00000 n +0000063466 00000 n +0000063278 00000 n +0000000991 00000 n +0000065730 00000 n +0000065540 00000 n +0000001980 00000 n +0000074534 00000 n +0000074346 00000 n +0000002900 00000 n +0000003881 00000 n +0000084574 00000 n +0000084381 00000 n +0000004868 00000 n +0000088108 00000 n +0000087916 00000 n +0000005850 00000 n +0000090582 00000 n +0000090388 00000 n +0000006821 00000 n +0000092963 00000 n +0000092777 00000 n +0000007811 00000 n +0000095162 00000 n +0000094974 00000 n +0000008795 00000 n +0000109162 00000 n +0000108968 00000 n +0000009697 00000 n +0000118396 00000 n +0000118201 00000 n +0000010627 00000 n +0000122159 00000 n +0000121965 00000 n +0000011562 00000 n +0000123724 00000 n +0000123538 00000 n +0000012583 00000 n +0000126457 00000 n +0000126266 00000 n +0000013532 00000 n +0000131130 00000 n +0000130937 00000 n +0000014510 00000 n +0000139662 00000 n +0000139467 00000 n +0000015415 00000 n +0000142925 00000 n +0000142738 00000 n +0000016380 00000 n +0000164112 00000 n +0000017333 00000 n +0000164162 00000 n +0000020329 00000 n +0000162953 00000 n +0000024130 00000 n +0000020618 00000 n +0000023991 00000 n +0000163136 00000 n +0000030964 00000 n +0000145273 00000 n +0000145085 00000 n +0000024192 00000 n +0000147961 00000 n +0000147774 00000 n +0000025072 00000 n +0000150244 00000 n +0000150052 00000 n +0000026063 00000 n +0000027051 00000 n +0000030789 00000 n +0000163241 00000 n +0000033977 00000 n +0000031026 00000 n +0000033791 00000 n +0000163425 00000 n +0000038721 00000 n +0000153177 00000 n +0000152983 00000 n +0000034039 00000 n +0000035032 00000 n +0000038558 00000 n +0000163530 00000 n +0000042749 00000 n +0000038783 00000 n +0000042550 00000 n +0000163714 00000 n +0000047321 00000 n +0000154639 00000 n +0000154450 00000 n +0000042811 00000 n +0000043788 00000 n +0000047122 00000 n +0000163820 00000 n +0000050417 00000 n +0000156626 00000 n +0000156431 00000 n +0000047384 00000 n +0000048356 00000 n +0000050254 00000 n +0000163058 00000 n +0000163346 00000 n +0000163635 00000 n +0000163928 00000 n +0000164292 00000 n +0000164315 00000 n +0000164337 00000 n +trailer +<< +/Size 116 +/Root 2 0 R +/Info 1 0 R +>> +startxref +164458 +%%EOF diff --git a/misc_code/ugly_computations/quadratic_class_number.sage b/misc_code/ugly_computations/quadratic_class_number.sage @@ -0,0 +1,12 @@ +# Determines the proportion of real quadratic fields with odd class number. +def f(B): + sqf = [ b for b in range(2,B) if b%4==1 and is_squarefree(b) ] + total_odd = 0 + + R.<x> = PolynomialRing(QQ) + for a in sqf: + if NumberField( x^2 - a, 'c' ).class_number() % 2 == 1: + total_odd += 1 + + print "=1 mod 4 squarefree integers up to", B, ": ", len(sqf) + print "With odd class number:", total_odd diff --git a/necessity_52b/2_division.sage b/necessity_52b/2_division.sage @@ -0,0 +1,126 @@ + +R1.<x> = PolynomialRing(QQ) +R2.<x,y> = PolynomialRing(QQ) + +def extended_field( f, A, B, deg_mult ): + # f: a polynomial whose roots are the x-coordinates of some points of an + # elliptic curve E: y^2 = x^3 + Ax + B. + # return value: a field containing the x and y coordinates of those points + # deg_mult: a positive integer known to be a multiple of the degree of the + # extended field. + # + # This function uses the properties of resultants (I can provide a pdf + # explaining how it works). + # + # It is useful to compute, e.g., the fields obtained by adjoining the + # coordinates of the n-division points of a point (using the n-uplication + # formulas to get the required polynomials). + # + # When used to compute the 2-division fields, it gives the same output as + # E.division_field(2). + + + g = y^2 - x^3 - A*x - B + res = f.resultant(g,x) + res = res.subs(y=x) + + #K.<b> = f.splitting_field() + #print aux + print "+++ Computing splitting field of the following: +++" + + pol = R1(res*f) + print pol + + K.<b> = NumberField( R( pari(pol).nfsplitting(deg_mult) ) ) + + return K + +L = [] + +for A in range(1,9): + for B in range(1,9): + + print "Current list of examples:", len(L), "elements. List:" + print L + + E = EllipticCurve([0,0,0,A,B]) + print "*************************" + print E + print "of rank ", E.rank(), "with (some) points of infinite order:", E.gens() + print "CM:", E.has_cm() + + rep = E.galois_representation() + print "mod 2 rep is surjective:", rep.is_surjective(2) + + if E.rank() == 0: + print "Stopping because rank 0" + print "" + continue + if len(E.gens()) == 0: + print "Stopping because no points of infinite order found" + print "" + continue + if E.has_cm(): + print "Stopping because CM" + print "" + print "" + continue + if not rep.is_surjective(2): + print "Stopping because mod 2 rep is not surjective" + print "" + continue + + K_2.<a> = E.division_field(2) + print "2-division field:", K_2 + P = E(0) + flag = False + for P in E.gens(): + if len(P.division_points(2)) == 0: + flag = True + break + if not flag: + print "Stopping because the points found are 2-divisible" + print "" + continue + print "Taking the 2-division of P =", P + + # The following polynomial is derived from the duplication formula + # (Silverman, p.54) using the x-coordinate of the 2-division point as + # an indeterminate.x + f_P = R1(x^4 - 4*P[0]*x^3 - 2*A*x^2 - 4*(2*B + A*P[0])*x + A^2 - 4*B*P[0]) + #print f_P.roots() + + M = extended_field( f_P, A, B, 24 ) # The 2-division field of P + print "2-division field of P:", M + + if M.degree() != 24: + print "Stopping because 2-division of P is too small" + print "" + continue + + div_pol_4 = E.division_polynomial(4) + + #if div_pol_4.splitting_field('zz').degree() < 48: + # print "Stopping because splitting field of div_pol_4 < 48" + # exit() + + K_4 = extended_field( div_pol_4, A, B, 96 ) + print "4-division field:", K_4 + + if K_4.degree() != 96: + print "Stopping because mod 4 representation not surjective" + print "" + continue + + if len(f_P.roots(ring=K_4)) == 0: + print "Stopping because M is not contained in K_4" + print "" + continue + + print "----------------" + print "|Example Found!|" + print "----------------" + L.append((A,B)) + + print "*************************" + print "" diff --git a/necessity_52b/2_division_counterex.sage b/necessity_52b/2_division_counterex.sage @@ -0,0 +1,59 @@ + +R1.<x> = PolynomialRing(QQ) +R2.<x,y> = PolynomialRing(QQ) + +def extended_field( f, A, B, deg_mult ): + # f: a polynomial whose roots are the x-coordinates of some points of an + # elliptic curve E: y^2 = x^3 + Ax + B. + # return value: a field containing the x and y coordinates of those points + # deg_mult: a positive integer known to be a multiple of the degree of the + # extended field. + # + # This function uses the properties of resultants (I can provide a pdf + # explaining how it works). + # + # It is useful to compute, e.g., the fields obtained by adjoining the + # coordinates of the n-division points of a point (using the n-uplication + # formulas to get the required polynomials). + # + # When used to compute the 2-division fields, it gives the same output as + # E.division_field(2). + + + g = y^2 - x^3 - A*x - B + res = f.resultant(g,x) + res = res.subs(y=x) + + #print "Splitting field of division pol:" + #print R1(f).splitting_field('r') + K.<b> = (R1(res*f)).splitting_field(degree_multiple=deg_mult) + + return K + + +A = -3 +B = 17/4 + +E = EllipticCurve([0,0,0,A,B]) +print E +print "of rank ", E.rank(), "with (some) points of infinite order:", E.gens() +print "CM:", E.has_cm() + +rep = E.galois_representation() +print "mod 2 rep is surjective:", rep.is_surjective(2) + +K_2.<a> = E.division_field(2) +print "2-division field:", K_2 +P = [4,15/2] + +# The following polynomial is derived from the duplication formula +# (Silverman, p.54) using the x-coordinate of the 2-division point as +# an indeterminate.x +f_P = R1(x^4 - 4*P[0]*x^3 - 2*A*x^2 - 4*(2*B + A*P[0])*x + A^2 - 4*B*P[0]) + +M = extended_field( f_P, A, B, 24 ) # The 2-division field of P +print "2-division field of P:", M + +if M.degree() != 24: + print "Stopping because 2-division of P is too small" + exit() diff --git a/necessity_52b/necessity_52b.pdf b/necessity_52b/necessity_52b.pdf Binary files differ. diff --git a/necessity_52b/necessity_52b.tex b/necessity_52b/necessity_52b.tex @@ -0,0 +1,96 @@ +\documentclass[10pt,a4paper]{article} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsthm} +\usepackage{amsfonts} +\usepackage{amssymb} +\usepackage[a4paper, top=3cm, bottom=3cm, left=2.5cm, right=2.5cm]{geometry} + +\DeclareMathOperator{\alg}{alg} +\DeclareMathOperator{\obj}{Obj} +\DeclareMathOperator{\Hom}{Hom} +\DeclareMathOperator{\End}{End} +\DeclareMathOperator{\hol}{Hol} +\DeclareMathOperator{\aut}{Aut} +\DeclareMathOperator{\gal}{Gal} +\DeclareMathOperator{\id}{id} +\DeclareMathOperator{\res}{res} +\DeclareMathOperator{\im}{Im} +\DeclareMathOperator{\Id}{Id} +\DeclareMathOperator{\fib}{Fib} +\DeclareMathOperator{\spec}{Spec} +\DeclareMathOperator{\proj}{Proj} +\DeclareMathOperator{\trdeg}{trdeg} +\DeclareMathOperator{\car}{char} +\DeclareMathOperator{\Frac}{Frac} +\DeclareMathOperator{\reduced}{red} +\DeclareMathOperator{\real}{Re} +\DeclareMathOperator{\imag}{Im} +\DeclareMathOperator{\vol}{vol} +\DeclareMathOperator{\den}{den} +\DeclareMathOperator{\rank}{rank} +\DeclareMathOperator{\lcm}{lcm} +\DeclareMathOperator{\rad}{rad} +\DeclareMathOperator{\ord}{ord} +\DeclareMathOperator{\Br}{Br} +\DeclareMathOperator{\inv}{inv} +\DeclareMathOperator{\Nm}{Nm} +\DeclareMathOperator{\Tr}{Tr} +\DeclareMathOperator{\an}{an} +\DeclareMathOperator{\op}{op} +\DeclareMathOperator{\sep}{sep} +\DeclareMathOperator{\unr}{unr} +\DeclareMathOperator{\et}{\acute et} +\DeclareMathOperator{\ev}{ev} +\DeclareMathOperator{\gl}{GL} +\DeclareMathOperator{\SL}{SL} + +\newcommand{\grp}{\textsc{Grp}} +\newcommand{\set}{\textsc{Set}} +\newcommand{\x}{\mathbf{x}} +\newcommand{\naturalto}{\overset{.}{\to}} +\newcommand{\qbar}{\overline{\mathbb{Q}}} +\newcommand{\zbar}{\overline{\mathbb{Z}}} + +\newcommand{\pro}{\mathbb{P}} +\newcommand{\aff}{\mathbb{A}} +\newcommand{\quat}{\mathbb{H}} +\newcommand{\rea}{\mathbb{R}} +\newcommand{\kiu}{\mathbb{Q}} +\newcommand{\F}{\mathbb{F}} +\newcommand{\zee}{\mathbb{Z}} +\newcommand{\ow}{\mathcal{O}} +\newcommand{\mcx}{\mathcal{X}} +\newcommand{\mcy}{\mathcal{Y}} +\newcommand{\mcs}{\mathcal{S}} +\newcommand{\mca}{\mathcal{A}} +\newcommand{\mcb}{\mathcal{B}} +\newcommand{\mcf}{\mathcal{F}} +\newcommand{\mcg}{\mathcal{G}} +\newcommand{\mct}{\mathcal{T}} +\newcommand{\mcq}{\mathcal{Q}} +\newcommand{\mcr}{\mathcal{R}} +\newcommand{\adl}{\mathbf{A}} +\newcommand{\mbk}{\mathbf{k}} +\newcommand{\m}{\mathfrak{m}} +\newcommand{\p}{\mathfrak{p}} + +\newcommand{\kbar}{\overline{K}} +\newtheorem{lemma}{Lemma} + +\author{Sebastiano Tronto} +\title{On the Second Condition of Theorem 5.2 ($\ell=2$)} + +\begin{document} + +\maketitle + +\textbf{Question:} is Lemma 1 of Lang's \emph{Elliptic Curves Diophantine Analysis}, Chapter 5 Section 5, page 117 (References/Kummer theory/LANG-book-EC.pdf) consistent with Jones-Rouse's Theorem 5.2, i.e. can we deduce that $F(\beta_1)$ is partially contained in $F(A[2])$ already? + +I believe the answer is no. Lang is working over a base field that contains all the $\ell^\infty$ torsion of $A$, so it doesn't apply in our case (J\&R assume surjectivity of the torsion part). + +A counterexample is actually given by J\&R right after the proof of the theorem (``Remark''). They don't say explicitly that $\kiu(\beta_1)\cap \kiu(A[2])=\kiu$ in this case, but I have tested this with sage (see the file \texttt{2-division-counterex.sage}): $\kiu(\beta_1)$ has degree $24$ over $\kiu$ and $\kiu(A[2])$ has degree $2$, which together imply that $[\kiu(A[2],\beta_1):\kiu(A[2])]\geq 4$, so it is maximal. + +The file \texttt{2-division.sage} contains some code that looks for other counterexamples (varying the parameters of a short Weierstrass equation), but it is quite slow (about 3 minutes on my pc for each elliptic curve of which it computes the 4-torsion field). + +\end{document} +\ No newline at end of file