OFFSET
1,1
COMMENTS
Switching zones appear in clusters of n. Remainder A004648 either drops or starts to increase at these values of n.
EXAMPLE
At n=637330...637370 the change of remainder A004648 is as follows: {..637323, 4, 13, 4, 637333, 637327, 637335, 637323, 637319, 637325, 637321, 4, 11, 4, 7, 34, 29, 26, 17, 44, 43, 46, 41, 38, 49, 52, 49, 44, 37, 28, 37..}
MATHEMATICA
mm[x_] := Mod[Mod[Prime[x], x], 2] pm[x_] := mm[x]*mm[x+1] Do[s1=pm[n]; s2=pm[n+1]; If[ !Equal[s1, s2], Print[n], {n, 1, 1000000000}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Labos Elemer, Jun 24 2002
STATUS
approved