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 A145475 #8 Mar 17 2023 01:39:21 %S A145475 5,17,29,41,89,101,149,197,257,281,317,449,461,509,521,569,617,677, %T A145475 701,761,821,881,941,1097,1109,1181,1217,1277,1289,1301,1601,1637, %U A145475 1697,1709,1877,1889,1949,2081,2309,2357,2417,2441,2549,2621,2729,2801,2837,2861 %N A145475 Primes p such that (17+p)/2 is prime. %C A145475 All these primes are congruent to 5 mod 12. %H A145475 Harvey P. Dale, <a href="/A145475/b145475.txt">Table of n, a(n) for n = 1..1000</a> %t A145475 aa = {}; k = 17; Do[If[PrimeQ[(k + Prime[n])/2], AppendTo[aa, Prime[n]]], {n, 1, 500}];aa %t A145475 Select[Prime[Range[500]],PrimeQ[(17+#)/2]&] (* _Harvey P. Dale_, Jan 02 2013 *) %Y A145475 Cf. A092109, A145471-A145480. %K A145475 nonn %O A145475 1,1 %A A145475 _Artur Jasinski_, Oct 11 2008