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!)
A296935 Rational primes that decompose in the field Q(sqrt(11)). 4
5, 7, 19, 37, 43, 53, 79, 83, 89, 97, 107, 113, 127, 131, 137, 139, 151, 157, 167, 181, 211, 227, 229, 239, 257, 263, 269, 271, 283, 307, 313, 317, 347, 353, 359, 389, 397, 401, 421, 431, 433, 439, 449, 479, 491, 503, 509, 521, 523, 547, 563, 571, 577, 607 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
Load the Maple program HH given in A296920. Then run HH(11, 200); This produces A296935, A296936, A038881, A038882.
MATHEMATICA
Select[Prime[Range[120]], KroneckerSymbol[11, #] == 1 &] (* Amiram Eldar, Dec 24 2023 *)
PROG
(PARI) list(lim)=my(v=List()); forprime(p=5, lim, if(kronecker(11, p)==1, listput(v, p))); Vec(v) \\ Charles R Greathouse IV, Mar 18 2018
CROSSREFS
Sequence in context: A064101 A018581 A146470 * A106987 A342738 A321510
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Dec 26 2017
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 July 13 02:40 EDT 2024. Contains 374261 sequences. (Running on oeis4.)