Homeに戻る  一覧に戻る 

Integer Points on A^4+B^4+C^4=D^4


[2024.11.20]A^4+B^4+C^4=D^4の整点


■Euler予想(n=4のとき)の反例、つまり、
       A^4+B^4+C^4=D^4 ----------(1)
を満たす自明でない整数の組(A,B,C,D) (ただし A*B*C*D!=0かつgcd(A,B,C,D)=1)を探す。

以下では、Elkiesの論文(参考文献[1])の方法によって、(1)を満たす整数の組(A,B,C,D)を探す。

■(1)およびD!=0より、r=A/D,s=B/D.t=C/Dとすると、
       r^4+s^4+t^4=1 ----------(2)
つまり、(2)を満たす有理数の組(r,s,t)を見つければ良い。

(3)で、r=x+y,s=x-yとすると、
       2*(x^4+6*x^2*y^2+y^4)+t^4=1 ----------(3)
となる。

ここで、ある有理数uに対して、
       r=x+y, s=x-y ----------(4)
       (u^2+2)*y^2=-(3*u^2-8*u+6)*x^2-2*(u^2-2)*x-2*u ----------(5a)
       ±(u^2+2)*t^2=4*(u^2-2)*x^2+8*u*x+(2-u^2) ----------(5b)
を満たす有理数の組(x,y,t,r,s)が存在すれば、(r,s,t)が(2)を満たすことが分かる。

[pari/gpによる計算]
gp > Y2(u)
%1 = ((-3*u^2 + 8*u - 6)/(u^2 + 2))*x^2 + ((-2*u^2 + 4)/(u^2 + 2))*x - 2*u/(u^2 + 2)
gp > T2(u)
%2 = ((4*u^2 - 8)/(u^2 + 2))*x^2 + 8*u/(u^2 + 2)*x + ((-u^2 + 2)/(u^2 + 2))
gp > 2*(x^4+6*x^2*Y2(u)+Y2(u)^2)+T2(u)^2
%4 = 1

■方程式系(4),(5a),(5b)は、変換(u,x,y,t)→(2/u,-x,y,-t)で不変であることが分かる。
有理数u=n/m(m.nは整数,m!=0,gcd(m,n)=1)とすると、(5a),(5b)は
       (2*m^2+n^2)*y^2=-(5*m-2-8*m*n+3*n^2)*x^2-2*(2*m^2-n^2)*x-2*m*n ----------(6a)
       ±(2*m^2+n^2)*t^2=4*(2*m^2-n^2)*x^2+8*m*n*x+(n^2-2*m^2) ----------(6b)
となる。
u→2/uの変換で方程式系(4a),(4b)の有理数解(x,y,t)の集合は不変であるので、mは0でない偶数,nは正の奇数として良い。

■正整数kに対して、S(k)=max{d ∈N: d^2|k}, R(k)=k/(S(k))^2とすると、以下の補題1,2が成立する。

[補題1] (6a)が無限個の有理数解(x,y)を持つための必要十分条件は、
     R(2*m^2+n^2), R(2*m^2-4*m*n+n^2)
が両方ともに、全ての素因数pがp≡1 (mod 8)を満たすことである。
で表される楕円曲線C(e)の有理点[x,y]を求める。

[補題2] (6b)が無限個の有理数解(x,t)を持つための必要十分条件は、
     R(2*m^2-2*m*n+n^2), R(2*m^2+n^2), R(2*m^2+2*m*n+n^2)
が、それぞれの全ての素因数pがp≡1 (mod 8)を満たすことである。

■max{m/4,n}<=100の範囲で、(6a),(6b)が共に、無限後の有理数解をもつようなu=2*m/nを求めると、以下のようになる。

[pari/gpによる計算]
gp > ppu(ssu(100))
time = 247 ms.
%13 = [-8/7, -16/5, 24/5, -16/15, -40/9, -40, 8/25, -16/27, -24/29, -32/35, -48/35, -16/39, 16/39, -80/39, -80/29, -80/11, 80/3, -72/41, -88/15, -88/5, -8/45, -16/45, -64/45, 96/5, 96/13, 96/25, -8/51, -24/55, 24/55, -112/39, -112/27, 112/27, -72/59, -96/59, -120/49, -120/31, -104/63, -128/63, -24/65, -64/65, -96/65, -48/67, 136/33, 32/71, -144/35, -144, 144, 144/25, 144/35, -112/73, -88/75, -128/75, -152/65, -152/45, -152/15, -24/79, -120/79, -160/63, -160/23, -160/3, 160/3, -168/53, -40/87, 40/87, -176/3, -120/89, -40/91, 40/91, -120/91, -184/73, -80/93, -160/93, -72/95, -168/95, -8/99, 8/99, -200/99, -200/59, -200/33, -160/103, -208/75, -208/43, 208/45, 8/105, -64/105, -88/105, -184/105, -192/107, -216/85, -40/111, 40/111, -224/75, -224/47, -224/3, 224/3, 224/47, 224/65, -96/113, 24/115, -72/115, -232/75, -232/21, 232/3, 232/21, -64/117, 64/117, -48/119, 48/119, -240/89, -240/67, -240/49, -240/19, 240/19, 240/49, 240/67, -160/121, -200/123, -248/105, 248/19, 248/33, -184/125, -248/125, -256/75, -256/15, 256/15, -200/131, -264/119, -264/115, -264/35, 264/35, -120/133, -136/133, 16/135, -208/135, -272/105, -72/137, -96/137, -280/117, -280/87, -280/69, -280/43, -280/27, 280/27, 280/69, -80/141, 80/141, -240/143, -256/143, -288/125, -288/55, 288/5, -24/145, -176/145, -176/147, -296/63, 296/65, 304/87, -176/153, -232/153, -24/155, -48/155, -192/155, -312/73, -312/61, -312/23, 312/23, -200/157, -104/159, -160/159, -280/159, -320/39, 320/19, 320/53, -40/161, 40/161, -216/161, -40/163, 72/163, -320/163, -328/141, -328/109, 32/165, -56/165, 56/165, -136/165, -152/165, -208/165, 48/167, -336/167, -336/115, -336/55, 336/83, -136/169, -336/169, -32/171, 80/171, -232/171, -344/93, 344/93, -280/173, 88/175, -304/175, -352/117, -352/105, -352/25, 352/25, -320/177, -360/179, -360/127, -360/83, -360/19, 360/13, 360/19, 360/29, 360/59, 360/89, -368/45, -368/3, 368/65, -232/185, 80/187, -296/187, -376/175, -200/189, -360/191, -384/115, -384/23, 384/23, 384/55, -32/195, -232/195, -256/195, -352/195, -392/165, -392/143, -392/107, -392/99, -392/75, -392/57, -392/51, -392, 392, 392/57, 392/75, 24/197, -32/197, 32/197, -40/199, 40/199, -400/153, -400/99, -400/81, -400/63, -400/51, -400/37, 400/37, 400/51, 400/63, 400/99, -408/157, -408/151, -408/143, -408/35, -408/25, -408/5, 408, 408/35, -416/105, -416/77, -416/15, 416/15, 416/77, 416/105, 416/111, -424/147, -424/105, 424/65, -432/185, -432/179, 432/55, 432/103, 432/115, 432/125, -440/151, -440/133, -440/119, -440/117, -440/81, -440/79, -440/21, 440/21, 440/51, 440/63, 440/79, 440/117, 440/119, -448/167, -448/165, -448/69, -448/33, 448/33, 448/69, 448/85, 456, 456/65, -464/165, -464/45, -464/35, 464/45, -472/163, -472/109, -472/75, 472/45, 472/75, -480/161, -480/113, -480/83, -480/47, -480/31, -480/29, -480/19, 480/7, 480/29, 480/83, 480/97, 480/113, 480/121, -488/175, -488/165, -488/85, -488/23, 488/139, -496/105, 496/105, 496/115, -504/155, -504/5, 504/5, -512/135, -512/105, -512/27, 512/25, 512/135, -520/189, -520/171, -520/147, -520/33, -520/27, 520/33, 520/51, 520/121, 520/147, -528/191, -528/95, -528/85, 528/85, 528/125, -536/181, -536/75, -536/15, -544/105, -544/15, -544, 544/105, -552/145, -552/65, 552/17, 552/65, 552/145, -560/157, -560/123, -560/69, -560/57, 560/33, 560/99, -568/147, -568/3, 568/147, -576/175, -576/121, -576/35, -584/195, -584/155, -584/135, -584/105, 584/25, 584/45, 584/105, 584/155, 592/149, -600/161, -600/143, -600/107, -600/77, -600/67, 600/13, 600/41, 600/47, 600/67, 600/77, 600/103, 600/143, 600/161, -608/105, 608/75, -616/135, -616/123, -616/39, 616/39, -624/55, 624/71, -632/21, -632/3, 632/3, -640/177, -640/159, -640/93, -640/27, -640/21, 640/21, 640/27, 640/117, 640/159, -648/131, -648/83, -648/31, -648/5, 648/5, -656/7, 656/7, 656/165, -664/165, -664/135, -664/131, -664/95, 664/135, -672/185, -672/145, -672/41, 672/41, 672/65, -680/171, -680/143, -680/93, -680/37, -680/9, 680/9, 680/81, 680/93, 680/127, 680/141, 680/171, 680/189, -688/195, -688/135, -688/123, -688/105, -688/39, -688/27, 688/105, -696/163, -696/41, -696/37, -696/13, 696/35, -704/185, -704/63, 704/63, -712/25, -720/173, -720/113, -720/43, 720/17, 720/19, 720/73, 720/173, 720/191, -728/187, 728/45, 728/187, -736/33, -736/5, 736/5, 736/33, 736/67, 736/95, -744/157, 744/157, -752/135, -752/15, 752/15, 752/117, -760/153, -760/111, -760/89, -760/63, 760/9, 760/63, 760/81, 760/93, 760/197, -768/175, -768/65, 768/35, 768/95, 768/175, -776/165, 776/171, 776/195, 784/39, 792/7, 792/25, 792/149, 792/175, -800/189, -800/159, -800/117, -800/97, -800/69, -800/11, -800/3, 800/11]

■これらのuについて、(3),(5a),(5b)を満たす有理数解(x,y,t)を持たないものもあれば、有理数解(x,y,t)を持つものもある。
これらのuを順に調べて、方程式系(5a),(5b)が有理数解(x,y,t)を持つことが確認できたものは、
     u=-16/5, -96/113, -184/105, -64/117, -136/133, 752/15, -800/97
の6個である(他にもあることが予想される)。

