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!)
A050593 Numbers k such that 135*2^k-1 is prime. 0

%I #21 Dec 23 2018 14:35:26

%S 1,9,10,13,16,21,24,34,54,153,177,184,226,238,286,334,586,618,870,

%T 3151,3397,4987,5160,14737,15309,15319,16870,29430,39298,40117,56443,

%U 58449,77845,105870,127405,170613,183373,235315,245754

%N Numbers k such that 135*2^k-1 is prime.

%H Ray Ballinger and Wilfrid Keller, <a href="http://www.prothsearch.com/riesel1.html">List of primes k.2^n + 1 for k < 300</a>

%H Wilfrid Keller, <a href="http://www.prothsearch.com/riesel2.html">List of primes k.2^n - 1 for k < 300</a>

%H <a href="/index/Pri#riesel">Index entries for sequences of n such that k*2^n-1 (or k*2^n+1) is prime</a>

%t Select[Range[1000], PrimeQ[135*2^# - 1] & ] (* _Robert Price_, Dec 23 2018 *)

%o (PARI) is(n)=ispseudoprime(135*2^n-1) \\ _Charles R Greathouse IV_, Jun 13 2017

%K hard,nonn,more

%O 1,2

%A _N. J. A. Sloane_, Dec 29 1999

%E a(27)-a(39) from the Wilfrid Keller link by _Robert Price_, Dec 23 2018

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 May 13 00:07 EDT 2024. Contains 372497 sequences. (Running on oeis4.)