A231018 a(n) = d(n)/p(n-1)# where d(n) > 0 is the common difference of the smallest p-term arithmetic progression of primes beginning with p = p(n) = n-th prime.
1, 1, 1, 5, 7315048, 4293861989, 11387819007325752, 4244193265542951705
Offset: 1
Examples
Prime(3) = 5 and 5, 11, 17, 23, 29 is the smallest 5-term AP beginning with 5, so a(3) = (11-5)/p(2)# = 6/2*3 = 1.
Extensions
a(8) due to Wojciech Izykowski in 2014 added by Jonathan Sondow, Aug 08 2019
Comments