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.

A370659 Numbers k such that (4^k + 4*k)/4 is prime.

Original entry on oeis.org

1, 3, 67, 247, 471, 1027, 6883, 11673
Offset: 1

Views

Author

Hugo Pfoertner, Feb 27 2024

Keywords

Comments

If it exists, a(9) > 75000.

Crossrefs

Programs

  • PARI
    is(n) = ispseudoprime(4^(n-1)+n)
Showing 1-1 of 1 results.