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 A363648 #13 Jul 17 2023 00:59:17 %S A363648 4,26,128,1219,12556,195278,3294292,67773349,1550075836,40097713880, %T A363648 1141246682808,35686524105658,1211500426369572,44454809534927314, %U A363648 1751576172678539608,73789791194939982793,3308961047545347057848,157387135278770854655312 %N A363648 Expansion of Sum_{k>0} (1/(1 - (k*x)^k)^4 - 1). %F A363648 a(n) = Sum_{d|n} (n/d)^n * binomial(d+3,3). %t A363648 a[n_] := DivisorSum[n, (n/#)^n * Binomial[# + 3, 3] &]; Array[a, 20] (* _Amiram Eldar_, Jul 17 2023 *) %o A363648 (PARI) a(n) = sumdiv(n, d, (n/d)^n*binomial(d+3, 3)); %Y A363648 Cf. A023887, A338663, A363646, A363647. %Y A363648 Cf. A363640. %K A363648 nonn %O A363648 1,1 %A A363648 _Seiichi Manyama_, Jun 13 2023