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 A136075 #5 Mar 16 2020 10:00:38 %S A136075 103,181,233,311,389,571,701,883,1039,1091,1429,1481,1663,1949,2053, %T A136075 2131,2339,2521,2963,3041,3119,3613,3691,3821,4003,4133,4523,4549, %U A136075 4679,4783,4861,5641,5849,5953,6343,6551,7253,7331,7643,8059,8423,8501,8761 %N A136075 Father primes of order 6. %C A136075 For smallest father primes of order n see A136026 (also definition). For father primes of order 1 see A094524. For father primes of order 2 see A136071. For father primes of order 3 see A136072. For father primes of order 4 see A136073. For father primes of order 5 see A136074. %H A136075 Amiram Eldar, <a href="/A136075/b136075.txt">Table of n, a(n) for n = 1..10000</a> %t A136075 n = 6; a = {}; Do[If[PrimeQ[(Prime[k] - 2n)/(2n + 1)], AppendTo[a, Prime[k]]], {k, 1, 1500}]; a %Y A136075 Cf. A023208, A094524, A136019, A136020, A136026, A136027, A136071, A136072, A136073, A136074, A136076, A136077, A136078, A136079, A136080. %K A136075 nonn %O A136075 1,1 %A A136075 _Artur Jasinski_, Dec 12 2007