|
Search: id:A064769
|
|
|
| A064769 |
|
Numbers n such that (n!)^2 + p(n) is prime. |
|
+0 2
|
| |
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
Last three values certified prime with Primo.
Next term, if it exists, is greater than 2700. - Ryan Propper (rpropper(AT)stanford.edu), Nov 05 2005
|
|
EXAMPLE
|
(5!)^2 + prime(5) = 120^2 + 11 = 14400 + 11 = 14411 is prime, so 5 is a term.
|
|
PROGRAM
|
(PARI) for(n=1, 300, if(isprime((n!)^2+prime(n)), print(n)))
|
|
CROSSREFS
|
Cf. A046029, A072599 (n such that (n!)^2 - p(n) is prime).
Sequence in context: A110113 A137155 A014227 this_sequence A119002 A047021 A047031
Adjacent sequences: A064766 A064767 A064768 this_sequence A064770 A064771 A064772
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Jason Earls (zevi_35711(AT)yahoo.com), Oct 18 2001
|
|
EXTENSIONS
|
1720 from Ryan Propper (rpropper(AT)stanford.edu), Nov 05 2005
|
|
|
Search completed in 0.002 seconds
|