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 A114767 #11 Sep 17 2024 13:59:29 %S A114767 1,1728,1953125,1995616979,1999899757799,1999995000191488, %T A114767 1999999762390486961,1999999762390486961000,1999999952878604157540864, %U A114767 1999999995738432193638080649,1999999999548194715368954025992,1999999999976792999366436309113669,1999999999995841811989967823752208984 %N A114767 a(n) = floor(2^(1/3)*10^n)^3. %C A114767 Largest cube < 2*10^(3n). %e A114767 a(1) = floor(2^(1/3)*10)^3 = 1728. %t A114767 With[{c=Power[2, (3)^-1]},Table[(Floor[c 10^n])^3, {n,0,20}]] (* _Harvey P. Dale_, Mar 11 2011 *) %Y A114767 Cf. A114761, A114762, A114763, A114764, A114765, A114766. %K A114767 base,nonn %O A114767 0,2 %A A114767 _Amarnath Murthy_, Nov 17 2005 %E A114767 More terms from _Joshua Zucker_, Jan 11 2006