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 A045375 #33 Aug 18 2024 20:10:28 %S A045375 2,7,13,19,31,37,43,61,67,73,79,97,103,109,127,139,151,157,163,181, %T A045375 193,199,211,223,229,241,271,277,283,307,313,331,337,349,367,373,379, %U A045375 397,409,421,433,439,457,463,487,499,523,541,547,571,577,601,607,613,619,631,643,661,673,691 %N A045375 Primes congruent to {1, 2} mod 6. %C A045375 Apart from initial term, same as A002476 = A007645 \ {2} = A045331 \ {2,3}. - _M. F. Hasler_, Apr 25 2008 %C A045375 Primes of the form 6*m - 3/2 -+ 5/2. A045375 UNION A045410 = A000040. - _Juri-Stepan Gerasimov_, Jan 28 2010 %t A045375 Select[Prime[Range[150]], MemberQ[{1, 2}, Mod[#, 6]] &] (* _Vladimir Joseph Stephan Orlovsky_, Feb 18 2012 *) %o A045375 (Magma) [p: p in PrimesUpTo(740)|p mod 6 in {1,2}]; // _Vincenzo Librandi_, Dec 18 2010 %Y A045375 Cf. A002476, A007645, A045331. %Y A045375 Cf. A000040 (the primes), A045410 (the primes of the form 6*k-2-+1). - _Juri-Stepan Gerasimov_, Jan 28 2010 %K A045375 nonn %O A045375 1,1 %A A045375 _N. J. A. Sloane_ %E A045375 More terms from _Vincenzo Librandi_, Dec 18 2010