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 A050750 #13 Aug 11 2024 14:00:24 %S A050750 0,1,8,27,64,125,216,343,512,729,1728,2197,4096,4913,5832,6859,9261, %T A050750 10648,12167,13824,15625,17576,19683,21952,24389,29791,32768,35937, %U A050750 39304,42875,50653,54872,59319,68921,79507,85184,103823,132651,140608 %N A050750 Cubes containing no pair of consecutive equal digits. %F A050750 a(n) = A050742(n)^3. - _Andrew Howroyd_, Aug 11 2024 %t A050750 Select[Range[0,60]^3,And@@(First[#]!=Last[#]&/@Partition[IntegerDigits[#],2,1])&] (* _Harvey P. Dale_, Feb 08 2011 *) %Y A050750 Intersection of A043096 and A000578. %Y A050750 Cf. A050742. %K A050750 nonn,base %O A050750 1,3 %A A050750 _Patrick De Geest_, Sep 15 1999 %E A050750 Offset corrected by _Andrew Howroyd_, Aug 11 2024