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.

A098463 Numbers k such that A055869(k) = (k+1)^k - k^k is prime.

Original entry on oeis.org

2, 3, 5, 7, 167
Offset: 1

Views

Author

Hugo Pfoertner, Sep 14 2004

Keywords

Comments

The next term is > 5000.

Examples

			a(2) = 3 because (3+1)^3 - 3^3 = 4^3 - 3^3 = 64 - 27 = 37 is prime.
		

Crossrefs

Cf. A055869 ((n+1)^n-n^n), A085682 (k^k-(k-1)^k is prime).

Programs