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 A111367 #19 Sep 08 2022 08:45:21 %S A111367 0,2,6,8,12,14,18,24,32,36,38,44,54,56,62,66,72,74,84,86,96,98,102, %T A111367 104,108,122,126,132,138,144,152,156,164,168,174,176,182,186,188,204, %U A111367 206,212,218,222,228,236,242,248,254,258,266,278,282,284,294,308,314,324 %N A111367 Numbers k such that 7*k + 5 is prime. %H A111367 Daniel Starodubtsev, <a href="/A111367/b111367.txt">Table of n, a(n) for n = 1..10000</a> %e A111367 k=108 is a term because 7*k + 5 = 761 is prime. %o A111367 (Magma) [n: n in [0..100000] |IsPrime(7*n+5)] // _Vincenzo Librandi_, Nov 13 2010 %o A111367 (PARI) is(n)=isprime(7*n+5) \\ _Charles R Greathouse IV_, Jun 13 2017 %Y A111367 Cf. A017041, A045458, A111224. %K A111367 nonn,easy %O A111367 1,2 %A A111367 _Parthasarathy Nambi_, Nov 07 2005