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 A294608 #13 Oct 04 2023 03:51:54 %S A294608 1,17,244,4129,78126,1680410,40353608,1073758337,31381061797, %T A294608 1000000390882,34522712143932,1283918474699170,51185893014090758, %U A294608 2177953338091847410,98526125335695332184,4722366482878235412481,239072435685151324847154 %N A294608 a(n) = Sum_{d|n} d^(d + 1 + n/d). %H A294608 Seiichi Manyama, <a href="/A294608/b294608.txt">Table of n, a(n) for n = 1..384</a> %t A294608 a[n_] := DivisorSum[n, #^(# + 1 + n/#) &]; Array[a, 17] (* _Amiram Eldar_, Oct 04 2023 *) %o A294608 (PARI) {a(n) = sumdiv(n, d, d^(d+1+n/d))} %Y A294608 Cf. A294606. %K A294608 nonn %O A294608 1,2 %A A294608 _Seiichi Manyama_, Nov 04 2017