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!)
A027664 a(n)/10000000 gives sqrt(n) to 7 places. 4
10000000, 14142136, 17320508, 20000000, 22360680, 24494897, 26457513, 28284271, 30000000, 31622777, 33166248, 34641016, 36055513, 37416574, 38729833, 40000000, 41231056, 42426407, 43588989, 44721360, 45825757, 46904158, 47958315, 48989795, 50000000, 50990195 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
lprint(round(evalf(10000000*sqrt(n))));
PROG
(Python)
from math import isqrt
def A027664(n): return (m:=isqrt(k:=n*10**14))+int(k-m*(m+1)>=1) # Chai Wah Wu, Jul 31 2022
CROSSREFS
Sequence in context: A003802 A033425 A153751 * A017179 A017275 A017515
KEYWORD
nonn,base
AUTHOR
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 August 16 17:14 EDT 2024. Contains 375177 sequences. (Running on oeis4.)