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 A136088 #6 Mar 17 2020 03:26:40 %S A136088 5,47,83,89,113,149,167,173,179,233,239,293,383,389,443,569,587,599, %T A136088 683,797,839,947,1013,1019,1097,1103,1223,1229,1259,1283,1289,1373, %U A136088 1409,1427,1439,1493,1499,1523,1559,1913,1997,2003,2027,2039,2069,2087,2099 %N A136088 Son primes of order 11. %C A136088 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. For son primes of order 8 see A136085. For son primes of order 9 see A136086. For son primes of order 10 see A136086. %H A136088 Amiram Eldar, <a href="/A136088/b136088.txt">Table of n, a(n) for n = 1..10000</a> %t A136088 n = 11; a = {}; Do[If[PrimeQ[(Prime[k] - 2n)/(2n + 1)], AppendTo[a, (Prime[k] - 2n)/(2n + 1)]], {k, 1, 1000}]; a %Y A136088 Cf. A023208, A023218, A023225, A023235, A094524, A136019, A136020, A136026, A136027, A023208, A136082, A136083, A136084, A136085, A136086, A136087, A136089, A136090, A136091. %K A136088 nonn %O A136088 1,1 %A A136088 _Artur Jasinski_, Dec 12 2007