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 A078128 #18 Jun 17 2025 19:08:14 %S A078128 0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0, %T A078128 1,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,1,0,0,1,0,1,0,0,1,0,0,1,0,2,0,0,1,0, %U A078128 0,1,0,2,0,0,1,0,0,1,0,2,1,0,1,0,0,1,0,2,1,0,2,0,0,1,0,2,1,0,2,0,0,1,0,2,1 %N A078128 Number of ways to write n as sum of cubes > 1. %C A078128 a(A078129(n))=0; a(A078130(n))=1; a(A078131(n))>0; %C A078128 Conjecture (lower bound): for all k exists b(k) such that a(n)>k for n>b(k); see b(0)=A078129(83)=154 and b(1)=A078130(63)=218. %H A078128 Vaclav Kotesovec, <a href="/A078128/b078128.txt">Table of n, a(n) for n = 1..10000</a> %H A078128 <a href="/index/Su#ssq">Index entries for sequences related to sums of cubes</a> %H A078128 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/CubicNumber.html">Cubic Number</a>. %F A078128 a(n) = 1/n*Sum_{k=1..n} (b(k)-1)*a(n-k), a(0) = 1, where b(k) is sum of cube divisors of k. - _Vladeta Jovovic_, Nov 20 2002 %F A078128 From _Vaclav Kotesovec_, Jan 05 2017: (Start) %F A078128 a(n) = A003108(n) - A003108(n-1). %F A078128 a(n) ~ exp(4*(Gamma(1/3) * Zeta(4/3))^(3/4) * n^(1/4) / 3^(3/2)) * (Gamma(1/3) * Zeta(4/3))^(3/2) / (8 * 3^(5/2) * Pi^2 * n^2). %F A078128 (End) %e A078128 a(160)=4: 160 = 20*2^3 = 4^3+12*2^3 = 2*4^3+4*2^3 = 5^3+3^3+2^3. %t A078128 nmax = 105; CoefficientList[Series[Product[1/(1 - x^(k^3)), {k, 1, nmax}], {x, 0, nmax}], x] // Differences (* _Jean-François Alcover_, Mar 01 2019, after _Vaclav Kotesovec_ *) %Y A078128 Cf. A000578, A003108, A001235, A078132, A078133, A078134. %K A078128 nonn %O A078128 1,64 %A A078128 _Reinhard Zumkeller_, Nov 19 2002