This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A219300 #21 Aug 21 2023 10:38:40 %S A219300 1,1,8,8,3,6,8,1,4,7,5,0,8,2,2,3,5,8,8,1,4,2,9,6,0,9,5,8,6,2,9,5,9,3, %T A219300 5,9,4,7,0,4,7,0,4,5,6,0,0,6,2,9,0,5,6,8,8,7,4,1,4,5,3,3,7,1,2,9,1,9, %U A219300 6,0,6,4,1,4,0,2,1,7,4,5,8,9,4,7,5,8,3,5,0,9,8,8,0,6,7,9,6,7,7,4,5,0,8,8,8 %N A219300 Decimal expansion of the second smallest known Salem number. %C A219300 This number is algebraic of degree 18. Sequence A073011 contains the smallest known Salem number. %C A219300 It is the only root r of the polynomial x^18 - x^17 + x^16 - x^15 - x^12 + x^11 - x^10 + x^9 - x^8 + x^7 - x^6 - x^3 + x^2 - x + 1 with abs(r) > 1. - _Joerg Arndt_, Nov 18 2012 %H A219300 Arkadiusz Wesolowski, <a href="/A219300/b219300.txt">Table of n, a(n) for n = 1..10000</a> %H A219300 M. J. Mossinghoff, <a href="http://www.cecm.sfu.ca/~mjm/Lehmer/lists/SalemList.html">Small Salem Numbers</a> %H A219300 Wikipedia, <a href="http://en.wikipedia.org/wiki/Salem_number">Salem number</a> %H A219300 <a href="/index/Al#algebraic_18">Index entries for algebraic numbers, degree 18</a> %e A219300 1.188368147508223588142960958.... %t A219300 RealDigits[x /. FindRoot[x^18 - x^17 + x^16 - x^15 - x^12 + x^11 - x^10 + x^9 - x^8 + x^7 - x^6 - x^3 + x^2 - x + 1 == 0, {x, 1, 2}, WorkingPrecision -> 200]][[1]] %Y A219300 Cf. A073011, A173911. %K A219300 cons,nonn %O A219300 1,3 %A A219300 _Arkadiusz Wesolowski_, Nov 17 2012