login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A104265 Smallest n-digit square with no zero digits. 2
1, 16, 121, 1156, 11236, 111556, 1115136, 11115556, 111112681, 1111155556, 11111478921, 111111555556, 1111118377216, 11111115555556, 111111226346761, 1111111155555556, 11111112515384644, 111111111555555556 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

EXAMPLE

a(3) = Min{121, 144, 169, 196, ....} = 121.

MATHEMATICA

f[n_] := Block[{k = Ceiling[ Sqrt[10^n]]}, While[ Union[ IntegerDigits[ k^2]][[1]] == 0, k++ ]; k^2]; Table[ f[n], {n, 0, 20}] (from Robert G. Wilson v Mar 02 2005)

CROSSREFS

Cf. A104266, A104264, A052041.

Sequence in context: A081071 A069658 A069667 * A068880 A053883 A191484

Adjacent sequences:  A104262 A104263 A104264 * A104266 A104267 A104268

KEYWORD

nonn,base

AUTHOR

Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Feb 26 2005

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Mar 02 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 16:29 EST 2012. Contains 205635 sequences.