OFFSET
1,1
LINKS
Patrick De Geest, Nine Digits Digressions
EXAMPLE
868^(1/2) = 29.{461839725}312470...
MATHEMATICA
Select[Range[110000], Sort[Take[Drop[RealDigits[Sqrt[#], 10, 20][[1]], IntegerLength[Floor[Sqrt[#]]]], 9]]==Range[9]&] (* Harvey P. Dale, Aug 31 2017 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Patrick De Geest, Oct 15 1998
EXTENSIONS
Offset changed by Andrew Howroyd, Aug 13 2024
STATUS
approved