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 A296924 #8 Dec 27 2017 01:32:10 %S A296924 2,3,5,7,11,29,31,53,59,73,79,83,97,101,103,107,127,131,149,151,173, %T A296924 179,193,197,199,223,227,241,251,269,271,293,313,317,337,347,367,389, %U A296924 409,419,433,439,443,457,461,463,467,487,491,509,557,563,577,587,601,607,631,653,659,673,677,683 %N A296924 Primes p such that Legendre(-6,p) = 0 or 1. %C A296924 Primes == 1, 2, 3, 5, 7, or 11 (mod 24). - _Robert Israel_, Dec 27 2017 %H A296924 Robert Israel, <a href="/A296924/b296924.txt">Table of n, a(n) for n = 1..10000</a> %p A296924 Load the Maple program HH given in A296920. Then run HH(-6, 200); This produces A157437, A191059, and the present sequence. %p A296924 select(isprime, {seq(seq(24*i+j,j=[1,2,3,5,7,11]),i=0..100)}); %Y A296924 Cf. A157437, A191059. %K A296924 nonn %O A296924 1,1 %A A296924 _N. J. A. Sloane_, Dec 26 2017