cp's OEIS Frontend

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.

A356534 a(n) = sigma_3(n)^2.

This page as a plain text file.
%I A356534 #14 Mar 10 2023 10:26:18
%S A356534 1,81,784,5329,15876,63504,118336,342225,573049,1285956,1774224,
%T A356534 4177936,4831204,9585216,12446784,21911761,24147396,46416969,47059600,
%U A356534 84603204,92775424,143712144,148060224,268304400,248094001,391327524,417793600,630612544,594872100
%N A356534 a(n) = sigma_3(n)^2.
%H A356534 Amiram Eldar, <a href="/A356534/b356534.txt">Table of n, a(n) for n = 1..10000</a>
%H A356534 Ramanujan's Papers, <a href="http://ramanujan.sirinudi.org/Volumes/published/ram17.html">Some formulas in the analytic theory of numbers</a>, Messenger of Mathematics, XLV, 1916, 81-84, Formula (15), a=b=3.
%F A356534 Dirichlet g.f.: zeta(s) * zeta(s-3)^2 * zeta(s-6) / zeta(2*s-6).
%F A356534 Multiplicative with a(p^e) = ((p^(3*e+3)-1)/(p^3-1))^2. - _Amiram Eldar_, Aug 11 2022
%t A356534 Table[DivisorSigma[3, n]^2, {n, 1, 40}]
%o A356534 (PARI) a(n) = sigma(n, 3)^2; \\ _Michel Marcus_, Aug 11 2022
%Y A356534 Cf. A001158, A127473, A035116, A072861, A356536 (partial sums).
%K A356534 nonn,mult
%O A356534 1,2
%A A356534 _Vaclav Kotesovec_, Aug 11 2022