|
Search: id:A061119
|
|
| |
| |
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
p and p^2 + 2^p are both prime only for p=3. All positive n satisfy the congruence n=3 (mod 6). - Lekraj Beedassy (lbeedassy(AT)hotmail.com), Sep 07 2004
For values of n, see A064539. - Lekraj Beedassy (blekraj(AT)yahoo.com), Jan 01 2007
|
|
REFERENCES
|
J.-M. De Koninck & A. Mercier, 1001 Problemes en Theorie Classique Des Nombres,Problem 165 pp. 30; 160, Ellipses Paris 2004.
|
|
EXAMPLE
|
a(3) = 593 = 2^9 +9^2. a(4) = 32993= 2^15 + 15^2.
|
|
PROGRAM
|
(PARI) for(n=1, 10^7, if(isprime(n^2+2^n), print(n^2+2^n)))
|
|
CROSSREFS
|
Cf. A001580.
Adjacent sequences: A061116 A061117 A061118 this_sequence A061120 A061121 A061122
Sequence in context: A009719 A128300 A001601 this_sequence A049985 A126579 A051710
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Apr 21 2001
|
|
EXTENSIONS
|
More terms from Jason Earls (zevi_35711(AT)yahoo.com), Aug 09 2001. Next term too large to include.
|
|
|
Search completed in 0.002 seconds
|