OFFSET
0,1
EXAMPLE
7 - 2^2 = 3 is the square excess (see A056892) of 7 and it is prime. 7 is the 4th prime, so 4 is in the sequence.
MATHEMATICA
Select[Range[200], PrimeQ[Prime[#]-Floor[Sqrt[Prime[#]]]^2]&] (* Harvey P. Dale, Jul 06 2014 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Olaf Voß, Feb 27 2005
STATUS
approved