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.

A319527 a(n) = 7 * sigma(n).

This page as a plain text file.
%I A319527 #16 Dec 31 2020 11:11:15
%S A319527 7,21,28,49,42,84,56,105,91,126,84,196,98,168,168,217,126,273,140,294,
%T A319527 224,252,168,420,217,294,280,392,210,504,224,441,336,378,336,637,266,
%U A319527 420,392,630,294,672,308,588,546,504,336,868,399,651,504,686,378,840,504,840,560,630,420,1176,434,672,728,889
%N A319527 a(n) = 7 * sigma(n).
%C A319527 7 times the sum of the divisors of n.
%C A319527 a(n) is also the total number of horizontal rhombuses in the terraces of the n-th level of an irregular stepped pyramid (starting from the top) in which the structure of every (360/7)-degree-three-dimensional sector arises after the (360/7)-degree-zig-zag folding of every row of the diagram of the isosceles triangle A237593. The top of the pyramid is a seven-pointed star formed by seven rhombuses (see Links section).
%H A319527 Omar E. Pol, <a href="http://www.polprimos.com/imagenespub/polpyr02.jpg">Diagram of the triangle A237593 before the (360/7)-degree-zig-zag folding (rows: 1..28)</a>
%H A319527 <a href="/index/Si#SIGMAN">Index entries for sequences related to sigma(n)</a>
%F A319527 a(n) = 7*A000203(n).
%F A319527 a(n) = A000203(n) + A274536(n).
%F A319527 Dirichlet g.f.: 7*zeta(s-1)*zeta(s). - (After _Ilya Gutkovskiy_)
%p A319527 with(numtheory): seq(7*sigma(n), n=1..64);
%t A319527 7*DivisorSigma[1,Range[70]] (* _Harvey P. Dale_, Mar 14 2020 *)
%o A319527 (PARI) a(n) = 7 * sigma(n);
%o A319527 (GAP) List([1..70],n->7*Sigma(n)); # _Muniru A Asiru_, Sep 28 2018
%Y A319527 k times sigma(n), k=1..8: A000203, A074400, A272027, A239050, A274535, A274536, this sequence, A319528.
%Y A319527 Cf. A216606, A237593.
%K A319527 nonn,easy
%O A319527 1,1
%A A319527 _Omar E. Pol_, Sep 22 2018