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!)
A363375 Numbers k such that 3^(k-1) - 2^k is prime. 1
4, 6, 7, 8, 22, 32, 45, 52, 58, 60, 85, 98, 211, 290, 291, 426, 428, 712, 903, 1392, 1683, 1828, 2342, 3482, 4818, 4887, 9060, 14328, 16948, 17581, 18358, 65298, 69237, 84770, 94788 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(36) > 100000. - Hugo Pfoertner, Jun 03 2023
LINKS
EXAMPLE
a(1) = 4 is in the sequence because 3^3 - 2^4 = 11 is prime.
a(2) = 6 is in the sequence because 3^5 - 2^6 = 179 is prime.
MATHEMATICA
Cases[Range[1, 300], k_ /; PrimeQ[3^(k - 1) - 2^k]]
CROSSREFS
The sequence that results from increasing all terms by 1 in A162714 is a subsequence.
Sequence in context: A024554 A078744 A024555 * A269330 A213627 A225871
KEYWORD
nonn,hard,more
AUTHOR
Sébastien Tao, May 29 2023
EXTENSIONS
a(16)-a(31) from Michael S. Branicky, May 29 2023
a(32)-a(33) from Hugo Pfoertner, May 29 2023
a(34)-a(35) from Hugo Pfoertner, Jun 02 2023
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 May 16 05:56 EDT 2024. Contains 372549 sequences. (Running on oeis4.)