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!)
A363024 Primes of the form 3^(k-1) - 2^k. 2
11, 179, 601, 1931, 10456158899, 617669101316651, 984770866999239144049, 2153693958571958138940251, 1570042898793851235488822819, 14130386090585813000157964091, 11972515182561981102976512358583456508049, 19088056323407826758511836230558252318494847619 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(23) has 1117 digits. - Michael S. Branicky, May 26 2023
LINKS
Michael S. Branicky, Table of n, a(n) for n = 1..22
EXAMPLE
a(1) = 3^3 - 2^4 = 27 - 16 = 11 (prime).
a(2) = 3^5 - 2^6 = 243 - 64 = 179 (prime).
MATHEMATICA
Select[Table[3^(k - 1) - 2^k, {k, 1 , 100}], PrimeQ]
CROSSREFS
Prime terms in A003063.
Cf. A162714, A363375, A162715 (subsequence).
Sequence in context: A231916 A101791 A140034 * A162715 A131638 A157382
KEYWORD
nonn
AUTHOR
Sébastien Tao, May 13 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 April 28 12:59 EDT 2024. Contains 372085 sequences. (Running on oeis4.)