OFFSET
1,1
COMMENTS
LINKS
David A. Corneth, Table of n, a(n) for n = 1..910 (first 671 terms by Maximilian Hasler; terms < 10^35, the largest of which is ~2.6*10^31)
P. Corvaja and U. Zannier, On the greatest prime factor of (ab+1)(ac+1), Proceedings of the American Mathematical Society 131 (2003), pp. 1705-1709. See also arXiv:math/0205136 [math.NT], 2002.
MATHEMATICA
Reap[For[k = 7, k <= 35000, k = k+7, If[FactorInteger[k][[-1, 1]] == 7, If[ Reduce[k == (a b + 1)(a c + 1) && a > b > c > 0, {a, b, c}, Integers] =!= False, Print[k]; Sow[k]]]]][[2, 1]] (* Jean-François Alcover, Dec 07 2018 *)
PROG
CROSSREFS
KEYWORD
nonn,fini
AUTHOR
M. F. Hasler, Nov 21 2018
STATUS
approved