|
Search: id:A079481
|
|
|
| A079481 |
|
Primes of the form p(n)*p(n+1)+[p(n)-1]!. |
|
+0 1
|
| |
|
|
OFFSET
|
1,1
|
|
|
EXAMPLE
|
Let p(n) be 5, therefore p(n+1)=7 and p(n)*p(n+1)=35. [p(n)-1)]!=4!=24. 35+24=59, which is prime.
|
|
PROGRAM
|
(PARI) forprime (p=3, 1000, if (isprime(p*nextprime(p+1)+(p-1)!), print1(p", ")))
|
|
CROSSREFS
|
Sequence in context: A062324 A153645 A106878 this_sequence A075571 A077133 A164642
Adjacent sequences: A079478 A079479 A079480 this_sequence A079482 A079483 A079484
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Jon Perry (perry(AT)globalnet.co.uk), Jan 16 2003
|
|
|
Search completed in 0.002 seconds
|