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.

A381040 Numbers k such that the concatenation of 1, k! and 1 is prime.

Original entry on oeis.org

7, 9, 10, 15, 21225
Offset: 1

Views

Author

Michael S. Branicky, Apr 14 2025

Keywords

Comments

Also, numbers k such that 10^(A034886(k)+1) + 10k! + 1 is prime.
For k >= 5, the foregoing requires that 10^(A034886(k)+1) + 1 has no prime factors <= k.
a(6) > 10^5. - Michael S. Branicky, Apr 24 2025

Examples

			The concatenation of 1, 7! and 1 is 150401, which is prime, so 7 is a term.
		

Crossrefs

Corresponding primes are in A262195.