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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A088734 First primes in p^p - 2m where p is prime and m = 1,2.. 0
2, 23, 3119, 19, 17, 302875106592241, 13, 11, 827240261886336764159, 7, 5, 3, 1978419655660313589123947, 3089, 3083, 823499, 3079, 10555134955777783414078330085995832946127396083370199442469, 823489 (list; graph; refs; listen; history; internal format)
OFFSET

2,1

COMMENTS

Conjecture: 2,3,5,7,11,13,17,19 are the only 1 and 2 digit primes in the sequence. The smallest 8 prime power less 2n primes PPL2NP?

PROG

(PARI) primeptop2n(n) = { forstep(m=2, n, 2, forprime(x=2, n, y=x^x-m; if(isprime(y), print1(y", "); break); ) ) }

CROSSREFS

Sequence in context: A091763 A124513 A081781 * A087388 A117507 A068656

Adjacent sequences:  A088731 A088732 A088733 * A088735 A088736 A088737

KEYWORD

nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Nov 23 2003

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 16 12:15 EST 2012. Contains 205909 sequences.