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!)
A321353 Numbers k such that 3*2^k - 25 is prime. 1
4, 5, 6, 7, 8, 9, 12, 13, 16, 17, 18, 21, 23, 29, 31, 33, 35, 36, 41, 58, 63, 66, 69, 82, 96, 99, 148, 157, 175, 196, 241, 267, 349, 394, 404, 414, 435, 456, 485, 498, 537, 548, 584, 715, 727, 765, 929, 1007, 1076, 1399, 1619, 1652, 1715, 2758, 3039, 3131, 3773, 3822, 5001 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Appears (at least initially) to contain more primes that the analogous sequences for 2^k-1 or 2^k-3. Compare the comment of Paul Bourdelais in A050414.
LINKS
EXAMPLE
7 is a term, because 3*2^7 - 25 = 359 is prime.
MATHEMATICA
Select[Range[100], PrimeQ[3 2^# - 25] &]
PROG
(PARI) for(n=0, 2000, if(ispseudoprime(p=3*2^n-25), print1(n, ", ")));
CROSSREFS
Cf. A050414.
Sequence in context: A047569 A039062 A067187 * A161674 A285623 A213518
KEYWORD
nonn
AUTHOR
Gilbert Mozzo, Nov 07 2018
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 19 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)