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.

A191717 Numbers k such that k*(k-1)^k - (k-1)*k^(k-1) + 1 is prime.

Original entry on oeis.org

3, 5, 18, 23, 78, 131, 177
Offset: 1

Views

Author

Juri-Stepan Gerasimov, Jun 12 2011

Keywords

Examples

			a(1)=3 because 3*2^3-2*3^2+1=7 is prime, a(2)=5 because 5*4^5-4*5^4+1=2621 is prime.
		

References

Crossrefs

Programs