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 A014187 #9 Jul 08 2025 02:54:52 %S A014187 0,1,8,27,64,125,216,343,512,729,1331,10648,35937,85184,166375,287496, %T A014187 456533,681472,970299,1030301,1367631,1771561,2248091,2803221,3442951, %U A014187 4173281,5000211,5929741,6967871 %N A014187 Cubes of palindromes. %t A014187 Select[Range[0,200],PalindromeQ]^3 (* Requires Mathematica version 10 or later *) (* _Harvey P. Dale_, Sep 02 2017 *) %Y A014187 Cf. A002113, A014186. %K A014187 nonn,base %O A014187 0,3 %A A014187 _N. J. A. Sloane_