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.

A105137 Numbers n such that 128n+65 is prime.

This page as a plain text file.
%I A105137 #11 Sep 08 2022 08:45:17
%S A105137 1,3,4,9,12,16,21,24,33,36,37,42,43,46,49,54,58,61,66,67,72,79,81,88,
%T A105137 93,94,102,103,106,112,114,123,124,126,138,148,154,157,163,166,168,
%U A105137 177,186,187,196,198,199,201,204,207,211,213,214,219,231,232,238,252,256,262,264
%N A105137 Numbers n such that 128n+65 is prime.
%H A105137 Vincenzo Librandi, <a href="/A105137/b105137.txt">Table of n, a(n) for n = 1..1000</a>
%t A105137 Select[Range[500], PrimeQ[128 # + 65]&] (* _Vincenzo Librandi_, Jan 07 2013 *)
%o A105137 (Magma) [n: n in [0..500] | IsPrime(128*n+65)]; // _Vincenzo Librandi_, Jan 07 2013
%o A105137 (PARI) is(n)=isprime(128*n+65) \\ _Charles R Greathouse IV_, Jun 12 2017
%Y A105137 Cf. A095278, A105133-A105140, A002145, A007521, A105126-A105132.
%Y A105137 Subsequence of A032766.
%K A105137 nonn,easy
%O A105137 1,2
%A A105137 _N. J. A. Sloane_, based on correspondence from _Marco Matosic_, Apr 11 2005