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!)
A265498 Numbers n such that n*2^521 - 1 is prime. 0
1, 1362, 1756, 1905, 2337, 2707, 2902, 2997, 3487, 3492, 3787, 3879, 4045, 4266, 4374, 4680, 5106, 5691, 5766, 6321, 6352, 6585, 6819, 7056, 7099, 7162, 7470, 7627, 8055, 8061, 8121, 8499, 8511, 8785, 8865, 9432, 9636, 9876, 10116, 10389, 10629, 10752, 11262 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The exponent of 2 in the expression, 521, is a Mersenne exponent.
LINKS
EXAMPLE
n = 1 is a term since 2^521-1 is prime (13th Mersenne prime).
MATHEMATICA
Select[Range@ 12050, PrimeQ[# 2^521 - 1] &] (* Michael De Vlieger, Dec 09 2015 *)
PROG
(MATLAB)
if isprime(n*2^521-1)
disp(n)
end
(Magma) [n: n in [1..2*10^4] |IsPrime(n*2^521-1)]; // Vincenzo Librandi, Dec 10 2015
(PARI) is(n) = ispseudoprime(n*2^521 - 1); \\ Altug Alkan, Dec 10 2015
CROSSREFS
Sequence in context: A242458 A223254 A260441 * A113507 A119521 A004930
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 April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)