A077038 Least difference of primes p, q such that p < n^3 < q.
4, 6, 6, 14, 12, 10, 12, 6, 12, 34, 10, 24, 8, 16, 6, 10, 12, 6, 16, 20, 12, 34, 22, 10, 6, 6, 18, 12, 18, 14, 22, 18, 12, 36, 14, 20, 8, 52, 10, 10, 16, 38, 34, 6, 40, 24, 10, 16, 12, 14, 8, 18, 20, 30, 20, 32, 18, 34, 40, 48, 10, 6, 8, 18, 10, 18, 18, 30, 30, 30, 42, 20, 6, 44
Offset: 2
Keywords
Links
- Zak Seidov, Table of n, a(n) for n = 2..10000
Programs
-
Mathematica
Table[c=n^3;NextPrime[c]-NextPrime[c,-1],{n,2,80}] (* Harvey P. Dale, Sep 14 2012 *)
Comments