|
Search: id:A017936
|
|
|
| A017936 |
|
Smallest number whose square has n digits. |
|
+0 11
|
|
| 1, 4, 10, 32, 100, 317, 1000, 3163, 10000, 31623, 100000, 316228, 1000000, 3162278, 10000000, 31622777, 100000000, 316227767, 1000000000, 3162277661, 10000000000, 31622776602, 100000000000, 316227766017, 1000000000000
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
FORMULA
|
a(n)=ceil(10^((n-1)/2))
|
|
EXAMPLE
|
a(4) = 32, 32^2 = 1024 has 4 digits, while 31^2 = 961 has 3 digits.
|
|
MAPLE
|
A061436 := n->ceil(10^((n-1)/2));
|
|
CROSSREFS
|
Cf. A061432.
Sequence in context: A015796 A034717 A001673 this_sequence A033297 A129880 A137954
Adjacent sequences: A017933 A017934 A017935 this_sequence A017937 A017938 A017939
|
|
KEYWORD
|
nonn,base,easy
|
|
AUTHOR
|
njas
|
|
EXTENSIONS
|
More terms from Larry Reeves (larryr(AT)acm.org), May 16 2001
More terms from Antonio G. Astudillo (afg_astudillo(AT)lycos.com), Mar 30 2003
|
|
|
Search completed in 0.002 seconds
|