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 A238527 #11 May 17 2021 04:10:10 %S A238527 2,3,3,5,5,7,2,2,5,11,2,5,11,17,7,7,7,2,11,7,13,29,11,11,2,5,17,7,5,2, %T A238527 19,41,23,3,11,11,23,5,2,2,2,31,7,3,17,3,23,11,59,19,5,2,37,3,41,23, %U A238527 71,11,2,11,47,11,29,13,13,2,31,5,5,53,17,19,13,61,23,101,19,29,41,23,107,67,11,3,3,47,73,2,3,17 %N A238527 Prime values of A238525. %H A238527 Amiram Eldar, <a href="/A238527/b238527.txt">Table of n, a(n) for n = 1..10000</a> %t A238527 Select[Table[Mod[n, Plus @@ Times @@@ FactorInteger[n]], {n, 2, 300}], PrimeQ] (* _Amiram Eldar_, May 17 2021 *) %Y A238527 Cf. A238525, A238526, A238528. %K A238527 nonn %O A238527 1,1 %A A238527 _J. Stauduhar_, Feb 28 2014