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.

A067577 a(n) = Product_{i=1..n} sigma(i) * Sum_{i=1..n} 1/sigma(i).

This page as a plain text file.
%I A067577 #20 Jul 16 2022 11:55:09
%S A067577 1,4,19,145,954,11952,101664,1573344,21179232,390661056,4857760512,
%T A067577 138055228416,1989835352064,48554918608896,1184490930438144,
%U A067577 37179368055373824,683493250562260992,26913000032107757568,548273767789158727680,23227773590084738088960,751700319286194622955520
%N A067577 a(n) = Product_{i=1..n} sigma(i) * Sum_{i=1..n} 1/sigma(i).
%H A067577 Michael De Vlieger, <a href="/A067577/b067577.txt">Table of n, a(n) for n = 1..419</a>
%t A067577 Array[Product[DivisorSigma[1, i], {i, #}]*Sum[1/DivisorSigma[1, j], {j, #}] &, 21] (* _Michael De Vlieger_, Jul 16 2022 *)
%o A067577 (PARI) a(n) = prod(i=1, n, sigma(i)) * sum(i=1, n, 1/sigma(i)); \\ _Michel Marcus_, Jan 09 2021
%Y A067577 Cf. A000203 (sigma), A066780, A212717, A212718.
%K A067577 nonn
%O A067577 1,2
%A A067577 _Benoit Cloitre_, Jan 30 2002
%E A067577 More terms from _Michel Marcus_, Jan 09 2021