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 A078184 #4 Mar 30 2012 17:22:26 %S A078184 0,20,60,128,228,380,440,684,860,1068,1328,1548,1940,2288,2484,2924, %T A078184 3300,3824,4140,4700,5240,5484,6260,6864,7340,8180,8676,9392,9804, %U A078184 10988,11208,12572,13100,13860,14792,15588,16604,17328,18500,19292 %N A078184 Number of solutions to n^2 < x^2 + y^2 + z^2 < (n+1)^2; number of lattice points between spheres of radii n and n+1. %F A078184 a(n) = A078183(n+1) - A000605(n) %t A078184 Table[Sum[SquaresR[3, k], {k, n^2 + 1, (n + 1)^2 - 1}], {n, 0, 50}] %Y A078184 Cf. A000605, A078183. %K A078184 nonn %O A078184 0,2 %A A078184 _T. D. Noe_, Nov 21 2002