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.

A363642 Expansion of Sum_{k>0} x^k/(1 - k*x^k)^3.

This page as a plain text file.
%I A363642 #16 Jul 19 2023 02:19:14
%S A363642 1,4,7,17,16,55,29,129,100,311,67,1135,92,1919,1486,5409,154,17038,
%T A363642 191,33491,20938,67871,277,262861,9701,373127,296110,978727,436,
%U A363642 3134821,497,5051969,3898522,10027655,474146,39352069,704,49808159,48362926,127403221,862,411286429,947
%N A363642 Expansion of Sum_{k>0} x^k/(1 - k*x^k)^3.
%F A363642 a(n) = Sum_{d|n} (n/d)^(d-1) * binomial(d+1,2).
%t A363642 a[n_] := DivisorSum[n, (n/#)^(#-1) * Binomial[# + 1, 2] &]; Array[a, 50] (* _Amiram Eldar_, Jul 18 2023 *)
%o A363642 (PARI) a(n) = sumdiv(n, d, (n/d)^(d-1)*binomial(d+1, 2));
%Y A363642 Cf. A363639, A363643, A363644.
%Y A363642 Cf. A167531, A363645.
%Y A363642 Cf. A007437, A363650.
%K A363642 nonn
%O A363642 1,2
%A A363642 _Seiichi Manyama_, Jun 13 2023