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.

A127591 Numbers k such that 64k+21 is prime.

This page as a plain text file.
%I A127591 #8 Jan 15 2016 15:51:34
%S A127591 2,4,10,13,17,19,20,22,23,25,29,32,37,44,50,53,55,58,59,62,68,79,83,
%T A127591 88,89,94,95,97,100,107,109,113,118,122,134,142,143,152,155,157,158,
%U A127591 163,167,169,173,193,194,199,200
%N A127591 Numbers k such that 64k+21 is prime.
%H A127591 Harvey P. Dale, <a href="/A127591/b127591.txt">Table of n, a(n) for n = 1..1000</a>
%t A127591 a = {}; Do[If[PrimeQ[21 + 64 n], AppendTo[a, n]], {n, 0, 200}]; a
%t A127591 Select[Range[200],PrimeQ[64#+21]&] (* _Harvey P. Dale_, Jan 15 2016 *)
%Y A127591 Cf. A035050, A007522, A127575, A127576, A127577, A127578, A127580, A127581, A087522, A127586, A127587, A127589, A127590, A127592, A127593, A127594.
%K A127591 nonn
%O A127591 1,1
%A A127591 _Artur Jasinski_, Jan 19 2007