cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A112930 a(n) = order of n-th term of A112926 among squarefree integers.

Original entry on oeis.org

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

Views

Author

Leroy Quet, Oct 06 2005

Keywords

Examples

			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.
		

Crossrefs

Programs

  • 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 *)

Extensions

More terms from Diana L. Mecum, Jun 13 2007