This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A296935 #20 Dec 24 2023 01:07:35 %S A296935 5,7,19,37,43,53,79,83,89,97,107,113,127,131,137,139,151,157,167,181, %T A296935 211,227,229,239,257,263,269,271,283,307,313,317,347,353,359,389,397, %U A296935 401,421,431,433,439,449,479,491,503,509,521,523,547,563,571,577,607 %N A296935 Rational primes that decompose in the field Q(sqrt(11)). %H A296935 Robert Price, <a href="/A296935/b296935.txt">Table of n, a(n) for n = 1..9973</a> %H A296935 <a href="/index/Pri#primes_decomp_of">Index to sequences related to decomposition of primes in quadratic fields</a>. %p A296935 Load the Maple program HH given in A296920. Then run HH(11, 200); This produces A296935, A296936, A038881, A038882. %t A296935 Select[Prime[Range[120]], KroneckerSymbol[11, #] == 1 &] (* _Amiram Eldar_, Dec 24 2023 *) %o A296935 (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 %Y A296935 Cf. A296936, A038881, A038882. %K A296935 nonn,easy %O A296935 1,1 %A A296935 _N. J. A. Sloane_, Dec 26 2017