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 A106695 #21 Sep 08 2022 08:45:18 %S A106695 10,16,18,24,28,34,48,54,58,66,70,76,84,90,96,100,124,136,138,150,154, %T A106695 156,168,178,180,186,198,208,228,234,238,256,264,276,280,294,298,300, %U A106695 310,318,324,336,340,354,360,366,370,376,378,390,406,418,430,450,468 %N A106695 Numbers k such that 101*k - 997 is prime. %C A106695 101 and 997 are the smallest and largest three-digit primes. %H A106695 Daniel Starodubtsev, <a href="/A106695/b106695.txt">Table of n, a(n) for n = 1..10000</a> %e A106695 If k=10, then 101*k - 997 = 13 (prime). %e A106695 If k=66, then 101*k - 997 = 5669 (prime). %t A106695 Select[Range[5,500],PrimeQ[101#-997]&] (* _Harvey P. Dale_, Sep 01 2021 *) %o A106695 (Magma) [n: n in [10..100000] | IsPrime(101*n - 997)]; // _Vincenzo Librandi_, Nov 13 2010 %o A106695 (PARI) is(n)=isprime(101*n-997) \\ _Charles R Greathouse IV_, Jun 13 2017 %Y A106695 Cf. A105679, A105583. %K A106695 nonn,easy %O A106695 1,1 %A A106695 _Parthasarathy Nambi_, May 13 2005