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 A320900 #18 Jan 04 2025 05:36:15 %S A320900 1,-2,7,-12,16,-17,29,-48,52,-42,67,-105,92,-79,142,-184,154,-143,191, %T A320900 -262,266,-189,277,-441,341,-262,430,-495,436,-402,497,-712,634,-444, %U A320900 674,-897,704,-553,878,-1118,862,-766,947,-1189,1222,-807,1129,-1753,1254,-992 %N A320900 Expansion of Sum_{k>=1} x^k/(1 + x^k)^3. %H A320900 Seiichi Manyama, <a href="/A320900/b320900.txt">Table of n, a(n) for n = 1..10000</a> %F A320900 G.f.: Sum_{k>=1} (-1)^(k+1)*A000217(k)*x^k/(1 - x^k). %F A320900 a(n) = Sum_{d|n} (-1)^(d+1)*d*(d + 1)/2. %F A320900 a(n) = A000593(n) + A050999(n) - (A000203(n) + A001157(n))/2. %F A320900 a(n) = (A002129(n) + A321543(n)) / 2. - _Amiram Eldar_, Jan 04 2025 %p A320900 seq(coeff(series(add(x^k/(1+x^k)^3,k=1..n),x,n+1), x, n), n = 1 .. 50); # _Muniru A Asiru_, Oct 23 2018 %t A320900 nmax = 50; Rest[CoefficientList[Series[Sum[x^k/(1 + x^k)^3, {k, 1, nmax}], {x, 0, nmax}], x]] %t A320900 Table[Sum[(-1)^(d + 1) d (d + 1)/2, {d, Divisors[n]}], {n, 50}] %o A320900 (PARI) a(n) = sumdiv(n, d, (-1)^(d+1)*d*(d + 1)/2); \\ _Amiram Eldar_, Jan 04 2025 %Y A320900 Cf. A000203, A000217, A000593, A001157, A002129, A007437, A050999, A064027, A320901, A321543. %Y A320900 Cf. A363022, A363615, A363630. %K A320900 sign,look %O A320900 1,2 %A A320900 _Ilya Gutkovskiy_, Oct 23 2018