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!)
A334161 Least positive integer whose square root starts with just n odd decimal digits. 1
4, 1, 10, 3, 63, 129, 91, 1123, 249, 384, 3131, 391, 2823, 14293, 9996, 100603, 17260, 140863, 999960, 39984, 1837521, 11289570, 999996, 26336742, 3999840, 15999968, 29116075, 26824089, 366858085, 308642, 99999996, 314558578, 6399999872, 1599999968, 381808465 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
We also have a(49) = 39999999984, a(54) = 3999999999840, a(59) = 3999999999984. - Giovanni Resta, Apr 18 2020
LINKS
EXAMPLE
Square root of first terms: 2, 1.0, 3.16, 1.732, 7.9372, 11.3578, ...
PROG
(PARI) a(n) = {my(g=10^n, v); for(k=1, oo, v=digits(floor(sqrt(k)*g))[1..n+1]; if(v[n+1]%2==0 && setintersect([1, 3, 5, 7, 9], v=Set(v[1..n]))==v, return(k))); }
CROSSREFS
Sequence in context: A108759 A158824 A348074 * A039806 A030320 A104713
KEYWORD
nonn,base
AUTHOR
Jinyuan Wang, Apr 16 2020
EXTENSIONS
Terms a(30) and beyond from Giovanni Resta, Apr 18 2020
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 24 02:46 EDT 2024. Contains 371917 sequences. (Running on oeis4.)