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!)
A166241 Primes of the form a(n) = 3^n + 5^n + 7^n. 1
3, 83, 292299923, 684331371443, 191640836307771341507, 9388970456309004899603, 30363584636685952989516426809065192841572196335875312999038527044324069339846978313376123672504677550327603 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The next term has 435 digits. - Harvey P. Dale, Apr 06 2015
LINKS
MATHEMATICA
Select[Table[3^n+5^n+7^n, {n, 0, 200}], PrimeQ] (* Harvey P. Dale, Apr 06 2015 *)
PROG
(Magma) [ a: n in [0..450]|IsPrime(a) where a is 3^n+5^n+7^n] // Vincenzo Librandi, Dec 08 2010
CROSSREFS
Cf. A160773 (corresponding values of n).
Sequence in context: A093166 A111648 A013518 * A140158 A160875 A081542
KEYWORD
nonn
AUTHOR
Zak Seidov, Oct 09 2009
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 3 12:43 EDT 2024. Contains 372212 sequences. (Running on oeis4.)