cp's OEIS Frontend

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.

A114773 a(n) = floor(9^(1/3)*10^n)^3.

This page as a plain text file.
%I A114773 #13 Jan 22 2025 01:59:19
%S A114773 8,8000,8998912,8998912000,8998912000000,8999950375936512,
%T A114773 8999989316587931787,8999999700780614080472,8999999960385533477918968,
%U A114773 8999999999326271818113362767,8999999999326271818113362767000,8999999999975284124734907695022625,8999999999988264370867656846408001651
%N A114773 a(n) = floor(9^(1/3)*10^n)^3.
%C A114773 Largest cube < 9*10^(3n).
%e A114773 a(1) = floor(9^(1/3)*10)^3 = floor(20.8008...)^3 = 8000.
%t A114773 With[{c=Surd[9,3]},Floor[c*10^Range[0,20]]^3] (* _Harvey P. Dale_, Jan 07 2014 *)
%Y A114773 Cf. A114761, A114762, A114763, A114764, A114765, A114766, A114767, A114768, A114769, A114770, A114771, A114772.
%K A114773 base,nonn
%O A114773 0,1
%A A114773 _Amarnath Murthy_, Nov 17 2005
%E A114773 More terms from Chelsea Crall (cec184(AT)psu.edu), Feb 12 2006
%E A114773 One additional term from _Harvey P. Dale_, Jan 07 2014