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.

A084914 Numbers k such that k^k*k! - 1 is prime.

Original entry on oeis.org

2, 4, 30, 94, 113, 162, 296, 3243
Offset: 1

Views

Author

Farideh Firoozbakht, Jul 14 2003

Keywords

Comments

a(1)-a(8) have been proved to correspond to primes. No other terms less than 10000. - Robert Price, May 19 2012

Examples

			4 is in the sequence because 4!*4^4 - 1 = 6143 is prime.
		

Crossrefs

Programs

  • Mathematica
    Do[If[PrimeQ[n^n*n!-1], Print[n]], {n, 700}]

Extensions

a(8) = 3243 from Robert Price, May 19 2012