OFFSET
1,1
COMMENTS
Inert rational primes in the field Q(sqrt(-11)). - N. J. A. Sloane, Dec 25 2017
These are also the primes p for which the polynomial x^3 - x^2 - x - 1 (mod p) has only one integer root. This is important for the Fibonacci and Lucas 3-step recursions, A000073 and A001644. See A106276. - T. D. Noe, Apr 17 2012
It appears that these are the primes p such that the sequence p^(5*n) mod 11 has period length 2, repeating [1, 10]. - Gary Detlefs, May 18 2014
LINKS
MATHEMATICA
Select[Prime[Range[200]], JacobiSymbol[#, 11] == -1 &]
PROG
(Magma) [p: p in PrimesUpTo(563) | JacobiSymbol(p, 11) eq -1]; // Vincenzo Librandi, Sep 11 2012
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
T. D. Noe, May 25 2011
STATUS
approved