|
Search: id:A103423
|
|
|
| A103423 |
|
Polynomials interpolating their own integral coefficients, read by row. The leading coefficients are positive and minimal. |
|
+0 3
|
|
| 1, 1, 0, 1, -1, -1, 10, -29, -6, 19, 57, -325, 287, 423, -19, 12813, -120862, 291323, 44088, -355855, -227362, 1286795, -18146731, 79841909, -85635661, -123338281, 64989065, 145991969, 13131073916, -258931801371, 1776194531596, -4499161007143, 489428412300, 8437850634901
(list; table; graph; listen)
|
|
|
OFFSET
|
0,7
|
|
|
FORMULA
|
a(n, k)=sum{i=0, n}a(n, i)*k^i, 0<=k<=n.
|
|
EXAMPLE
|
1; x; x^2-x-1; 10*x^3-29*x^2-6*x+19; 57*x^4-325*x^3+287*x^2+423*x-19;
12813*x^5-120862*x^4+291323*x^3+44088*x^2-355855*x-227362.
|
|
PROGRAM
|
(PARI) { f(n) = local(v); v=matkerint(matrix(n+1, n+1, i, j, (i-1)^(j-1)-(i==j))); c=vector(n+1, i, v[n+2-i, 1]); if(c[1]<0, for(i=1, n+1, c[i]=-c[i])); return(c); } \ function f(n) generate coefficients of the polynomial of degree n (Alekseyev)
|
|
CROSSREFS
|
Cf. A103417, A103418.
Adjacent sequences: A103420 A103421 A103422 this_sequence A103424 A103425 A103426
Sequence in context: A116973 A003665 A066527 this_sequence A102542 A098751 A009771
|
|
KEYWORD
|
sign,tabl
|
|
AUTHOR
|
Nikolaus Meyberg (Nikolaus.Meyberg(AT)t-online.de), Feb 05 2005
|
|
EXTENSIONS
|
More terms from Max Alekseyev (maxal(AT)cs.ucsd.edu), Feb 09 2005
|
|
|
Search completed in 0.002 seconds
|