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!)
A062647 Numbers k such that 81^k - 80^k is prime. 1
3, 43, 113, 157, 269, 709, 1109, 2027, 8297, 86837, 310721 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Terms greater than 1000 are often only strong pseudoprimes.
a(11) > 10^5. - Robert Price, Jan 13 2015
Factors of these numbers are of the form p = 2*n*k + 1, just like the repunit numbers, but the PRP tests are significantly slower since there is not a fast mod() property like the repunits, where (number mod Rn) can be calculated with a folding of the digits at length n in base b. However, numbers of this form b^p - (b-1)^p seem to be prime with greater relative frequency than the repunits. While the repunits have a linear fit coefficient that approaches 0.56145948 (see link below for a Generalized Repunit Conjecture), this sequence currently has a linear fit coefficient of 0.22559. - Paul Bourdelais, Jul 06 2023
LINKS
PROG
(PARI) is(n)=ispseudoprime(81^n-80^n) \\ Charles R Greathouse IV, Jun 12 2017
CROSSREFS
Sequence in context: A199348 A002551 A127930 * A003525 A042661 A281503
KEYWORD
nonn,hard,more
AUTHOR
Mike Oakes, May 18 2001, May 19 2001
EXTENSIONS
a(10) from Robert Price, Jan 13 2015 (Computer run by Adam Marciniec)
a(11) from Paul Bourdelais, Jul 06 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 25 13:12 EDT 2024. Contains 371969 sequences. (Running on oeis4.)