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!)
A176317 Decimal expansion of (5+sqrt(35))/2. 1
5, 4, 5, 8, 0, 3, 9, 8, 9, 1, 5, 4, 9, 8, 0, 8, 0, 2, 1, 2, 8, 3, 6, 6, 4, 1, 4, 5, 7, 8, 0, 8, 0, 8, 5, 2, 4, 2, 0, 7, 7, 5, 0, 6, 1, 5, 3, 9, 7, 1, 7, 0, 1, 6, 1, 4, 3, 9, 8, 5, 9, 8, 3, 4, 5, 7, 1, 4, 1, 1, 2, 2, 9, 5, 5, 2, 8, 2, 6, 5, 1, 8, 3, 8, 2, 8, 7, 6, 2, 6, 3, 5, 9, 1, 5, 5, 4, 5, 8, 9, 0, 4, 4, 3, 1 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Continued fraction expansion of (5+sqrt(35))/2 is A010695.
LINKS
EXAMPLE
(5+sqrt(35))/2 = 5.45803989154980802128...
MAPLE
evalf( (5 + sqrt(35))/2, 120); # G. C. Greubel, Nov 26 2019
MATHEMATICA
RealDigits[(5+Sqrt[35])/2, 10, 120][[1]] (* Harvey P. Dale, Sep 21 2012 *)
PROG
(PARI) default(realprecision, 120); (5 + sqrt(35))/2 \\ G. C. Greubel, Nov 26 2019
(Magma) SetDefaultRealField(RealField(120)); (5 + Sqrt(35))/2; // G. C. Greubel, Nov 26 2019
(Sage) numerical_approx((5 + sqrt(35))/2, digits=120) # G. C. Greubel, Nov 26 2019
CROSSREFS
Cf. A010490 (decimal expansion of sqrt(35)), A010695 (repeat 5, 2).
Sequence in context: A245018 A241991 A184306 * A092426 A255291 A070365
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 02:23 EDT 2024. Contains 371906 sequences. (Running on oeis4.)