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!)
A268067 Numbers k such that 1 + 2^k + 3^k + 5^k is prime. 5
1, 17, 1295 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(4), if it exists, is greater than 50000. - Michael S. Branicky, Mar 31 2023
LINKS
MATHEMATICA
Select[Range[0, 2000], PrimeQ[1 + 2^# + 3^# + 5^#] &]
PROG
(PARI) lista(nn) = for(n=0, nn, if(ispseudoprime(1 + 2^n + 3^n + 5^n), print1(n, ", "))); \\ Altug Alkan, Jan 25 2016
CROSSREFS
Sequence in context: A022012 A347851 A022546 * A348598 A188717 A266866
KEYWORD
nonn,bref,more
AUTHOR
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)