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!)
A011550 Decimal expansion of sqrt(3) rounded to n places. 1
2, 17, 173, 1732, 17321, 173205, 1732051, 17320508, 173205081, 1732050808, 17320508076, 173205080757, 1732050807569, 17320508075689, 173205080756888, 1732050807568877, 17320508075688773, 173205080756887729, 1732050807568877294, 17320508075688772935 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
MATHEMATICA
Round[Table[N[Sqrt[3], k]*10^(k - 1), {k, 17}]] (* Jayanta Basu, Aug 14 2013 *)
PROG
(Python)
from math import isqrt
def A011550(n): return (m:=isqrt(k:=10**(n<<1)*3))+int((k-m*(m+1)<<2)>=1) # Chai Wah Wu, Jul 29 2022
CROSSREFS
Sequence in context: A126109 A046909 A041879 * A102023 A212833 A230087
KEYWORD
nonn,base,easy
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 April 18 08:27 EDT 2024. Contains 371769 sequences. (Running on oeis4.)