■以下では、u=-136/133のときに、(5a),(5b)を満たす有理数解(x,y,t)を求める。
u=-136/133のとき、(4a),(4b)は
     y^2=-153163/26937*x^2 + 16882/26937*x + 18088/26937 ------- (6)
     ±t^2=-33764/26937*x^2 - 72352/26937*x + 8441/26937 ------- (7)
(6)より、
     (2993*3)^2*y~2=-458416859*x^2 + 50527826*x + 54137384 ------ (8)
よって、ratpointsによって、□=-458416859*x^2 + 50527826*x + 54137384 となる有理数xをいくつか求めると、
     -4/591, -212/819, 271/858, 682/2493. -973/3838, ...
となる。

[ratpointsによる計算]
-bash-3.1$ ratpoints '487236456 454750434 -4125751731' 10000

This is ratpoints-1.5 by Michael Stoll (2001-04-23).

Please acknowledge use of the program in published work.


y^2 = - 4125751731 x^2 + 454750434 x + 487236456

max. Height = 10000
Search region:
  [-10000.500000, 10000.500000]
Using speed ratios 1000.000000 and 4.000000
10 primes used for first stage of sieving,
49 primes used for both stages of sieving together.
Sieving primes:
 First stage: 251, 197, 139, 137, 113, 103, 101, 89, 83, 67
 Second stage: 43, 241, 229, 199, 167, 157, 149, 131, 127, 239, 223, 211, 179, 233, 227, 193, 191, 61, 181, 173, 109, 163, 151, 97, 71, 107, 31, 29, 53, 79, 23, 59, 47, 37, 19, 13, 11, 17, 7
Probabilities: Min(251) = 0.500008, Cut1(67) = 0.500111, Cut2(7) = 0.632653, Max(3) = 1.000000

Forbidden divisors of the denominator:
  4, 17, 23, 29, 31, 37, 47, 59, 61, 79, 107, 127, 131, 149, 151, 157, 163, 167, 173, 181, 191, 193, 199, 227, 229, 233, 241

(-4 : 591)
(-212 : 819)
(271 : 858)
(682 : 2493)
(-973 : 3838)
(154 : 3929)
(-1253 : 4290)
(475 : 4986)
(1451 : 5590)
(2651 : 6706)
(3131 : 8190)
(-1438 : 9801)

82376 candidates survived the first stage,
12 candidates survived the second stage.

12 rational point pairs found.

例えば、(x,y)=(-4/591,1448/1773)は(5a)の有理点なので、任意の有理数kに対して、直線
     y-1448/1773=k*(x+4/591)
つまり、
     y=k*(x+4/591)+1448/1773 ------------- (9)
と2次曲線(6)の交点は高々2個の有理点であり、(-4/591,1448/1773)と異なる交点(x(k),y(k))は、以下のようになる。
     x(k)=(107748*k^2 + 26003184*k - 10589914)/(-15919767*k^2 - 90519333) ------- (10)
     y(k)=(39004776*k^2 - 33607698*k - 221780024)/(-47759301*k^2 - 271557999) ----- - (11)

さらに、(10)を(7)に代入して、
     ±t^2=(-756095391747225*k^4 - 9943858871147520*k^3 + 3313508734978218*k^2 - 63112850850203904*k + 1329472461417583)/(-2280950832008601*k^4 - 25938840426397398*k^2 - 73743746820884001) -------- (12)
を得る。
両辺に適当な有理数の平方数を掛けて、
     ±t^2*(26937*k^2 + 153163)^2*1773^2=756095391747225*k^4 + 9943858871147520*k^3 - 3313508734978218*k^2 + 63112850850203904*k - 1329472461417583
つまり、
     ±□=756095391747225*k^4 + 9943858871147520*k^3 - 3313508734978218*k^2 + 63112850850203904*k - 1329472461417583
を満たす有理数kを求めれば良い。

[pari/gpによる計算]
gp > T2(u0)
%3 = -33764/26937*x^2 - 72352/26937*x + 8441/26937
gp > h2(26937)
%4 = [2993, 3]
gp > Y2(u0)*(2993*3)^2
%5 = -458416859*x^2 + 50527826*x + 54137384
gp > gg(u0)
ratpoints '487236456 454750434 -4125751731' 10000
ratpoints '227375217 -1948945824 -909500868' 10000
ratpoints '-227375217 1948945824 909500868' 10000
%6 = [-4125751731*x^2 + 454750434*x + 487236456, -909500868*x^2 - 1948945824*x + 227375217]
gp > a=YY(u0,-4/591)
%7 = 1448/1773
gp > xx(u0,-4/591,a)
%8 = (107748*k^2 + 26003184*k - 10589914)/(-15919767*k^2 - 90519333)
gp > xk(k)=(107748*k^2 + 26003184*k - 10589914)/(-15919767*k^2 - 90519333)
%9 = (k)->(107748*k^2+26003184*k-10589914)/(-15919767*k^2-90519333)
gp > factor(xk(k))
%10 =
[              26937*k^2 + 153163 -1]

[53874*k^2 + 13001592*k - 5294957  1]

gp > k*(xk(k)+4/591)+1448/1773
%11 = (39004776*k^2 - 33607698*k - 221780024)/(-47759301*k^2 - 271557999)
gp > TT2(u0,xk(k))
%12 = (-756095391747225*k^4 - 9943858871147520*k^3 + 3313508734978218*k^2 - 63112850850203904*k + 1329472461417583)/(-2280950832008601*k^4 - 25938840426397398*k^2 - 73743746820884001)
gp > TT2(u0,xk(k))*(26937*k^2 + 153163)^2
%13 = 9334511009225/38809*k^4 + 368291069301760/116427*k^3 - 122722545739934/116427*k^2 + 21037616950067968/1047843*k - 1329472461417583/3143529
gp > h2(3143529)
%14 = [1, 1773]
gp > TT2(u0,xk(k))*(26937*k^2 + 153163)^2*1773^2
%15 = 756095391747225*k^4 + 9943858871147520*k^3 - 3313508734978218*k^2 + 63112850850203904*k - 1329472461417583
gp > factor(%15)
%16 =
[756095391747225*k^4 + 9943858871147520*k^3 - 3313508734978218*k^2 + 63112850850203904*k - 1329472461417583 1]


■楕円曲線E+またはE-の有理点(k,w)をMAGMAを使って求める。ここで、

     E+: w^2=756095391747225*k^4 + 9943858871147520*k^3 - 3313508734978218*k^2 + 63112850850203904*k - 1329472461417583

     E-: w^2=-(756095391747225*k^4 + 9943858871147520*k^3 - 3313508734978218*k^2 + 63112850850203904*k - 1329472461417583)
である。

楕円曲線E+の有理点はMAGMA 4-descentに失敗するので、見つからなかった。

[MAGMA 4-descemntによる計算]
> SetClassGroupBounds("GRH");
> P := PolynomialRing(Rationals());
> C := HyperellipticCurve((756095391747225*k^4 + 9943858871147520*k^3 - 331350\
8734978218*k^2 + 63112850850203904*k - 1329472461417583));
> fd := FourDescent(C : RemoveTorsion);
> #fd;
0

楕円曲線E-の有理点はMAGMA 4-descentを使って、見つかった。

