login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A105130 Primes of the form 256n+129. 2

%I #8 Sep 08 2022 08:45:17

%S 641,1153,1409,2689,3457,4481,4993,6529,7297,9601,9857,10369,11393,

%T 12161,13441,13697,15233,16001,18049,19073,19841,20353,21121,21377,

%U 26497,28289,29569,30593,31873,33409,35201,35969,38273,39041,40577,43649,44417,45697

%N Primes of the form 256n+129.

%H Vincenzo Librandi, <a href="/A105130/b105130.txt">Table of n, a(n) for n = 1..1000</a>

%t Select[Table[256*n+129,{n,0,700}],PrimeQ] (* _Vincenzo Librandi_, Jul 19 2012 *)

%o (Magma) [ a: n in [0..200] | IsPrime(a) where a is 256*n+129 ]; // _Vincenzo Librandi_, Jul 19 2012

%Y Cf. A002145, A007521, A105126-A105132.

%K nonn,easy

%O 1,1

%A _N. J. A. Sloane_, based on correspondence from _Marco Matosic_, Apr 11 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)