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!)
A308553 Numbers k such that 5^(k+3) + 3^(k+2) + 2^(k+1) + 1 is prime. 0

%I #20 Apr 25 2020 03:55:36

%S 0,4,8,524,972,3780,7704

%N Numbers k such that 5^(k+3) + 3^(k+2) + 2^(k+1) + 1 is prime.

%C Larger k values yield probable primes.

%C a(8) > 50000 (if it exists).

%t ParallelTable[If[PrimeQ[5^(n+3) + 3^(n+2) + 2^(n+1) + 1], n, Nothing], {n, 0, 10^4}]

%Y Cf. A306573.

%K nonn,hard,more

%O 1,2

%A _Mikk Heidemaa_, Jun 07 2019

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 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)