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
0, 4, 8, 524, 972, 3780, 7704 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Larger k values yield probable primes.
a(8) > 50000 (if it exists).
LINKS
MATHEMATICA
ParallelTable[If[PrimeQ[5^(n+3) + 3^(n+2) + 2^(n+1) + 1], n, Nothing], {n, 0, 10^4}]
CROSSREFS
Cf. A306573.
Sequence in context: A012994 A136386 A260726 * A177860 A013443 A013442
KEYWORD
nonn,hard,more
AUTHOR
Mikk Heidemaa, Jun 07 2019
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.)