login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A112930
a(n) = order of n-th term of A112926 among squarefree integers.
6
3, 4, 5, 7, 9, 10, 13, 14, 17, 19, 21, 25, 28, 30, 32, 34, 38, 39, 43, 46, 47, 51, 53, 57, 62, 63, 65, 68, 69, 72, 79, 82, 85, 87, 93, 94, 97, 101, 104, 106, 110, 111, 118, 119, 122, 123, 131, 140, 142, 143, 146, 150, 151, 155, 159, 163, 167, 168, 171, 173
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