cp's OEIS Frontend

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.

A157437 Primes congruent to 1, 5, 7, or 11 modulo 24.

This page as a plain text file.
%I A157437 #31 Dec 04 2023 01:49:05
%S A157437 5,7,11,29,31,53,59,73,79,83,97,101,103,107,127,131,149,151,173,179,
%T A157437 193,197,199,223,227,241,251,269,271,293,313,317,337,347,367,389,409,
%U A157437 419,433,439,443,457,461,463,467,487,491,509,557,563,577,587,601,607,631
%N A157437 Primes congruent to 1, 5, 7, or 11 modulo 24.
%C A157437 Also, primes p that divide A085606((p-1)/2) = ((p-1)/2-1)^((p-1)/2) - 1. Primes p such that p^2 divide A085606((p-1)/2) are listed in A157438.
%C A157437 Also, primes p>3 such -6 is a square modulo p. - _Max Alekseyev_, May 30 2009
%C A157437 Rational primes that decompose in the field Q(sqrt(-6)). - _N. J. A. Sloane_, Dec 25 2017
%H A157437 Robert Price, <a href="/A157437/b157437.txt">Table of n, a(n) for n = 1..9990</a>
%H A157437 <a href="/index/Pri#primes_decomp_of">Index to sequences related to decomposition of primes in quadratic fields</a>
%t A157437 Select[Prime[Range[200]], JacobiSymbol[#, 6] == 1 &] (* _T. D. Noe_, Aug 17 2011 *)
%t A157437 Select[Prime[Range[200]],MemberQ[{1,5,7,11},Mod[#,24]]&] (* _Harvey P. Dale_, May 25 2018 *)
%Y A157437 Cf. A085606, A157438.
%K A157437 nonn
%O A157437 1,1
%A A157437 _Alexander Adamchuk_, Mar 01 2009
%E A157437 Extended by _Max Alekseyev_, May 30 2009
%E A157437 New name from _Max Alekseyev_, Jan 04 2018