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 A136055 #9 Mar 15 2020 05:07:48 %S A136055 5,7,11,13,41,43,47,53,67,71,73,97,101,103,151,157,173,181,197,211, %T A136055 223,227,241,251,257,263,271,293,313,367,383,431,461,463,521,557,563, %U A136055 571,577,607,617,631,661,673,683,691,727,757,773,811,823,827,883,887,907 %N A136055 Daughter primes of order 6. %C A136055 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. %H A136055 Amiram Eldar, <a href="/A136055/b136055.txt">Table of n, a(n) for n = 1..10000</a> %t A136055 n = 6; a = {}; Do[If[PrimeQ[(Prime[k] + 2n)/(2n + 1)], AppendTo[a, (Prime[k] + 2n)/(2n + 1)]], {k, 1, 1500}]; a %t A136055 Select[(Prime[Range[2000]]+12)/13,PrimeQ] (* _Harvey P. Dale_, May 27 2012 *) %Y A136055 Cf. A088878, A091180, A136019, A136020, A136051, A136052, A136053, A136054, A136056, A136057, A136058, A136059, A136060. %K A136055 nonn %O A136055 1,1 %A A136055 _Artur Jasinski_, Dec 12 2007