A254787 a(n)= least initial term of n consecutive primes {p(m),..,p(m+n-1)} such that all numbers {1+p(m),..,1+p(m+n-1)} are a product of the same number k primes, where p(m) is m-th prime A000040(m).
2, 3, 139, 557, 3821, 53609, 179659, 7190917, 3599100, 16687573, 20394197, 101439558
Offset: 1
Keywords
Examples
a(2)=3, because {p(2),p(3)}={3,5}, and {4,6}={2^2,2*3}, k=2; a(3)=139, because {p(34),p(35),p(36)}={139,149,151}, and {140,150,152}={2^2*5*7,2*3*5^2,2^3*19}, k=4.
Comments