Possible cardinalities of an elliptic curve over $\mathbb F_7$
Where the equation is given by $y^2=x^3+ax+b$. Hasse Bound gives something between $3$ and $13$ but my question is, can all these values be attained ? Playing around here a bit, I got for example,
$y^2=x^3+1$ ($12$ points)
$y^2=x^3+2$ ($9$ points)
$y^2=x^3+3$ ($13$ points)
$y^2=x^3+4$ ($3$ points)
but what can I say for the rest ?
Brute force:
The entry in the following table at row $a$ and column $b$, each from $0$ to $6$, is the number of points in the affine part of the curve $y^2=x^3+ax+b$.
I computed this with this Mathematica code:
Notice that some of the entries do not correspond to elliptic curves.