I found the pattern for pattern for {2, 4, 5, 8, 9, 11, 14, 15, 17, 19, 20, 22, 23, 27, 28, 31, 32, 34, 36, 38, 39, 41, 43, 46, 47, 48, 49, 52, 54, 56, 58, 61, 63, 64, 67, 69, 72, 73, 75, 76, 81, 83, 85, 86, 90, 91, 92, 93, 94, 95, 96, 99...
Positions of 4k+3 primes, OEIS A080148.
In[309]:=
t = Flatten[Position[Prime[Range[1000]], _?(IntegerQ[(# - 3)/4] &)]];
In[317]:= Table[p = -4/Prime[t[[x]]];
If[FullSimplify[Im[p^(1/p)] == Re[p^(1/p)]] != True,
"not right sequence", ""], {x, 1, 200}]
Out[317]= {"",... ""}