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 A034672 #16 Jul 08 2025 21:26:59 %S A034672 12,252,13650,1048572,91715442,8451387252,796273301850,75771069025932, %T A034672 7243289400687522,693924501488538852,66549379127110766250, %U A034672 6385547277321933853692,612860534405179485142002,58827354670714016735876052 %N A034672 Sum of n-th powers of divisors of 96. %H A034672 T. D. Noe, <a href="/A034672/b034672.txt">Table of n, a(n) for n = 0..200</a> %t A034672 Total[#^Range[0, 20]&/@Divisors[96]] (* _Vincenzo Librandi_, Apr 17 2014 *) %o A034672 (Magma) [DivisorSigma(n, 96): n in [0..15]]; // _Vincenzo Librandi_, Apr 17 2014 %Y A034672 Cf. A018280 (divisors of 96). %K A034672 nonn,easy %O A034672 0,1 %A A034672 _N. J. A. Sloane_