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 A046244 #13 Aug 11 2024 14:31:41 %S A046244 0,1,8,343,1728,1815848,2352637,2363266368,3139071497288, %T A046244 3217539292947,4083724283904,4177325982172608,4291332507800064, %U A046244 5424315547313664,5559926728782676328,5572467905087005957,7218419297194266624 %N A046244 Cubes which are palindromes in base 11. %C A046244 Note that 7^3 = 1331_6 = 363_10 = 292_11 is a palindromic street ! %H A046244 Patrick De Geest, <a href="https://www.worldofnumbers.com/nobase10pg4.htm">World!Of Numbers</a>, Palindromic cubes in bases 2 to 17. %F A046244 a(n) = A046243(n)^3. - _Andrew Howroyd_, Aug 11 2024 %t A046244 pal11Q[n_]:=Module[{id=IntegerDigits[n,11]},id==Reverse[id]]; Select[ Range[0,2000000]^3,pal11Q] (* _Harvey P. Dale_, Nov 27 2012 *) %Y A046244 Intersection of A029956 and A000578. %Y A046244 Cf. A046243. %K A046244 nonn,base %O A046244 1,3 %A A046244 _Patrick De Geest_, May 15 1998 %E A046244 Offset corrected by _Andrew Howroyd_, Aug 11 2024