|
|
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
|
G. C. Greubel, Table of n, a(n) for n = 1..10000
|
|
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: A145691 A245767 A009782 * A016615 A224746 A296226
Adjacent sequences: A294667 A294668 A294669 * A294671 A294672 A294673
|
|
KEYWORD
|
cons,easy,nonn
|
|
AUTHOR
|
Lyle Blosser, Nov 06 2017
|
|
STATUS
|
approved
|
|
|
|