This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A255389 #21 Sep 08 2022 08:46:11 %S A255389 331,82171,3751197451 %N A255389 Primes of the form 166^k - 165^k. %C A255389 a(4) has 1641 digits and a(5) has 1717 digits. - _Vincenzo Librandi_, Feb 22 2015 %C A255389 The values of k are 2, 3, 5, 739, 773, ... - _Jinyuan Wang_, May 30 2020 %H A255389 Michael P. May, <a href="https://arxiv.org/abs/1510.01028">On the Existence and Frequency Distribution of the Shell Primes</a>, arXiv preprint arXiv:1510.01028 [math.CO], 2015. %t A255389 Select[Table[166^n - 165^n, {n, 1000}], PrimeQ] (* _Vincenzo Librandi_, Feb 22 2015 *) %o A255389 (Magma) [a: n in [0..600] | IsPrime(a) where a is 166^n-165^n]; // _Vincenzo Librandi_, Feb 22 2015 %o A255389 (PARI) select(m->ispseudoprime(m), vector(10, k, 166^k-165^k)) \\ _Jinyuan Wang_, May 30 2020 %Y A255389 Cf. A254298. %K A255389 nonn,bref %O A255389 1,1 %A A255389 _Michael P. May_, Feb 21 2015