OFFSET
1,1
EXAMPLE
Primes 4 and 5 are 7 and 11, and the interval (8,9,10) contains 10, which is squarefree, so 4 is in the sequence.
MATHEMATICA
Select[Range[100], Length[Select[Range[Prime[#]+1, Prime[#+1]-1], SquareFreeQ]]>=1&]
CROSSREFS
KEYWORD
nonn
AUTHOR
Gus Wiseman, Oct 29 2024
STATUS
approved