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!)
A180744 Numbers k such that 7^k - 5^k - 1 is prime. 0
2, 5, 6, 13, 61, 275, 385, 510, 3559, 9131, 13075, 13829, 28530, 29929 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(Magma) [n: n in [0..500]|IsPrime(7^n-5^n-1)];
(PARI) for(n=1, 10000, if(isprime(7^n-5^n-1), print1(n, ", "))); /* Joerg Arndt, May 15 2011 */
CROSSREFS
Sequence in context: A029544 A058668 A271640 * A092790 A105043 A083095
KEYWORD
nonn,hard,more
AUTHOR
Vincenzo Librandi, Jan 22 2011
EXTENSIONS
a(9)-a(12) from Michael S. Branicky, May 08 2021
a(13)-a(14) from Michael S. Branicky, May 14 2023
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.)