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 A325320 #11 Apr 22 2019 13:50:17 %S A325320 9,9,9,49,9,25,9,9,297,25,9,9,121,49,9,25,9,49,169,9,9,25,9,9,25,585, %T A325320 9,25,9,729,9,49,289,25,9,121,9,9,9,361,49,25,49,121,9,9,9,2049,25,9, %U A325320 1161,9,25,9,25,9,49,9,529,25,9,25,9,169,2381,49,1449,9,9,9,1593,9,25,9,121,9,49,9,2889,9,25,289,9,2997,9 %N A325320 Sum of proper divisors of A228058(n) that are not squarefree; a(n) = -A325314(A228058(n)). %C A325320 All terms are of the form 4k+1, A016813. %C A325320 If a(n) is never equal to A325319(n), then there are no odd perfect numbers. %H A325320 Antti Karttunen, <a href="/A325320/b325320.txt">Table of n, a(n) for n = 1..25000</a> %F A325320 a(n) = -A325314(A228058(n)) = A162296(A228058(n)) - A228058(n). %F A325320 a(n) = A325319(n) - A325379(n) = A325378(n) - A325319(n). %F A325320 a(n) < A001065(A228058(n)) for all n. %o A325320 (PARI) %o A325320 A162296(n) = sumdiv(n, d, d*(1-issquarefree(d))); %o A325320 A325314(n) = (n - A162296(n)); %o A325320 isA228058(n) = if(!(n%2)||(omega(n)<2),0,my(f=factor(n),y=0); for(i=1,#f~,if(1==(f[i,2]%4), if((1==y)||(1!=(f[i,1]%4)),return(0),y=1), if(f[i,2]%2, return(0)))); (y)); %o A325320 k=0; n=0; while(k<100,n++; if(isA228058(n), k++; print1(-A325314(n), ", "))); %Y A325320 Cf. A016813, A162296, A228058, A325313, A325319, A325378, A325379. %K A325320 nonn %O A325320 1,1 %A A325320 _Antti Karttunen_, Apr 22 2019