Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #6 Sep 09 2012 02:25:51
%S 2,3,11,17,19,31,37,41,43,47,61,73,79,89,97,101,113,127,131,137,157,
%T 163,191,193,211,229,251,263,269,271,293,307,311,317,331,337,359,367,
%U 379,389,409,421,433,443,449,461
%N Primes p such that 29 is not a square mod p.
%H Vincenzo Librandi, <a href="/A038902/b038902.txt">Table of n, a(n) for n = 1..1000</a>
%t Select[Prime@Range[120], JacobiSymbol[29, #] == -1 &] (* _Vincenzo Librandi_, Sep 09 2012 *)
%K nonn
%O 1,1
%A _N. J. A. Sloane_.
%E Offset changed from 0 to 1 by _Vincenzo Librandi_, Sep 09 2012