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!)
A105132 Primes of the form 1024n + 513. 16
7681, 10753, 11777, 17921, 23041, 26113, 32257, 36353, 45569, 51713, 67073, 76289, 81409, 84481, 87553, 96769, 102913, 112129, 113153, 115201, 118273, 119297, 125441, 133633, 143873, 153089, 155137, 158209, 159233, 161281, 168449, 170497, 176641 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) ~ 512n log n. - Charles R Greathouse IV, Nov 01 2022
MATHEMATICA
lst={}; Do[p=1024*n+513; If[PrimeQ[p], AppendTo[lst, p]], {n, 0, 3*5!}]; lst (* Vladimir Joseph Stephan Orlovsky, Jan 27 2009 *)
Select[1024*Range[500]+513, PrimeQ] (* Harvey P. Dale, Jul 18 2011 *)
PROG
(Magma) [ a: n in [1..300] | IsPrime(a) where a is 1024*n+513 ]; // Vincenzo Librandi, Dec 07 2011
(PARI) forprimestep(p=7681, 176641, 1024, print1(p", ")) \\ Charles R Greathouse IV, Nov 01 2022
CROSSREFS
Sequence in context: A249326 A249219 A076339 * A162141 A133859 A012082
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, based on correspondence from Marco Matosic, Apr 11 2005
STATUS
approved

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 4 22:04 EDT 2024. Contains 373102 sequences. (Running on oeis4.)