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
0, 1, 11, 25, 35, 85, 499, 1403, 3511, 3739, 8005 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Next term, if it exists, is greater than 20000. - Vaclav Kotesovec, Mar 25 2018
LINKS
MATHEMATICA
Flatten[{0, Select[Range[1000], PrimeQ[5^# + 5*# + 1] &]}] (* Vaclav Kotesovec, Mar 25 2018 *)
PROG
(PARI) for(n=0, 500, if(isprime(5^n+5*n+1), print1(n", ")))
CROSSREFS
A301638 gives the primes.
Sequence in context: A286279 A125868 A240895 * A031025 A140675 A161532
KEYWORD
nonn,more
AUTHOR
Seiichi Manyama, Mar 25 2018
EXTENSIONS
a(8)-a(11) from Vaclav Kotesovec, Mar 25 2018
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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)