|
Search: id:A061439
|
|
|
| A061439 |
|
Largest number whose cube has n digits. |
|
+0 5
|
|
| 2, 4, 9, 21, 46, 99, 215, 464, 999, 2154, 4641, 9999, 21544, 46415, 99999, 215443, 464158, 999999, 2154434, 4641588, 9999999, 21544346, 46415888, 99999999, 215443469, 464158883, 999999999, 2154434690, 4641588833, 9999999999
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
FORMULA
|
a(n)=ceil(10^(n/3))-1 - Antonio G. Astudillo (afg_astudillo(AT)lycos.com), Mar 30 2003
|
|
EXAMPLE
|
a(5) = 46, 46^3 = 97336 has 5 digits, while 47^3 = 103823 has 6 digits.
|
|
MAPLE
|
A061439 := n->ceil(10^(i/3))-1;
|
|
CROSSREFS
|
a(n) is one more than the corresponding term of A018005. Cf. A061435.
Adjacent sequences: A061436 A061437 A061438 this_sequence A061440 A061441 A061442
Sequence in context: A035056 A093698 A091619 this_sequence A027711 A084634 A137256
|
|
KEYWORD
|
nonn,base,easy
|
|
AUTHOR
|
Amarnath Murthy (amarnath_murthy(AT)yahoo.com), May 03 2001
|
|
EXTENSIONS
|
More terms from Larry Reeves (larryr(AT)acm.org), May 16 2001
|
|
|
Search completed in 0.002 seconds
|