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!)
A293506 Decimal expansion of real root of x^5 - x^4 - x^2 - 1. 13

%I #37 Aug 21 2023 10:32:36

%S 1,5,7,0,1,4,7,3,1,2,1,9,6,0,5,4,3,6,2,9,1,0,6,6,5,4,3,5,1,3,7,1,2,6,

%T 5,5,3,8,7,3,1,3,1,6,0,7,4,2,4,5,2,7,4,3,6,9,3,1,6,5,4,8,7,7,8,9,7,3,

%U 3,0,6,6,1,5,4,4,1,6,2,3,2,0,2,2,2,7,6

%N Decimal expansion of real root of x^5 - x^4 - x^2 - 1.

%C This root is also the ninth smallest of the Pisot numbers.

%C The ratio of successive terms of A122115 converges to this number.

%H Iain Fox, <a href="/A293506/b293506.txt">Table of n, a(n) for n = 1..20000</a>

%H Hans Walser, <a href="http://www.walser-h-m.ch/hans/Miniaturen/F/Funktionenfolge/Funktionenfolge.pdf">Funktionenfolge</a> [in German]

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/PisotNumber.html">Pisot Number</a>

%H Wikipedia, <a href="https://en.wikipedia.org/wiki/Pisot%E2%80%93Vijayaraghavan_number">Pisot-Vijayaraghavan number</a>

%H <a href="/index/Al#algebraic_05">Index entries for algebraic numbers, degree 5</a>

%e 1.570147312196054362910665...

%t First@ RealDigits[Root[#^5 - #^4 - #^2 - 1 &, 1], 10, 87] (* _Michael De Vlieger_, Oct 23 2017 *)

%o (PARI) solve(x=1, 2, x^5 - x^4 - x^2 - 1) \\ _Michel Marcus_, Oct 11 2017

%o (PARI) default(realprecision, 20080); x=solve(x=1, 2, x^5 - x^4 - x^2 - 1); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b293506.txt", n, " ", d));

%Y Cf. A060006, A086106, A228777, A092526, A293508, A293509, A293557, A122115, A293560 (inverse).

%K cons,nonn

%O 1,2

%A _Iain Fox_, Oct 10 2017

%E More terms from _Andrey Zabolotskiy_, Oct 12 2017

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 19 09:23 EDT 2024. Contains 371782 sequences. (Running on oeis4.)