%I #29 Feb 16 2020 14:56:57
%S 1,11,19,215,289,379,1991,7607,8411,12493,13235,13823,274897,364861,
%T 462023,1530313,5651731
%N Numbers k such that 41*2^k+1 is prime.
%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>
%o (PARI) is(n)=ispseudoprime(41*2^n+1) \\ _Charles R Greathouse IV_, Jun 13 2017
%K nonn
%O 1,2
%A _James R. Buddenhagen_
%E More terms (from http://web.archive.org/web/20161028080239/http://www.prothsearch.net/riesel.html), _Joerg Arndt_, Apr 07 2013
%E a(17) from _Jeppe Stig Nielsen_, Feb 16 2020