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.

A344424 Numbers k such that A344423(k) is prime.

Original entry on oeis.org

3, 54, 58, 64, 70, 253, 438, 4255, 8770
Offset: 1

Views

Author

Felix Fröhlich, May 18 2021

Keywords

Comments

a(10) > 10000. - Hugo Pfoertner, May 19 2021

Examples

			A344423(3) = 100111001 is prime, so 3 is a term of the sequence.
		

Crossrefs

Programs

  • PARI
    is(n) = ispseudoprime(10^(2*n+2) + 111*10^n + 1)

Extensions

a(9) from Hugo Pfoertner, May 19 2021
Showing 1-1 of 1 results.