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

%I #19 Mar 25 2023 08:20:04

%S 3,5,7,81,185,254,623,1087,2407,7862,8721,9353,13154

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

%C a(14) > 41000. - _Michael S. Branicky_, Mar 25 2023

%t ParallelMap[If[PrimeQ[11^(#+7) + 7^(#+5) + 5^(#+3) + 3^(#+2) + 2^(#+1) + 1], #, Nothing] &, Range@8000]

%o (PARI) is(n) = ispseudoprime(11^(n+7) + 7^(n+5) + 5^(n+3) + 3^(n+2) + 2^(n+1) + 1) \\ _Felix Fröhlich_, Mar 06 2019

%K nonn,more,hard

%O 1,1

%A _Mikk Heidemaa_, Feb 24 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 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)