OFFSET
2,2
COMMENTS
a(n)/A386269(n) is the average distance between the first n primes.
REFERENCES
James J. Tattersall, Elementary Number Theory in Nine Chapters, Cambridge University Press, 1999, Exercise 3.6.6 on page 120.
LINKS
Stefano Spezia, Table of n, a(n) for n = 2..10000
FORMULA
a(n)/A386269(n) ~ log(n).
MATHEMATICA
a[n_]:=Numerator[(Prime[n]-2)/(n-1)]; Array[a, 60, 2]
CROSSREFS
KEYWORD
nonn,easy,frac
AUTHOR
Stefano Spezia, Jul 17 2025
STATUS
approved
