cp's OEIS Frontend

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.

A167288 Signature sequence of Salem number 1.1762808182599176...

This page as a plain text file.
%I A167288 #5 May 27 2024 11:44:02
%S A167288 1,2,1,3,2,1,4,3,2,1,5,4,3,2,1,6,5,4,3,2,1,7,6,5,4,3,2,8,1,7,6,5,4,3,
%T A167288 9,2,8,1,7,6,5,4,10,3,9,2,8,1,7,6,5,11,4,10,3,9,2,8,1,7,6,12,5,11,4,
%U A167288 10,3,9,2,8,1,7,13,6,12,5,11,4,10,3,9,2,8,1,14,7,13,6,12,5,11,4,10,3,9
%N A167288 Signature sequence of Salem number 1.1762808182599176...
%H A167288 <a href="/index/Si#signature_sequences">Index entries for sequences related to signature sequences</a>
%t A167288 Mathematica code based on that for A007337 by _Robert G. Wilson v_.:
%t A167288 m = x /. Solve[x^( 10) + x^9 - x^7 - x^6 - x^5 - x^4 - x^3 + x + 1 == 0, x][[2]]
%t A167288 Take[Transpose[Sort[Flatten[Table[{i + j*m, i}, {i, 25}, {j, 17}], 1], #1[[1]] < #2[[1]] &]][[2]], 95]
%Y A167288 Cf. A007337, A084531
%K A167288 nonn
%O A167288 1,2
%A A167288 _Roger L. Bagula_, Nov 01 2009