OFFSET
1,1
COMMENTS
Motivated by Theorem 3. in P. Pollack paper stating: Fix a natural number k. Then there are only finitely many amicable pairs (N,M) for which Omega(N*M) <= k.
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
Paul Pollack, Finiteness Theorems for Perfect Numbers and Their Kin, The American Mathematical Monthly, Vol. 119, No. 8 (October 2012), pp. 670-681
PROG
(PARI) lista() = {va = readvec("b002025.txt"); vb = readvec("b002046.txt"); for (i=1, 80, print1(bigomega(va[i]*vb[i]), ", ")); }
CROSSREFS
KEYWORD
nonn
AUTHOR
Michel Marcus, Nov 23 2014
STATUS
approved