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!)
A082102 Primes of the form 2^(n-1) + 3^n. 2
11, 31, 89, 761, 2251, 6689, 59561, 14365291, 10461401779, 282437925089, 150094669656737489, 239299329512092506300739, 2153693964201457673153371, 107752636643058216783050887908587014548761 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
89 = 2*2*2 + 3*3*3*3.
MATHEMATICA
Do[s=2^(w-1)+3^w; If[PrimeQ[s], Print[s]], {w, 1, 2000}]
Select[Table[2^(n-1)+3^n, {n, 100}], PrimeQ] (* Harvey P. Dale, Feb 09 2016 *)
CROSSREFS
Cf. A082101.
Sequence in context: A250461 A259508 A126365 * A199112 A299782 A027847
KEYWORD
nonn
AUTHOR
Labos Elemer, Apr 14 2003
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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)