cp's OEIS Frontend

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.

A127593 Primes of the form 256 k + 85.

This page as a plain text file.
%I A127593 #6 Oct 09 2020 13:16:04
%S A127593 853,1109,1621,1877,2389,3413,5717,6229,6997,7253,10069,10837,11093,
%T A127593 12373,13397,16981,17749,18517,18773,19541,21589,22613,23893,24917,
%U A127593 27733,29269,30293,31573,32341,37717,39509,40277,41813,43093,46933
%N A127593 Primes of the form 256 k + 85.
%t A127593 a = {}; Do[If[PrimeQ[85 + 256 n], AppendTo[a, 85 + 256 n]], {n, 0, 200}]; a
%t A127593 Select[256*Range[200]+85,PrimeQ] (* _Harvey P. Dale_, Oct 09 2020 *)
%Y A127593 Cf. A035050, A007522, A127575, A127576, A127577, A127578, A127580, A127581, A087522, A127586, A127587, A127589, A127590, A127591, A127592, A127594.
%K A127593 nonn
%O A127593 1,1
%A A127593 _Artur Jasinski_, Jan 19 2007