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!)
A265505 Numbers n such that n*2^107 - 1 is prime. 0
1, 25, 36, 81, 246, 273, 358, 378, 595, 658, 684, 703, 706, 739, 759, 883, 909, 958, 963, 970, 991, 1014, 1054, 1138, 1189, 1200, 1209, 1356, 1359, 1476, 1488, 1534, 1554, 1590, 1594, 1684, 1695, 1719, 1785, 1791, 1858, 1929, 2008, 2094, 2103, 2115, 2146, 2224, 2229, 2266, 2278, 2283, 2313, 2325, 2380, 2388, 2401 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The exponent of 2 in the expression, 107, is a Mersenne exponent.
LINKS
EXAMPLE
n = 1 is a term since 2^107 - 1 is prime (the 11th Mersenne prime).
MATHEMATICA
Select[Range@ 2401, PrimeQ[# 2^107 - 1] &] (* Michael De Vlieger, Dec 16 2015 *)
PROG
(MATLAB)
if isprime(n*2^107-1)
disp(n)
end
(PARI) is(n)=ispseudoprime(n*2^107- 1) \\ Anders Hellström, Dec 16 2015
CROSSREFS
Sequence in context: A297415 A346526 A282550 * A162305 A029773 A029781
KEYWORD
nonn
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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)