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!)
A113507 Numbers whose square root in base 10 starts with 10 distinct digits. 3
1362, 1843, 2540, 4280, 5507, 6896, 14601, 15143, 17547, 18393, 20337, 22710, 23560, 25887, 27487, 30728, 32286, 32615, 33144, 34499, 37194, 43422, 46075, 46167, 47293, 47497, 56125, 58465, 58495, 60552, 60911, 62069, 62091, 65743 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
sqrt(1362) = 36.90528417...
MATHEMATICA
Do[If[Union@Take[RealDigits[s = Sqrt[k], 10, 20][[1]], 10] == Range[0, 9], Print[{k, N[s, 15]}]], {k, 10^5}]
Select[Range[75000], Sort[RealDigits[Sqrt[#], 10, 10][[1]]]==Range[0, 9]&] (* Harvey P. Dale, Dec 19 2015 *)
CROSSREFS
Sequence in context: A223254 A260441 A265498 * A119521 A004930 A004950
KEYWORD
base,easy,nonn
AUTHOR
Giovanni Resta, Jan 11 2006
EXTENSIONS
More terms from Robert G. Wilson v, Jan 12 2006
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 April 25 07:53 EDT 2024. Contains 371964 sequences. (Running on oeis4.)