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 A127594 #4 Mar 31 2012 10:22:03 %S A127594 3,4,6,7,9,13,22,24,27,28,39,42,43,48,52,66,69,72,73,76,84,88,93,97, %T A127594 108,114,118,123,126,147,154,157,163,168,183,184,186,196,198 %N A127594 Numbers k such that 256 k + 85 is prime. %t A127594 a = {}; Do[If[PrimeQ[85 + 256 n], AppendTo[a, n]], {n, 0, 200}]; a %Y A127594 Cf. A035050, A007522, A127575, A127576, A127577, A127578, A127580, A127581, A087522, A127586, A127587, A127589, A127590, A127591, A127592, A127593. %K A127594 nonn %O A127594 1,1 %A A127594 _Artur Jasinski_, Jan 19 2007