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.

A132246 Twin primes congruent to {1, 17, 19, 29} mod 30.

This page as a plain text file.
%I A132246 #7 Apr 03 2023 10:36:11
%S A132246 17,19,29,31,59,61,107,109,137,139,149,151,179,181,197,199,227,229,
%T A132246 239,241,269,271,347,349,419,421,569,571,599,601,617,619,659,661,809,
%U A132246 811,827,829,857,859,1019,1021,1049,1051,1229,1231
%N A132246 Twin primes congruent to {1, 17, 19, 29} mod 30.
%H A132246 C. K. Caldwell, <a href="http://primes.utm.edu">The Prime Pages</a>.
%H A132246 C. K. Caldwell, <a href="https://t5k.org/glossary/page.php?sort=TwinPrime">Twin Primes</a>.
%H A132246 Omar E. Pol, <a href="http://www.polprimos.com">Determinacion geometrica de los numeros primos y perfectos</a>.
%t A132246 Select[Union[Flatten[Select[Partition[Prime[Range[300]],2,1],#[[2]]- #[[1]] == 2&]]],MemberQ[{1,17,19,29},Mod[#,30]]&] (* _Harvey P. Dale_, Feb 09 2015 *)
%Y A132246 Cf. A001097, A001359, A006512, A039949, A129805.
%K A132246 easy,nonn
%O A132246 1,1
%A A132246 _Omar E. Pol_, Aug 17 2007