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 A092022 #21 Sep 05 2025 14:07:50 %S A092022 0,1,4,5,8,10,11,13,14,19,26,29,31,34,35,40,41,43,46,49,55,59,68,70, %T A092022 73,74,80,89,91,95,98,101,104,106,109,113,119,124,125,130,131,133,136, %U A092022 140,146,148,154,158,161,166,169,175,176,178,185,188,199,200,203,206,208 %N A092022 Numbers k such that 16k + 3 is prime. %H A092022 Zak Seidov, <a href="/A092022/b092022.txt">Table of n, a(n) for n = 1..10000</a> %F A092022 a(n) = (A091968(n)-3)/16. - _Zak Seidov_, Mar 28 2015 %t A092022 Select[Range[0, 208], PrimeQ[16# + 3] &] (* _Ray Chandler_, Mar 15 2004 *) %o A092022 (Magma) [n: n in [0..300] |IsPrime(16*n+3)]; // _Vincenzo Librandi_, Mar 28 2015 %o A092022 (PARI) is(n)=isprime(16*n+3) \\ _Charles R Greathouse IV_, Feb 17 2017 %Y A092022 Cf. A091968, A093012. %K A092022 nonn,easy,changed %O A092022 1,3 %A A092022 _Ray Chandler_, Mar 15 2004