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 A167286 #8 May 27 2024 11:46:03 %S A167286 1,2,1,3,2,1,4,3,2,1,5,4,3,2,6,1,5,4,3,7,2,6,1,5,4,8,3,7,2,6,1,5,9,4, %T A167286 8,3,7,2,6,10,1,5,9,4,8,3,7,11,2,6,10,1,5,9,4,8,12,3,7,11,2,6,10,1,5, %U A167286 9,13,4,8,12,3,7,11,2,6,10,14,1,5,9,13,4,8,12,3,7,11,15,2,6,10,14,1,5 %N A167286 Signature sequence of the smallest Pisot number (A060006). %H A167286 <a href="/index/Si#signature_sequences">Index entries for sequences related to signature sequences</a> %t A167286 m = x /. Solve[x^3 - x - 1 == 0, x][[1]] %t A167286 Take[Transpose[Sort[Flatten[Table[{i + j*m, i}, {i, 25}, {j, 17}], 1], #1[[1]] < #2[[1]] &]][[2]], 95] %Y A167286 Cf. A007337, A084531 %K A167286 nonn %O A167286 1,2 %A A167286 _Roger L. Bagula_, Nov 01 2009