[MAGMA 4-descentによる計算]
> function RP4(fd,M)
function>  T0:=Realtime();
function> for J:=1 to #fd do
function|for>   FD:=fd[J];
function|for>   printf "J="; J;
function|for>   pts:=PointsQI(FD,M);
function|for>   F,m:=AssociatedEllipticCurve(FD); F;
function|for>   for K:=1 to #pts do
function|for|for>     P:=m(pts[K]); P; printf "height "; Height(P);
function|for|for>     IsPoint(F,P[1]);
function|for|for>   end for; //K
function|for> end for;  //J
function>  T1:=Realtime(T0);
function>  printf "realtime="; T1;
function>  return #fd;
function> end function;
>
> SetClassGroupBounds("GRH");
> P := PolynomialRing(Rationals());
> C := HyperellipticCurve(-(756095391747225*k^4 + 9943858871147520*k^3 - 33135\
08734978218*k^2 + 63112850850203904*k - 1329472461417583));
> fd := FourDescent(C : RemoveTorsion);
> #fd;
32
> RP4(fd,10^10);
J=1
Elliptic Curve defined by y^2 = x^3 - x^2 + 3971619223592226604*x -
1791602749600376016515086080 over Rational Field
J=2
Elliptic Curve defined by y^2 = x^3 - x^2 + 3971619223592226604*x -
1791602749600376016515086080 over Rational Field
J=3
Elliptic Curve defined by y^2 = x^3 - x^2 + 3971619223592226604*x -
1791602749600376016515086080 over Rational Field
J=4
Elliptic Curve defined by y^2 = x^3 - x^2 + 3971619223592226604*x -
1791602749600376016515086080 over Rational Field
J=5
Elliptic Curve defined by y^2 = x^3 - x^2 + 3971619223592226604*x -
1791602749600376016515086080 over Rational Field
J=6
Elliptic Curve defined by y^2 = x^3 - x^2 + 3971619223592226604*x -
1791602749600376016515086080 over Rational Field
J=7
Elliptic Curve defined by y^2 = x^3 - x^2 + 3971619223592226604*x -
1791602749600376016515086080 over Rational Field
J=8
Elliptic Curve defined by y^2 = x^3 - x^2 + 3971619223592226604*x -
1791602749600376016515086080 over Rational Field
J=9
Elliptic Curve defined by y^2 = x^3 - x^2 + 3971619223592226604*x -
1791602749600376016515086080 over Rational Field
J=10
Elliptic Curve defined by y^2 = x^3 - x^2 + 3971619223592226604*x -
1791602749600376016515086080 over Rational Field
J=11
Elliptic Curve defined by y^2 = x^3 - x^2 + 3971619223592226604*x -
1791602749600376016515086080 over Rational Field
J=12
Elliptic Curve defined by y^2 = x^3 - x^2 + 3971619223592226604*x -
1791602749600376016515086080 over Rational Field
J=13
Elliptic Curve defined by y^2 = x^3 - x^2 + 3971619223592226604*x -
1791602749600376016515086080 over Rational Field
J=14
Elliptic Curve defined by y^2 = x^3 - x^2 + 3971619223592226604*x -
1791602749600376016515086080 over Rational Field
J=15
Elliptic Curve defined by y^2 = x^3 - x^2 + 3971619223592226604*x -
1791602749600376016515086080 over Rational Field
J=16
Elliptic Curve defined by y^2 = x^3 - x^2 + 3971619223592226604*x -
1791602749600376016515086080 over Rational Field
J=17
Elliptic Curve defined by y^2 = x^3 - x^2 + 3971619223592226604*x -
1791602749600376016515086080 over Rational Field
J=18
Elliptic Curve defined by y^2 = x^3 - x^2 + 3971619223592226604*x -
1791602749600376016515086080 over Rational Field
J=19
Elliptic Curve defined by y^2 = x^3 - x^2 + 3971619223592226604*x -
1791602749600376016515086080 over Rational Field
J=20
Elliptic Curve defined by y^2 = x^3 - x^2 + 3971619223592226604*x -
1791602749600376016515086080 over Rational Field
J=21
Elliptic Curve defined by y^2 = x^3 - x^2 + 3971619223592226604*x -
1791602749600376016515086080 over Rational Field
J=22
Elliptic Curve defined by y^2 = x^3 - x^2 + 3971619223592226604*x -
1791602749600376016515086080 over Rational Field
J=23
Elliptic Curve defined by y^2 = x^3 - x^2 + 3971619223592226604*x -
1791602749600376016515086080 over Rational Field
(8260877400000179849849/6302308993600 : -1190969441972391858917789983730643/158\
21568589893184000 : 1)
height 39.3965170140096596689036629566
true (8260877400000179849849/6302308993600 :
1190969441972391858917789983730643/15821568589893184000 : 1)
(8260877400000179849849/6302308993600 : -1190969441972391858917789983730643/158\
21568589893184000 : 1)
height 39.3965170140096596689036629566
true (8260877400000179849849/6302308993600 :
1190969441972391858917789983730643/15821568589893184000 : 1)
(533623704685573455739882286646972692742064637617047590586281/11599413197260540\
61744311607582851710260521101434944 : 45538938693047332040103080728905584162578\
7091519889509891213024141692487015602095997442699/39505178539691178233772393767\
112171314592204905355424784157883591755864048128 : 1)
height 127.253344089485755159750160533
true (533623704685573455739882286646972692742064637617047590586281/115994131972\
6054061744311607582851710260521101434944 :
4553893869304733204010308072890558416257870915198895098912130241416924870156020\
95997442699/3950517853969117823377239376711217131459220490535542478415788359175\
5864048128 : 1)
(533623704685573455739882286646972692742064637617047590586281/11599413197260540\
61744311607582851710260521101434944 : 45538938693047332040103080728905584162578\
7091519889509891213024141692487015602095997442699/39505178539691178233772393767\
112171314592204905355424784157883591755864048128 : 1)
height 127.253344089485755159750160533
true (533623704685573455739882286646972692742064637617047590586281/115994131972\
6054061744311607582851710260521101434944 :
4553893869304733204010308072890558416257870915198895098912130241416924870156020\
95997442699/3950517853969117823377239376711217131459220490535542478415788359175\
5864048128 : 1)
J=24
Elliptic Curve defined by y^2 = x^3 - x^2 + 3971619223592226604*x -
1791602749600376016515086080 over Rational Field
J=25
Elliptic Curve defined by y^2 = x^3 - x^2 + 3971619223592226604*x -
1791602749600376016515086080 over Rational Field
J=26
Elliptic Curve defined by y^2 = x^3 - x^2 + 3971619223592226604*x -
1791602749600376016515086080 over Rational Field
J=27
Elliptic Curve defined by y^2 = x^3 - x^2 + 3971619223592226604*x -
1791602749600376016515086080 over Rational Field
J=28
Elliptic Curve defined by y^2 = x^3 - x^2 + 3971619223592226604*x -
1791602749600376016515086080 over Rational Field
J=29
Elliptic Curve defined by y^2 = x^3 - x^2 + 3971619223592226604*x -
1791602749600376016515086080 over Rational Field
(6176859732099143695357148145088807157111914912587541241/3159529783121008593400\
529004994269402288984064 : 2059263728185733327290328139163631980242224265861839\
9325183997885647364273695632781/17759620464120442856372034466207127675752817982\
2216433517394479808512 : 1)
height 114.867773549861329024805353459
true (6176859732099143695357148145088807157111914912587541241/31595297831210085\
93400529004994269402288984064 : 20592637281857333272903281391636319802422242658\
618399325183997885647364273695632781/177596204641204428563720344662071276757528\
179822216433517394479808512 : 1)
(1051502703981043542278921/30140451361024 :
1079975500089924718756938074614354971/165472042466465312768 : 1)
height 43.5250405272178017138852653147
true (1051502703981043542278921/30140451361024 :
1079975500089924718756938074614354971/165472042466465312768 : 1)
(6176859732099143695357148145088807157111914912587541241/3159529783121008593400\
529004994269402288984064 : 2059263728185733327290328139163631980242224265861839\
9325183997885647364273695632781/17759620464120442856372034466207127675752817982\
2216433517394479808512 : 1)
height 114.867773549861329024805353459
true (6176859732099143695357148145088807157111914912587541241/31595297831210085\
93400529004994269402288984064 : 20592637281857333272903281391636319802422242658\
618399325183997885647364273695632781/177596204641204428563720344662071276757528\
179822216433517394479808512 : 1)
(1051502703981043542278921/30140451361024 :
1079975500089924718756938074614354971/165472042466465312768 : 1)
height 43.5250405272178017138852653147
true (1051502703981043542278921/30140451361024 :
1079975500089924718756938074614354971/165472042466465312768 : 1)
J=30
Elliptic Curve defined by y^2 = x^3 - x^2 + 3971619223592226604*x -
1791602749600376016515086080 over Rational Field
J=31
Elliptic Curve defined by y^2 = x^3 - x^2 + 3971619223592226604*x -
1791602749600376016515086080 over Rational Field
J=32
Elliptic Curve defined by y^2 = x^3 - x^2 + 3971619223592226604*x -
1791602749600376016515086080 over Rational Field
realtime=51718.714
32
>

楕円曲線E2: y^2 = x^3 - x^2+3971619223592226604*x-1791602749600376016515086080の有理点
       Q1(8260877400000179849849/6302308993600, 1190969441972391858917789983730643/15821568589893184000)
       height(Q1)=39.396517014009659668903662956579790265

       Q2(1051502703981043542278921/30140451361024, 1079975500089924718756938074614354971/165472042466465312768)
       height(Q2)=43.525040527217801713885265314659623039
は1次独立であるので、rank(E2)は2以上である。

これより、楕円曲線E0: y^2=x^3+50863653035430650648132587239190032*x-2596579570917378368973512525646015766366106324875392の有理点を求めると、
       P1(233714768991672015003916550889/1575577248400, 179221698729508418377839623024366696263826037/197769607373664800)
       height(P1)=39.396517014009659668903662956579790265

       P2(29748863191601190279969223028793/7535112840256, 162518900058271624795006804896461339908243018989/20684005308308164096)
       height(P2)=43.525040527217801713885265314659623039
となる。

楕円曲線E0の有理点P1,P2から、楕円曲線E-の有理点P(x,y)をいくつか求めると、そのx座標kは以下のようになる。
 -33911/44895,
 -528613/41475,
 -8461/571461,
 -1764801439/390505689,
 -7120040532103/1277846701103,
 -18462026010773/33730649253075,
 -71338389553919/42257187855015,
 -13829171930102373919/5909680725265070169,
 -144299282565611338439299750477/12929206500636822398629544645,
 -6367375348949905801835214005701/2198213930842716226274514448701,
 -289427327430500418566364978685741/28031392606194750943890326256741,
 -50857619740851149060224133043757/441945990273105933948748068815355,
 ...


[pari/gpによる計算]
gp > v=-v
%72 = [-756095391747225, -9943858871147520, 3313508734978218, -63112850850203904, 1329472461417583]
gp > e0=E0(v)
v=[-756095391747225, -9943858871147520, 3313508734978218, -63112850850203904, 1329472461417583]
I=-1883839001312246320301206934784816
J=96169613737680680332352315764667250606152086106496
%73 = [0, 0, 0, 50863653035430650648132587239190032, -2596579570917378368973512525646015766366106324875392, 0, 101727306070861301296265174478380064, -10386318283669513475894050102584063065464425299501568, -2587111200108673641517013036002797701622059255927877506757439408161024, -2441455345700671231110364187481121536, 2243444749272614910793114822158157622140315864692338688, -11334396694791432938128847004105111102854085759061688459412582125435987411068857311294216892497510400000000, 27063661893511868646330032528630353036510581794248833419696/21078447061438971412035064201047596877693981451233984375, Vecsmall([1]), [Vecsmall([128, -1])], [0, 0, 0, 0, 0, 0, 0, 0]]
gp > e2=E2(v)
v=[-756095391747225, -9943858871147520, 3313508734978218, -63112850850203904, 1329472461417583]
I=-1883839001312246320301206934784816
J=96169613737680680332352315764667250606152086106496
rr=[10638, -37722348, 0, 0]
%74 = [0, -1, 0, 3971619223592226604, -1791602749600376016515086080, -4, 7943238447184453208, -7166410998401504066060344320, -15773759250040909860586045668425028496, -190637722732426876976, 1547944774510898541874473111232, -5396082447728376681480976435468184800689659251515900000000, 27063661893511868646330032528630353036510581794248833419696/21078447061438971412035064201047596877693981451233984375, Vecsmall([1]), [Vecsmall([128, -1])], [0, 0, 0, 0, 0, [1819287834348575465767591440, 512, [2, 4; 3, 1; 5, 1; 7, 1; 41, 1; 73, 1; 1201, 1; 1801, 1; 8849, 1; 63113, 1; 299513, 1], [[4, -1, 0, 2], [1, 10, 0, 2], [1, 12, 0, 2], [1, 5, 0, 1], [1, 6, 0, 2], [1, 6, 0, 2], [1, 5, 0, 1], [1, 8, 0, 4], [1, 6, 0, 2], [1, 6, 0, 2], [1, 5, 0, 1]]], 0, [[2]~]]]

