A111735 Distance between k*(n-th prime) and next prime, k=3 case.
1, 2, 2, 2, 4, 2, 2, 2, 2, 2, 4, 2, 4, 2, 8, 4, 2, 8, 10, 10, 4, 2, 2, 2, 2, 4, 2, 10, 4, 8, 2, 4, 8, 2, 2, 4, 8, 2, 2, 2, 4, 4, 4, 8, 2, 2, 8, 4, 2, 4, 2, 2, 4, 4, 2, 8, 2, 8, 8, 10, 4, 2, 8, 4, 2, 2, 4, 2, 8, 2, 2, 10, 2, 4, 14, 2, 4, 2, 10, 2, 2, 14, 4, 2, 2, 32, 14, 2, 16, 10, 8, 2, 10, 8, 2, 2, 4, 4, 2, 4
Offset: 1
Keywords
Programs
-
Mathematica
NextPrime[3#]-3#&/@Prime[Range[100]] (* Harvey P. Dale, Mar 29 2018 *)
Comments