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!)
A105131 Primes of the form 512n+257. 3

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

%S 257,769,3329,7937,9473,14081,14593,22273,23297,26881,30977,31489,

%T 36097,37633,40193,41729,43777,46337,49409,49921,57089,57601,60161,

%U 70913,75521,77569,78593,84737,88321,91393,96001,98561,100609,103681,106753,107777

%N Primes of the form 512n+257.

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

%t Select[Table[512*n+257,{n,0,800}],PrimeQ] (* _Vincenzo Librandi_, Jul 19 2012 *)

%o (Magma) [ a: n in [0..210] | IsPrime(a) where a is 512*n+257 ]; // _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 August 8 18:48 EDT 2024. Contains 375023 sequences. (Running on oeis4.)