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!)
A032420 Numbers k such that 141*2^k+1 is prime. 3

%I #33 Jan 18 2020 11:00:59

%S 1,3,5,7,8,12,15,20,31,33,37,41,61,65,91,93,103,117,133,137,141,160,

%T 291,303,343,488,535,555,556,640,756,897,917,1745,1805,2053,2372,3375,

%U 5952,9612,15717,18432,25593,29212,31004,31135,32192,32287,43477,44901

%N Numbers k such that 141*2^k+1 is prime.

%H Jeppe Stig Nielsen, <a href="/A032420/b032420.txt">Table of n, a(n) for n = 1..81</a> (terms n = 1..78 from Robert Price)

%H Ray Ballinger, <a href="http://www.prothsearch.com/index.html">Proth Search Page</a>

%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 Y. Gallot, <a href="http://www.utm.edu/research/primes/programs/gallot/index.html">Proth.exe: Windows Program for Finding Large Primes</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>

%p select(k->isprime(141*2^k+1),[$0..400])[]; # _Muniru A Asiru_, Dec 18 2018

%t Select[Range[1000], PrimeQ[141*2^# + 1] & ] (* _Robert Price_, Dec 18 2018 *)

%o (PARI) is(n)=ispseudoprime(141*2^n+1) \\ _Charles R Greathouse IV_, Jun 07 2017

%K nonn

%O 1,2

%A _James R. Buddenhagen_

%E a(51)-a(78) from the Ray Ballinger and Wilfrid Keller link by _Robert Price_, Dec 18 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 April 23 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)