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!)
A105140 Numbers n such that 1024n+513 is prime. 8
7, 10, 11, 17, 22, 25, 31, 35, 44, 50, 65, 74, 79, 82, 85, 94, 100, 109, 110, 112, 115, 116, 122, 130, 140, 149, 151, 154, 155, 157, 164, 166, 172, 179, 206, 211, 214, 215, 221, 227, 229, 232, 245, 254, 256, 259, 269, 271, 277, 280, 281, 292, 295, 296, 299, 316, 322, 332 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[0, 500], PrimeQ[1024 # + 513]&] (* Vincenzo Librandi, Jan 08 2013 *)
PROG
(Magma) [n: n in [0..350] | IsPrime(1024*n + 513)]; // Vincenzo Librandi, Jan 08 2013
(PARI) is(n)=isprime(1024*n+513) \\ Charles R Greathouse IV, Feb 17 2017
CROSSREFS
Sequence in context: A057986 A274204 A306929 * A107018 A247868 A048792
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 11 11:51 EDT 2024. Contains 373311 sequences. (Running on oeis4.)