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!)
A167289 Signature sequence of the smallest Salem number of degree 18 (A219300). 2
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, 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, 10, 3, 9, 2, 8, 1, 7, 13, 6, 12, 5, 11, 4, 10, 3, 9, 2, 8, 14, 1, 7, 13, 6, 12, 5, 11, 4, 10, 3, 9, 15 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Michael Mossinghoff, Lehmer's Problem Website.
Michael Mossinghoff, Small Salem Numbers.
Eric Weisstein's World of Mathematics, Signature Sequence.
MATHEMATICA
a = {1, -1, 1, -1, 0, 0, -1, 1, -1};
b = Join[a, {1}, Reverse[a]];
p[x_] = Sum[b[[n]]*x^(n - 1), {n, 1, Length[b]}];
m = Root[p[x], 2];
Take[Transpose[Sort[Flatten[Table[{i + j*m, i}, {i, 25}, {j, 17}], 1], #1[[1]] < #2[[1]] &]][[2]], 95]
CROSSREFS
Sequence in context: A200370 A200443 A167288 * A200329 A023122 A200272
KEYWORD
nonn,less
AUTHOR
Roger L. Bagula, Nov 01 2009
STATUS
approved

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 May 9 16:51 EDT 2024. Contains 372354 sequences. (Running on oeis4.)