Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A152066
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A152066 A triangular sequence of polynomial coefficients: p(x,n)=If[n == 0, x^n - x^Floor[(n - 1)/ 2]*Sum[x^m, {m, 0, n - 2*Floor[(n - 1)/ 2]}] + 1/x, x^n - x^Floor[(n - 1)/2]*Sum[x^m, {m, 0, n - 2*Floor[(n - 1)/2]}] + 1]. +0
1
1, -1, -1, 1, 1, -1, -1, -1, 1, 1, 0, -1, -1, 0, 1, 1, 0, -1, -1, -1, 0, 1, 1, 0, 0, -1, -1, 0, 0, 1, 1, 0, 0, -1, -1, -1, 0, 0, 1, 1, 0, 0, 0, -1, -1, 0, 0, 0, 1, 1, 0, 0, 0, -1, -1, -1, 0, 0, 0, 1 (list; table; graph; listen)
OFFSET

3,1

COMMENT

These polynomials give Salem polynomials starting with n=3 and ending with 12. The row sums are: {-1, 0, -1, 0, -1, 0, -1, 0, -1, 0, -1,...} Example: 1 - x^5 - x^6 - x^7 + x^12; with absolute value roots: {1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 0.850137, 1.17628}.

FORMULA

p(x,n)=If[n == 0, x^n - x^Floor[(n - 1)/2]*Sum[x^m, {m, 0, n - 2*Floor[(n - 1)/2]}] + 1/x, x^n - x^Floor[(n - 1)/2]*Sum[x^m, {m, 0, n - 2*Floor[(n - 1)/2]}] + 1]; t(n,m/)=coefficients(p(x,n)).

EXAMPLE

{1, -1, -1, 1}, {1, -1, -1, -1, 1}, {1, 0, -1, -1, 0, 1}, {1, 0, -1, -1, -1, 0, 1}, {1, 0, 0, -1, -1, 0, 0, 1}, {1, 0, 0, -1, -1, -1, 0, 0, 1}, {1, 0, 0, 0, -1, -1, 0, 0, 0, 1}, {1, 0, 0, 0, -1, -1, -1, 0, 0, 0, 1}

MATHEMATICA

Clear[p, x, n, a, m]; p[x_, n_] = If[n == 0, x^n - x^Floor[(n - 1)/2]*Sum[x^m, {m, 0, n - 2*Floor[(n - 1)/2]}] + 1/x, x^n - x^Floor[(n - 1)/2]*Sum[x^m, {m, 0, n - 2*Floor[(n - 1)/2]}] + 1]; Table[ExpandAll[p[x, n]], {n, 3, 10}]; a = Table[CoefficientList[ExpandAll[p[x, n]], x], {n, 3, 10}]; Flatten[a]

CROSSREFS

Sequence in context: A105586 A136522 A086299 this_sequence A122255 A122261 A014922

Adjacent sequences: A152063 A152064 A152065 this_sequence A152067 A152068 A152069

KEYWORD

tabl,sign

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Nov 23 2008

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research