|
| |
|
|
A094108
|
|
Primes of form prime(n)!+prime(n+1).
|
|
1
| | |
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| The next term is too large to include.
|
|
|
MAPLE
| a:=proc(n) if isprime(ithprime(n)!+ithprime(n+1))=true then ithprime(n)!+ithprime(n+1) else fi end: seq(a(n), n=1..45); (Deutsch)
|
|
|
CROSSREFS
| Values of n for which p(n)!+p(n+1) is prime are in A109302.
Sequence in context: A056265 A041909 A041048 * A197538 A083418 A020453
Adjacent sequences: A094105 A094106 A094107 * A094109 A094110 A094111
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Giovanni Teofilatto (g.teofilatto(AT)tiscalinet.it), May 03 2004
|
|
|
EXTENSIONS
| More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Jun 24 2005
|
| |
|
|