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!)
A165663 Decimal expansion of 3 + sqrt(3). 7
4, 7, 3, 2, 0, 5, 0, 8, 0, 7, 5, 6, 8, 8, 7, 7, 2, 9, 3, 5, 2, 7, 4, 4, 6, 3, 4, 1, 5, 0, 5, 8, 7, 2, 3, 6, 6, 9, 4, 2, 8, 0, 5, 2, 5, 3, 8, 1, 0, 3, 8, 0, 6, 2, 8, 0, 5, 5, 8, 0, 6, 9, 7, 9, 4, 5, 1, 9, 3, 3, 0, 1, 6, 9, 0, 8, 8, 0, 0, 0, 3, 7, 0, 8, 1, 1, 4, 6, 1, 8, 6, 7, 5, 7, 2, 4, 8, 5, 7, 5, 6, 7, 5, 6, 2 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Arises as an upper limit of indices of subfactors in the extended Haagerup planar algebra (see Bigelow et al.)
Perimeter of a 30-60-90 triangle with shortest side equal to 1. - Wesley Ivan Hurt, Apr 09 2016
LINKS
Stephen Bigelow, Scott Morrison, Emily Peters, Noah Snyder, Constructing the extended Haagerup planar algebra, arXiv:0909.4099 [math.OA], 2009-2011.
FORMULA
Equals 4 + A160390 = 1 + A019973 = 2 + A090388 = 3 + A002194. - R. J. Mathar, Sep 27 2009
EXAMPLE
4.732050807568877293527446341505872366942805253810380628...
MAPLE
Digits:=100: evalf(3+sqrt(3)); # Wesley Ivan Hurt, Apr 09 2016
MATHEMATICA
RealDigits[3 + Sqrt[3], 10, 100][[1]] (* Wesley Ivan Hurt, Apr 09 2016 *)
PROG
(PARI) default(realprecision, 100); 3 + sqrt(3) \\ G. C. Greubel, Nov 20 2018
(Magma) SetDefaultRealField(RealField(100)); 3 + Sqrt(3); // G. C. Greubel, Nov 20 2018
(Sage) numerical_approx(3+sqrt(3), digits=100) # G. C. Greubel, Nov 20 2018
CROSSREFS
Sequence in context: A118823 A118826 A330924 * A254397 A197697 A241026
KEYWORD
cons,easy,nonn
AUTHOR
Jonathan Vos Post, Sep 24 2009
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 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)