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 A331812 #23 Feb 25 2020 16:42:03 %S A331812 2,1,0,0,0,0,2,2,2,0,0,0,0,0,0,1,0,0,2,0,0,0,0,0,0,2,2,2,0,0,0,0,0,0, %T A331812 2,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2,0,0,0,0,2,0,2,2,2,0,0,0, %U A331812 0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 %N A331812 Number of integer solutions to x^3 + y^3 = n. %t A331812 a[n_]:=Length[Solve[x^3 + y^3 == n, {x, y}, Integers]]; Table[a[i], {i, 10000}] %Y A331812 Cf. A003325, A045980, A175362. %K A331812 nonn %O A331812 1,1 %A A331812 _Mason Korb_, Jan 27 2020