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 A127577 #5 Dec 14 2024 16:10:33 %S A127577 3,5,6,11,14,18,26,30,33,35,39,44,45,48,51,54,56,60,65,66,68,69,74,80, %T A127577 83,84,89,98,104,105,111,123,128,129,138,144,146,149,150,156,158,159, %U A127577 164,168,170,171,180,188,189,191,195,198 %N A127577 Numbers n for which 32n+31 is prime. %t A127577 a = {}; Do[If[PrimeQ[32n + 31], AppendTo[a, n]], {n, 1, 200}]; a %t A127577 Select[Range[200],PrimeQ[32#+31]&] (* _Harvey P. Dale_, Dec 14 2024 *) %Y A127577 Cf. A127575, A127576, A127578, A127579, A127580, A127581. %K A127577 nonn %O A127577 1,1 %A A127577 _Artur Jasinski_, Jan 19 2007