login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A114769
a(n) = floor(4^(1/3)*10^n)^3.
4
1, 3375, 3944312, 3996969003, 3999992047624, 3999992047624000, 3999999607145042201, 3999999607145042201000, 3999999985121344326657625, 3999999992680870612043135651, 3999999999484444277033462628359
OFFSET
0,2
COMMENTS
Largest cube < 4*10^(3n).
EXAMPLE
a(1) = floor(4^(1/3)*10)^3 = 3375.
MATHEMATICA
Table[Floor[4^(1/3)*10^n]^3, {n, 0, 15}] (* Stefan Steinerberger, Mar 26 2006 *)
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Nov 17 2005
EXTENSIONS
More terms from Stefan Steinerberger, Mar 26 2006
STATUS
approved