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.

Showing 1-3 of 3 results.

A114771 a(n) = floor(6^(1/3)*10^n)^3.

Original entry on oeis.org

1, 5832, 5929741, 5998805513, 5999796014211, 5999994127536128, 5999994127536128000, 5999999080425132440125, 5999999971945442706621379, 5999999991757006160038514688, 5999999999681631553616419338752, 5999999999978805006011329671418187, 5999999999998616569504672580749754368
Offset: 0

Views

Author

Amarnath Murthy, Nov 17 2005

Keywords

Comments

Largest cube < 6*10^(3n).

Examples

			a(1) = floor(6^(1/3)*10)^3 = 5832.
		

Crossrefs

Extensions

More terms from Joshua Zucker, May 05 2006

A114772 a(n) = floor(7^(1/3)*10^n)^3.

Original entry on oeis.org

1, 6859, 6967871, 6989782528, 6999657683689, 6999987015630757, 6999997993540050491, 6999999091331611107231, 6999999969564942238839032, 6999999991520776458291360568, 6999999999205318445945995366283, 6999999999973772645020779818319933, 6999999999995728479280885760363363648
Offset: 0

Views

Author

Amarnath Murthy, Nov 17 2005

Keywords

Comments

Largest cube < 7*10^(3n).

Examples

			a(1) = floor(7^(1/3)*10)^3 = 6859.
		

Crossrefs

Extensions

More terms from Joshua Zucker, May 05 2006

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

Original entry on oeis.org

8, 8000, 8998912, 8998912000, 8998912000000, 8999950375936512, 8999989316587931787, 8999999700780614080472, 8999999960385533477918968, 8999999999326271818113362767, 8999999999326271818113362767000, 8999999999975284124734907695022625, 8999999999988264370867656846408001651
Offset: 0

Views

Author

Amarnath Murthy, Nov 17 2005

Keywords

Comments

Largest cube < 9*10^(3n).

Examples

			a(1) = floor(9^(1/3)*10)^3 = floor(20.8008...)^3 = 8000.
		

Crossrefs

Programs

  • Mathematica
    With[{c=Surd[9,3]},Floor[c*10^Range[0,20]]^3] (* Harvey P. Dale, Jan 07 2014 *)

Extensions

More terms from Chelsea Crall (cec184(AT)psu.edu), Feb 12 2006
One additional term from Harvey P. Dale, Jan 07 2014
Showing 1-3 of 3 results.