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!)
A268065 Integers k such that 2^k + 3^k + 5^k + k is prime. 2
0, 1, 3, 7, 19, 33, 1363, 6663 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Next term, if it exists, is greater than 30000. - Vaclav Kotesovec, Jan 26 2016
LINKS
EXAMPLE
k=3: 2^3+3^3+5^3+3 = 163.
MATHEMATICA
Select[Range[0, 2000], PrimeQ[2^# + 3^# + 5^# + #] &] (* Vaclav Kotesovec, Jan 25 2016 *)
PROG
(PARI) lista(nn) = for(n=0, nn, if(ispseudoprime(2^n + 3^n + 5^n + n), print1(n, ", "))); \\ Altug Alkan, Jan 25 2016
CROSSREFS
Sequence in context: A112633 A113916 A227502 * A049490 A112391 A127928
KEYWORD
nonn,more
AUTHOR
Emre APARI, Jan 25 2016
EXTENSIONS
a(7) from Vaclav Kotesovec, Jan 25 2016
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)