login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A105132 Primes of the form 1024n+513. 15
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; internal format)
OFFSET

1,1

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 1..10000

MATHEMATICA

lst={}; Do[p=1024*n+513; If[PrimeQ[p], AppendTo[lst, p]], {n, 0, 3*5!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Jan 27 2009]

Select[1024*Range[500]+513, PrimeQ] (* From 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

CROSSREFS

Cf. A002145, A007521, A105126-A105131.

Sequence in context: A145307 A008774 A076339 * A162141 A133859 A012082

Adjacent sequences:  A105129 A105130 A105131 * A105133 A105134 A105135

KEYWORD

nonn,easy

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), based on correspondence from Marco Matosic (marcomatosic(AT)hotmail.com), Apr 11 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 07:41 EST 2012. Contains 205998 sequences.