OFFSET
1,1
EXAMPLE
p[2033]=17007 is here because next prime is 17013;
for the five j inter-prime composites
i.e. if j is from {17008,..,17012} the values
Smallest such example is a(1)=103 with this sophisticated
property:for i={104,105,106} the fixed points of A008472(i)
i.e. values of A075860(i) are uniformly equal to 2.
MATHEMATICA
ffi[x_] := Flatten[FactorInteger[x]] lf[x_] := Length[FactorInteger[x]] ba[x_] := Table[Part[ffi[x], 2*w-1], {w, 1, lf[x]}] sopf[x_] := Apply[Plus, ba[x]] Do[s=Length[Union[tik=Table[FixedPoint[sopf, j], {j, 1+Prime[n], -1+Prime[n+1]}]]]; If[Equal[s, 1]&&!PrimeQ[2+Prime[n]], Print[Prime[n]]], {n, 1, 100000}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Labos Elemer, Apr 16 2003
STATUS
approved