The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A105128 Primes of the form 64n+33. 2

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

%S 97,353,673,929,1249,1697,1889,2017,2081,2273,2593,2657,3041,3169,

%T 3361,3617,4001,4129,4513,5153,5281,5857,6113,6689,7393,7457,7649,

%U 7841,8161,8353,8609,8737,8929,9377,9697,10273,10337,10529,10657,11489,11617,11681

%N Primes of the form 64n+33.

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

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

%o (Magma) [ a: n in [0..200] | IsPrime(a) where a is 64*n+33]; // _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 June 6 07:26 EDT 2024. Contains 373115 sequences. (Running on oeis4.)