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.

A375620 Numbers k such that (20^k - 3^k)/17 is prime.

Original entry on oeis.org

2, 43, 1723, 2971, 3257, 12263, 38933
Offset: 1

Views

Author

William Dean, Aug 21 2024

Keywords

Comments

All terms must be prime.
a(8) > 10^5.

Examples

			a(1) = 2 corresponds to the prime number 23.
		

Crossrefs

Programs

  • PARI
    is(k) = ispseudoprime((20^k - 3^k)/17)