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!)
A176325 Decimal expansion of (5+3*sqrt(3))/2. 3
5, 0, 9, 8, 0, 7, 6, 2, 1, 1, 3, 5, 3, 3, 1, 5, 9, 4, 0, 2, 9, 1, 1, 6, 9, 5, 1, 2, 2, 5, 8, 8, 0, 8, 5, 5, 0, 4, 1, 4, 2, 0, 7, 8, 8, 0, 7, 1, 5, 5, 7, 0, 9, 4, 2, 0, 8, 3, 7, 1, 0, 4, 6, 9, 1, 7, 7, 8, 9, 9, 5, 2, 5, 3, 6, 3, 2, 0, 0, 0, 5, 5, 6, 2, 1, 7, 1, 9, 2, 8, 0, 1, 3, 5, 8, 7, 2, 8, 6, 3, 5, 1, 3, 4, 3 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Continued fraction expansion of (5+3*sqrt(3))/2 is A010721.
a(n) = A104956(n) for n > 2.
LINKS
EXAMPLE
5.09807621135331594029...
MAPLE
evalf( (5+3*sqrt(3))/2, 100); # G. C. Greubel, Dec 05 2019
MATHEMATICA
RealDigits[(5+3Sqrt[3])/2, 10, 120][[1]] (* Harvey P. Dale, May 20 2011 *)
PROG
(PARI) default(realprecision, 100); (5+3*sqrt(3))/2 \\ G. C. Greubel, Dec 05 2019
(Magma) SetDefaultRealField(RealField(100)); (5+3*Sqrt(3))/2; // G. C. Greubel, Dec 05 2019
(Sage) numerical_approx((5+3*sqrt(3))/2, digits=100) # G. C. Greubel, Dec 05 2019
CROSSREFS
Cf. A002194 (decimal expansion of sqrt(3)), A104956 (decimal expansion of (3*sqrt(3))/2), A010721 (repeat 5, 10).
Sequence in context: A101115 A200633 A196820 * A275792 A010481 A347681
KEYWORD
cons,nonn
AUTHOR
Klaus Brockhaus, Apr 15 2010
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 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)