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!)
A038933 Primes p such that 55 is a square mod p. 1

%I #7 Sep 08 2012 02:31:36

%S 2,3,5,11,13,17,19,23,47,67,73,79,89,103,131,139,151,163,173,181,193,

%T 197,211,223,229,233,239,269,271,277,293,337,359,367,373,383,389,401,

%U 421,431,439,443,449,457,463,467

%N Primes p such that 55 is a square mod p.

%H Vincenzo Librandi, <a href="/A038933/b038933.txt">Table of n, a(n) for n = 1..1000</a>

%t Select[Prime[Range[100]], ! JacobiSymbol[55, #] == -1 &] (* _Vincenzo Librandi_, Sep 08 2012 *)

%K nonn

%O 1,1

%A _N. J. A. Sloane_.

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 18 03:33 EDT 2024. Contains 371767 sequences. (Running on oeis4.)