login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A017936 Smallest number whose square has n digits. 16
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; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = ceiling(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));
MATHEMATICA
Table[Ceiling[Sqrt[10^n]], {n, 0, 30}] (* Harvey P. Dale, Jan 19 2012 *)
PROG
(Magma) [Ceiling(10^((n-1)/2)): n in [1..30]]; // Vincenzo Librandi, Oct 21 2011
CROSSREFS
Cf. A061432.
Sequence in context: A034717 A295404 A001673 * A033297 A129880 A303832
KEYWORD
nonn,base,easy
AUTHOR
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
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 8 15:25 EDT 2024. Contains 372340 sequences. (Running on oeis4.)