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.

A357056 Integers k such that k^k + k^2 + 2*k + 1 is prime.

Original entry on oeis.org

0, 1, 2, 3, 4, 9, 10, 13, 15, 24
Offset: 1

Views

Author

Marco RipĂ , Sep 10 2022

Keywords

Comments

The next prime (if any) is unknown, but it must exceed 2000^2000 + 2000^2 + 2*2000 + 1 (a 6603-digit number).
a(11) > 15000, if it exists. - Michael S. Branicky, Sep 17 2024

Examples

			If k = 2, then k^k + k^2 + k*2 + 1 = 2^2 + 2^2 + 2*2 + 1 = 13, which is prime.
		

Crossrefs