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.

A083728 a(0) = 1, a(n) = 480*sigma(n).

This page as a plain text file.
%I A083728 #8 Nov 17 2017 20:33:50
%S A083728 1,480,1440,1920,3360,2880,5760,3840,7200,6240,8640,5760,13440,6720,
%T A083728 11520,11520,14880,8640,18720,9600,20160,15360,17280,11520,28800,
%U A083728 14880,20160,19200,26880,14400,34560,15360,30240,23040,25920,23040,43680,18240,28800
%N A083728 a(0) = 1, a(n) = 480*sigma(n).
%H A083728 Antti Karttunen, <a href="/A083728/b083728.txt">Table of n, a(n) for n = 0..10000</a>
%H A083728 <a href="/index/Si#SIGMAN">Index entries for sequences related to sigma(n)</a>
%t A083728 {1}~Join~Array[480 DivisorSigma[1, #] &, 38] (* _Michael De Vlieger_, Nov 16 2017 *)
%o A083728 (PARI) A083728(n) = if(0==n,1,480*sigma(n)); \\ _Antti Karttunen_, Nov 16 2017
%Y A083728 Cf. A000203, A004009, A008410.
%K A083728 nonn
%O A083728 0,2
%A A083728 _N. J. A. Sloane_, Jun 16 2003