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 A105135 #15 Sep 08 2022 08:45:17 %S A105135 0,3,7,10,12,13,18,27,30,31,37,40,42,46,48,55,58,66,67,75,81,87,88,90, %T A105135 96,97,100,103,115,117,118,121,126,130,132,133,135,142,145,147,150, %U A105135 156,163,165,168,172,195,198,201,202,205,208,210,213,217,220,222,235,243,250,252 %N A105135 Numbers n such that 32n+17 is prime. %H A105135 Vincenzo Librandi, <a href="/A105135/b105135.txt">Table of n, a(n) for n = 1..1000</a> %t A105135 Select[Range[0, 260], PrimeQ[32 # + 17]&] (* _Harvey P. Dale_, Apr 26 2011 *) %o A105135 (Magma) [n: n in [0..500] | IsPrime(32*n+17)]; // _Vincenzo Librandi_, Jan 07 2013 %o A105135 (PARI) is(n)=isprime(32*n+17) \\ _Charles R Greathouse IV_, Jun 12 2017 %Y A105135 Cf. A095278, A105133-A105140, A002145, A007521, A105126-A105132. %K A105135 nonn,easy %O A105135 1,2 %A A105135 _N. J. A. Sloane_, based on correspondence from _Marco Matosic_, Apr 11 2005