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 A126029 #21 Sep 27 2014 16:08:52 %S A126029 35,22446139,4481106818619089 %N A126029 The smallest positive k such that ( sopfr(k)*tau(k) )^n = sigma(k) where sopfr is the sum of prime factors with multiplicity (A001414). %C A126029 35 is the only solution for n=1. %C A126029 Incorrect, there are three solutions < 10^10 for n = 1: 35, 42 and 68. - _Donovan Johnson_, Jun 11 2013 %C A126029 a(3) = 14844221560107739 (conjectured) is most likely minimal but it hasn't been proved. No solutions have been found (minimal or otherwise) where the number was not squarefree. %C A126029 a(3) <= 4481106818619089. - _Donovan Johnson_, Jun 10 2013 %H A126029 Mersenne Forum, <a href="http://www.mersenneforum.org/showthread.php?p=87743#post87743">Mersenne forum thread</a> %F A126029 min {k : (A001414(k)*A000005(k))^n = A000203(k)}. - _R. J. Mathar_, Jun 04 2013 %e A126029 22446139 factors as: 31*67*101*107=k, sopfr(k) = sum of prime factors of k = 31+67+101+107 = 306. tau(k) = num of divisors of k = 2^4 = 16. sigma(k) = sum of divisors of k = (31+1)*(67+1)*(101+1)*(107+1) = 23970816. (306*16)^2 = 23970816. As this k turns out to be minimal, a(2)=22446139. %Y A126029 Cf. A126028, A000005, A000203, A001414, A226479, A226480. %K A126029 hard,nonn,bref %O A126029 1,1 %A A126029 _Fred Schneider_, Dec 14 2006 %E A126029 New name from _R. J. Mathar_, Jun 04 2013 %E A126029 a(3) from _Hiroaki Yamanouchi_, Sep 26 2014