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!)
A062655 Numbers k such that 89^k - 88^k is prime. 1
3, 5, 997, 4253, 52511, 59221 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Terms greater than 1000 are often only strong pseudoprimes.
a(7) > 10^5. - Robert Price, Jun 16 2015
LINKS
MATHEMATICA
Select[Range[0, 100000], PrimeQ[89^# - 88^#] &] (* Robert Price, Jun 16 2015 *)
PROG
(PARI) is(n)=ispseudoprime(89^n-88^n) \\ Charles R Greathouse IV, Jun 12 2017
CROSSREFS
Sequence in context: A119497 A298094 A012783 * A364547 A368462 A090807
KEYWORD
nonn,hard
AUTHOR
Mike Oakes, May 18 2001, May 19 2001
EXTENSIONS
a(5)-a(6) from Robert Price (computer run by Adam Marciniec), Jun 16 2015
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 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)