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 A162834 #9 Dec 20 2019 11:15:41 %S A162834 29,137,317,3593,11657,19037,36857,51977,57593,72893,272477,324893, %T A162834 381917,412157,435593,1065017,1127837,1633277,1742393,2214137,2782217, %U A162834 2883197,3504377,3802493,3991997,4112777,4460537,4536893,7064957,7354937,7851197,8999993,9734393 %N A162834 Primes of the form A037074(k) - 6, where A037074(k) is a twin prime product. %H A162834 Amiram Eldar, <a href="/A162834/b162834.txt">Table of n, a(n) for n = 1..10000</a> %t A162834 seq={}; Do[If[PrimeQ[n] && PrimeQ[n+2] && PrimeQ[(m = n^2 + 2n - 6)], AppendTo[seq, m]], {n, 1, 1000}]; seq (* _Amiram Eldar_, Dec 20 2019 *) %Y A162834 Cf. A037074. %Y A162834 Cf. A099775. - _R. J. Mathar_, Jul 19 2009 %K A162834 nonn %O A162834 1,1 %A A162834 _Giovanni Teofilatto_, Jul 14 2009 %E A162834 Definition corrected and more terms added by _R. J. Mathar_, Jul 19 2009 %E A162834 More terms from _Amiram Eldar_, Dec 20 2019