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.
%I A105130 #8 Sep 08 2022 08:45:17 %S A105130 641,1153,1409,2689,3457,4481,4993,6529,7297,9601,9857,10369,11393, %T A105130 12161,13441,13697,15233,16001,18049,19073,19841,20353,21121,21377, %U A105130 26497,28289,29569,30593,31873,33409,35201,35969,38273,39041,40577,43649,44417,45697 %N A105130 Primes of the form 256n+129. %H A105130 Vincenzo Librandi, <a href="/A105130/b105130.txt">Table of n, a(n) for n = 1..1000</a> %t A105130 Select[Table[256*n+129,{n,0,700}],PrimeQ] (* _Vincenzo Librandi_, Jul 19 2012 *) %o A105130 (Magma) [ a: n in [0..200] | IsPrime(a) where a is 256*n+129 ]; // _Vincenzo Librandi_, Jul 19 2012 %Y A105130 Cf. A002145, A007521, A105126-A105132. %K A105130 nonn,easy %O A105130 1,1 %A A105130 _N. J. A. Sloane_, based on correspondence from _Marco Matosic_, Apr 11 2005