A254298 Primes of the form 120^k - 119^k.
239, 42841, 20386538221561, 110287289683553081554913641
Offset: 1
Keywords
Links
- Jinyuan Wang, Table of n, a(n) for n = 1..7
- Michael P. May, On the Existence and Frequency Distribution of the Shell Primes, arXiv preprint arXiv:1510.01028 [math.CO], 2015.
Crossrefs
Cf. A215538.
Programs
-
Magma
[a: n in [0..100] | IsPrime(a) where a is 120^n-119^n]; // Vincenzo Librandi, Feb 22 2015
-
Mathematica
Select[Table[120^n - 119^n, {n, 1000}], PrimeQ] (* Vincenzo Librandi, Feb 22 2015 *)
Comments