|
Search: id:A083562
|
|
|
| A083562 |
|
Beginning of first chain of n consecutive primes whose product + 2 is prime. |
|
+0 1
|
|
| 3, 3, 3, 17, 3, 5, 67, 29, 3, 3, 3, 373, 5, 3, 5, 3, 257, 641, 7, 383, 43, 139, 571, 3967, 2971
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
EXAMPLE
|
17 is the smallest prime in 17, 19, 23, 29 which is the first chain of four consecutive primes whose product + 2 is prime: 17 * 19 * 23 * 29 + 2 = 215443 (prime). Hence a(4) = 17.
|
|
MATHEMATICA
|
pl=Prime[Range[1000]]; frp[n_] := Module[{pl2=Partition[pl, n, 1]}, First[Select[pl2, PrimeQ[(Times@@#)+2]&][[1]]]]; Table[frp[i], {i, 25}]
|
|
CROSSREFS
|
Adjacent sequences: A083559 A083560 A083561 this_sequence A083563 A083564 A083565
Sequence in context: A052900 A024947 A110668 this_sequence A106542 A127014 A073748
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Jun 12 2003
|
|
|
Search completed in 0.002 seconds
|