Search: id:A109797 Results 1-1 of 1 results found. %I A109797 %S A109797 24,30,40,42,48,60,80,80,96,102,126,140,140,156,156,156,174,180,180,198, %T A109797 216,224,224,264,276,280,294,294,300,320,340,372,380,384,440,440,468, %U A109797 500,504,510,528,560,582,608,616,642,680,684,690,690,696,702,736,750 %N A109797 First of a pair of compatible numbers, where two numbers m and n are compatible if sigma(n)-2dn=sigma(m)-2dm=m+n, for some proper divisors dn and dm of m and n respectively. %H A109797 T. Trotter, Admirable Numbers. %e A109797 sigma(42)-2(1)=96-2=94 and sigma(52)-2(2)=98-4=94 and 42+52=94 so a(4)=42. %p A109797 L:=remove(proc(z) isprime(z) end, [$1..10000]): S:=proc(n) map(proc(z) sigma(n) -2*z end, divisors(n) minus {n}) end; CK:=map(proc(z) [z, S(z)] end, L): CL:=[]: for j from 1 to nops(CK)-1 do x:=CK[j,1]; sx:=sigma(x); Sx:=CK[j,2]; for k from j+1 to nops(CK) while CK[k, 1]