A100366 a(n) is the least prime number q such that q,q+1,q+2,q+3,...,q+n-1 have 2,4,8,...,2^n divisors respectively.
2, 5, 193, 613, 1124581, 52071301, 213536830501
Offset: 1
Examples
a(4)=613: q=613 (a prime, hence two divisors), q+1 = 614 = 2*307 (4 divisors), q+2 = 615 = 3*5*41 (8 divisors), and q+3 = 616 = 2^3 * 7 * 11 (16 divisors).
Extensions
a(6)-a(7) from Donovan Johnson, Mar 23 2011
Keywords fini and full added and Example section edited by Jon E. Schoenfield, Nov 12 2017
Comments