login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A114301 Numbers n such that 2^n+3^n+5^n+7^n is a prime number. 0
1, 3, 19, 1013, 4133, 9833, 30809 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

EXAMPLE

2^3+3^3+5^3+7^3 = 503 (prime), thus 3 is in the sequence.

MATHEMATICA

Do[If[PrimeQ[2^n+3^n+5^n+7^n], Print[n]], {n, 1, 5000}]

CROSSREFS

Sequence in context: A136372 A107706 A168591 * A192340 A098796 A120563

Adjacent sequences:  A114298 A114299 A114300 * A114302 A114303 A114304

KEYWORD

hard,more,nonn

AUTHOR

Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Feb 05 2006

EXTENSIONS

One more term from Ryan Propper (rpropper(AT)stanford.edu), Mar 24 2006

One more term from Joao Carlos Leandro da Silva (zxawyh66(AT)yahoo.com), Jun 01 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 23:34 EST 2012. Contains 205860 sequences.