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!)
A062661 Numbers k such that 95^k - 94^k is prime. 0
61, 157, 823, 877 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(5) > 20000. - Derek Orr, Sep 09 2014
a(5) > 10^5. - Robert Price, Sep 28 2015
LINKS
MATHEMATICA
Select[Range[0, 100000], If[PrimeQ[#], PrimeQ[95^# - 94^#]] &] (* Robert Price, Sep 28 2015 *)
PROG
(PARI)
forprime(p=1, 20000, if(ispseudoprime(95^p-94^p), print1(p, ", "))) \\ Derek Orr, Sep 09 2014
CROSSREFS
Sequence in context: A252811 A252804 A257746 * A044393 A044774 A138627
KEYWORD
nonn,hard,more
AUTHOR
Mike Oakes, May 18 2001, May 19 2001
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 May 9 12:21 EDT 2024. Contains 372350 sequences. (Running on oeis4.)