OFFSET
1,1
LINKS
Michael De Vlieger and Diana Mecum, Table of n, a(n) for n = 1..10000 (first 450 terms from Diana Mecum)
EXAMPLE
The 5th term of A112926 is 13 and 13 is the 9th squarefree integer (with 1 counted as the first squarefree integer). So a(5) = 9.
MATHEMATICA
With[{k = 120, s = Select[Range[10^4], SquareFreeQ]}, Flatten@ Array[Position[s, SelectFirst[Range[Prime@ # + 1, Prime@ # + k], SquareFreeQ]] &, 60]] (* Michael De Vlieger, Aug 16 2017 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Leroy Quet, Oct 06 2005
EXTENSIONS
More terms from Diana L. Mecum, Jun 13 2007
STATUS
approved