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 A180243 #9 Apr 03 2023 07:56:07 %S A180243 0,0,0,0,2,0,1,1,3,0,0,2,0,0,0,0,2,1,2,0,3,1,2,1,2,0,0,3,0,0,1,1,4,0, %T A180243 2,0,2,2,2,0,1,2,0,1,4,2,3,0,0,0,4,1,4,1,5,0,2,0,2,2,3,0,1,0,5,3,2,3, %U A180243 3,3,2,2,5,1,5,0,4,1,1,2,5,3,1,3,1,0,4,2,3,1,3,0,3,0,5,1,3,2,2,2,1,0,4,0,12 %N A180243 a(n) = number of ways in which the square of n can be expressed as the sum of a square, a cube and a fourth power. %C A180243 The three terms of the sum and/or their bases can be the same. %H A180243 David A. Corneth, <a href="/A180243/b180243.txt">Table of n, a(n) for n = 1..10000</a> %e A180243 a(9)=3 since 9^2 = 81 = 1^2+4^3+2^4 = 4^2+4^3+1^4 = 8^2+1^3+2^4. %Y A180243 Cf. A180241, A180242. %K A180243 nonn %O A180243 1,5 %A A180243 _Carmine Suriano_, Aug 19 2010