Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A073499
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A073499 Numbers n such that n^(n+1) + (n+1)^n is prime. +0
5
1, 2, 80, 342, 848, 1194 (list; graph; listen)
OFFSET

1,2

COMMENT

There are no more terms up to 1650.

6964 and 9376 are terms. - Alexander Adamchuk (alex(AT)kolmogorov.com), Apr 09 2007

EXAMPLE

1^2 + 2^1 = 3 and 2^3 + 3^2 = 17 are the primes corresponding to the first two terms. The next four terms correspond to probable primes of 155, 870, 2487, and 3678 decimal digits.

MATHEMATICA

Do[ If[ PrimeQ[n^(n + 1) + (n + 1)^n], Print[n]], {n, 1, 1650}]

PROGRAM

(PARI) for(n=1, 1650, if(isprime((n^(n+1))+((n+1)^n)), print1(n, ", ")))

CROSSREFS

Cf. A072179.

Sequence in context: A113152 A060051 A100421 this_sequence A123828 A008563 A059487

Adjacent sequences: A073496 A073497 A073498 this_sequence A073500 A073501 A073502

KEYWORD

nonn

AUTHOR

Rick L. Shepherd (rshepherd2(AT)hotmail.com), Aug 05 2002

EXTENSIONS

Edited by Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 08 2002

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified July 25 07:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research