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!)
A062657 Numbers k such that 91^k - 90^k is prime. 0
2, 3, 101, 1117, 3109, 44959, 55259 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Terms greater than 1000 are often only strong pseudoprimes.
a(8) > 10^5. - Robert Price, Jul 21 2015
LINKS
MATHEMATICA
Select[Range[0, 100000], PrimeQ[91^# - 90^#] &] (* Robert Price, Ju1 21 2015 *)
PROG
(PARI) is(n)=ispseudoprime(91^n-90^n) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A249409 A256114 A345336 * A041589 A371122 A371229
KEYWORD
nonn,hard
AUTHOR
Mike Oakes, May 18 2001, May 19 2001
EXTENSIONS
a(6)-a(7) from Robert Price, Jul 21 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 12:44 EDT 2024. Contains 371913 sequences. (Running on oeis4.)