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 A138629 #11 Sep 08 2022 08:45:33 %S A138629 7,41,109,211,313,347,449,619,653,823,857,1061,1129,1163,1231,1367, %T A138629 1571,1741,1877,1979,2081,2251,2557,2591,2659,2693,2897,2999,3067, %U A138629 3169,3203,3271,3373,3407,3917,4019,4597,4733,4801,4903,4937,5039,5107,5209,5413 %N A138629 Primes of form 17*n+7. %H A138629 Vincenzo Librandi, <a href="/A138629/b138629.txt">Table of n, a(n) for n = 1..1000</a> %e A138629 17*0+7=7, 17*2+7=41, 17*6+7=109, 17*18+7=211, ... %t A138629 a={};Do[x=17*n+7;If[PrimeQ[x],AppendTo[a,x]],{n,10^2}];a %t A138629 Select[17Range[0, 500] + 7, PrimeQ] (* _Vincenzo Librandi_, Sep 01 2016 *) %o A138629 (Magma) [a: n in [0..450] | IsPrime(a) where a is 17*n+7 ]; // _Vincenzo Librandi_, Sep 01 2016 %Y A138629 Cf. A144562. %K A138629 nonn,easy %O A138629 1,1 %A A138629 _Vladimir Joseph Stephan Orlovsky_, May 14 2008 %E A138629 More terms from _N. J. A. Sloane_, Jul 11 2008