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 A334106 #6 Apr 18 2020 19:45:33 %S A334106 283,301,329,343,347,361,379,381,383,387,399,413,417,419,423,431,437, %T A334106 441,463,469,473,483,487,489,491,497,509,513,517,519,523,529,531,539, %U A334106 547,551,553,557,559,566,567,571,573,589,591,597,599,602,603,609,611,621,627,631,633,635,637,639,643,645,649,651,653,658,665 %N A334106 Numbers n for which A329697(n) == 6. %H A334106 Antti Karttunen, <a href="/A334106/b334106.txt">Table of n, a(n) for n = 1..12096; all terms < 2^17</a> %o A334106 (PARI) %o A334106 A329697(n) = if(!bitand(n,n-1),0,1+A329697(n-(n/vecmax(factor(n)[, 1])))); %o A334106 isA334106(n) = (6==A329697(n)); %Y A334106 Row 6 of A334100. %Y A334106 Cf. A052126, A171462, A209229, A329697, A334101, A334102, A334103, A334104, A334105. %Y A334106 Cf. A334096 (primes present). %K A334106 nonn %O A334106 1,1 %A A334106 _Antti Karttunen_, Apr 14 2020