gp > Q1=QQ(e2,8260877400000179849849/6302308993600)
%75 = [8260877400000179849849/6302308993600, 1190969441972391858917789983730643/15821568589893184000]
gp > Q2=QQ(e2,1051502703981043542278921/30140451361024)
%76 = [1051502703981043542278921/30140451361024, 1079975500089924718756938074614354971/165472042466465312768]
gp > matdet(ellheightmatrix(e2,[Q1,Q2]))
time = 1 ms.
%77 = 1249.8654473108438081171110057696349606
gp > Q3=QQ(e2,6176859732099143695357148145088807157111914912587541241/3159529783121008593400529004994269402288984064)
%78 = [6176859732099143695357148145088807157111914912587541241/3159529783121008593400529004994269402288984064, 20592637281857333272903281391636319802422242658618399325183997885647364273695632781/177596204641204428563720344662071276757528179822216433517394479808512]
gp > matdet(ellheightmatrix(e2,[Q1,Q2,Q3]))
time = 1 ms.
%79 = -9.402942544651957338 E-34
gp > Q4=QQ(e2,533623704685573455739882286646972692742064637617047590586281/1159941319726054061744311607582851710260521101434944)
%80 = [533623704685573455739882286646972692742064637617047590586281/1159941319726054061744311607582851710260521101434944, 455389386930473320401030807289055841625787091519889509891213024141692487015602095997442699/39505178539691178233772393767112171314592204905355424784157883591755864048128]
gp > matdet(ellheightmatrix(e2,[Q1,Q2,Q4]))
time = 1 ms.
%81 = -9.402942544651957338 E-34
gp > matdet(ellheightmatrix(e2,[Q1,Q2]))
%82 = 1249.8654473108438081171110057696349606
gp > P1=ellchangepointinv(Q1,[10638, -37722348, 0, 0])
%83 = [233714768991672015003916550889/1575577248400, 179221698729508418377839623024366696263826037/1977696073736648000]
gp > P2=ellchangepointinv(Q2,[10638, -37722348, 0, 0])
%84 = [29748863191601190279969223028793/7535112840256, 162518900058271624795006804896461339908243018989/20684005308308164096]
gp > elltors(e0)
%85 = [2, [2], [[48769295475937284, 0]]]
gp > T0=[48769295475937284, 0]
%86 = [48769295475937284, 0]
gp > L1=cc2(10,v,P1,P2);
v=[-756095391747225, -9943858871147520, 3313508734978218, -63112850850203904, 1329472461417583]
I=-1883839001312246320301206934784816
J=96169613737680680332352315764667250606152086106496
time = 718 ms.
gp > length(L1)
%88 = 230
gp > L2=cc2t(10,v,P1,P2,T0);
v=[-756095391747225, -9943858871147520, 3313508734978218, -63112850850203904, 1329472461417583]
I=-1883839001312246320301206934784816
J=96169613737680680332352315764667250606152086106496
time = 530 ms.
gp > length(L2)
%90 = 0
gp > L1=cc2(20,v,P1,P2);
v=[-756095391747225, -9943858871147520, 3313508734978218, -63112850850203904, 1329472461417583]
I=-1883839001312246320301206934784816
J=96169613737680680332352315764667250606152086106496
time = 18,159 ms.
gp > length(L1)
%92 = 860
gp > L1=cc2(30,v,P1,P2);
v=[-756095391747225, -9943858871147520, 3313508734978218, -63112850850203904, 1329472461417583]
I=-1883839001312246320301206934784816
J=96169613737680680332352315764667250606152086106496
time = 2min, 12,127 ms.
gp > length(L1)
%94 = 1890
gp > L10=hsort(L1,10^500);
time = 18 ms.
gp > length(L10)
%102 = 207
gp > L10[1..30]
%103 = [-33911/44895, -528613/41475, -8461/571461, -1764801439/390505689, -7120040532103/1277846701103, -18462026010773/33730649253075, -71338389553919/42257187855015, -13829171930102373919/5909680725265070169, -144299282565611338439299750477/12929206500636822398629544645, -6367375348949905801835214005701/2198213930842716226274514448701, -289427327430500418566364978685741/28031392606194750943890326256741, -50857619740851149060224133043757/441945990273105933948748068815355, -953872343045322853243312366953111/715163261658934278969354351190625, -2246986664829060726040148760020231/29673206229232970184322157560226481, -8692109990438974967719362198755591/39456951033990775076748759839457135, -299413176643300877397136041395566333/34868224257745759888645436328095083, -29089813350866365793906681953016145251119/2117156214297585441149869182896405146455, -82234532747137738385542844575173492343469/270230843354622576214720237819632489482469, 18111647850719132066415845915535998018921/1099424954708204288220280970620553767015329, -3962771320058204922220664484172732093026017813/524430309045042527890209864272260630710810195, -405554291438259330166085341035994354552609869853555781/110660828796349064264427297512752549224817560411758781, -35081950231385307135502095326423249142820538518966790317/16619936836506512248599713865465879600345797952832261755, -83015448003147487499515446468611722493411441962192871189/44172978684849860757999072782173576437811937128845330189, -1199829996053041216784445712132050624323973004048223950957/1196486101569998269389437150786797776523047683704546086075, -48135627465571034658495485036176639592430585706894037250799/7824784253231353661895504488548706417738636990260580161815, -58063359279611664317387239031946358679977679527923392465905437/125901225791998705768185874666404488031866721093962326151194187, -957638725638877183607181975540121488527979496387505361327126871/288675492927039076941556516327177641054439184916379904164054335, -45030859155500597064571092348488435312246634934815765597595423871/39650225693017316102949294453361448329866944414416677098520080121, -427924590060929211275517284891399643547577623031991858670784212678566226508855359/1142090533290770058787676235992350940965506694499784049000956349246998109450455015, -25690442880130936360212799480893372046647158295224871000299292327466244415311659951/3745764233670390277345601643654661344692296057019019950093346785804345249551056201]

■これらの有理数kを(10),(11),(12)に代入すると、方程式系(5a),(5b)の有理数解x,y,tが求まる。
(4)より、(2)の有理数解(r,s,t)が求まる。
(2)の両辺に適当な整数を掛けることにより、(1)の整数解(A,B,C,D)をいくつか求めつことができる。A,B,C,Dを正整数として良い。
ここで、0 <= A <=B <= C <= Dを満たすように、A,B,Cを交換して、Dの小さい順に(1)の等式を並べ替えると、以下のようになる。


■(2)に(10),(11),(12)を代入して、変数kをxに置き換えると、以下の整数係数多項式の等式を得る。

     (-38681532*x^2+111617250*x+190010282)^4+(39328020*x^2+44401854*x-253549766)^4+(756095391747225*x^4+9943858871147520*x^3-3313508734978218*x^2+63112850850203904*x-1329472461417583)^2=(-47759301*x^2-271557999)^4 -------(13)

ここで、楕円曲線
       E(-136/133): y^2=-(756095391747225*x^4 + 9943858871147520*x^3 - 3313508734978218*x^2 + 63112850850203904*x - 1329472461417583)
の有理点P(x,y)を求めることができれば、そのx座標を(13)に代入することにより、A^4+B^4+C^4=D^4の整数解が得られる。

■同様に、他の有理数u=-16/5, -96/113, -184/105, -64/117についても、以下の整数係数多項式の等式を得ることができた。
各楕円曲線は有理点を持つので、有理点のx座標から、A~4+B^4+C^4=D^4の整数解を得ることができる。

[2024.11.29追記]
参考文献[4][5][6][7]に、Tom Womackの文書"The quartic surfaces x^4+y^4+z^4=N"を追加した。
2007/04/15に、この元々のWebページ(現在は参照できなくなっているようなので、Internet Archive Wayback Machineから探し出した)を見て、いつか、「ここに掲載されていない整数解を見つけよう」と決心したことを思い出した。
実際に、N=1の時の整数解を多数見つけることができた。

[2024.12.02追記]
u=752/15のとき、方程式系(5a),(5b)が有理数解(x,y,t)を持つことを確認できた。
楕円曲線
     y^2=-2574990*x^4 + 115209*x^3 - 17668620*x^2 + 2922009*x + 63237532
の有理点から、A^4+B^4+C^4=D^4の整数解を見つけることができた。

[2024.12.09追記]
参考文献[5]のMAGMAプログラム"elk18.mag"は、2つの円錐
     Cone1: 17*x^2 + 7*y^2 - 26*y*z + 7*z^2=0
     Cone2: 13*y^2 - 7*y*z + 13*z^2 - 51*t^2=0
の共通点からx^4+y^4+z^4=18*t^4の整数解(x,y,z,t)を求めるものであるが、
MAGMA V2.25-3で実行するためには、下から3行目の
   print "Expected rank was ",Rank(AssociatedEC(-crv));

   print "Expected rank was ",Rank(AssociatedEllipticCurve(-crv));
に修正する必要がある。
その実行結果は、以下の通りである。
Point on cone1 =  (-7/12 : 7/12 : 1)
Known point arises from k= 3925/2329
true 7440191712/107839375
Hunting points on  147579*k^4 - 262500*k^3 + 273546*k^2 - 69972*k + 97971
before cputime call
cputime was  0.000
Time: 0.000
[ 1, 1, 2, 1 ]
[ 1, 1, 2, 1 ]
[ 1, 1, 2, 1 ]
[ 1, 1, 2, 1 ]
[ 1, 2, 1, 1 ]
[ 1, 2, 1, 1 ]
[ 1, 2, 1, 1 ]
[ 1, 2, 1, 1 ]
[ 191, 278, 199, 149 ]
[ 191, 278, 199, 149 ]
[ 191, 278, 199, 149 ]
[ 191, 278, 199, 149 ]
[ 463, 1433, 538, 701 ]
[ 463, 1433, 538, 701 ]
[ 359, 1214, 439, 593 ]
[ 359, 1214, 439, 593 ]
Elliptic curve underlying it all is  Elliptic Curve defined by y^2 = x^3 - 194133*x - 16912532 over Rational Field
 of rank  2 true
