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 A136056 #7 Mar 15 2020 05:07:52 %S A136056 3,5,11,13,17,19,23,29,37,41,43,47,67,71,79,83,89,103,109,131,149,151, %T A136056 157,179,191,199,223,227,239,263,269,271,281,283,307,311,331,353,373, %U A136056 389,409,419,421,431,433,439,457,467,491,509,541,547,563,569,577,599 %N A136056 Daughter primes of order 7. %C A136056 For smallest daughter primes of order n see A136019 (also definition). For daughter primes of order 1 see A088878. For daughter primes of order 2 see A136051. For daughter primes of order 3 see A136052. For daughter primes of order 4 see A136053. For daughter primes of order 5 see A136054. For daughter primes of order 6 see A136055. %H A136056 Amiram Eldar, <a href="/A136056/b136056.txt">Table of n, a(n) for n = 1..10000</a> %t A136056 n = 7; a = {}; Do[If[PrimeQ[(Prime[k] + 2n)/(2n + 1)], AppendTo[a, (Prime[k] + 2n)/(2n + 1)]], {k, 1, 1500}]; a %Y A136056 Cf. A088878, A091180, A136019, A136020, A136051, A136052, A136053, A136054, A136055, A136057, A136058, A136059, A136060. %K A136056 nonn %O A136056 1,1 %A A136056 _Artur Jasinski_, Dec 12 2007