login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A099499 Primes of the form A007925(n)=n^(n+1)-(n+1)^n. 1
17, 162287, 2486784401, 83695120256591, 84721522804414816904952398305908708011513455440403306207160333176150520399 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

The next term a(6)=883^884-884^883 has 2605 decimal digits and is too large to include here.

EXAMPLE

a(2)=162287 because A007925(A072179(2))=6^7-7^6=162287 is prime.

MATHEMATICA

lst={}; Do[m=n+1; q=n^m-m^n; If[PrimeQ[q], AppendTo[lst, q]], {n, 0, 5!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Jan 23 2009]

CROSSREFS

Cf. A007925 n^(n+1)-(n+1)^n, A072179 n^(n+1)-(n+1)^n is prime, A099497 n^(n+1)-(n+1)^n is a semiprime, A099495 semiprimes of the form n^(n+1)-(n+1)^n.

Sequence in context: A046883 A046884 A203677 * A051157 A177918 A177816

Adjacent sequences:  A099496 A099497 A099498 * A099500 A099501 A099502

KEYWORD

nonn

AUTHOR

Hugo Pfoertner (hugo(AT)pfoertner.org), Oct 19 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 02:31 EST 2012. Contains 205978 sequences.