Date: Fri 21 Jul 2023 06:00:57 AM UTC Directory: /home/languasc/cluster-npqalpha Questo job viene eseguito sui seguenti nodi: dellcuda2 GP/PARI CALCULATOR Version 2.13.3 (released) amd64 running linux (x86-64/GMP-6.2.0 kernel) 64-bit version compiled: Mar 29 2022, gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04) threading engine: pthread (readline v8.0 disabled, extended help enabled) Copyright (C) 2000-2020 The PARI Group PARI/GP is free software, covered by the GNU General Public License, and comes WITHOUT ANY WARRANTY WHATSOEVER. Type ? for help, \q to quit. Type ?17 for how to get moral (and possibly technical) support. parisizemax = 1000001536, primelimit = 500000, nbthreads = 64 %1 = (boundprime,alpha=2)->local(millisec,minutes,seconds,npqalpha,ok,seqlength,name,namefile,seqfile,logp,logq,a,pn,qn,log_gratio,u,v,index,u1,v1,u2,v2,x,uleft,vleft,string,mat,ustart,vstart,coeff,golden_ratio,loglogalpha,time,starttime,elaptime,logoneoveralpha,logratio);starttime=getwalltime();print("---------");if(alpha<=1,error("alpha must be greater than 1"));print("Looking for n_{p,q} (alpha); alpha = ",alpha);print("with the continued fractions algorithm; decreasing order");print("---------");name="npq_data";namefile=Strprintf("%s-%s-%s.csv",name,boundprime,alpha);seqfile=fileopen(namefile,"w");string="p;q;npqalpha";filewrite(seqfile,string);golden_ratio=(1+sqrt(5))/2;log_gratio=log(golden_ratio);loglogalpha=log(log(alpha));logoneoveralpha=-log(alpha);forprime(p=2,boundprime,logp=log(p);forprime(q=p+1,boundprime,seqlength=0;logq=log(q);a=contfrac(logp/logq);mat=contfracpnqn(a,#a);pn=mat[1,];qn=mat[2,];coeff=ceil((log(logq)-loglogalpha)/log_gratio);ustart=qn[coeff+1]+qn[coeff+2];vstart=0;u=ustart;v=vstart;npqalpha=0;seqlength+=1;ok=0;while(ok==0,x=u*logp-v*logq;if(x<0,index=setsearch(pn,v);if(index==0,index=setsearch(pn,v,1)-1);if(index<=1,print("index - error; upper approximant");next(1));if(index%2==0,u1=qn[index];v1=pn[index],u1=qn[index-1];v1=pn[index-1];);uleft=u+u1;vleft=v-v1;logratio=u1*logp-v1*logq;,index=setsearch(qn,u);if(index==0,index=setsearch(qn,u,1)-1);if(index<=0,print("index - error; lower approximant");next(1));if(index%2==1,u2=qn[index];v2=pn[index],u2=qn[index-1];v2=pn[index-1];);uleft=u-u2;vleft=v+v2;logratio=v2*logq-u2*logp;);if(uleft<0||vleft<0,print("break - uv");next(1));seqlength+=1;if(logratio<=logoneoveralpha,npqalpha=p^u*q^v;ok=1,u=uleft;v=vleft;););print("---------");print("p = ",p,"; q = ",q,"; n = p^u*q^v; u,v >= 0");print("Starting with [p,q]-exponents: ustart = ",ustart,", vstart = ",vstart);print("performed iterations = ",seqlength);filewrite1(seqfile,p);filewrite1(seqfile,";");filewrite1(seqfile,q);filewrite1(seqfile,";");print("n_{",p,",",q,"}(",alpha,") = ",npqalpha);print("with [p,q]-exponents: u = ",u,"; v = ",v);filewrite(seqfile,npqalpha);fileflush(seqfile)););print("---------");fileclose(seqfile);time=getwalltime()-starttime;elaptime=time;seconds=floor(elaptime/1000)%60;minutes=floor(elaptime/60000);millisec=elaptime-minutes*60000-seconds*1000;print("npqalpha computation time (output time included): ",minutes," min, ",seconds," sec, ",millisec," millisec");print("****** END PROGRAM ********") --------- Looking for n_{p,q} (alpha); alpha = 2 with the continued fractions algorithm; decreasing order --------- --------- p = 2; q = 3; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 3, vstart = 0 performed iterations = 6 n_{2,3}(2) = 2 with [p,q]-exponents: u = 1; v = 0 --------- p = 2; q = 5; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 72, vstart = 0 performed iterations = 248 n_{2,5}(2) = 1600 with [p,q]-exponents: u = 6; v = 2 --------- p = 2; q = 7; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 87, vstart = 0 performed iterations = 433 n_{2,7}(2) = 4 with [p,q]-exponents: u = 2; v = 0 --------- p = 2; q = 11; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 83, vstart = 0 performed iterations = 546 n_{2,11}(2) = 704 with [p,q]-exponents: u = 6; v = 1 --------- p = 2; q = 13; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 37, vstart = 0 performed iterations = 124 n_{2,13}(2) = 8 with [p,q]-exponents: u = 3; v = 0 --------- p = 2; q = 17; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 421, vstart = 0 performed iterations = 10243 n_{2,17}(2) = 35465739761106676596342784 with [p,q]-exponents: u = 44; v = 10 --------- p = 2; q = 19; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 5637, vstart = 0 performed iterations = 1114597 n_{2,19}(2) = 449511424 with [p,q]-exponents: u = 16; v = 3 --------- p = 2; q = 23; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 959, vstart = 0 performed iterations = 18452 n_{2,23}(2) = 16 with [p,q]-exponents: u = 4; v = 0 --------- p = 2; q = 29; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 4139, vstart = 0 performed iterations = 458153 n_{2,29}(2) = 16 with [p,q]-exponents: u = 4; v = 0 --------- p = 2; q = 31; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 649, vstart = 0 performed iterations = 19745 n_{2,31}(2) = 16 with [p,q]-exponents: u = 4; v = 0 --------- p = 2; q = 37; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 323, vstart = 0 performed iterations = 5445 n_{2,37}(2) = 53113520128 with [p,q]-exponents: u = 20; v = 3 --------- p = 2; q = 41; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 134, vstart = 0 performed iterations = 1158 n_{2,41}(2) = 41984 with [p,q]-exponents: u = 10; v = 1 --------- p = 2; q = 43; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 369, vstart = 0 performed iterations = 3976 n_{2,43}(2) = 44032 with [p,q]-exponents: u = 10; v = 1 --------- p = 2; q = 47; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 661, vstart = 0 performed iterations = 6553 n_{2,47}(2) = 32 with [p,q]-exponents: u = 5; v = 0 --------- p = 2; q = 53; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 86, vstart = 0 performed iterations = 469 n_{2,53}(2) = 32 with [p,q]-exponents: u = 5; v = 0 --------- p = 2; q = 59; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 153, vstart = 0 performed iterations = 1506 n_{2,59}(2) = 32 with [p,q]-exponents: u = 5; v = 0 --------- p = 2; q = 61; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 771, vstart = 0 performed iterations = 23853 n_{2,61}(2) = 32 with [p,q]-exponents: u = 5; v = 0 --------- p = 2; q = 67; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 2111, vstart = 0 performed iterations = 249744 n_{2,67}(2) = 45472292261196016957634360577956822578019269341085696 with [p,q]-exponents: u = 90; v = 14 --------- p = 2; q = 71; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 1273, vstart = 0 performed iterations = 30673 n_{2,71}(2) = 123985696912452878336 with [p,q]-exponents: u = 36; v = 5 --------- p = 2; q = 73; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 489, vstart = 0 performed iterations = 12462 n_{2,73}(2) = 30492379089731584 with [p,q]-exponents: u = 30; v = 4 --------- p = 2; q = 79; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 498, vstart = 0 performed iterations = 11506 n_{2,79}(2) = 1636040704 with [p,q]-exponents: u = 18; v = 2 --------- p = 2; q = 83; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 83, vstart = 0 performed iterations = 520 n_{2,83}(2) = 339968 with [p,q]-exponents: u = 12; v = 1 --------- p = 2; q = 89; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 803, vstart = 0 performed iterations = 23596 n_{2,89}(2) = 364544 with [p,q]-exponents: u = 12; v = 1 --------- p = 2; q = 97; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 15160, vstart = 0 performed iterations = 105892 n_{2,97}(2) = 64 with [p,q]-exponents: u = 6; v = 0 --------- p = 3; q = 5; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 22, vstart = 0 performed iterations = 59 n_{3,5}(2) = 45 with [p,q]-exponents: u = 2; v = 1 --------- p = 3; q = 7; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 23, vstart = 0 performed iterations = 75 n_{3,7}(2) = 83349 with [p,q]-exponents: u = 5; v = 3 --------- p = 3; q = 11; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 251, vstart = 0 performed iterations = 3565 n_{3,11}(2) = 864536409 with [p,q]-exponents: u = 10; v = 4 --------- p = 3; q = 13; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 565, vstart = 0 performed iterations = 2871 n_{3,13}(2) = 1053 with [p,q]-exponents: u = 4; v = 1 --------- p = 3; q = 17; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 18, vstart = 0 performed iterations = 49 n_{3,17}(2) = 9 with [p,q]-exponents: u = 2; v = 0 --------- p = 3; q = 19; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 126, vstart = 0 performed iterations = 1154 n_{3,19}(2) = 87723 with [p,q]-exponents: u = 5; v = 2 --------- p = 3; q = 23; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 137, vstart = 0 performed iterations = 1407 n_{3,23}(2) = 30784829042367 with [p,q]-exponents: u = 14; v = 5 --------- p = 3; q = 29; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 518, vstart = 0 performed iterations = 28496 n_{3,29}(2) = 879080067732923835536386286772194237756283 with [p,q]-exponents: u = 45; v = 14 --------- p = 3; q = 31; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 1019, vstart = 0 performed iterations = 30129 n_{3,31}(2) = 9283601972222640243 with [p,q]-exponents: u = 21; v = 6 --------- p = 3; q = 37; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 1295, vstart = 0 performed iterations = 96909 n_{3,37}(2) = 26946027 with [p,q]-exponents: u = 9; v = 2 --------- p = 3; q = 41; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 44, vstart = 0 performed iterations = 280 n_{3,41}(2) = 29889 with [p,q]-exponents: u = 6; v = 1 --------- p = 3; q = 43; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 113, vstart = 0 performed iterations = 1074 n_{3,43}(2) = 31347 with [p,q]-exponents: u = 6; v = 1 --------- p = 3; q = 47; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 1153, vstart = 0 performed iterations = 66791 n_{3,47}(2) = 27 with [p,q]-exponents: u = 3; v = 0 --------- p = 3; q = 53; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 29, vstart = 0 performed iterations = 126 n_{3,53}(2) = 27 with [p,q]-exponents: u = 3; v = 0 --------- p = 3; q = 59; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 193, vstart = 0 performed iterations = 1637 n_{3,59}(2) = 7612947 with [p,q]-exponents: u = 7; v = 2 --------- p = 3; q = 61; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 116, vstart = 0 performed iterations = 700 n_{3,61}(2) = 8137827 with [p,q]-exponents: u = 7; v = 2 --------- p = 3; q = 67; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 111, vstart = 0 performed iterations = 877 n_{3,67}(2) = 289146561174747 with [p,q]-exponents: u = 15; v = 4 --------- p = 3; q = 71; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 163, vstart = 0 performed iterations = 2526 n_{3,71}(2) = 69355725405480974684575917 with [p,q]-exponents: u = 27; v = 7 --------- p = 3; q = 73; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 125, vstart = 0 performed iterations = 1303 n_{3,73}(2) = 2945436445444377796059202864501491 with [p,q]-exponents: u = 35; v = 9 --------- p = 3; q = 79; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 3146, vstart = 0 performed iterations = 244629 n_{3,79}(2) = 2396554845772450637746358516385252521874976549192313425470847160323814869591091198941278409296491430674169857524048168385475156414760494772845636093663382097067 with [p,q]-exponents: u = 167; v = 42 --------- p = 3; q = 83; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 75364, vstart = 0 performed iterations = 209606926 n_{3,83}(2) = 209537575297938982713044533870014129583416047512180775091931961715175526425051500165730161938131028048825775902760428550999541634020077217888545990011149878497644198205121 with [p,q]-exponents: u = 180; v = 44 --------- p = 3; q = 89; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 237, vstart = 0 performed iterations = 5669 n_{3,89}(2) = 30706850467069489493945518049618014184481 with [p,q]-exponents: u = 44; v = 10 --------- p = 3; q = 97; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 812, vstart = 0 performed iterations = 50892 n_{3,97}(2) = 2425318528389141415617 with [p,q]-exponents: u = 24; v = 5 --------- p = 5; q = 7; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 29, vstart = 0 performed iterations = 195 n_{5,7}(2) = 214375 with [p,q]-exponents: u = 4; v = 3 --------- p = 5; q = 11; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 368, vstart = 0 performed iterations = 11505 n_{5,11}(2) = 4108839673362987359238245829540959084886126584382192775926796735053159181916271336376667022705078125 with [p,q]-exponents: u = 71; v = 48 --------- p = 5; q = 13; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 11, vstart = 0 performed iterations = 29 n_{5,13}(2) = 65 with [p,q]-exponents: u = 1; v = 1 --------- p = 5; q = 17; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 44, vstart = 0 performed iterations = 175 n_{5,17}(2) = 15353125 with [p,q]-exponents: u = 5; v = 3 --------- p = 5; q = 19; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 86, vstart = 0 performed iterations = 785 n_{5,19}(2) = 10181328125 with [p,q]-exponents: u = 7; v = 4 --------- p = 5; q = 23; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 489, vstart = 0 performed iterations = 25540 n_{5,23}(2) = 9441721805764968406002645497210323810577392578125 with [p,q]-exponents: u = 35; v = 18 --------- p = 5; q = 29; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 431, vstart = 0 performed iterations = 21460 n_{5,29}(2) = 1383509252154254913330078125 with [p,q]-exponents: u = 20; v = 9 --------- p = 5; q = 31; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 1756, vstart = 0 performed iterations = 218540 n_{5,31}(2) = 5416892584228515625 with [p,q]-exponents: u = 14; v = 6 --------- p = 5; q = 37; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 96333, vstart = 0 performed iterations = 11052963 n_{5,37}(2) = 19786328125 with [p,q]-exponents: u = 8; v = 3 --------- p = 5; q = 41; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 563, vstart = 0 performed iterations = 12152 n_{5,41}(2) = 26265625 with [p,q]-exponents: u = 6; v = 2 --------- p = 5; q = 43; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 423, vstart = 0 performed iterations = 4708 n_{5,43}(2) = 26875 with [p,q]-exponents: u = 4; v = 1 --------- p = 5; q = 47; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 67, vstart = 0 performed iterations = 457 n_{5,47}(2) = 29375 with [p,q]-exponents: u = 4; v = 1 --------- p = 5; q = 53; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 1527, vstart = 0 performed iterations = 68735 n_{5,53}(2) = 803234441006290591546898358501493930816650390625 with [p,q]-exponents: u = 34; v = 14 --------- p = 5; q = 59; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 71, vstart = 0 performed iterations = 230 n_{5,59}(2) = 41425168007601348610618151724338531494140625 with [p,q]-exponents: u = 32; v = 12 --------- p = 5; q = 61; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 235, vstart = 0 performed iterations = 2121 n_{5,61}(2) = 457065851681902408599853515625 with [p,q]-exponents: u = 22; v = 8 --------- p = 5; q = 67; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 21, vstart = 0 performed iterations = 88 n_{5,67}(2) = 1675 with [p,q]-exponents: u = 2; v = 1 --------- p = 5; q = 71; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 53, vstart = 0 performed iterations = 234 n_{5,71}(2) = 1775 with [p,q]-exponents: u = 2; v = 1 --------- p = 5; q = 73; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 1045, vstart = 0 performed iterations = 5194 n_{5,73}(2) = 1825 with [p,q]-exponents: u = 2; v = 1 --------- p = 5; q = 79; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 30, vstart = 0 performed iterations = 152 n_{5,79}(2) = 19503125 with [p,q]-exponents: u = 5; v = 2 --------- p = 5; q = 83; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 162, vstart = 0 performed iterations = 1053 n_{5,83}(2) = 21528125 with [p,q]-exponents: u = 5; v = 2 --------- p = 5; q = 89; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 53, vstart = 0 performed iterations = 327 n_{5,89}(2) = 275378515625 with [p,q]-exponents: u = 8; v = 3 --------- p = 5; q = 97; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 91, vstart = 0 performed iterations = 1099 n_{5,97}(2) = 52412965435791015625 with [p,q]-exponents: u = 14; v = 5 --------- p = 7; q = 11; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 69, vstart = 0 performed iterations = 828 n_{7,11}(2) = 3195731 with [p,q]-exponents: u = 4; v = 3 --------- p = 7; q = 13; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 54, vstart = 0 performed iterations = 506 n_{7,13}(2) = 57967 with [p,q]-exponents: u = 3; v = 2 --------- p = 7; q = 17; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 99, vstart = 0 performed iterations = 922 n_{7,17}(2) = 1367293578007361780809201 with [p,q]-exponents: u = 14; v = 10 --------- p = 7; q = 19; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 115, vstart = 0 performed iterations = 415 n_{7,19}(2) = 327734253933057046707752537189278985021372413056540103979198037125496038602769263755228218983 with [p,q]-exponents: u = 55; v = 36 --------- p = 7; q = 23; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 13, vstart = 0 performed iterations = 40 n_{7,23}(2) = 1270129 with [p,q]-exponents: u = 4; v = 2 --------- p = 7; q = 29; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 26, vstart = 0 performed iterations = 135 n_{7,29}(2) = 288463 with [p,q]-exponents: u = 3; v = 2 --------- p = 7; q = 31; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 53, vstart = 0 performed iterations = 533 n_{7,31}(2) = 500697337 with [p,q]-exponents: u = 5; v = 3 --------- p = 7; q = 37; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 180, vstart = 0 performed iterations = 2100 n_{7,37}(2) = 2798278788602899 with [p,q]-exponents: u = 9; v = 5 --------- p = 7; q = 41; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 271, vstart = 0 performed iterations = 4970 n_{7,41}(2) = 76159027668193228839252056927 with [p,q]-exponents: u = 17; v = 9 --------- p = 7; q = 43; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 288, vstart = 0 performed iterations = 6896 n_{7,43}(2) = 2304310097369363138361573510707598634391101 with [p,q]-exponents: u = 25; v = 13 --------- p = 7; q = 47; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 370, vstart = 0 performed iterations = 17851 n_{7,47}(2) = 2871634539951730419720758730459968723685973186656281840652045367609128989255400500664328287015636634876440935926741873731384582320203768056789409797449 with [p,q]-exponents: u = 89; v = 45 --------- p = 7; q = 53; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 455, vstart = 0 performed iterations = 32708 n_{7,53}(2) = 167128656299829963349925269566543374264921454920661425891002483456551143839369277 with [p,q]-exponents: u = 48; v = 23 --------- p = 7; q = 59; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 966, vstart = 0 performed iterations = 64437 n_{7,59}(2) = 691240069297214175146303524322939 with [p,q]-exponents: u = 20; v = 9 --------- p = 7; q = 61; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 319, vstart = 0 performed iterations = 9753 n_{7,61}(2) = 104442554467596833670397621 with [p,q]-exponents: u = 16; v = 7 --------- p = 7; q = 67; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 188, vstart = 0 performed iterations = 6352 n_{7,67}(2) = 18687469363267855507 with [p,q]-exponents: u = 12; v = 5 --------- p = 7; q = 71; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 1908, vstart = 0 performed iterations = 124367 n_{7,71}(2) = 7178170917983569 with [p,q]-exponents: u = 10; v = 4 --------- p = 7; q = 73; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 269, vstart = 0 performed iterations = 7454 n_{7,73}(2) = 2242605590617 with [p,q]-exponents: u = 8; v = 3 --------- p = 7; q = 79; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 8270, vstart = 0 performed iterations = 1296493 n_{7,79}(2) = 2842271720239 with [p,q]-exponents: u = 8; v = 3 --------- p = 7; q = 83; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 134, vstart = 0 performed iterations = 1617 n_{7,83}(2) = 810483961 with [p,q]-exponents: u = 6; v = 2 --------- p = 7; q = 89; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 203, vstart = 0 performed iterations = 3871 n_{7,89}(2) = 931897729 with [p,q]-exponents: u = 6; v = 2 --------- p = 7; q = 97; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 87, vstart = 0 performed iterations = 845 n_{7,97}(2) = 232897 with [p,q]-exponents: u = 4; v = 1 --------- p = 11; q = 13; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 77, vstart = 0 performed iterations = 2031 n_{11,13}(2) = 115016771324914455887721231973 with [p,q]-exponents: u = 14; v = 13 --------- p = 11; q = 17; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 20, vstart = 0 performed iterations = 132 n_{11,17}(2) = 13451140571 with [p,q]-exponents: u = 5; v = 4 --------- p = 11; q = 19; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 43, vstart = 0 performed iterations = 679 n_{11,19}(2) = 100422619 with [p,q]-exponents: u = 4; v = 3 --------- p = 11; q = 23; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 1135, vstart = 0 performed iterations = 25564 n_{11,23}(2) = 513889874867457449363893 with [p,q]-exponents: u = 11; v = 9 --------- p = 11; q = 29; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 125, vstart = 0 performed iterations = 1963 n_{11,29}(2) = 113908312331 with [p,q]-exponents: u = 5; v = 4 --------- p = 11; q = 31; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 116, vstart = 0 performed iterations = 2258 n_{11,31}(2) = 190244295942540961 with [p,q]-exponents: u = 8; v = 6 --------- p = 11; q = 37; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 1411, vstart = 0 performed iterations = 100707 n_{11,37}(2) = 967867343514852544808460723336003846923397354686767900043680590475883707061577195562912721230195176137596771359449132271927646315969930828529994051195947312214788826495767298199542078791730356947883316985636595725375296272526370809281479009274325054315061050442931 with [p,q]-exponents: u = 127; v = 84 --------- p = 11; q = 41; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 31, vstart = 0 performed iterations = 107 n_{11,41}(2) = 275661275175756569304614651 with [p,q]-exponents: u = 13; v = 8 --------- p = 11; q = 43; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 80, vstart = 0 performed iterations = 549 n_{11,43}(2) = 163959877458984968449 with [p,q]-exponents: u = 10; v = 6 --------- p = 11; q = 47; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 13, vstart = 0 performed iterations = 40 n_{11,47}(2) = 32341969 with [p,q]-exponents: u = 4; v = 2 --------- p = 11; q = 53; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 53, vstart = 0 performed iterations = 9 n_{11,53}(2) = 9749838264563273386608971476114845551790964434330178859 with [p,q]-exponents: u = 23; v = 18 --------- p = 11; q = 59; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 29, vstart = 0 performed iterations = 118 n_{11,59}(2) = 12034598520377196524651 with [p,q]-exponents: u = 11; v = 6 --------- p = 11; q = 61; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 19, vstart = 0 performed iterations = 99 n_{11,61}(2) = 4952651 with [p,q]-exponents: u = 3; v = 2 --------- p = 11; q = 67; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 249, vstart = 0 performed iterations = 3208 n_{11,67}(2) = 48438181913 with [p,q]-exponents: u = 5; v = 3 --------- p = 11; q = 71; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 1943, vstart = 0 performed iterations = 25019 n_{11,71}(2) = 57641924461 with [p,q]-exponents: u = 5; v = 3 --------- p = 11; q = 73; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 34, vstart = 0 performed iterations = 212 n_{11,73}(2) = 62651576867 with [p,q]-exponents: u = 5; v = 3 --------- p = 11; q = 79; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 31, vstart = 0 performed iterations = 210 n_{11,79}(2) = 759026888910851 with [p,q]-exponents: u = 7; v = 4 --------- p = 11; q = 83; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 59, vstart = 0 performed iterations = 720 n_{11,83}(2) = 9288051788917005313 with [p,q]-exponents: u = 9; v = 5 --------- p = 11; q = 89; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 88, vstart = 0 performed iterations = 983 n_{11,89}(2) = 141794562386494383647171 with [p,q]-exponents: u = 11; v = 6 --------- p = 11; q = 97; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 145, vstart = 0 performed iterations = 2325 n_{11,97}(2) = 384256529569822299671785129561363307 with [p,q]-exponents: u = 17; v = 9 --------- p = 13; q = 17; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 32, vstart = 0 performed iterations = 310 n_{13,17}(2) = 73974415409284584493 with [p,q]-exponents: u = 9; v = 8 --------- p = 13; q = 19; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 225, vstart = 0 performed iterations = 6388 n_{13,19}(2) = 11951656938091 with [p,q]-exponents: u = 6; v = 5 --------- p = 13; q = 23; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 1874, vstart = 0 performed iterations = 501606 n_{13,23}(2) = 347501687 with [p,q]-exponents: u = 4; v = 3 --------- p = 13; q = 29; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 789, vstart = 0 performed iterations = 92942 n_{13,29}(2) = 12615186119593269954969120928750797624912473 with [p,q]-exponents: u = 19; v = 15 --------- p = 13; q = 31; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 162, vstart = 0 performed iterations = 757 n_{13,31}(2) = 243534067456775249542348386832304915846185400750119434907456681531063255610799029515058905415502285792920506520421419236353192373364880284294826533946616951647582549069358489 with [p,q]-exponents: u = 78; v = 58 --------- p = 13; q = 37; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 69, vstart = 0 performed iterations = 967 n_{13,37}(2) = 695862860173 with [p,q]-exponents: u = 5; v = 4 --------- p = 13; q = 41; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 139, vstart = 0 performed iterations = 3464 n_{13,41}(2) = 14310266744977473867151477 with [p,q]-exponents: u = 11; v = 8 --------- p = 13; q = 43; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 349, vstart = 0 performed iterations = 8795 n_{13,43}(2) = 345667426381240975533835380462011919133 with [p,q]-exponents: u = 17; v = 12 --------- p = 13; q = 47; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 1411, vstart = 0 performed iterations = 5166 n_{13,47}(2) = 440528677790977564828780388395060605052046372693555749754961840429788310432388627747442054306251981675904514882900242451805473258562186773927487430270644068618674641048351745787172058897224329798361360372529914449734260282250711025910605234823827915475043817614137958001428572533580527063127724675213844375092847882787321352835221453235050227222271223093483375216306195411169484620884572263958537022038395152051238450107226818139148001793221791178102264158684771343324652281185484355799331154907449461625866502410334195173678210206512251618814224651280892189870993187984733468681660681546295559628260403484151998890694276885652750375125007928236214675748018942043476172500524515627940467041102765812639678144011763572571412897042299869065898896082651384370911444161281976247948255421211608434664746247323848634051565938679291135239617769452843051011660564227773116663946470069140494360873966648171945916054329561654730844485766410599876838707544646775366958073387393040315037351943272513881506968314286963358987116442980322431236648548244354710804406728548765211804679504242496449939224780214378717713932910942973232501807836555566787449607805642374808032978930944239371712625043680300861085392210783396159302738557099598721505063702694807585341968858882143746920680995658823439624767645801048515513570758847872007557065985937498512717700490217723216025541000685248263887124990003141455758124632897021277916682154383062547123177340433899188033541804291765868871625253685191020126672678051685193569233256918411361538893974383888780608219514806038563699738193886893317 with [p,q]-exponents: u = 703; v = 468 --------- p = 13; q = 53; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 31, vstart = 0 performed iterations = 106 n_{13,53}(2) = 18856910369741634904465786333 with [p,q]-exponents: u = 13; v = 8 --------- p = 13; q = 59; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 35, vstart = 0 performed iterations = 154 n_{13,59}(2) = 760346432703637 with [p,q]-exponents: u = 7; v = 4 --------- p = 13; q = 61; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 13, vstart = 0 performed iterations = 40 n_{13,61}(2) = 106275481 with [p,q]-exponents: u = 4; v = 2 --------- p = 13; q = 67; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 23, vstart = 0 performed iterations = 5 n_{13,67}(2) = 22193205919000976844966787 with [p,q]-exponents: u = 8; v = 9 --------- p = 13; q = 71; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 118, vstart = 0 performed iterations = 15 n_{13,71}(2) = 179479556490537037884801033491124094763237113540204293496406164480353856342361404422632149365994686836016960909262082890340575909609 with [p,q]-exponents: u = 58; v = 36 --------- p = 13; q = 73; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 59989, vstart = 0 performed iterations = 3468848 n_{13,73}(2) = 9733734730685385828629419722425004403834133998872634695070102163665156460468112641023920124630767451832069995453403844277435102453658617385359558817758164737628874119504115450281847116638983805304112933 with [p,q]-exponents: u = 91; v = 54 --------- p = 13; q = 79; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 29, vstart = 0 performed iterations = 118 n_{13,79}(2) = 435651710071967071128277 with [p,q]-exponents: u = 11; v = 6 --------- p = 13; q = 83; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 19, vstart = 0 performed iterations = 73 n_{13,83}(2) = 2759906637683 with [p,q]-exponents: u = 6; v = 3 --------- p = 13; q = 89; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 44882, vstart = 0 performed iterations = 314125 n_{13,89}(2) = 17402437 with [p,q]-exponents: u = 3; v = 2 --------- p = 13; q = 97; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 25, vstart = 0 performed iterations = 150 n_{13,97}(2) = 338869096189 with [p,q]-exponents: u = 5; v = 3 --------- p = 17; q = 19; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 953, vstart = 0 performed iterations = 151075 n_{17,19}(2) = 28268935655998866804054360269276416727568693759577405299552497 with [p,q]-exponents: u = 25; v = 24 --------- p = 17; q = 23; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 114, vstart = 0 performed iterations = 3861 n_{17,23}(2) = 9286733450861612840657 with [p,q]-exponents: u = 9; v = 8 --------- p = 17; q = 29; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 145, vstart = 0 performed iterations = 5779 n_{17,29}(2) = 1004237878817 with [p,q]-exponents: u = 5; v = 4 --------- p = 17; q = 31; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 40, vstart = 0 performed iterations = 538 n_{17,31}(2) = 2488174111 with [p,q]-exponents: u = 4; v = 3 --------- p = 17; q = 37; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 23, vstart = 0 performed iterations = 192 n_{17,37}(2) = 248858189 with [p,q]-exponents: u = 3; v = 3 --------- p = 17; q = 41; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 59, vstart = 0 performed iterations = 928 n_{17,41}(2) = 64586254758286308479538748478270577233 with [p,q]-exponents: u = 15; v = 12 --------- p = 17; q = 43; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 535, vstart = 0 performed iterations = 44314 n_{17,43}(2) = 37082586560450745261338683751583047347484312616907259997147016592225605470419597223063462895952420299681292282888238498349274561627078219230027726981365150676796829739545169817 with [p,q]-exponents: u = 71; v = 54 --------- p = 17; q = 47; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 34, vstart = 0 performed iterations = 148 n_{17,47}(2) = 8856527564779586393410650496715521 with [p,q]-exponents: u = 14; v = 10 --------- p = 17; q = 53; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 625, vstart = 0 performed iterations = 50688 n_{17,53}(2) = 11203354681217 with [p,q]-exponents: u = 5; v = 4 --------- p = 17; q = 59; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 36, vstart = 0 performed iterations = 350 n_{17,59}(2) = 294241171411556572681 with [p,q]-exponents: u = 8; v = 6 --------- p = 17; q = 61; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 45, vstart = 0 performed iterations = 507 n_{17,61}(2) = 6570173152457758534068545873 with [p,q]-exponents: u = 11; v = 8 --------- p = 17; q = 67; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 2143, vstart = 0 performed iterations = 335025 n_{17,67}(2) = 8355965181884269763779288015306510558501258293366703689899585932571900934675621891185689931921970893850523129 with [p,q]-exponents: u = 44; v = 30 --------- p = 17; q = 71; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 331, vstart = 0 performed iterations = 1207 n_{17,71}(2) = 31555556697111626098697470415087779726013921445213727302333091101355413923004895126247448999163586435355894636806397175159640215784332313616078851675264167600327465986313408613321820361480692393324219621411093599307455901213440778261579033293314880807925173661843680491669660269500439625776838868966172810165263436212748216376336352009784225616119902964807324136820786151960928429747062356420455930193 with [p,q]-exponents: u = 163; v = 108 --------- p = 17; q = 73; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 103, vstart = 0 performed iterations = 370 n_{17,73}(2) = 828568982400647673701109162797947042532513792010482640898019158010425054520908182618246542242501031846421595739732766737 with [p,q]-exponents: u = 49; v = 32 --------- p = 17; q = 79; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 54, vstart = 0 performed iterations = 370 n_{17,79}(2) = 460737599188492460563077687957749971681 with [p,q]-exponents: u = 16; v = 10 --------- p = 17; q = 83; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 25, vstart = 0 performed iterations = 84 n_{17,83}(2) = 659109798522422676742681 with [p,q]-exponents: u = 10; v = 6 --------- p = 17; q = 89; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 27, vstart = 0 performed iterations = 110 n_{17,89}(2) = 25745567912986193 with [p,q]-exponents: u = 7; v = 4 --------- p = 17; q = 97; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 13, vstart = 0 performed iterations = 40 n_{17,97}(2) = 785849089 with [p,q]-exponents: u = 4; v = 2 --------- p = 19; q = 23; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 361, vstart = 0 performed iterations = 28984 n_{19,23}(2) = 175992320879369624180570397753499774891 with [p,q]-exponents: u = 15; v = 14 --------- p = 19; q = 29; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 1298, vstart = 0 performed iterations = 176362 n_{19,29}(2) = 964965075027269 with [p,q]-exponents: u = 6; v = 5 --------- p = 19; q = 31; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 9126, vstart = 0 performed iterations = 9685120 n_{19,31}(2) = 1346883631077031 with [p,q]-exponents: u = 6; v = 5 --------- p = 19; q = 37; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 65, vstart = 0 performed iterations = 1381 n_{19,37}(2) = 6601149613 with [p,q]-exponents: u = 4; v = 3 --------- p = 19; q = 41; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 53, vstart = 0 performed iterations = 669 n_{19,41}(2) = 472729139 with [p,q]-exponents: u = 3; v = 3 --------- p = 19; q = 43; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 23, vstart = 0 performed iterations = 193 n_{19,43}(2) = 545338513 with [p,q]-exponents: u = 3; v = 3 --------- p = 19; q = 47; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 1101, vstart = 0 performed iterations = 24782 n_{19,47}(2) = 130367798552627642763780271973 with [p,q]-exponents: u = 11; v = 9 --------- p = 19; q = 53; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 58, vstart = 0 performed iterations = 262 n_{19,53}(2) = 1020552021255199505518542367178695161754138799056271733522195714677 with [p,q]-exponents: u = 26; v = 19 --------- p = 19; q = 59; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 25, vstart = 0 performed iterations = 156 n_{19,59}(2) = 1256641 with [p,q]-exponents: u = 2; v = 2 --------- p = 19; q = 61; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 74, vstart = 0 performed iterations = 545 n_{19,61}(2) = 1343281 with [p,q]-exponents: u = 2; v = 2 --------- p = 19; q = 67; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 367, vstart = 0 performed iterations = 4267 n_{19,67}(2) = 49896170556979 with [p,q]-exponents: u = 5; v = 4 --------- p = 19; q = 71; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 97, vstart = 0 performed iterations = 2075 n_{19,71}(2) = 75223996039257851378374199659 with [p,q]-exponents: u = 11; v = 8 --------- p = 19; q = 73; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 13990, vstart = 0 performed iterations = 640368 n_{19,73}(2) = 3433831770926357149908248985610191529 with [p,q]-exponents: u = 14; v = 10 --------- p = 19; q = 79; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 972, vstart = 0 performed iterations = 83808 n_{19,79}(2) = 156304391711501794671154800379132617695151754367979404647819518356059118339916787704966897527865899870563997079121 with [p,q]-exponents: u = 44; v = 30 --------- p = 19; q = 83; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 2023, vstart = 0 performed iterations = 7410 n_{19,83}(2) = 763592120257468707486546681186792468579074087891417935257830965176171397926922479889754622000583463542146024732728607922483197128015619636859717224397475466803491740888935974317105128041437495364870787020334767984802338032688751761947464393430700867103632851922694189276812715573841445255743573572914251211206249242997202751006213795599552650994558843165814585045953978805022811356440725730993667507032209716471344233665352529953806410444893581582085070847490071937058388224476575725704792701322628343933877181437044762230548681830985878455905158398761513492340574629044154067996958892818860909639371906338812499064336325323346666179213303251588675598640578970161042547302157492938695335141446452851379011157069765428828238955412471799476590417308780674583162944690738224360261289180480767536030607695155764378035974967272501296263235038829381388622584334456224894706214222824031382494427844158931235067393767515541046961229100147145645006302749431934326141791492147947903628752868804713262401845077543686546992123791381555386485345163638455070819962093568945566395465640850123517723844216313282227977281304014830538479818839705901277365925661459787063646529371285740238001673013519152831834725921426728812924730924457419119992188286190225317244730055778273458380785396286384704970260675761733865262138818012049856558317204748212109962922985309920057168691322598225101952452487354652557965303569023823952804503934050863871924885663763533882521640891464153301266808643619321906025976369021603527124193878929949981792280374283206391269989351254047515932188721467163670725274312797467616967066921034618717787430793049800748904297759780464847623281236516347989673851393699618036742208499572550593115999291521760136641868503712009313511258617163920143938965672875663443841328988022486194074267506718743073299552929835217977363738123602795746049733367114877812307423548699602760056712503362606933762206262371567604288937511889936654428746046195301110775093957090254959301154528425364542735313725704413081491564933912281417584561644027133413500002197741975692593441499829581279578774434367111930078516306883380121010176192157898194343343145367340619873561386868315424722231115067007302366511583317890663633296794804938624795421661429014786960402696086161153030849352923667898156684085645189426282511902593748474898900325355204011522001148772192112323816858458242329344850305869906839912383579912060884591847489885836538732532400583482733719611835072134863116184836014570462607178510234996293866367206114804675190550637167170817767386013569601377475820485641089696530001845236015193233619 with [p,q]-exponents: u = 1009; v = 672 --------- p = 19; q = 89; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 61, vstart = 0 performed iterations = 216 n_{19,89}(2) = 78364784977993405893861752681032496609544968901771267577647766929431521 with [p,q]-exponents: u = 28; v = 18 --------- p = 19; q = 97; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 101, vstart = 0 performed iterations = 834 n_{19,97}(2) = 329587465330872239969155929217699 with [p,q]-exponents: u = 13; v = 8 --------- p = 23; q = 29; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 276, vstart = 0 performed iterations = 10031 n_{23,29}(2) = 178335516126224534818937745112789703 with [p,q]-exponents: u = 13; v = 12 --------- p = 23; q = 31; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 1323, vstart = 0 performed iterations = 41557 n_{23,31}(2) = 1095301303923679783886198479 with [p,q]-exponents: u = 10; v = 9 --------- p = 23; q = 37; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 53, vstart = 0 performed iterations = 785 n_{23,37}(2) = 10265394321272773 with [p,q]-exponents: u = 6; v = 5 --------- p = 23; q = 41; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 77, vstart = 0 performed iterations = 1988 n_{23,41}(2) = 18187567032023 with [p,q]-exponents: u = 5; v = 4 --------- p = 23; q = 43; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 3781, vstart = 0 performed iterations = 2444381 n_{23,43}(2) = 22004575884743 with [p,q]-exponents: u = 5; v = 4 --------- p = 23; q = 47; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 43, vstart = 0 performed iterations = 594 n_{23,47}(2) = 42887762343689257820416343 with [p,q]-exponents: u = 9; v = 8 --------- p = 23; q = 53; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 214, vstart = 0 performed iterations = 3639 n_{23,53}(2) = 1811386459 with [p,q]-exponents: u = 3; v = 3 --------- p = 23; q = 59; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 1753, vstart = 0 performed iterations = 283658 n_{23,59}(2) = 8254186948781974274995675435453 with [p,q]-exponents: u = 11; v = 9 --------- p = 23; q = 61; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 59, vstart = 0 performed iterations = 929 n_{23,61}(2) = 707742963766502271706385904391091097745847 with [p,q]-exponents: u = 15; v = 12 --------- p = 23; q = 67; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 114, vstart = 0 performed iterations = 528 n_{23,67}(2) = 376959986296365828893278197338802753326190960522282420524824234243825514282062885975002171606116005167075514880541019390544352127637620943295296209 with [p,q]-exponents: u = 54; v = 40 --------- p = 23; q = 71; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 34, vstart = 0 performed iterations = 149 n_{23,71}(2) = 37737505683367859511232600378151440609 with [p,q]-exponents: u = 14; v = 10 --------- p = 23; q = 73; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 26, vstart = 0 performed iterations = 111 n_{23,73}(2) = 457655178633021226773554953 with [p,q]-exponents: u = 10; v = 7 --------- p = 23; q = 79; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 46, vstart = 0 performed iterations = 321 n_{23,79}(2) = 3301489 with [p,q]-exponents: u = 2; v = 2 --------- p = 23; q = 83; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 55, vstart = 0 performed iterations = 718 n_{23,83}(2) = 305458032160103 with [p,q]-exponents: u = 5; v = 4 --------- p = 23; q = 89; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 136, vstart = 0 performed iterations = 2733 n_{23,89}(2) = 38919094561379249345041 with [p,q]-exponents: u = 8; v = 6 --------- p = 23; q = 97; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 54, vstart = 0 performed iterations = 691 n_{23,97}(2) = 854883720485879677709924040216768974641 with [p,q]-exponents: u = 14; v = 10 --------- p = 29; q = 31; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 8290, vstart = 0 performed iterations = 12324820 n_{29,31}(2) = 157261673473882680292311953647246887020070338669088638291980370752060408138692591423696357969530551427346539711766875096076392148602683649761038871 with [p,q]-exponents: u = 50; v = 49 --------- p = 29; q = 37; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 163, vstart = 0 performed iterations = 7102 n_{29,37}(2) = 67545226367150689886201786676203830109 with [p,q]-exponents: u = 13; v = 12 --------- p = 29; q = 41; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 75, vstart = 0 performed iterations = 1964 n_{29,41}(2) = 115838475905257567962081149 with [p,q]-exponents: u = 9; v = 8 --------- p = 29; q = 43; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 105, vstart = 0 performed iterations = 2220 n_{29,43}(2) = 135976285182317783357827 with [p,q]-exponents: u = 8; v = 7 --------- p = 29; q = 47; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 2735, vstart = 0 performed iterations = 589181 n_{29,47}(2) = 136419758718508247 with [p,q]-exponents: u = 6; v = 5 --------- p = 29; q = 53; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 46, vstart = 0 performed iterations = 586 n_{29,53}(2) = 161842831472669 with [p,q]-exponents: u = 5; v = 4 --------- p = 29; q = 59; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 40, vstart = 0 performed iterations = 528 n_{29,59}(2) = 8570379205441 with [p,q]-exponents: u = 4; v = 4 --------- p = 29; q = 61; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 105, vstart = 0 performed iterations = 1318 n_{29,61}(2) = 9792900268321 with [p,q]-exponents: u = 4; v = 4 --------- p = 29; q = 67; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 2375, vstart = 0 performed iterations = 1131952 n_{29,67}(2) = 31856232775428364393770527149733087629796703367454145059886828914093719668277224378072269495735817584292035291003645304837304999161253397838711645990439303748857473107011848832058578200035157064065525254964194931408169687761367236714856058689113194842872516599991497385366392345965158574802216117440141310818264963903138837645305376022808379109708240840497072615310747650550737315684579348940686998363413568304009470082875978792165962248478056751058556554590926742688935055107133559895768779482092886926266629772200238488428597590589548949012572865542339305917001081485698208640813886401992610185673067151020746405608136478823411471804891810217706445502587832607668109690498696826964121 with [p,q]-exponents: u = 234; v = 188 --------- p = 29; q = 71; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 119, vstart = 0 performed iterations = 1835 n_{29,71}(2) = 8729091379 with [p,q]-exponents: u = 3; v = 3 --------- p = 29; q = 73; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 23, vstart = 0 performed iterations = 192 n_{29,73}(2) = 9487735613 with [p,q]-exponents: u = 3; v = 3 --------- p = 29; q = 79; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 61, vstart = 0 performed iterations = 768 n_{29,79}(2) = 4193228540006789151989 with [p,q]-exponents: u = 7; v = 6 --------- p = 29; q = 83; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 395, vstart = 0 performed iterations = 10546 n_{29,83}(2) = 922374052009137431128713602057318895160082789 with [p,q]-exponents: u = 15; v = 12 --------- p = 29; q = 89; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 31531, vstart = 0 performed iterations = 85974744 n_{29,89}(2) = 1486654143237016197998566321385879519385342714816377898525246378805370654197111828269388270404968221160239029132030898562174515804580079754326081526296457424401653884788423454115394068009897082342309809014768840009255677794473113091334356631092552710982021192056761387544945000179066252874816030257745389072412771345931554246563880255114579853955248759155823212144934683793795178115284944623966211533399456799745410597028031298216978555608037587892058064352808094157841205121516250541876113521634135537889125762500185388792997970014176185078374241572125590894709969795919931280026026622109389813315938939914274323991348941498123412833815131493617130944608072982286177337361921443942213903175531416378552658945859408547632719035971224845009879273507000876458002852669307289453258207483387376729028792890753938787545879606126627863787786214332160188963857412470398588787606224578077948132347398652827997220613865299223279502332405379327059769562548586221863162225747434573004441540420902621994044991709827767346015526333557366946608318642163921178146195894633426011235935321978149202454309322405204130833929208672452838894315681329480975299782564735122594033696625191223901772949861940631461810217203151891826242460491640395740637415851790223004196608092001694585406546477680167806870648936528474862380987603496020406946125046537655575505216561472884991016459847099067678812848219679889721188242647003363279647258909531624038653776837893194773051339578400116066993736992874300570925548684649916472385829808207437296817307391878579571721721896531189826214453228847226733791956082729150926046697072012666649784987672562014569111005602831256341621115864675429354585190340912988482328843623459627417264899757847512924613307239030545766276781075650362125270955813887042996789451579401697981587276734778899426067165980093099704029527846157737292765694658116309189967986459075898827501210897824498355602185802661963339494440611235126658909732529307942258673006326441442810291789663269844154348704987435263367384330226320704276278167840960278136223692360006083854545670058481117761498251475694569565278503653490679815055289363663559222519303865993684608637037812076357770621062219073251572184538208458190776370507941402944643618653084435765944614519513331291420391147334445431877082855990034777718277610451180407020131027924518377201998874228010681514145154352329548018653629964767027632675689904918455648741778606857438450313649818449781973481526295446883668717169752224194037335150637071141087450002949797224888057186982125506205384266169895416841377810814520730850455816794308894681033574672308010487352443921325942164984995620895720201324878029580991970698840902498882525384720580728638678780553010499538210919743258678328709589745537057421097499446168108739740495168467955822456444345367002362266913490773353454248242007615076313476426144272737867800478221238238069709005496954297529068074311250327491873404893474159955098817191543923409400398696688590095992910300884395985208333021089782660683121730762178965086804067340386754843944349571595596375847487019107508871531179040048058514751832893586786631040212018267842580024554252200392477929395504164149322288793047757605377521408106853754200121960261314763120882475639854255213368007468102238292723365087932083992711945097365063454079251308810786925530781813599934195778751703438514069738351944079188105000290930942690827946255106479279251908717886531574190384178989378945911591784046190740807706504846449740723504255279031560252673210399579733231357204087125894671804060105181614846872868635460337293568204777039980680430660158050914573185284290453877248106053327816812970725180795450179739465815300322355421955794233741055506518993257155246591551691867141986417427053321345456863506770161887767536529993744194249398823868817848919652174321662951923976812199710087307011768876533691121122921554948618946586509538983977775517000618737411197861773189695773588067529040337342563736162264877512651312156631194945723283885169707266429816676100456218019668549 with [p,q]-exponents: u = 1367; v = 1026 --------- p = 29; q = 97; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 34, vstart = 0 performed iterations = 148 n_{29,97}(2) = 21942661993134933227177723457912661016569 with [p,q]-exponents: u = 14; v = 10 --------- p = 31; q = 37; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 551, vstart = 0 performed iterations = 59228 n_{31,37}(2) = 366018651005841148616240298960512693898813597809126655559 with [p,q]-exponents: u = 19; v = 18 --------- p = 31; q = 41; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 146, vstart = 0 performed iterations = 8001 n_{31,41}(2) = 433473697121277339788680430967172601 with [p,q]-exponents: u = 12; v = 11 --------- p = 31; q = 43; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 4299, vstart = 0 performed iterations = 2243129 n_{31,43}(2) = 411939121571001104721365551243 with [p,q]-exponents: u = 10; v = 9 --------- p = 31; q = 47; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 1471, vstart = 0 performed iterations = 82746 n_{31,47}(2) = 432094318803284786255183 with [p,q]-exponents: u = 8; v = 7 --------- p = 31; q = 53; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 496, vstart = 0 performed iterations = 20471 n_{31,53}(2) = 371150039415109733 with [p,q]-exponents: u = 6; v = 5 --------- p = 31; q = 59; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 792, vstart = 0 performed iterations = 20856 n_{31,59}(2) = 346909757790511 with [p,q]-exponents: u = 5; v = 4 --------- p = 31; q = 61; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 249, vstart = 0 performed iterations = 15975 n_{31,61}(2) = 396394672710991 with [p,q]-exponents: u = 5; v = 4 --------- p = 31; q = 67; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 491, vstart = 0 performed iterations = 23380 n_{31,67}(2) = 10736275966258771450405066111 with [p,q]-exponents: u = 9; v = 8 --------- p = 31; q = 71; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 751, vstart = 0 performed iterations = 37352 n_{31,71}(2) = 4782880062425068343396015437772166263824184869216542446505594855398472562609914671641951 with [p,q]-exponents: u = 29; v = 24 --------- p = 31; q = 73; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 2650, vstart = 0 performed iterations = 1354628 n_{31,73}(2) = 11725431118765999740538224438859112454445086874513872949913638921833526053092216452319179276385497214164690019230920718443990210069067524746968742758998060139002826088548203673081238119751396063557871215862385297163646708539845291881694388368291574648305430390958769620299460204366646157626779595226621667675143982230118994674473032832560291593391169355304945605041690387154359206030217503920239082055438058285400477148929616964834684084080595076157741955898253117938505493041952075257827484332970770779998784920048871540559886704584506456163314460924813549121441885733779717471892375028247703930054337306650105721264996946218864748825264200108545379790948330232518607370109067550592375171665288939927658364863220503198153358674392022670041139564521299465211732303934999742652906108033944934520784004577263420509715953477037473369767707443408562156093815947051442502223595525518935341464092616650904681525283414405331787046188482071707859622434107201019436699820110840914005754942266999526248700677211773144819895099404525779517900573697655980979447848211353120227250674878762006851613329950189361217114338839042023682718714945907717281004830884305803675921323514627181518769142103840852360561264940389970884342607543602033815235735512909493293447320376271046758690031451332900575439947144003362567848182926098709477273160155526121554247545633625452099957841304950599574538144463290555244852381424127069688644548045318386730463898991061027550525872319901706771742222752678654501522705077493436794542254677069145275597116556463389420920602106480317778959055932492321 with [p,q]-exponents: u = 524; v = 420 --------- p = 31; q = 79; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 369, vstart = 0 performed iterations = 5316 n_{31,79}(2) = 14688124849 with [p,q]-exponents: u = 3; v = 3 --------- p = 31; q = 83; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 507, vstart = 0 performed iterations = 37976 n_{31,83}(2) = 8994984329807558009959 with [p,q]-exponents: u = 7; v = 6 --------- p = 31; q = 89; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 183, vstart = 0 performed iterations = 3669 n_{31,89}(2) = 8902022589109121808407536208644679 with [p,q]-exponents: u = 11; v = 9 --------- p = 31; q = 97; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 1163, vstart = 0 performed iterations = 259448 n_{31,97}(2) = 2408730474377340982103247893474540901179670248474978165000185015740795094729783936113432853932062704239208508787061696957489943206349538606711721848056022715126572322781979507165636312956194222549263906052414215114782402614063215962814021297424752141952940158312269529943193350293062018726738722575566634754716118692644018557335893041974691953455661497445281846658275219443688751512615483975093506503609465025024543612858483112233786395490230439912888049577629179293511874236340558834146207261525325356283954947364788999899624326137596404691768012792311968079602094496874692200522049911485102142187652572170188039865083422212136028807551712892673986389402868406109625995387668865584438440860360552760446617019585626594708411654187143449416539404334933015478367785956518787251960399033099900177414536119281304763643788166449394111410774853533204224504160851276324533264215422982983581366090636705494245526569177333379753686863605261456202298550575536011195147964404562717199187993324533695784352355588364263371018001554150786573381804676902115576969312545132636016521657961505605759564691445804214254933217948868039017852841848799631862891741151 with [p,q]-exponents: u = 383; v = 288 --------- p = 37; q = 41; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 832, vstart = 0 performed iterations = 202895 n_{37,41}(2) = 52687970573938225805464725252507603229227585839720529231250713628813064622400132196621849429372911924404800173 with [p,q]-exponents: u = 35; v = 34 --------- p = 37; q = 43; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 6357, vstart = 0 performed iterations = 11762601 n_{37,43}(2) = 1609221609715986477954553143242120540035501986896644138376936247474392780227 with [p,q]-exponents: u = 24; v = 23 --------- p = 37; q = 47; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 515, vstart = 0 performed iterations = 79096 n_{37,47}(2) = 85584648650717825357798944288715347440509315917 with [p,q]-exponents: u = 15; v = 14 --------- p = 37; q = 53; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 3005, vstart = 0 performed iterations = 1065159 n_{37,53}(2) = 15867191640213126977136405471917 with [p,q]-exponents: u = 10; v = 9 --------- p = 37; q = 59; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 61, vstart = 0 performed iterations = 1286 n_{37,59}(2) = 4004277237011785131253 with [p,q]-exponents: u = 7; v = 6 --------- p = 37; q = 61; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 3659, vstart = 0 performed iterations = 335633 n_{37,61}(2) = 4890925848684615387013 with [p,q]-exponents: u = 7; v = 6 --------- p = 37; q = 67; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 1133, vstart = 0 performed iterations = 229971 n_{37,67}(2) = 3464051642483850763 with [p,q]-exponents: u = 6; v = 5 --------- p = 37; q = 71; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 85, vstart = 0 performed iterations = 1232 n_{37,71}(2) = 1762146514561717 with [p,q]-exponents: u = 5; v = 4 --------- p = 37; q = 73; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 322, vstart = 0 performed iterations = 20353 n_{37,73}(2) = 1969246402779637 with [p,q]-exponents: u = 5; v = 4 --------- p = 37; q = 79; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 144, vstart = 0 performed iterations = 2797 n_{37,79}(2) = 72998722757041 with [p,q]-exponents: u = 4; v = 4 --------- p = 37; q = 83; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 175, vstart = 0 performed iterations = 4807 n_{37,83}(2) = 292711817015727209204711301157 with [p,q]-exponents: u = 9; v = 8 --------- p = 37; q = 89; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 225, vstart = 0 performed iterations = 10208 n_{37,89}(2) = 3470143634346798363503449337924685341196176613512599024696333146828176942863508250581155474283068249160512180011347745064333 with [p,q]-exponents: u = 39; v = 32 --------- p = 37; q = 97; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 33, vstart = 0 performed iterations = 170 n_{37,97}(2) = 17961382250601877391391823454534565886453 with [p,q]-exponents: u = 13; v = 10 --------- p = 41; q = 43; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 5291, vstart = 0 performed iterations = 1588322 n_{41,43}(2) = 212794104444840615475779337467981451102471890440345556609587834605714738922370617411342856960612402775705645469687610920487086466703797662160567442833680380364867695469332238783582595937372986649875388230249947298791504855510271748603807874536377881 with [p,q]-exponents: u = 77; v = 76 --------- p = 41; q = 47; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 10205, vstart = 0 performed iterations = 6612429 n_{41,47}(2) = 1046425797505020324751000086802898747065673645111539203710191260677569069504109153914649 with [p,q]-exponents: u = 27; v = 26 --------- p = 41; q = 53; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 433, vstart = 0 performed iterations = 37694 n_{41,53}(2) = 987552741327167731105492044744799221381897653 with [p,q]-exponents: u = 14; v = 13 --------- p = 41; q = 59; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 773, vstart = 0 performed iterations = 64310 n_{41,59}(2) = 116280441479080037871590921358539 with [p,q]-exponents: u = 10; v = 9 --------- p = 41; q = 61; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 269, vstart = 0 performed iterations = 11096 n_{41,61}(2) = 62761510966518395257175820041 with [p,q]-exponents: u = 9; v = 8 --------- p = 41; q = 67; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 77, vstart = 0 performed iterations = 1374 n_{41,67}(2) = 17617156535773592827889 with [p,q]-exponents: u = 7; v = 6 --------- p = 41; q = 71; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 163, vstart = 0 performed iterations = 4280 n_{41,71}(2) = 8570277491921777591 with [p,q]-exponents: u = 6; v = 5 --------- p = 41; q = 73; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 171, vstart = 0 performed iterations = 6769 n_{41,73}(2) = 9847306165805925913 with [p,q]-exponents: u = 6; v = 5 --------- p = 41; q = 79; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 33, vstart = 0 performed iterations = 416 n_{41,79}(2) = 4512608413302281 with [p,q]-exponents: u = 5; v = 4 --------- p = 41; q = 83; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 119, vstart = 0 performed iterations = 3074 n_{41,83}(2) = 159770630805838998507897830276075966568441707528245251667 with [p,q]-exponents: u = 17; v = 15 --------- p = 41; q = 89; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 52, vstart = 0 performed iterations = 767 n_{41,89}(2) = 177294577670401 with [p,q]-exponents: u = 4; v = 4 --------- p = 41; q = 97; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 154, vstart = 0 performed iterations = 5228 n_{41,97}(2) = 26316904547652585391653192483680622902548383601 with [p,q]-exponents: u = 14; v = 12 --------- p = 43; q = 47; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 476, vstart = 0 performed iterations = 88716 n_{43,47}(2) = 145106647931380993664343173097872514350638208931274086405547058319262235046416751940442322889393565585465230113402590013526674845175905303 with [p,q]-exponents: u = 42; v = 41 --------- p = 43; q = 53; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 6475, vstart = 0 performed iterations = 5165227 n_{43,53}(2) = 22770766949104969988944528276105324458223088162384415403 with [p,q]-exponents: u = 17; v = 16 --------- p = 43; q = 59; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 1521, vstart = 0 performed iterations = 159577 n_{43,59}(2) = 474977598981143458716867764815492507 with [p,q]-exponents: u = 11; v = 10 --------- p = 43; q = 61; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 482, vstart = 0 performed iterations = 22942 n_{43,61}(2) = 252727831454247143596790144745109 with [p,q]-exponents: u = 10; v = 9 --------- p = 43; q = 67; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 493, vstart = 0 performed iterations = 27243 n_{43,67}(2) = 70838811067795890949270123 with [p,q]-exponents: u = 8; v = 7 --------- p = 43; q = 71; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 20919, vstart = 0 performed iterations = 480740 n_{43,71}(2) = 34820041257818584110547 with [p,q]-exponents: u = 7; v = 6 --------- p = 43; q = 73; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 381, vstart = 0 performed iterations = 46443 n_{43,73}(2) = 41135459202828426791923 with [p,q]-exponents: u = 7; v = 6 --------- p = 43; q = 79; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 431, vstart = 0 performed iterations = 33169 n_{43,79}(2) = 19451190620327600551 with [p,q]-exponents: u = 6; v = 5 --------- p = 43; q = 83; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 47, vstart = 0 performed iterations = 752 n_{43,83}(2) = 6976773877604203 with [p,q]-exponents: u = 5; v = 4 --------- p = 43; q = 89; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 290, vstart = 0 performed iterations = 13137 n_{43,89}(2) = 1274486906051029579013312360992353330262742364373481741450403790636657341125858364453940038127907 with [p,q]-exponents: u = 29; v = 25 --------- p = 43; q = 97; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 28, vstart = 0 performed iterations = 290 n_{43,97}(2) = 302663994412081 with [p,q]-exponents: u = 4; v = 4 --------- p = 47; q = 53; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 2875, vstart = 0 performed iterations = 2136437 n_{47,53}(2) = 91134625143009219690053494561159973111166235978955520357378797550572060460531995118039013703560860170648477 with [p,q]-exponents: u = 32; v = 31 --------- p = 47; q = 59; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 520, vstart = 0 performed iterations = 32368 n_{47,59}(2) = 207179080665743160963296720572410756304498349077929779 with [p,q]-exponents: u = 16; v = 15 --------- p = 47; q = 61; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 268, vstart = 0 performed iterations = 14121 n_{47,61}(2) = 41558308842920549810247587010735802234098701389 with [p,q]-exponents: u = 14; v = 13 --------- p = 47; q = 67; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 759, vstart = 0 performed iterations = 55525 n_{47,67}(2) = 1431040100389376567984426769462403 with [p,q]-exponents: u = 10; v = 9 --------- p = 47; q = 71; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 554911, vstart = 0 performed iterations = 4496644221 n_{47,71}(2) = 722682454930850940320486120687 with [p,q]-exponents: u = 9; v = 8 --------- p = 47; q = 73; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 68, vstart = 0 performed iterations = 1607 n_{47,73}(2) = 263052773004932620138149817 with [p,q]-exponents: u = 8; v = 7 --------- p = 47; q = 79; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 143, vstart = 0 performed iterations = 5296 n_{47,79}(2) = 123153725261459737426223 with [p,q]-exponents: u = 7; v = 6 --------- p = 47; q = 83; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 101, vstart = 0 performed iterations = 2420 n_{47,83}(2) = 42459767280579616547 with [p,q]-exponents: u = 6; v = 5 --------- p = 47; q = 89; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 3037, vstart = 0 performed iterations = 1859294 n_{47,89}(2) = 60191779210708093721 with [p,q]-exponents: u = 6; v = 5 --------- p = 47; q = 97; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 322, vstart = 0 performed iterations = 20144 n_{47,97}(2) = 16874837481075470647606335929180408748476209893419808661391 with [p,q]-exponents: u = 17; v = 15 --------- p = 53; q = 59; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 5551, vstart = 0 performed iterations = 7977429 n_{53,59}(2) = 35389921095509396882793542653083259117414372613487268764224180955880313500845437774592397952014823978956450875061029655247170133 with [p,q]-exponents: u = 37; v = 36 --------- p = 53; q = 61; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 2661, vstart = 0 performed iterations = 1466149 n_{53,61}(2) = 3045298679052904034317090398026688570585472984143839482453224065062312201548531568219092923244181 with [p,q]-exponents: u = 28; v = 27 --------- p = 53; q = 67; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 2027, vstart = 0 performed iterations = 441214 n_{53,67}(2) = 9539727165241762789477076274654610161975150134950109803 with [p,q]-exponents: u = 16; v = 15 --------- p = 53; q = 71; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 102, vstart = 0 performed iterations = 2995 n_{53,71}(2) = 427254346405488941871171801647087967536611493 with [p,q]-exponents: u = 13; v = 12 --------- p = 53; q = 73; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 4047, vstart = 0 performed iterations = 345523 n_{53,73}(2) = 154121027788406853009275736277507365127657 with [p,q]-exponents: u = 12; v = 11 --------- p = 53; q = 79; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 405, vstart = 0 performed iterations = 15148 n_{53,79}(2) = 5006100415731933140837330494613 with [p,q]-exponents: u = 9; v = 8 --------- p = 53; q = 83; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 128, vstart = 0 performed iterations = 3764 n_{53,83}(2) = 1689482133601083306773952347 with [p,q]-exponents: u = 8; v = 7 --------- p = 53; q = 89; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 43, vstart = 0 performed iterations = 711 n_{53,89}(2) = 583809458782460055113357 with [p,q]-exponents: u = 7; v = 6 --------- p = 53; q = 97; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 68, vstart = 0 performed iterations = 1061 n_{53,97}(2) = 190332910593747670153 with [p,q]-exponents: u = 6; v = 5 --------- p = 59; q = 61; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 4316, vstart = 0 performed iterations = 4359202 n_{59,61}(2) = 1171805296445024023661439739847941308968715024760947517736274858476511738969373404924567193647010071927865039835791738356324244861504765207078921062733105748531644891223629277843860878419575027948016264959864931295259406507278279182400900480052592283905612042293880173988052213778076580215352969776010115474696224497141066872031761920954356875144863144067317481373159750146341167301407213820698929986036626632453305246504002659300341 with [p,q]-exponents: u = 122; v = 121 --------- p = 59; q = 67; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 3439, vstart = 0 performed iterations = 2393411 n_{59,67}(2) = 188618052442190677052052735089877934746523874703098351204579456350018865644527717700827957300780179630569696073323 with [p,q]-exponents: u = 32; v = 31 --------- p = 59; q = 71; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 47429, vstart = 0 performed iterations = 127093032 n_{59,71}(2) = 684178746817858507613591609147838898071208865498075820046067251180756150592351 with [p,q]-exponents: u = 22; v = 21 --------- p = 59; q = 73; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 403, vstart = 0 performed iterations = 54088 n_{59,73}(2) = 15346159346282563262772750976276438352494469472111194211241117432691 with [p,q]-exponents: u = 19; v = 18 --------- p = 59; q = 79; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 943, vstart = 0 performed iterations = 50755 n_{59,79}(2) = 6202992368178223685641361081957304475315525739 with [p,q]-exponents: u = 13; v = 12 --------- p = 59; q = 83; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 479, vstart = 0 performed iterations = 21487 n_{59,83}(2) = 467900007145337433758578127045174480891 with [p,q]-exponents: u = 11; v = 10 --------- p = 59; q = 89; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 535, vstart = 0 performed iterations = 41187 n_{59,89}(2) = 34102652363560967792714973228059 with [p,q]-exponents: u = 9; v = 8 --------- p = 59; q = 97; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 1325, vstart = 0 performed iterations = 93573 n_{59,97}(2) = 11863647467599748799478726273 with [p,q]-exponents: u = 8; v = 7 --------- p = 61; q = 67; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 717, vstart = 0 performed iterations = 126184 n_{61,67}(2) = 2912893583664655517914507809244595647677845073484947737955416740330301915403607958820787929724689893896745328454396931684756531225388388887956866186644109 with [p,q]-exponents: u = 43; v = 42 --------- p = 61; q = 71; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 1067, vstart = 0 performed iterations = 337425 n_{61,71}(2) = 2170813991107472271388335961993864955454806929553780763031751737934942994775285274691569715509941 with [p,q]-exponents: u = 27; v = 26 --------- p = 61; q = 73; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 1529, vstart = 0 performed iterations = 273652 n_{61,73}(2) = 2552915456594359410895668806185792284531213710962792169530502942596244344400833 with [p,q]-exponents: u = 22; v = 21 --------- p = 61; q = 79; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 321, vstart = 0 performed iterations = 17896 n_{61,79}(2) = 222191173777165817506152122154170819069310526425624181 with [p,q]-exponents: u = 15; v = 14 --------- p = 61; q = 83; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 330, vstart = 0 performed iterations = 19018 n_{61,83}(2) = 17307126326630348351136487135252346994313080541 with [p,q]-exponents: u = 13; v = 12 --------- p = 61; q = 89; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 297, vstart = 0 performed iterations = 18295 n_{61,89}(2) = 249924257140433855644127237510948609 with [p,q]-exponents: u = 10; v = 9 --------- p = 61; q = 97; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 286, vstart = 0 performed iterations = 13185 n_{61,97}(2) = 15489622012088960004873010753 with [p,q]-exponents: u = 8; v = 7 --------- p = 67; q = 71; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 3602, vstart = 0 performed iterations = 748373 n_{67,71}(2) = 82552181352382220702895478377136917238321450136477322652126115480675443487458312227326971284467536408726268798936059122240634037653234624448726710206262829052958403845012166739718045283473858715820357448496175649892795575325231598169706292491215954381310696587031 with [p,q]-exponents: u = 72; v = 71 --------- p = 67; q = 73; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 83041, vstart = 0 performed iterations = 460918314 n_{67,73}(2) = 82634731084764555899257386522642619626954779647380985034995796487985346668280100524923529767786793760865793413334262723968120058645237271375433212003487479927803476333693499003907 with [p,q]-exponents: u = 49; v = 48 --------- p = 67; q = 79; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 663, vstart = 0 performed iterations = 46477 n_{67,79}(2) = 15664634228312467681247330013370678279190033784437655080661123422842889903536807066409901667 with [p,q]-exponents: u = 25; v = 24 --------- p = 67; q = 83; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 103, vstart = 0 performed iterations = 4119 n_{67,83}(2) = 1733113136436127297151201470824877802710450363423056523437609520771027 with [p,q]-exponents: u = 19; v = 18 --------- p = 67; q = 89; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 411, vstart = 0 performed iterations = 27315 n_{67,89}(2) = 807453133398224321059454204876419689841494763044401 with [p,q]-exponents: u = 14; v = 13 --------- p = 67; q = 97; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 173, vstart = 0 performed iterations = 7607 n_{67,97}(2) = 9006170662500758844943988246517379395067 with [p,q]-exponents: u = 11; v = 10 --------- p = 71; q = 73; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 8649, vstart = 0 performed iterations = 11377558 n_{71,73}(2) = 293495936217387785488826969129611643496004373203529707892232672993867493124175807510376017854295461557516769574435114220534039156103694562187429516223604094771294473061140321923266173754682734663606603158432218140601426026374495076532497414161103126106764542770848372973862708956763963867754621092467784225314522565907241693370383675281163165333199379613561892861486736031454867992806501171688118125697878016669621634425501701044376202820767818803340018422495407397256815620335847322116430848630830073973433149218435231820307046151689953776371652424319788020860393031 with [p,q]-exponents: u = 153; v = 152 --------- p = 71; q = 79; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 2169, vstart = 0 performed iterations = 715765 n_{71,79}(2) = 2036596856429089621584779784044636564383402992180168220641689298611741691026717469009889220006094586628483280395976316788644680690429596533405591 with [p,q]-exponents: u = 39; v = 38 --------- p = 71; q = 83; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 481, vstart = 0 performed iterations = 84482 n_{71,83}(2) = 7585877359265989003431875730069304083236743916292180541556168988884799083459775266076393598747091279 with [p,q]-exponents: u = 27; v = 26 --------- p = 71; q = 89; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 437, vstart = 0 performed iterations = 42206 n_{71,89}(2) = 2899214779337395184542226681001023013252061598581983969361943653769 with [p,q]-exponents: u = 18; v = 17 --------- p = 71; q = 97; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 73, vstart = 0 performed iterations = 2064 n_{71,97}(2) = 808387044132614015858606833774247866225889520551 with [p,q]-exponents: u = 13; v = 12 --------- p = 73; q = 79; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 2268, vstart = 0 performed iterations = 1049874 n_{73,79}(2) = 1561961355886677804183216007090197938720133395993138034711114105577080217860585070864838957789418067881652734240896114686557332310979557524131846807535466208916890929211745765698937303154242504885128351 with [p,q]-exponents: u = 54; v = 53 --------- p = 73; q = 83; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 413, vstart = 0 performed iterations = 63673 n_{73,83}(2) = 794608744400263763082287850300900692568987989176113868968673683273179488271879156233234835118364763154962342564755688672713 with [p,q]-exponents: u = 33; v = 32 --------- p = 73; q = 89; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 113, vstart = 0 performed iterations = 4960 n_{73,89}(2) = 1310932092538113804826761608143295003038047647952834063252524202613235880931273 with [p,q]-exponents: u = 21; v = 20 --------- p = 73; q = 97; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 515, vstart = 0 performed iterations = 79096 n_{73,97}(2) = 58163051233285101696710908170154786585837944502865455033 with [p,q]-exponents: u = 15; v = 14 --------- p = 79; q = 83; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 4831, vstart = 0 performed iterations = 4068863 n_{79,83}(2) = 8932603773647048852610627373534148443932489065788958371574309864455525307036403375960786038769297436164221038552346821429097984369369272139458592342942510169190836581048811657890692867287083266893082075722791653505924640006379013672433286574507102309399594446748479036210202896211156196389750820876318157464068901237913504751575802747 with [p,q]-exponents: u = 88; v = 87 --------- p = 79; q = 89; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 188, vstart = 0 performed iterations = 13754 n_{79,89}(2) = 34932166300819432732563081093695234905318747268077408863976223735679437538059737316247688173383850910654709288819057193491324054065627529 with [p,q]-exponents: u = 36; v = 35 --------- p = 79; q = 97; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 2407, vstart = 0 performed iterations = 473549 n_{79,97}(2) = 38512667699840515762549392618549024806750598071855223088034980536654816391339279 with [p,q]-exponents: u = 21; v = 20 --------- p = 83; q = 89; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 1865, vstart = 0 performed iterations = 933129 n_{83,89}(2) = 58089846875132246168753186669798656297850506063232692916685784243237297356166140034202918292344100006497048681670685806180003852232703573598007424582443289607431539593227305567736069974323679391299578786986033156188574581693060701097186751627 with [p,q]-exponents: u = 63; v = 62 --------- p = 83; q = 97; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 675, vstart = 0 performed iterations = 82257 n_{83,97}(2) = 238244789764617100737189560828555311069443421442395647997453208503446942564101194096735859313507031943647633 with [p,q]-exponents: u = 28; v = 27 --------- p = 89; q = 97; n = p^u*q^v; u,v >= 0 Starting with [p,q]-exponents: ustart = 1435, vstart = 0 performed iterations = 596942 n_{89,97}(2) = 49389973496744360627475599886570368113120571036002798531991878004185691252081159565591650745913564199033484134278717579178825363848234557557172244547519783174471868428719965764180587740456423298918134913 with [p,q]-exponents: u = 52; v = 51 --------- npqalpha computation time (output time included): 764 min, 33 sec, 775 millisec ****** END PROGRAM ******** Goodbye!