login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A180740
Numbers k such that 7^k + 5^k + 1 is prime.
0
0, 1, 11, 731, 3029, 63071
OFFSET
1,3
PROG
(Magma) [n: n in [0..700]|IsPrime(7^n+5^n+1)];
(PARI) is(n)=ispseudoprime(7^n+5^n+1) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A267954 A206646 A267908 * A330309 A110776 A058392
KEYWORD
nonn,more
AUTHOR
Vincenzo Librandi, Jan 22 2011
EXTENSIONS
a(4)-a(5) from D. S. McNeil, Jan 24 2011
a(6) from Michael S. Branicky, Oct 11 2024
STATUS
approved