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!)
A301635 Numbers k such that 5^k + 5*k + 1 is prime. 3

%I #18 Mar 25 2018 13:13:39

%S 0,1,11,25,35,85,499,1403,3511,3739,8005

%N Numbers k such that 5^k + 5*k + 1 is prime.

%C Next term, if it exists, is greater than 20000. - _Vaclav Kotesovec_, Mar 25 2018

%t Flatten[{0, Select[Range[1000], PrimeQ[5^# + 5*# + 1] &]}] (* _Vaclav Kotesovec_, Mar 25 2018 *)

%o (PARI) for(n=0, 500, if(isprime(5^n+5*n+1), print1(n", ")))

%Y A301638 gives the primes.

%Y Cf. A171058, A301634.

%K nonn,more

%O 1,3

%A _Seiichi Manyama_, Mar 25 2018

%E a(8)-a(11) from _Vaclav Kotesovec_, Mar 25 2018

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 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)