login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A321356
Primes of the form 3*2^k - 25.
0
23, 71, 167, 359, 743, 1511, 12263, 24551, 196583, 393191, 786407, 6291431, 25165799, 1610612711, 6442450919, 25769803751, 103079215079, 206158430183, 6597069766631, 864691128455135207, 27670116110564327399, 221360928884514619367, 1770887431076116955111
OFFSET
1,1
MATHEMATICA
Select[3*2^Range[4, 100]-25 , PrimeQ] (* Amiram Eldar, Nov 15 2018 *)
PROG
(PARI) for(n=0, 20, if(ispseudoprime(p=3*2^n-25), print1(p, ", ")))
CROSSREFS
Cf. A050414, A321353 (k values).
Sequence in context: A142405 A139962 A248877 * A139878 A035072 A201716
KEYWORD
nonn
AUTHOR
Gilbert Mozzo, Nov 07 2018
EXTENSIONS
More terms from Amiram Eldar, Nov 15 2018
STATUS
approved