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!)
A265499 Numbers n such that n*2^607 - 1 is prime. 0
1, 226, 273, 544, 675, 961, 1380, 1968, 2155, 2193, 2596, 3481, 3774, 4074, 4513, 4674, 4866, 4899, 5004, 5418, 5421, 5536, 5815, 5949, 6159, 6249, 6390, 6523, 6526, 6543, 7230, 7281, 7645, 7699, 7968, 8473, 8518, 8724, 8763, 8871, 9519, 9780, 9805 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The exponent of 2 in the expression, 607, is a Mersenne exponent.
LINKS
EXAMPLE
n = 1 is a term since 2^607 - 1 is prime (the 14th Mersenne prime).
MATHEMATICA
Select[Range@ 12250, PrimeQ[# 2^607 - 1] &] (* Michael De Vlieger, Dec 09 2015 *)
PROG
(MATLAB)
if isprime(n*2^607-1)
disp(n)
end
(PARI) is(n)=ispseudoprime(n*2^607 - 1) \\ Anders Hellström, Dec 09 2015
(Magma) [n: n in [1..2*10^4] |IsPrime(n*2^607-1)]; // Vincenzo Librandi, Dec 10 2015
CROSSREFS
Sequence in context: A013875 A043670 A296898 * A126897 A296810 A067265
KEYWORD
nonn,easy
AUTHOR
Vardan Semerjyan, Dec 09 2015
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 8 03:28 EDT 2024. Contains 373207 sequences. (Running on oeis4.)