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 A046252 #14 Aug 11 2024 14:40:25 %S A046252 0,1,8,64,512,4096,11543176,13997521,738763264,5910106112,38477541376, %T A046252 47280848896,2462562648064,19700501184512,129754026714376, %U A046252 131491746445051,157604009476096,8304257709720064,66434061677760512 %N A046252 Cubes which are palindromes in base 15. %H A046252 Patrick De Geest, <a href="https://www.worldofnumbers.com/nobase10pg4.htm">World!Of Numbers</a>, Palindromic cubes in bases 2 to 17. %F A046252 a(n) = A046251(n)^3. - _Andrew Howroyd_, Aug 10 2024 %t A046252 p15Q[n_]:=Module[{d=IntegerDigits[n,15]},d==Reverse[d]]; Select[Range[ 0,410000]^3,p15Q] (* _Harvey P. Dale_, Mar 28 2020 *) %Y A046252 Intersection of A029960 and A000578. %Y A046252 Cf. A046251. %K A046252 nonn,base %O A046252 1,3 %A A046252 _Patrick De Geest_, May 15 1998 %E A046252 Offset corrected by _Andrew Howroyd_, Aug 10 2024