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 A136063 #5 Mar 16 2020 09:59:28 %S A136063 19,37,109,163,199,271,379,523,541,631,739,919,1009,1171,1459,1549, %T A136063 1621,1783,1999,2053,2089,2143,2161,2251,2521,2539,2791,2971,3169, %U A136063 3673,3889,3943,4159,4483,4519,4861,5059,5113,5563,5779,5869,5923,6211,6301,6373 %N A136063 Mother primes of order 4. %C A136063 For smallest mother primes of order n see A136020 (also definition). For mother primes of order 1 see A091180. For mother primes of order 2 see A136061. For mother primes of order 3 see A136062. %H A136063 Amiram Eldar, <a href="/A136063/b136063.txt">Table of n, a(n) for n = 1..10000</a> %t A136063 n = 4; a = {}; Do[If[PrimeQ[(Prime[k] + 2n)/(2n + 1)], AppendTo[a, Prime[k]]], {k, 1, 1500}]; a %Y A136063 Cf. A088878, A091180, A136019, A136020, A136061, A136062, A136064, A136065, A136066, A136067, A136068, A136069, A136070. %K A136063 nonn %O A136063 1,1 %A A136063 _Artur Jasinski_, Dec 12 2007