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!)
A152066 Irregular triangle 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, 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; graph; refs; listen; history; text; internal format)
OFFSET
3,1
COMMENTS
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}.
LINKS
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
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: A188641 A086299 A131364 * A334946 A225595 A228813
KEYWORD
tabf,sign,uned
AUTHOR
Roger L. Bagula, Nov 23 2008
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 April 19 11:31 EDT 2024. Contains 371792 sequences. (Running on oeis4.)