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.

Showing 1-1 of 1 results.

A105962 Numbers k such that prime(k^2) - k is prime.

Original entry on oeis.org

2, 30, 38, 44, 74, 82, 88, 96, 106, 114, 132, 138, 140, 160, 162, 184, 230, 276, 278, 280, 298, 304, 316, 318, 332, 342, 414, 420, 428, 450, 470, 480, 540, 580, 584, 600, 638, 668, 672, 678, 680, 684, 728, 750, 754, 766, 768, 788, 798, 848, 858, 860, 902, 930
Offset: 1

Views

Author

Tanya Khovanova, Dec 26 2006

Keywords

Crossrefs

Cf. A064269 (prime(k) - k is prime), A130135 (prime(k^3) - k is prime).

Programs

  • Mathematica
    Select[Range[1000], PrimeQ[Prime[ #^2] - # ] &]
  • PARI
    is(k) = isprime(prime(k^2)-k); \\ Jinyuan Wang, Apr 10 2020
Showing 1-1 of 1 results.