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!)
A255387 Primes of the form 141^k - 140^k. 0
281, 59221, 769449701919846533025514621 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(4) has 372 digits. - Vincenzo Librandi, Feb 22 2015
The values of k are 2, 3, 13, 173, ... - Jinyuan Wang, May 30 2020
LINKS
Michael P. May, On the Existence and Frequency Distribution of the Shell Primes, arXiv preprint arXiv:1510.01028 [math.CO], 2015.
MATHEMATICA
Select[Table[141^n - 140^n, {n, 1000}], PrimeQ] (* Vincenzo Librandi, Feb 22 2015 *)
PROG
(Magma) [a: n in [0..600] | IsPrime(a) where a is 141^n-140^n]; // Vincenzo Librandi, Feb 22 2015
(PARI) select(m->ispseudoprime(m), vector(20, k, 141^k-140^k)) \\ Jinyuan Wang, May 30 2020
CROSSREFS
Cf. A254298.
Sequence in context: A270964 A185710 A242982 * A320706 A356854 A114804
KEYWORD
nonn
AUTHOR
Michael P. May, Feb 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 August 11 01:05 EDT 2024. Contains 375059 sequences. (Running on oeis4.)