A093553 a(n) is the smallest number m such that (m+k-1)/k is prime for k=1,2,...,n.
2, 3, 13, 12721, 19441, 5516281, 5516281, 7321991041, 363500177041, 2394196081201, 3163427380990801, 22755817971366481, 3788978012188649281, 2918756139031688155201
Offset: 1
Examples
a(9)=363500177041 because all the nine numbers 363500177041, (363500177041+1)/2, (363500177041+2)/3, (363500177041+3)/4, (363500177041+4)/5, (363500177041+5)/6, (363500177041+6)/7, (363500177041+7)/8 and (363500177041+8)/9 are primes and 363500177041 is the smallest number m such that (m+k-1)/k is prime for k=1,2,...,9.
Links
- Walter Nissen, Calculation without Words : Doric Columns of Primes, Up for the Count !
Crossrefs
Cf. A072875.
Comments