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-2 of 2 results.

A370657 Numbers k such that A226199(k) = 7^k + k is prime.

Original entry on oeis.org

34, 48, 8578, 18960
Offset: 1

Views

Author

Hugo Pfoertner, Feb 24 2024

Keywords

Comments

If it exists, a(5) > 268000. - Karl-Heinz Hofmann, Mar 02 2024

Crossrefs

Programs

  • PARI
    is(n) = ispseudoprime(7^n+n)

A370664 Numbers k such that A176972(k) = 7^k + 7*k + 1 is prime.

Original entry on oeis.org

0, 5, 11, 1389, 5351, 6207, 31173
Offset: 1

Views

Author

Hugo Pfoertner, Feb 26 2024

Keywords

Comments

If it exists, a(8) > 50000.

Crossrefs

Programs

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