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.

A370190 Numbers k such that (6^k + 6*k)/6 is prime.

Original entry on oeis.org

1, 5, 7, 1003, 40513
Offset: 1

Views

Author

Hugo Pfoertner, Feb 24 2024

Keywords

Comments

If it exists, a(6) > 62000.

Crossrefs

Programs

  • PARI
    is(n) = ispseudoprime(6^(n-1)+n)