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 A139092 #17 Feb 13 2020 20:14:48 %S A139092 3,3,2,2,2,3,2,3,4,4,5,3,3,6,5,2,3,4,3,3,4,4,4,3,7,3,3 %N A139092 a(n) = number of distinct prime divisors of (9+prime(n)!)/9. %C A139092 Conjecture: all prime divisors in A139089 are distinct %C A139092 a(31) >= 4. - _Amiram Eldar_, Feb 13 2020 %H A139092 FactorDB, <a href="http://factordb.com/index.php?query=%289%2B127%21%29%2F9">Status of a(31) = (9+127!)/9</a>. %F A139092 a(n) = A001221(A139089(n)). - _Amiram Eldar_, Feb 13 2020 %t A139092 a = {}; Do[w = (Prime[n]! + 9)/9; AppendTo[a, w], {n, 4, 16}]; a %t A139092 PrimeNu[(9+Prime[Range[4,25]]!)/9] (* _Harvey P. Dale_, Jul 25 2019 *) %Y A139092 Cf. A082672, A089085, A089130, A117141, A007749, A139056-A139066, A020458, A139068, A137390, A139070-A139075, A136019, A136020, A136026, A136027, A139089-A139092. %K A139092 nonn,more %O A139092 4,1 %A A139092 _Artur Jasinski_, Apr 08 2008 %E A139092 More terms from _Jon E. Schoenfield_, Jul 16 2010 %E A139092 a(23)-a(30) using factordb.com from _Amiram Eldar_, Feb 13 2020