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!)
A176218 Decimal expansion of (4 + 3*sqrt(2))/2. 3
4, 1, 2, 1, 3, 2, 0, 3, 4, 3, 5, 5, 9, 6, 4, 2, 5, 7, 3, 2, 0, 2, 5, 3, 3, 0, 8, 6, 3, 1, 4, 5, 4, 7, 1, 1, 7, 8, 5, 4, 5, 0, 7, 8, 1, 3, 0, 6, 5, 4, 2, 2, 1, 0, 9, 7, 6, 5, 0, 1, 9, 6, 0, 6, 9, 8, 6, 0, 9, 8, 7, 1, 7, 6, 9, 3, 1, 6, 0, 5, 5, 8, 2, 7, 5, 5, 8, 1, 3, 0, 1, 4, 9, 1, 4, 6, 2, 3, 5, 9, 1, 0, 2, 5, 2 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Continued fraction expansion of (4 + 3*sqrt(2))/2 is A010713.
LINKS
EXAMPLE
(4 + 3*sqrt(2))/2 = 4.12132034355964257320...
MAPLE
evalf((4+3*sqrt(2))/2, 120); # Muniru A Asiru, Sep 29 2018
MATHEMATICA
RealDigits[(4 + 3*Sqrt[2])/2, 10, 100][[1]] (* G. C. Greubel, Sep 29 2018 *)
PROG
(PARI) default(realprecision, 100); (4+3*sqrt(2))/2 \\ G. C. Greubel, Sep 29 2018
(Magma) SetDefaultRealField(RealField(100)); (4+3*Sqrt(2))/2; // G. C. Greubel, Sep 29 2018
CROSSREFS
Cf. A002193 (decimal expansion of sqrt(2)), A010713 (repeat 4, 8).
Sequence in context: A244424 A322574 A030787 * A109008 A187025 A074695
KEYWORD
cons,nonn
AUTHOR
Klaus Brockhaus, Apr 12 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 August 12 16:35 EDT 2024. Contains 375113 sequences. (Running on oeis4.)