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!)
A081506 Primes of the form 2^n + 3^n + 4^n. 1
3, 29, 353, 4889, 72353, 105312291668560568089831550410013687058921146068446092937783402353 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The next term (a(7)) has 202 digits. - Harvey P. Dale, Aug 20 2015
LINKS
EXAMPLE
m=2: 2^2 + 3^2 + 4^2 = 4 + 9 + 16 = 29, which is prime.
MATHEMATICA
Do[s=2^w+3^w+4^w; If[IntegerQ[w/100], Print[{w}]]; If[PrimeQ[s], Print[{w, s}]], {w, 0, 1000}]
Select[Table[2^n+3^n+4^n, {n, 0, 200}], PrimeQ] (* Harvey P. Dale, Aug 20 2015 *)
CROSSREFS
Sequence in context: A323569 A049038 A091646 * A168127 A361220 A262640
KEYWORD
nonn
AUTHOR
Labos Elemer, Apr 15 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 19 16:03 EDT 2024. Contains 371794 sequences. (Running on oeis4.)