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 A059325 #38 Feb 04 2024 01:13:22 %S A059325 0,1,2,3,4,6,7,8,9,11,13,14,16,17,18,21,22,24,27,28,29,31,32,37,38,39, %T A059325 41,42,43,44,46,48,51,52,57,58,59,63,64,66,69,71,73,74,76,77,79,81,83, %U A059325 84,86,92,93,94,97,98,99,102,106,107,108,109,112,113,116,119,123,126 %N A059325 Numbers n such that 6n + 5 is prime. %H A059325 G. C. Greubel, <a href="/A059325/b059325.txt">Table of n, a(n) for n = 1..5000</a> %e A059325 a(4)=3 because 6*3 + 1 = 19 is prime. %t A059325 Select[Range[0, 1000], PrimeQ[6 # + 5] &] (* _G. C. Greubel_, Jan 06 2017 *) %o A059325 (Magma) [n: n in [0..200]| IsPrime(6*n+5)] // _Vincenzo Librandi_, Aug 07 2010 %o A059325 (PARI) is(n)=isprime(6*n+5) \\ _Charles R Greathouse IV_, Feb 17 2017 %Y A059325 Complement of A059324. %K A059325 nonn,easy %O A059325 1,3 %A A059325 _Anton Joha_, Jan 26 2001 %E A059325 More terms from _Henry Bottomley_, Jan 29 2001