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!)
A062663 Numbers k such that 97^k - 96^k is a strong pseudoprime. 0
2, 1307, 15289 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(4) > 20000. - Derek Orr, Sep 07 2014
a(4) > 10^5. - Robert Price, Nov 02 2015
LINKS
PROG
(PARI) L=0; forprime(n=L, L+1999, ispseudoprime(97^n-96^n)&&print1(" "n", ")) \\ To show progress, insert the following statement before "ispseudoprime": n>L && print1("/*"L"*/")+L+=50; - M. F. Hasler, Sep 21 2013, PARI syntax updated and non-ASCII characters removed on Sep 08 2014
CROSSREFS
Sequence in context: A171940 A160003 A078170 * A295187 A345402 A298757
KEYWORD
nonn,hard,bref,more
AUTHOR
Mike Oakes, May 18 2001, May 19 2001
EXTENSIONS
Edited by M. F. Hasler, Sep 21 2013
a(3) from Derek Orr, Sep 07 2014
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 05:44 EDT 2024. Contains 372344 sequences. (Running on oeis4.)