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 A088035 #12 Sep 22 2024 15:19:20 %S A088035 729,1000,4913,5832,6859,15625,21952,35937,50653,68921,97336,117649, %T A088035 166375,185193,262144,274625,389017,531441,551368,704969,753571, %U A088035 912673,1000000,1157625,1295029,1442897,1643032,1771561,2000376,2048383 %N A088035 Cubes k such that k-1 is divisible by a cube >1. %F A088035 a(n) = A088036(n)^3. - _R. J. Mathar_, Dec 03 2015 %t A088035 Select[Range[150]^3,Max[FactorInteger[#-1][[All,2]]]>2&] (* _Harvey P. Dale_, Aug 21 2017 *) %Y A088035 Cf. A088036. %K A088035 nonn %O A088035 1,1 %A A088035 _Amarnath Murthy_, Sep 19 2003 %E A088035 Corrected and extended by _Ray Chandler_, Sep 23 2003 %E A088035 Offset corrected by _Andrew Howroyd_, Sep 22 2024