OFFSET
1,1
COMMENTS
After a(9), all terms are congruent to +-1 (mod 30).
More generally, for any primorial P (cf. A002110), all terms >= P-1 are congruent to +/- 1 (mod P).- This sequence is essentially the same as A087715. - M. F. Hasler, Jul 27 2015
LINKS
James M. McCanney and Robert G. Wilson v, Table of n, a(n) for n = 1..1013
FORMULA
Primes among the numbers produced from A060735 +/- 1.
EXAMPLE
MATHEMATICA
f[n_] := Range[Prime[n + 1] - 1] Times @@ Prime@ Range@ n; Select[ Union@ Flatten@ Join[ Array[f, 6] - 1, Array[f, 7, 0] + 1], PrimeQ@# &]
CROSSREFS
KEYWORD
nonn
AUTHOR
James M. McCanney and Robert G. Wilson v, Jul 26 2015
STATUS
approved