cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A062646 Numbers k such that 80^k - 79^k is prime.

This page as a plain text file.
%I A062646 #14 Jul 04 2021 09:01:42
%S A062646 7,277,6133
%N A062646 Numbers k such that 80^k - 79^k is prime.
%C A062646 Terms > 1000 are often only strong pseudoprimes.
%C A062646 a(4) > 10^5. - _Robert Price_, Dec 12 2014
%o A062646 (PARI) is(n)=ispseudoprime(80^n-79^n) \\ _Charles R Greathouse IV_, Jun 13 2017
%Y A062646 Cf. A000043, A057468, A059801, A059802, A062572-A062666.
%K A062646 nonn,hard,bref
%O A062646 1,1
%A A062646 _Mike Oakes_, May 18 2001, May 19 2001