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.

A105136 Numbers n such that 64n+33 is prime.

This page as a plain text file.
%I A105136 #9 Jun 12 2017 19:17:12
%S A105136 1,5,10,14,19,26,29,31,32,35,40,41,47,49,52,56,62,64,70,80,82,91,95,
%T A105136 104,115,116,119,122,127,130,134,136,139,146,151,160,161,164,166,179,
%U A105136 181,182,196,197,206,211,214,217,221,224,227,230,235,236,239,244,250,251,256,257
%N A105136 Numbers n such that 64n+33 is prime.
%H A105136 Harvey P. Dale, <a href="/A105136/b105136.txt">Table of n, a(n) for n = 1..1000</a>
%t A105136 Select[Range[300],PrimeQ[64#+33]&] (* _Harvey P. Dale_, Sep 19 2011 *)
%o A105136 (PARI) is(n)=isprime(64*n+33) \\ _Charles R Greathouse IV_, Jun 12 2017
%Y A105136 Cf. A095278, A105133-A105140, A002145, A007521, A105126-A105132.
%K A105136 nonn,easy
%O A105136 1,2
%A A105136 _N. J. A. Sloane_, based on correspondence from _Marco Matosic_, Apr 11 2005