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!)
A294670 Decimal expansion of the sum sqrt(2) + sqrt(5). 2
3, 6, 5, 0, 2, 8, 1, 5, 3, 9, 8, 7, 2, 8, 8, 4, 7, 4, 5, 2, 1, 0, 8, 6, 2, 3, 9, 2, 9, 4, 0, 9, 7, 4, 3, 1, 4, 0, 1, 0, 2, 9, 0, 2, 3, 4, 9, 8, 8, 4, 7, 3, 7, 9, 7, 4, 4, 7, 5, 7, 6, 9, 8, 3, 4, 0, 1, 2, 5, 3, 4, 0, 4, 0, 9, 9, 9, 1, 1, 9, 3, 8, 2, 6 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
Equals A002193 + A002163.
EXAMPLE
3.65028153987288474521086239294...
MAPLE
evalf(sqrt(2)+sqrt(5), 200); # Wesley Ivan Hurt, Nov 07 2017
MATHEMATICA
RealDigits[Sqrt@ 2 + Sqrt@ 5, 10, 120][[1]] (* Michael De Vlieger, Nov 13 2017 *)
PROG
(PARI) default(realprecision, 100); sqrt(2)+sqrt(5) \\ G. C. Greubel, Sep 30 2018
(Magma) SetDefaultRealField(RealField(100)); R:= RealField(); Sqrt(2)+Sqrt(5); // G. C. Greubel, Sep 30 2018
CROSSREFS
Cf. A002193 (sqrt(2)), A002163 (sqrt(5)), A172323, A294671.
Sequence in context: A245767 A367302 A009782 * A016615 A224746 A367036
KEYWORD
cons,easy,nonn
AUTHOR
Lyle Blosser, Nov 06 2017
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 24 14:32 EDT 2024. Contains 371960 sequences. (Running on oeis4.)