login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A038876 Primes p such that 6 is a square mod p. 7
2, 3, 5, 19, 23, 29, 43, 47, 53, 67, 71, 73, 97, 101, 139, 149, 163, 167, 173, 191, 193, 197, 211, 239, 241, 263, 269, 283, 293, 307, 311, 313, 317, 331, 337, 359, 379, 383, 389, 409, 431, 433, 457, 461, 479, 499, 503, 509, 523, 547, 557, 571, 577, 599, 601, 619, 643, 647 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Also: for p>6, primes of the form 24*k +/-1 or +-5. - Zak Seidov Feb 01 2008.
LINKS
MAPLE
with(numtheory); t1:=[]; for n from 1 to 500 do p:=ithprime(n); if quadres(6, p) = 1 then t1:=[op(t1), p]; fi; od: t1;
MATHEMATICA
Select[Prime[Range[3000]], JacobiSymbol[6, #]!=-1&] (* Vincenzo Librandi, Jul 13 2012 *)
CROSSREFS
Sequence in context: A223704 A359940 A090116 * A038932 A019377 A215320
KEYWORD
nonn
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 27 05:51 EDT 2024. Contains 372009 sequences. (Running on oeis4.)