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.

A072179 Numbers n such that n^(n+1) - (n+1)^n is prime.

Original entry on oeis.org

3, 6, 9, 12, 44, 883, 1277
Offset: 1

Views

Author

Daniel Gronau (Daniel.Gronau(AT)gmx.de), Jun 30 2002

Keywords

Comments

Some of the larger entries may only correspond to probable primes.
6279 is a term. - Alexander Adamchuk, Apr 09 2007

Crossrefs

Programs

  • Mathematica
    Do[ If[ PrimeQ[ n^(n + 1) - (n + 1)^n], Print[n]], {n, 1, 2000}]
  • PARI
    is(n)=ispseudoprime(n^(n+1)-(n+1)^n) \\ Charles R Greathouse IV, Feb 17 2017

Extensions

Edited and extended by Robert G. Wilson v, Jul 02 2002