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.

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

Original entry on oeis.org

2, 3, 10, 51, 4462, 6883
Offset: 1

Views

Author

N. J. A. Sloane, Feb 01 2025

Keywords

Examples

			Prime(3) = 5 and 2^5 - 3 = 29 is prime, so k = 3 is a member.
		

Crossrefs

Programs

  • PARI
    isok(k) = ispseudoprime(1<Jinyuan Wang, Feb 09 2025

Formula

Apply PrimePi to A283266.