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.

A105129 Primes of the form 128n+65.

This page as a plain text file.
%I A105129 #11 Sep 08 2022 08:45:17
%S A105129 193,449,577,1217,1601,2113,2753,3137,4289,4673,4801,5441,5569,5953,
%T A105129 6337,6977,7489,7873,8513,8641,9281,10177,10433,11329,11969,12097,
%U A105129 13121,13249,13633,14401,14657,15809,15937,16193,17729,19009,19777,20161,20929,21313
%N A105129 Primes of the form 128n+65.
%H A105129 Vincenzo Librandi, <a href="/A105129/b105129.txt">Table of n, a(n) for n = 1..1000</a>
%t A105129 Select[128*Range[0,200]+65,PrimeQ] (* _Harvey P. Dale_, Apr 17 2012 *)
%t A105129 Select[Table[128*n+65,{n,0,700}],PrimeQ] (* _Vincenzo Librandi_, Jul 19 2012 *)
%o A105129 (Magma) [ a: n in [0..200] | IsPrime(a) where a is 128*n+65 ]; // _Vincenzo Librandi_, Jul 19 2012
%Y A105129 Cf. A002145, A007521, A105126-A105132.
%K A105129 nonn,easy
%O A105129 1,1
%A A105129 _N. J. A. Sloane_, based on correspondence from _Marco Matosic_, Apr 11 2005