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 A083539 #20 Jul 10 2024 02:57:51 %S A083539 3,12,28,42,72,96,120,195,234,216,336,392,336,576,744,558,702,780,840, %T A083539 1344,1152,864,1440,1860,1302,1680,2240,1680,2160,2304,2016,3024,2592, %U A083539 2592,4368,3458,2280,3360,5040,3780,4032,4224,3696,6552,5616,3456,5952 %N A083539 a(n) = sigma(n) * sigma(n+1): product of sigma-values for consecutive integers. %H A083539 Harvey P. Dale, <a href="/A083539/b083539.txt">Table of n, a(n) for n = 1..1000</a> %F A083539 a(n) = A000203(A002378(n)). - _Amiram Eldar_, Jul 10 2024 %t A083539 f[x_] := DivisorSigma[1, x]; t=Table[f[w+1]*f[w], {w, 1, 128}] %t A083539 Times@@@Partition[DivisorSigma[1,Range[50]],2,1] (* _Harvey P. Dale_, May 21 2014 *) %o A083539 (PARI) a(n)=sigma(n)*sigma(n+1) \\ _Charles R Greathouse IV_, Feb 14 2013 %Y A083539 Cf. A000203, A002378, A060781, A060780, A083538, A330322 (partial sums). %Y A083539 Cf. A083481, A083542, A092517. %K A083539 nonn,easy %O A083539 1,1 %A A083539 _Labos Elemer_, May 21 2003