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!)
A062662 Numbers k such that 96^k - 95^k is prime. 0
2, 3, 7, 263, 347, 1039, 17033, 73877 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Terms greater than 1000 may correspond to strong pseudoprimes not yet proved to be prime.
a(8) > 20000. - Derek Orr, Sep 08 2014
a(9) > 10^5. - Robert Price, Oct 15 2015
LINKS
MATHEMATICA
Select[Range[0, 100000], If[PrimeQ[#], PrimeQ[96^# - 95^#]] &] (* Robert Price, Oct 15 2015 *)
PROG
(PARI) for(n=1, 1e5, if (isprime(96^n - 95^n), print1(n", "))) \\ Altug Alkan, Oct 15 2015
CROSSREFS
Sequence in context: A053954 A063869 A079637 * A084727 A100763 A132538
KEYWORD
nonn,hard
AUTHOR
Mike Oakes, May 18 2001, May 19 2001
EXTENSIONS
a(7) from Derek Orr, Sep 08 2014
a(8) from Robert Price, Oct 15 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 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)