OFFSET
0,3
COMMENTS
It appears that there is always a prime between two consecutive quarter squares, if n >= 2. Therefore in a square spiral, or zig-zag, whose vertices are the quarter-squares, it appears that there is always a prime between two consecutive vertices, if n >= 2.
Apparently the above comment is equivalent to the Oppermann's conjecture. - Omar E. Pol, Oct 26 2013
LINKS
FORMULA
a(n) ~ n log n. - Charles R Greathouse IV, Mar 04 2013
MATHEMATICA
mx = 13; Union[Prime[Range[PrimePi[mx^2]]], Floor[Range[2*mx]^2/4]] (* Alonso del Arte, Mar 03 2013 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Omar E. Pol, Feb 05 2013
STATUS
approved