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 A164134 #11 Nov 03 2023 23:32:42 %S A164134 2,3,5,7,17,23,31,41,47,71,97,103,107,137,139,193,283,313,337,347,349, %T A164134 373,397,421,443,467,487,491,577,587,593,619,631,643,653,673,691,701, %U A164134 773,787,811,827,907,991,1021,1033,1051,1093,1117,1217,1249,1259,1289 %N A164134 Primes p such that 12*p is the sum of two consecutive primes. %H A164134 Paolo Xausa, <a href="/A164134/b164134.txt">Table of n, a(n) for n = 1..10000</a> %e A164134 p=17 is there because it is prime and 12*17=101+103 = A001043(26) . %t A164134 Select[ListConvolve[{1,1},Prime[Range[2000]]]/12,PrimeQ] (* _Paolo Xausa_, Nov 03 2023 *) %Y A164134 Cf. A000040, A001043, A118134, A163487. %K A164134 nonn %O A164134 1,1 %A A164134 _Juri-Stepan Gerasimov_, Aug 11 2009 %E A164134 233 replaced by 283 and extended by _R. J. Mathar_, Aug 21 2009