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 A136085 #11 Mar 17 2020 03:24:26 %S A136085 3,5,29,59,71,83,101,131,149,173,239,251,281,311,401,443,449,461,491, %T A136085 509,563,569,653,701,719,743,761,929,953,1109,1151,1193,1223,1259, %U A136085 1289,1301,1373,1451,1511,1553,1571,1583,1613,1619,1811,1913,1931,1949,2039 %N A136085 Son primes of order 8. %C A136085 For smallest son primes of order n see A136027 (also definition). For son primes of order 1 see A023208. For son primes of order 2 see A023218. For son primes of order 3 see A023225. For son primes of order 4 see A023235. For son primes of order 5 see A136082. For son primes of order 6 see A136083. For son primes of order 7 see A136084. %H A136085 Amiram Eldar, <a href="/A136085/b136085.txt">Table of n, a(n) for n = 1..10000</a> %t A136085 n = 8; a = {}; Do[If[PrimeQ[(Prime[k] - 2n)/(2n + 1)], AppendTo[a, (Prime[k] - 2n)/(2n + 1)]], {k, 1, 1000}]; a %t A136085 q=16;lst={};Do[p=Prime[n];If[PrimeQ[(q+1)*p+q],AppendTo[lst,p]],{n,6!}];lst (* _Vladimir Joseph Stephan Orlovsky_, Mar 10 2009 *) %Y A136085 Cf. A023208, A023218, A023225, A023235, A094524, A136019, A136020, A136026, A136027, A023208, A136082, A136083, A136084, A136086, A136087, A136088, A136089, A136090, A136091. %K A136085 nonn %O A136085 1,1 %A A136085 _Artur Jasinski_, Dec 12 2007