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!)
A081505 Primes of form 4^n+3^n. 2
2, 7, 337, 4338014017 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Bogley, William A.; Williams, Gerald Efficient finite groups arising in the study of relative asphericity. Math. Z. 284, No. 1-2, 507-535 (2016).
EXAMPLE
m=4: 4^4+3^4=256+81=337 prime.
Exponents for first 4 terms are {0,1,4,16}.
MATHEMATICA
Do[s=3^w+4^w; If[IntegerQ[w/100], Print[{w}]]; If[PrimeQ[s], Print[{w, s}]], {w, 0, 3400}]
Do[ If[ PrimeQ[3^n+4^n], Print[3^n+4^n]], {n, 0, 10000}]
Select[Table[4^n+3^n, {n, 0, 20}], PrimeQ] (* Harvey P. Dale, Mar 07 2017 *)
CROSSREFS
Sequence in context: A048122 A144787 A118910 * A176748 A262088 A110386
KEYWORD
nonn
AUTHOR
Labos Elemer, Apr 15 2003
EXTENSIONS
a(5)>10^10000, so the next term (if it exists) is too large to include.
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 05:19 EDT 2024. Contains 371782 sequences. (Running on oeis4.)