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 A283122 #16 Dec 16 2022 09:04:29 %S A283122 15,31,60,63,90,124,120,127,195,186,180,252,210,248,360,255,270,403, %T A283122 300,378,480,372,360,508,465,434,600,504,450,744,480,511,720,558,720, %U A283122 819,570,620,840,762,630,992,660,756,1170,744,720,1020,855,961 %N A283122 a(n) = sigma(8*n). %H A283122 Seiichi Manyama, <a href="/A283122/b283122.txt">Table of n, a(n) for n = 1..10000</a> %F A283122 a(n) = A000203(8*n). %F A283122 Sum_{k=1..n} a(k) = (23*Pi^2/24) * n^2 + O(n*log(n)). - _Amiram Eldar_, Dec 16 2022 %t A283122 Table[DivisorSigma[1, 8 n], {n, 50}] (* _Michael De Vlieger_, Mar 01 2017 *) %o A283122 (PARI) a(n) = sigma(8*n) \\ _Amiram Eldar_, Dec 16 2022 %Y A283122 Sigma(k*n): A000203 (k=1), A062731 (k=2), A144613 (k=3), A193553 (k=4), A283118 (k=5), A224613 (k=6), A283078 (k=7), this sequence (k=8), A283123 (k=9). %Y A283122 Cf. A008590. %K A283122 nonn %O A283122 1,1 %A A283122 _Seiichi Manyama_, Mar 01 2017