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 A046242 #14 Aug 11 2024 14:28:59 %S A046242 0,1,8,1000,54872,551368,753571,389017000,282558696328,293151929707, %T A046242 205901592625000,150095482587202888,150714005985636211, %U A046242 109419057761904073000,79766448635933205559048,79802927193348078816187 %N A046242 Cubes which are palindromes in base 9. %H A046242 Patrick De Geest, <a href="https://www.worldofnumbers.com/nobase10pg4.htm">World!Of Numbers</a>, Palindromic cubes in bases 2 to 17. %F A046242 a(n) = A046241(n)^3. - _Andrew Howroyd_, Aug 10 2024 %t A046242 Select[Range[0,44*10^6]^3,IntegerDigits[#,9]==Reverse[ IntegerDigits[ #,9]]&] (* _Harvey P. Dale_, Oct 09 2016 *) %Y A046242 Intersection of A029955 and A000578. %Y A046242 Cf. A046241. %K A046242 nonn,base %O A046242 1,3 %A A046242 _Patrick De Geest_, May 15 1998 %E A046242 Offset corrected by _Andrew Howroyd_, Aug 10 2024