OFFSET
0,1
COMMENTS
This number is the inverse of the Pisot number at A293506.
LINKS
Iain Fox, Table of n, a(n) for n = 0..20000
EXAMPLE
0.636882916801844848490068280450324136583594732103862217701824780806648301528...
MATHEMATICA
RealDigits[ Solve[1 - x - x^3 - x^5 == 0, x][[1, 1, 2]], 10, 111][[1]] (* Robert G. Wilson v, Oct 12 2017 *)
RealDigits[Root[1-x-x^3-x^5, 1], 10, 120][[1]] (* Harvey P. Dale, Sep 21 2022 *)
PROG
(PARI) solve(x = 0.6, 0.7, 1 - x - x^3 - x^5) \\ (Set precision high enough) David A. Corneth, Oct 12 2017
(PARI) { default(realprecision, 20080); x=solve(x=0.6, 0.7, 1 - x - x^3 - x^5)*10; for (n=0, 20000, d=floor(x); x=(x-d)*10; write("b293560.txt", n, " ", d)); } \\ Iain Fox, Oct 27 2017
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
Iain Fox, Oct 12 2017
STATUS
approved