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.

A120068 Numbers n such that n-th prime + 1 is squarefree.

Original entry on oeis.org

1, 3, 6, 10, 12, 13, 18, 21, 26, 29, 30, 33, 37, 40, 42, 44, 50, 55, 59, 60, 65, 66, 71, 74, 77, 78, 79, 80, 82, 84, 88, 89, 97, 100, 104, 110, 112, 113, 116, 119, 121, 122, 123, 127, 130, 134, 135, 136, 139, 142, 145, 147, 148, 151, 158, 159, 160, 165, 168, 169, 172
Offset: 1

Views

Author

Zak Seidov, Aug 15 2006

Keywords

Crossrefs

Cf. A049097.

Programs

  • Mathematica
    Select[Range[200],SquareFreeQ[Prime[#]+1]&] (* Harvey P. Dale, Sep 07 2012 *)

Formula

a(n)=primepi(A049097(n))