login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A073696
Initial members of groups in A073697.
2
2, 4, 6, 8, 16, 18, 20, 34, 50, 56, 68, 172, 174, 228, 230, 244, 260, 268, 270, 272, 296, 460, 462, 464, 486, 488, 498, 500, 510, 516, 662, 676, 678, 762, 806, 822, 824, 864, 880, 882, 884, 894, 906, 908, 932, 938
OFFSET
0,1
COMMENTS
a(k+1)-a(k)=4 has no solutions.
MATHEMATICA
t = {}; s = 1; c = 0; Do[s = s*i; c += 1; If[PrimeQ[s + 1], AppendTo[t, i - 2*(c - 1)]; s = 1; c = 0], {i, 2, 1000, 2}]; t (* Jayanta Basu, Jul 07 2013 *)
CROSSREFS
Sequence in context: A073935 A325764 A258119 * A058602 A133808 A160560
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Aug 12 2002
EXTENSIONS
More terms from Felice Russo, Oct 11 2002
STATUS
approved