Lift of  <1, <-3, -3>>  is  [ 380847727, 391808458, 573695561, 303601733 ]
Lift of  <1, <-3, -2>>  is  [ 359, 1214, 439, 593 ]
Lift of  <1, <-3, -1>>  is  [ 25018077593, 67580333026, 223815462953, 108889884353 ]
Lift of  <1, <-3, 0>>  is  [ 1835722393106619138500955324013201, 3646989810030598874532679932938582, 1834484169241706842691587875323671, 1824795736290816467165977786779221 ]
Lift of  <1, <-3, 1>>  is  [ 4194849334924041895484625917876792791474735661026148381890604611957313, 4957852588672482902866271904146679167109963229805184612141323926079002, 5028724473680793958525465456720590515991642590439820323981026319061577, 3047876519083863133503426870657720276590285566463024338715050166598749 ]
Lift of  <1, <-3, 2>>  is  [ 564868513361807163567972782095746615593724648665952699074665044601404253863365827279447776324203589576392617076478571561, 563181036081399023712272812886986297094694455141367000265575993871109398163502150122054642911584316240524234345534931406, 1088919141189854774445518475219687053009109812623753025913350410671427476897996899935447837743394521405492613013242735927, 546739368847907289662159221548377023401029027965676740395813314132851052084995454599654590767378283313979390023017881081 ]
Lift of  <1, <-3, 3>>  is  [ 2604371813533642029120177880897647722051828558434955284902239822560336282641843752529860581502866220959121051767579501077312442113081319218314534927632265448240104129479850075053257353, 20187408102718866119271381799424342231001736248548196340542291947627757088884931666380899338403055980139794314793937206566797692864936196164701342331832386608789309733301513159951745138, 6160982233387947673812937129173690684648294889828579489895058864373219750124337295626227629312347039700049885860869551934716084169519730912474806357625479982101236489675388401153566121, 9822681920026626580588678610032546061187161443863531376743622216001282289240218569210545237190376989706691392851765576735937551767767123401540291185813842905529815706186334357021109913 ]
Lift of  <1, <-2, -3>>  is  [ 53419645724359129, 190923427496780263, 641520316904741774, 312065608178758649 ]
Lift of  <1, <-2, -2>>  is  [ 463, 1433, 538, 701 ]
Lift of  <1, <-2, -1>>  is  [ 191, 199, 278, 149 ]
Lift of  <1, <-2, 0>>  is  [ 4259434036158583, 4430033064864377, 6227038270223074, 3331706515089377 ]
Lift of  <1, <-2, 1>>  is  [ 5116229387274642538565233425637571354179511, 16012611855028525659365480679495496163831911, 5981493490547537409678213927870161419673726, 7831448293825266049231711312969657728319697 ]
Lift of  <1, <-2, 2>>  is  [ 311325838227436170333415508000369638599291690919644405388095536642968808307920308097, 1066510770274663105416193937112570053702153646091482940336082022879046262329684733849, 3577595488008232702618705641964599342069939281003615222521351751481953354549135888842, 1740337144757435551266343505361681238491657092675181716837199389238893540994685665317 ]
Lift of  <1, <-2, 3>>  is  [ 34020930773066529360747451299085973403020342233104113631044346873266437213433803817229907863126663405827456097965585906263621891786030342129, 70715084707455271696407680041830258148978097990099430510965457134575934790640960489474770166450309305634838712157837879459008742105905464263, 34191317102346158645981269995435731421627869496844501442086911977565083952506996803860237656711802187193000170341596288946856962797226296774, 35224993527274155682589066980541733238289334114500499380412061893291848645637541434466065642353487979486869191409487227231335360021097711149 ]
Lift of  <1, <-1, -3>>  is  [ 1245744907257334112362374121044601, 1241605322843810001611154407013866, 2386180687038887250859493065400737, 1199034612820213430969683790335141 ]
Lift of  <1, <-1, -2>>  is  [ 4598174177, 5418167038, 5529566303, 3341373121 ]
Lift of  <1, <-1, -1>>  is  [ 1, 2, 1, 1 ]
Lift of  <1, <-1, 0>>  is  [ 6617, 18454, 61247, 29797 ]
Lift of  <1, <-1, 1>>  is  [ 49628196412110951312599, 165799267838517450086714, 60244793925280254852769, 81001697183174090229373 ]
Lift of  <1, <-1, 2>>  is  [ 26068327452197351755586417776003396036278658054695315343, 26860551671620357628493544883373042361731871675526624782, 39087678176477024213173181197080641024770665878794825439, 20718443749580280029668047139828586381922904131732511657 ]
Lift of  <1, <-1, 3>>  is  [ 721125922502601138479303582069821317661661495686735600023189156986722193151457750249819291403496383759, 759184059387327461307263952030989015347125881703200036948010565220279153261631638743232889337140553106, 1024448694126496258974105333988441592817148236862052707632628378764757071318953798781775674946380748417, 554693105227654025023841912817201048428239714476218223918997192743853116695875684021868900944287977881 ]
Lift of  <1, <0, -3>>  is  [ 26068327452197351755586417776003396036278658054695315343, 39087678176477024213173181197080641024770665878794825439, 26860551671620357628493544883373042361731871675526624782, 20718443749580280029668047139828586381922904131732511657 ]
Lift of  <1, <0, -2>>  is  [ 49628196412110951312599, 60244793925280254852769, 165799267838517450086714, 81001697183174090229373 ]
Lift of  <1, <0, -1>>  is  [ 6617, 61247, 18454, 29797 ]
Lift of  <1, <0, 1>>  is  [ 4598174177, 5529566303, 5418167038, 3341373121 ]
Lift of  <1, <0, 2>>  is  [ 1245744907257334112362374121044601, 2386180687038887250859493065400737, 1241605322843810001611154407013866, 1199034612820213430969683790335141 ]
Lift of  <1, <0, 3>>  is  [ 11768193612797843037535612402112753845240274443337542313745910615591817, 27124092798840851670242309414660977133638231450902319579751952946493759, 88654128821066978309956839817571474673240499756204391412509989953247942, 43138146272082536441352878895704167024228813733200822158942004004192317 ]
Lift of  <1, <1, -3>>  is  [ 311325838227436170333415508000369638599291690919644405388095536642968808307920308097, 3577595488008232702618705641964599342069939281003615222521351751481953354549135888842, 1066510770274663105416193937112570053702153646091482940336082022879046262329684733849, 1740337144757435551266343505361681238491657092675181716837199389238893540994685665317 ]
Lift of  <1, <1, -2>>  is  [ 5116229387274642538565233425637571354179511, 5981493490547537409678213927870161419673726, 16012611855028525659365480679495496163831911, 7831448293825266049231711312969657728319697 ]
Lift of  <1, <1, -1>>  is  [ 4259434036158583, 6227038270223074, 4430033064864377, 3331706515089377 ]
Lift of  <1, <1, 0>>  is  [ 191, 278, 199, 149 ]
Lift of  <1, <1, 1>>  is  [ 463, 538, 1433, 701 ]
Lift of  <1, <1, 2>>  is  [ 53419645724359129, 641520316904741774, 190923427496780263, 312065608178758649 ]
Lift of  <1, <1, 3>>  is  [ 12139134686958029175557745060773151811617634937, 12213551090194639332012858671072193298820148082, 25410945311503349794693287828558115148151323129, 12649905434394886132967806983661254499715264057 ]
Lift of  <1, <2, -3>>  is  [ 564868513361807163567972782095746615593724648665952699074665044601404253863365827279447776324203589576392617076478571561, 1088919141189854774445518475219687053009109812623753025913350410671427476897996899935447837743394521405492613013242735927, 563181036081399023712272812886986297094694455141367000265575993871109398163502150122054642911584316240524234345534931406, 546739368847907289662159221548377023401029027965676740395813314132851052084995454599654590767378283313979390023017881081 ]
Lift of  <1, <2, -2>>  is  [ 4194849334924041895484625917876792791474735661026148381890604611957313, 5028724473680793958525465456720590515991642590439820323981026319061577, 4957852588672482902866271904146679167109963229805184612141323926079002, 3047876519083863133503426870657720276590285566463024338715050166598749 ]
Lift of  <1, <2, -1>>  is  [ 1835722393106619138500955324013201, 1834484169241706842691587875323671, 3646989810030598874532679932938582, 1824795736290816467165977786779221 ]
Lift of  <1, <2, 0>>  is  [ 25018077593, 223815462953, 67580333026, 108889884353 ]
Lift of  <1, <2, 1>>  is  [ 359, 439, 1214, 593 ]
Lift of  <1, <2, 2>>  is  [ 380847727, 573695561, 391808458, 303601733 ]
Lift of  <1, <2, 3>>  is  [ 21184389997465805360893375679, 29967979746788484219401652247, 22345830106268029802571407366, 16256999363651986688641522541 ]
Lift of  <1, <3, -3>>  is  [ 972903903175447154551234923275314497952665755744057061737581576150907841603870688778515052300339720419437503839126459788922124219146300308641045702674810685456471, 1004070761075828088807130285702132557452798036685804707108085996978667482800288519448712098463587469192558312394281052074837329089465474711081954841640611784384874, 1452133178942316942017460611498633798349671199301221924559191387727046506579932626137609855396378297191384556889734423113392761987039247557387513380360241038968113, 770952097276848510154038790714214392802353200270301199606997486314973209746780766497655577003382535666587263032500292705715788759292290892295543269421432006487749 ]
Lift of  <1, <3, -2>>  is  [ 3740284705655503709280709443725371930814826867446474727657234611909689739603325473445014087990250371887, 12346873828208643226887631629348034460580605096897331415808988455029704340834013066663886896434905708862, 4508172614381761668000687099221260994621755721120742559159978515863879369483751705896559702452761180367, 6033181140211919121899527424999769109933388380976480153742632397668956717387819135318977711635865541249 ]
Lift of  <1, <3, -1>>  is  [ 953129949492712100450229958699009728805700955684762197809, 2747903083677548017031083476303362769113303027292469838978, 9138830669039588260878020798001619084887661590299224495249, 4445996698449893597463494296980735451350727352498158628449 ]
Lift of  <1, <3, 0>>  is  [ 297015007730139032362495433, 598046271556290443753584726, 297234393852523653220392623, 298813986154340838922758373 ]
Lift of  <1, <3, 1>>  is  [ 2748224089, 3228631226, 3315366961, 1997427997 ]
Lift of  <1, <3, 2>>  is  [ 1497953, 1492558, 2851151, 1433833 ]
Lift of  <1, <3, 3>>  is  [ 28971999793463329, 212289444274950674, 65117799214781713, 103301008591101049 ]
Lift of  <2, <-3, -3>>  is  [ 380847727, 573695561, 391808458, 303601733 ]
Lift of  <2, <-3, -2>>  is  [ 359, 439, 1214, 593 ]
Lift of  <2, <-3, -1>>  is  [ 25018077593, 223815462953, 67580333026, 108889884353 ]
Lift of  <2, <-3, 0>>  is  [ 1835722393106619138500955324013201, 1834484169241706842691587875323671, 3646989810030598874532679932938582, 1824795736290816467165977786779221 ]
Lift of  <2, <-3, 1>>  is  [ 4194849334924041895484625917876792791474735661026148381890604611957313, 5028724473680793958525465456720590515991642590439820323981026319061577, 4957852588672482902866271904146679167109963229805184612141323926079002, 3047876519083863133503426870657720276590285566463024338715050166598749 ]
Lift of  <2, <-3, 2>>  is  [ 564868513361807163567972782095746615593724648665952699074665044601404253863365827279447776324203589576392617076478571561, 1088919141189854774445518475219687053009109812623753025913350410671427476897996899935447837743394521405492613013242735927, 563181036081399023712272812886986297094694455141367000265575993871109398163502150122054642911584316240524234345534931406, 546739368847907289662159221548377023401029027965676740395813314132851052084995454599654590767378283313979390023017881081 ]
Lift of  <2, <-3, 3>>  is  [ 2604371813533642029120177880897647722051828558434955284902239822560336282641843752529860581502866220959121051767579501077312442113081319218314534927632265448240104129479850075053257353, 6160982233387947673812937129173690684648294889828579489895058864373219750124337295626227629312347039700049885860869551934716084169519730912474806357625479982101236489675388401153566121, 20187408102718866119271381799424342231001736248548196340542291947627757088884931666380899338403055980139794314793937206566797692864936196164701342331832386608789309733301513159951745138, 9822681920026626580588678610032546061187161443863531376743622216001282289240218569210545237190376989706691392851765576735937551767767123401540291185813842905529815706186334357021109913 ]
Lift of  <2, <-2, -3>>  is  [ 53419645724359129, 641520316904741774, 190923427496780263, 312065608178758649 ]
Lift of  <2, <-2, -2>>  is  [ 463, 538, 1433, 701 ]
Lift of  <2, <-2, -1>>  is  [ 191, 278, 199, 149 ]
Lift of  <2, <-2, 0>>  is  [ 4259434036158583, 6227038270223074, 4430033064864377, 3331706515089377 ]
Lift of  <2, <-2, 1>>  is  [ 5116229387274642538565233425637571354179511, 5981493490547537409678213927870161419673726, 16012611855028525659365480679495496163831911, 7831448293825266049231711312969657728319697 ]
Lift of  <2, <-2, 2>>  is  [ 311325838227436170333415508000369638599291690919644405388095536642968808307920308097, 3577595488008232702618705641964599342069939281003615222521351751481953354549135888842, 1066510770274663105416193937112570053702153646091482940336082022879046262329684733849, 1740337144757435551266343505361681238491657092675181716837199389238893540994685665317 ]
Lift of  <2, <-2, 3>>  is  [ 34020930773066529360747451299085973403020342233104113631044346873266437213433803817229907863126663405827456097965585906263621891786030342129, 34191317102346158645981269995435731421627869496844501442086911977565083952506996803860237656711802187193000170341596288946856962797226296774, 70715084707455271696407680041830258148978097990099430510965457134575934790640960489474770166450309305634838712157837879459008742105905464263, 35224993527274155682589066980541733238289334114500499380412061893291848645637541434466065642353487979486869191409487227231335360021097711149 ]
Lift of  <2, <-1, -3>>  is  [ 1245744907257334112362374121044601, 2386180687038887250859493065400737, 1241605322843810001611154407013866, 1199034612820213430969683790335141 ]
Lift of  <2, <-1, -2>>  is  [ 4598174177, 5529566303, 5418167038, 3341373121 ]
Lift of  <2, <-1, -1>>  is  [ 1, 1, 2, 1 ]
Lift of  <2, <-1, 0>>  is  [ 6617, 61247, 18454, 29797 ]
Lift of  <2, <-1, 1>>  is  [ 49628196412110951312599, 60244793925280254852769, 165799267838517450086714, 81001697183174090229373 ]
Lift of  <2, <-1, 2>>  is  [ 26068327452197351755586417776003396036278658054695315343, 39087678176477024213173181197080641024770665878794825439, 26860551671620357628493544883373042361731871675526624782, 20718443749580280029668047139828586381922904131732511657 ]
Lift of  <2, <-1, 3>>  is  [ 721125922502601138479303582069821317661661495686735600023189156986722193151457750249819291403496383759, 1024448694126496258974105333988441592817148236862052707632628378764757071318953798781775674946380748417, 759184059387327461307263952030989015347125881703200036948010565220279153261631638743232889337140553106, 554693105227654025023841912817201048428239714476218223918997192743853116695875684021868900944287977881 ]
Lift of  <2, <0, -3>>  is  [ 26068327452197351755586417776003396036278658054695315343, 26860551671620357628493544883373042361731871675526624782, 39087678176477024213173181197080641024770665878794825439, 20718443749580280029668047139828586381922904131732511657 ]
Lift of  <2, <0, -2>>  is  [ 49628196412110951312599, 165799267838517450086714, 60244793925280254852769, 81001697183174090229373 ]
Lift of  <2, <0, -1>>  is  [ 6617, 18454, 61247, 29797 ]
Lift of  <2, <0, 0>>  is  [ 1, 2, 1, 1 ]
Lift of  <2, <0, 1>>  is  [ 4598174177, 5418167038, 5529566303, 3341373121 ]
Lift of  <2, <0, 2>>  is  [ 1245744907257334112362374121044601, 1241605322843810001611154407013866, 2386180687038887250859493065400737, 1199034612820213430969683790335141 ]
Lift of  <2, <0, 3>>  is  [ 11768193612797843037535612402112753845240274443337542313745910615591817, 88654128821066978309956839817571474673240499756204391412509989953247942, 27124092798840851670242309414660977133638231450902319579751952946493759, 43138146272082536441352878895704167024228813733200822158942004004192317 ]
Lift of  <2, <1, -3>>  is  [ 311325838227436170333415508000369638599291690919644405388095536642968808307920308097, 1066510770274663105416193937112570053702153646091482940336082022879046262329684733849, 3577595488008232702618705641964599342069939281003615222521351751481953354549135888842, 1740337144757435551266343505361681238491657092675181716837199389238893540994685665317 ]
Lift of  <2, <1, -2>>  is  [ 5116229387274642538565233425637571354179511, 16012611855028525659365480679495496163831911, 5981493490547537409678213927870161419673726, 7831448293825266049231711312969657728319697 ]
Lift of  <2, <1, -1>>  is  [ 4259434036158583, 4430033064864377, 6227038270223074, 3331706515089377 ]
Lift of  <2, <1, 0>>  is  [ 191, 199, 278, 149 ]
Lift of  <2, <1, 2>>  is  [ 53419645724359129, 190923427496780263, 641520316904741774, 312065608178758649 ]
Lift of  <2, <1, 3>>  is  [ 12139134686958029175557745060773151811617634937, 25410945311503349794693287828558115148151323129, 12213551090194639332012858671072193298820148082, 12649905434394886132967806983661254499715264057 ]
Lift of  <2, <2, -3>>  is  [ 564868513361807163567972782095746615593724648665952699074665044601404253863365827279447776324203589576392617076478571561, 563181036081399023712272812886986297094694455141367000265575993871109398163502150122054642911584316240524234345534931406, 1088919141189854774445518475219687053009109812623753025913350410671427476897996899935447837743394521405492613013242735927, 546739368847907289662159221548377023401029027965676740395813314132851052084995454599654590767378283313979390023017881081 ]
Lift of  <2, <2, -2>>  is  [ 4194849334924041895484625917876792791474735661026148381890604611957313, 4957852588672482902866271904146679167109963229805184612141323926079002, 5028724473680793958525465456720590515991642590439820323981026319061577, 3047876519083863133503426870657720276590285566463024338715050166598749 ]
Lift of  <2, <2, -1>>  is  [ 1835722393106619138500955324013201, 3646989810030598874532679932938582, 1834484169241706842691587875323671, 1824795736290816467165977786779221 ]
Lift of  <2, <2, 0>>  is  [ 25018077593, 67580333026, 223815462953, 108889884353 ]
Lift of  <2, <2, 1>>  is  [ 359, 1214, 439, 593 ]
Lift of  <2, <2, 2>>  is  [ 380847727, 391808458, 573695561, 303601733 ]
Lift of  <2, <2, 3>>  is  [ 21184389997465805360893375679, 22345830106268029802571407366, 29967979746788484219401652247, 16256999363651986688641522541 ]
Lift of  <2, <3, -3>>  is  [ 972903903175447154551234923275314497952665755744057061737581576150907841603870688778515052300339720419437503839126459788922124219146300308641045702674810685456471, 1452133178942316942017460611498633798349671199301221924559191387727046506579932626137609855396378297191384556889734423113392761987039247557387513380360241038968113, 1004070761075828088807130285702132557452798036685804707108085996978667482800288519448712098463587469192558312394281052074837329089465474711081954841640611784384874, 770952097276848510154038790714214392802353200270301199606997486314973209746780766497655577003382535666587263032500292705715788759292290892295543269421432006487749 ]
Lift of  <2, <3, -2>>  is  [ 3740284705655503709280709443725371930814826867446474727657234611909689739603325473445014087990250371887, 4508172614381761668000687099221260994621755721120742559159978515863879369483751705896559702452761180367, 12346873828208643226887631629348034460580605096897331415808988455029704340834013066663886896434905708862, 6033181140211919121899527424999769109933388380976480153742632397668956717387819135318977711635865541249 ]
Lift of  <2, <3, -1>>  is  [ 953129949492712100450229958699009728805700955684762197809, 9138830669039588260878020798001619084887661590299224495249, 2747903083677548017031083476303362769113303027292469838978, 4445996698449893597463494296980735451350727352498158628449 ]
Lift of  <2, <3, 0>>  is  [ 297015007730139032362495433, 297234393852523653220392623, 598046271556290443753584726, 298813986154340838922758373 ]
Lift of  <2, <3, 1>>  is  [ 2748224089, 3315366961, 3228631226, 1997427997 ]
Lift of  <2, <3, 2>>  is  [ 1497953, 2851151, 1492558, 1433833 ]
Lift of  <2, <3, 3>>  is  [ 28971999793463329, 65117799214781713, 212289444274950674, 103301008591101049 ]
Lift of  <3, <-3, -3>>  is  [ 380847727, 391808458, 573695561, 303601733 ]
Lift of  <3, <-3, -2>>  is  [ 359, 1214, 439, 593 ]
Lift of  <3, <-3, -1>>  is  [ 25018077593, 67580333026, 223815462953, 108889884353 ]
Lift of  <3, <-3, 0>>  is  [ 1835722393106619138500955324013201, 3646989810030598874532679932938582, 1834484169241706842691587875323671, 1824795736290816467165977786779221 ]
Lift of  <3, <-3, 1>>  is  [ 4194849334924041895484625917876792791474735661026148381890604611957313, 4957852588672482902866271904146679167109963229805184612141323926079002, 5028724473680793958525465456720590515991642590439820323981026319061577, 3047876519083863133503426870657720276590285566463024338715050166598749 ]
Lift of  <3, <-3, 2>>  is  [ 564868513361807163567972782095746615593724648665952699074665044601404253863365827279447776324203589576392617076478571561, 563181036081399023712272812886986297094694455141367000265575993871109398163502150122054642911584316240524234345534931406, 1088919141189854774445518475219687053009109812623753025913350410671427476897996899935447837743394521405492613013242735927, 546739368847907289662159221548377023401029027965676740395813314132851052084995454599654590767378283313979390023017881081 ]
Lift of  <3, <-3, 3>>  is  [ 2604371813533642029120177880897647722051828558434955284902239822560336282641843752529860581502866220959121051767579501077312442113081319218314534927632265448240104129479850075053257353, 20187408102718866119271381799424342231001736248548196340542291947627757088884931666380899338403055980139794314793937206566797692864936196164701342331832386608789309733301513159951745138, 6160982233387947673812937129173690684648294889828579489895058864373219750124337295626227629312347039700049885860869551934716084169519730912474806357625479982101236489675388401153566121, 9822681920026626580588678610032546061187161443863531376743622216001282289240218569210545237190376989706691392851765576735937551767767123401540291185813842905529815706186334357021109913 ]
Lift of  <3, <-2, -3>>  is  [ 53419645724359129, 190923427496780263, 641520316904741774, 312065608178758649 ]
Lift of  <3, <-2, -2>>  is  [ 463, 1433, 538, 701 ]
Lift of  <3, <-2, -1>>  is  [ 191, 199, 278, 149 ]
Lift of  <3, <-2, 0>>  is  [ 4259434036158583, 4430033064864377, 6227038270223074, 3331706515089377 ]
Lift of  <3, <-2, 1>>  is  [ 5116229387274642538565233425637571354179511, 16012611855028525659365480679495496163831911, 5981493490547537409678213927870161419673726, 7831448293825266049231711312969657728319697 ]
Lift of  <3, <-2, 2>>  is  [ 311325838227436170333415508000369638599291690919644405388095536642968808307920308097, 1066510770274663105416193937112570053702153646091482940336082022879046262329684733849, 3577595488008232702618705641964599342069939281003615222521351751481953354549135888842, 1740337144757435551266343505361681238491657092675181716837199389238893540994685665317 ]
Lift of  <3, <-2, 3>>  is  [ 34020930773066529360747451299085973403020342233104113631044346873266437213433803817229907863126663405827456097965585906263621891786030342129, 70715084707455271696407680041830258148978097990099430510965457134575934790640960489474770166450309305634838712157837879459008742105905464263, 34191317102346158645981269995435731421627869496844501442086911977565083952506996803860237656711802187193000170341596288946856962797226296774, 35224993527274155682589066980541733238289334114500499380412061893291848645637541434466065642353487979486869191409487227231335360021097711149 ]
Lift of  <3, <-1, -3>>  is  [ 1245744907257334112362374121044601, 1241605322843810001611154407013866, 2386180687038887250859493065400737, 1199034612820213430969683790335141 ]
Lift of  <3, <-1, -2>>  is  [ 4598174177, 5418167038, 5529566303, 3341373121 ]
Lift of  <3, <-1, -1>>  is  [ 1, 2, 1, 1 ]
Lift of  <3, <-1, 0>>  is  [ 6617, 18454, 61247, 29797 ]
Lift of  <3, <-1, 1>>  is  [ 49628196412110951312599, 165799267838517450086714, 60244793925280254852769, 81001697183174090229373 ]
Lift of  <3, <-1, 2>>  is  [ 26068327452197351755586417776003396036278658054695315343, 26860551671620357628493544883373042361731871675526624782, 39087678176477024213173181197080641024770665878794825439, 20718443749580280029668047139828586381922904131732511657 ]
Lift of  <3, <-1, 3>>  is  [ 721125922502601138479303582069821317661661495686735600023189156986722193151457750249819291403496383759, 759184059387327461307263952030989015347125881703200036948010565220279153261631638743232889337140553106, 1024448694126496258974105333988441592817148236862052707632628378764757071318953798781775674946380748417, 554693105227654025023841912817201048428239714476218223918997192743853116695875684021868900944287977881 ]
Lift of  <3, <0, -3>>  is  [ 26068327452197351755586417776003396036278658054695315343, 39087678176477024213173181197080641024770665878794825439, 26860551671620357628493544883373042361731871675526624782, 20718443749580280029668047139828586381922904131732511657 ]
Lift of  <3, <0, -2>>  is  [ 49628196412110951312599, 60244793925280254852769, 165799267838517450086714, 81001697183174090229373 ]
Lift of  <3, <0, -1>>  is  [ 6617, 61247, 18454, 29797 ]
Lift of  <3, <0, 0>>  is  [ 1, 1, 2, 1 ]
Lift of  <3, <0, 1>>  is  [ 4598174177, 5529566303, 5418167038, 3341373121 ]
Lift of  <3, <0, 2>>  is  [ 1245744907257334112362374121044601, 2386180687038887250859493065400737, 1241605322843810001611154407013866, 1199034612820213430969683790335141 ]
Lift of  <3, <0, 3>>  is  [ 11768193612797843037535612402112753845240274443337542313745910615591817, 27124092798840851670242309414660977133638231450902319579751952946493759, 88654128821066978309956839817571474673240499756204391412509989953247942, 43138146272082536441352878895704167024228813733200822158942004004192317 ]
Lift of  <3, <1, -3>>  is  [ 311325838227436170333415508000369638599291690919644405388095536642968808307920308097, 3577595488008232702618705641964599342069939281003615222521351751481953354549135888842, 1066510770274663105416193937112570053702153646091482940336082022879046262329684733849, 1740337144757435551266343505361681238491657092675181716837199389238893540994685665317 ]
Lift of  <3, <1, -2>>  is  [ 5116229387274642538565233425637571354179511, 5981493490547537409678213927870161419673726, 16012611855028525659365480679495496163831911, 7831448293825266049231711312969657728319697 ]
Lift of  <3, <1, -1>>  is  [ 4259434036158583, 6227038270223074, 4430033064864377, 3331706515089377 ]
Lift of  <3, <1, 0>>  is  [ 191, 278, 199, 149 ]
Lift of  <3, <1, 1>>  is  [ 463, 538, 1433, 701 ]
Lift of  <3, <1, 2>>  is  [ 53419645724359129, 641520316904741774, 190923427496780263, 312065608178758649 ]
Lift of  <3, <1, 3>>  is  [ 12139134686958029175557745060773151811617634937, 12213551090194639332012858671072193298820148082, 25410945311503349794693287828558115148151323129, 12649905434394886132967806983661254499715264057 ]
Lift of  <3, <2, -3>>  is  [ 564868513361807163567972782095746615593724648665952699074665044601404253863365827279447776324203589576392617076478571561, 1088919141189854774445518475219687053009109812623753025913350410671427476897996899935447837743394521405492613013242735927, 563181036081399023712272812886986297094694455141367000265575993871109398163502150122054642911584316240524234345534931406, 546739368847907289662159221548377023401029027965676740395813314132851052084995454599654590767378283313979390023017881081 ]
Lift of  <3, <2, -2>>  is  [ 4194849334924041895484625917876792791474735661026148381890604611957313, 5028724473680793958525465456720590515991642590439820323981026319061577, 4957852588672482902866271904146679167109963229805184612141323926079002, 3047876519083863133503426870657720276590285566463024338715050166598749 ]
Lift of  <3, <2, -1>>  is  [ 1835722393106619138500955324013201, 1834484169241706842691587875323671, 3646989810030598874532679932938582, 1824795736290816467165977786779221 ]
Lift of  <3, <2, 0>>  is  [ 25018077593, 223815462953, 67580333026, 108889884353 ]
Lift of  <3, <2, 1>>  is  [ 359, 439, 1214, 593 ]
Lift of  <3, <2, 2>>  is  [ 380847727, 573695561, 391808458, 303601733 ]
Lift of  <3, <2, 3>>  is  [ 21184389997465805360893375679, 29967979746788484219401652247, 22345830106268029802571407366, 16256999363651986688641522541 ]
Lift of  <3, <3, -3>>  is  [ 972903903175447154551234923275314497952665755744057061737581576150907841603870688778515052300339720419437503839126459788922124219146300308641045702674810685456471, 1004070761075828088807130285702132557452798036685804707108085996978667482800288519448712098463587469192558312394281052074837329089465474711081954841640611784384874, 1452133178942316942017460611498633798349671199301221924559191387727046506579932626137609855396378297191384556889734423113392761987039247557387513380360241038968113, 770952097276848510154038790714214392802353200270301199606997486314973209746780766497655577003382535666587263032500292705715788759292290892295543269421432006487749 ]
Lift of  <3, <3, -2>>  is  [ 3740284705655503709280709443725371930814826867446474727657234611909689739603325473445014087990250371887, 12346873828208643226887631629348034460580605096897331415808988455029704340834013066663886896434905708862, 4508172614381761668000687099221260994621755721120742559159978515863879369483751705896559702452761180367, 6033181140211919121899527424999769109933388380976480153742632397668956717387819135318977711635865541249 ]
Lift of  <3, <3, -1>>  is  [ 953129949492712100450229958699009728805700955684762197809, 2747903083677548017031083476303362769113303027292469838978, 9138830669039588260878020798001619084887661590299224495249, 4445996698449893597463494296980735451350727352498158628449 ]
Lift of  <3, <3, 0>>  is  [ 297015007730139032362495433, 598046271556290443753584726, 297234393852523653220392623, 298813986154340838922758373 ]
Lift of  <3, <3, 1>>  is  [ 2748224089, 3228631226, 3315366961, 1997427997 ]
Lift of  <3, <3, 2>>  is  [ 1497953, 1492558, 2851151, 1433833 ]
Lift of  <3, <3, 3>>  is  [ 28971999793463329, 212289444274950674, 65117799214781713, 103301008591101049 ]
Lift of  <4, <-3, -3>>  is  [ 380847727, 573695561, 391808458, 303601733 ]
Lift of  <4, <-3, -2>>  is  [ 359, 439, 1214, 593 ]
Lift of  <4, <-3, -1>>  is  [ 25018077593, 223815462953, 67580333026, 108889884353 ]
Lift of  <4, <-3, 0>>  is  [ 1835722393106619138500955324013201, 1834484169241706842691587875323671, 3646989810030598874532679932938582, 1824795736290816467165977786779221 ]
Lift of  <4, <-3, 1>>  is  [ 4194849334924041895484625917876792791474735661026148381890604611957313, 5028724473680793958525465456720590515991642590439820323981026319061577, 4957852588672482902866271904146679167109963229805184612141323926079002, 3047876519083863133503426870657720276590285566463024338715050166598749 ]
Lift of  <4, <-3, 2>>  is  [ 564868513361807163567972782095746615593724648665952699074665044601404253863365827279447776324203589576392617076478571561, 1088919141189854774445518475219687053009109812623753025913350410671427476897996899935447837743394521405492613013242735927, 563181036081399023712272812886986297094694455141367000265575993871109398163502150122054642911584316240524234345534931406, 546739368847907289662159221548377023401029027965676740395813314132851052084995454599654590767378283313979390023017881081 ]
Lift of  <4, <-3, 3>>  is  [ 2604371813533642029120177880897647722051828558434955284902239822560336282641843752529860581502866220959121051767579501077312442113081319218314534927632265448240104129479850075053257353, 6160982233387947673812937129173690684648294889828579489895058864373219750124337295626227629312347039700049885860869551934716084169519730912474806357625479982101236489675388401153566121, 20187408102718866119271381799424342231001736248548196340542291947627757088884931666380899338403055980139794314793937206566797692864936196164701342331832386608789309733301513159951745138, 9822681920026626580588678610032546061187161443863531376743622216001282289240218569210545237190376989706691392851765576735937551767767123401540291185813842905529815706186334357021109913 ]
Lift of  <4, <-2, -3>>  is  [ 53419645724359129, 641520316904741774, 190923427496780263, 312065608178758649 ]
Lift of  <4, <-2, -2>>  is  [ 463, 538, 1433, 701 ]
Lift of  <4, <-2, -1>>  is  [ 191, 278, 199, 149 ]
Lift of  <4, <-2, 0>>  is  [ 4259434036158583, 6227038270223074, 4430033064864377, 3331706515089377 ]
Lift of  <4, <-2, 1>>  is  [ 5116229387274642538565233425637571354179511, 5981493490547537409678213927870161419673726, 16012611855028525659365480679495496163831911, 7831448293825266049231711312969657728319697 ]
Lift of  <4, <-2, 2>>  is  [ 311325838227436170333415508000369638599291690919644405388095536642968808307920308097, 3577595488008232702618705641964599342069939281003615222521351751481953354549135888842, 1066510770274663105416193937112570053702153646091482940336082022879046262329684733849, 1740337144757435551266343505361681238491657092675181716837199389238893540994685665317 ]
Lift of  <4, <-2, 3>>  is  [ 34020930773066529360747451299085973403020342233104113631044346873266437213433803817229907863126663405827456097965585906263621891786030342129, 34191317102346158645981269995435731421627869496844501442086911977565083952506996803860237656711802187193000170341596288946856962797226296774, 70715084707455271696407680041830258148978097990099430510965457134575934790640960489474770166450309305634838712157837879459008742105905464263, 35224993527274155682589066980541733238289334114500499380412061893291848645637541434466065642353487979486869191409487227231335360021097711149 ]
Lift of  <4, <-1, -3>>  is  [ 1245744907257334112362374121044601, 2386180687038887250859493065400737, 1241605322843810001611154407013866, 1199034612820213430969683790335141 ]
Lift of  <4, <-1, -2>>  is  [ 4598174177, 5529566303, 5418167038, 3341373121 ]
Lift of  <4, <-1, -1>>  is  [ 1, 1, 2, 1 ]
Lift of  <4, <-1, 0>>  is  [ 6617, 61247, 18454, 29797 ]
Lift of  <4, <-1, 1>>  is  [ 49628196412110951312599, 60244793925280254852769, 165799267838517450086714, 81001697183174090229373 ]
Lift of  <4, <-1, 2>>  is  [ 26068327452197351755586417776003396036278658054695315343, 39087678176477024213173181197080641024770665878794825439, 26860551671620357628493544883373042361731871675526624782, 20718443749580280029668047139828586381922904131732511657 ]
Lift of  <4, <-1, 3>>  is  [ 721125922502601138479303582069821317661661495686735600023189156986722193151457750249819291403496383759, 1024448694126496258974105333988441592817148236862052707632628378764757071318953798781775674946380748417, 759184059387327461307263952030989015347125881703200036948010565220279153261631638743232889337140553106, 554693105227654025023841912817201048428239714476218223918997192743853116695875684021868900944287977881 ]
Lift of  <4, <0, -3>>  is  [ 26068327452197351755586417776003396036278658054695315343, 26860551671620357628493544883373042361731871675526624782, 39087678176477024213173181197080641024770665878794825439, 20718443749580280029668047139828586381922904131732511657 ]
Lift of  <4, <0, -2>>  is  [ 49628196412110951312599, 165799267838517450086714, 60244793925280254852769, 81001697183174090229373 ]
Lift of  <4, <0, -1>>  is  [ 6617, 18454, 61247, 29797 ]
Lift of  <4, <0, 0>>  is  [ 1, 2, 1, 1 ]
Lift of  <4, <0, 1>>  is  [ 4598174177, 5418167038, 5529566303, 3341373121 ]
Lift of  <4, <0, 2>>  is  [ 1245744907257334112362374121044601, 1241605322843810001611154407013866, 2386180687038887250859493065400737, 1199034612820213430969683790335141 ]
Lift of  <4, <0, 3>>  is  [ 11768193612797843037535612402112753845240274443337542313745910615591817, 88654128821066978309956839817571474673240499756204391412509989953247942, 27124092798840851670242309414660977133638231450902319579751952946493759, 43138146272082536441352878895704167024228813733200822158942004004192317 ]
Lift of  <4, <1, -3>>  is  [ 311325838227436170333415508000369638599291690919644405388095536642968808307920308097, 1066510770274663105416193937112570053702153646091482940336082022879046262329684733849, 3577595488008232702618705641964599342069939281003615222521351751481953354549135888842, 1740337144757435551266343505361681238491657092675181716837199389238893540994685665317 ]
Lift of  <4, <1, -2>>  is  [ 5116229387274642538565233425637571354179511, 16012611855028525659365480679495496163831911, 5981493490547537409678213927870161419673726, 7831448293825266049231711312969657728319697 ]
Lift of  <4, <1, -1>>  is  [ 4259434036158583, 4430033064864377, 6227038270223074, 3331706515089377 ]
Lift of  <4, <1, 0>>  is  [ 191, 199, 278, 149 ]
Lift of  <4, <1, 1>>  is  [ 463, 1433, 538, 701 ]
Lift of  <4, <1, 2>>  is  [ 53419645724359129, 190923427496780263, 641520316904741774, 312065608178758649 ]
Lift of  <4, <1, 3>>  is  [ 12139134686958029175557745060773151811617634937, 25410945311503349794693287828558115148151323129, 12213551090194639332012858671072193298820148082, 12649905434394886132967806983661254499715264057 ]
Lift of  <4, <2, -3>>  is  [ 564868513361807163567972782095746615593724648665952699074665044601404253863365827279447776324203589576392617076478571561, 563181036081399023712272812886986297094694455141367000265575993871109398163502150122054642911584316240524234345534931406, 1088919141189854774445518475219687053009109812623753025913350410671427476897996899935447837743394521405492613013242735927, 546739368847907289662159221548377023401029027965676740395813314132851052084995454599654590767378283313979390023017881081 ]
Lift of  <4, <2, -2>>  is  [ 4194849334924041895484625917876792791474735661026148381890604611957313, 4957852588672482902866271904146679167109963229805184612141323926079002, 5028724473680793958525465456720590515991642590439820323981026319061577, 3047876519083863133503426870657720276590285566463024338715050166598749 ]
Lift of  <4, <2, -1>>  is  [ 1835722393106619138500955324013201, 3646989810030598874532679932938582, 1834484169241706842691587875323671, 1824795736290816467165977786779221 ]
Lift of  <4, <2, 0>>  is  [ 25018077593, 67580333026, 223815462953, 108889884353 ]
Lift of  <4, <2, 1>>  is  [ 359, 1214, 439, 593 ]
Lift of  <4, <2, 2>>  is  [ 380847727, 391808458, 573695561, 303601733 ]
Lift of  <4, <2, 3>>  is  [ 21184389997465805360893375679, 22345830106268029802571407366, 29967979746788484219401652247, 16256999363651986688641522541 ]
Lift of  <4, <3, -3>>  is  [ 972903903175447154551234923275314497952665755744057061737581576150907841603870688778515052300339720419437503839126459788922124219146300308641045702674810685456471, 1452133178942316942017460611498633798349671199301221924559191387727046506579932626137609855396378297191384556889734423113392761987039247557387513380360241038968113, 1004070761075828088807130285702132557452798036685804707108085996978667482800288519448712098463587469192558312394281052074837329089465474711081954841640611784384874, 770952097276848510154038790714214392802353200270301199606997486314973209746780766497655577003382535666587263032500292705715788759292290892295543269421432006487749 ]
Lift of  <4, <3, -2>>  is  [ 3740284705655503709280709443725371930814826867446474727657234611909689739603325473445014087990250371887, 4508172614381761668000687099221260994621755721120742559159978515863879369483751705896559702452761180367, 12346873828208643226887631629348034460580605096897331415808988455029704340834013066663886896434905708862, 6033181140211919121899527424999769109933388380976480153742632397668956717387819135318977711635865541249 ]
Lift of  <4, <3, -1>>  is  [ 953129949492712100450229958699009728805700955684762197809, 9138830669039588260878020798001619084887661590299224495249, 2747903083677548017031083476303362769113303027292469838978, 4445996698449893597463494296980735451350727352498158628449 ]
Lift of  <4, <3, 0>>  is  [ 297015007730139032362495433, 297234393852523653220392623, 598046271556290443753584726, 298813986154340838922758373 ]
Lift of  <4, <3, 1>>  is  [ 2748224089, 3315366961, 3228631226, 1997427997 ]
Lift of  <4, <3, 2>>  is  [ 1497953, 2851151, 1492558, 1433833 ]
Lift of  <4, <3, 3>>  is  [ 28971999793463329, 65117799214781713, 212289444274950674, 103301008591101049 ]

[2024.12.10追記]
u=-800/97のとき、方程式系(5a),(5b)が有理数解(x,y,t)を持つことを確認できた。
楕円曲線
     y^2=6060056701806149841*x^4+77967010154082816000*x^3-32880985420958691354*x^2+66868751094884194560*x-254345673531010056887
の有理点から、A^4+B^4+C^4=D^4の整数解を見つけることができた。


[参考文献]


Last Update: 2024.12.10
H.Nakao

Homeに戻る[Homeに戻る]  一覧に戻る[一覧に戻る]