OFFSET
1,2
COMMENTS
This sequence is strictly increasing as A339743 is weakly increasing. - David A. Corneth, Jan 01 2021
LINKS
David A. Corneth, Table of n, a(n) for n = 1..67
EXAMPLE
The first terms of A339743 are: 1, 1, 2, 4, 6, 6, 6, 30, 30, 60, 60, 210.
So this sequence starts with 1, 2, 4, 6, 30, 60, ...
PROG
(PARI) { n = 1; for (k=1, oo, p = 1; for (m=1, oo, if (gcd(p, 1+m*k)>1, if (m>=n, print1 (k ", "); n=m+1); break, p *= 1+m*k))) }
CROSSREFS
KEYWORD
nonn
AUTHOR
Rémy Sigrist, Dec 16 2020
EXTENSIONS
More terms from David A. Corneth, Jan 01 2021
STATUS
approved