OFFSET
1,1
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..465 (first 30 rows, flattened)
Ahmad J. Masad, Conjecture that relates matrix systems with some polynomials of integer coefficients as solution sets, MathOverflow, Sep 2017.
EXAMPLE
Triangle begins:
11;
-11101, 1102;
111111101, -11122203, 11103;
-11112121211101, 1113242533304, -1121433306, 111104;
11112222323222211101, -1113344758667744405, 1122547669966610, -112225544410, 1111105;
...
PROG
(PARI) M(n) = matrix(n, n, i, j, ((10^(i+1) + 1)^(j-1) + 9)/10);
b(n) = vector(n, i, ((10^(i+1)+1)^n + 9)/10);
row(n) = matsolve(M(n), b(n)~)~;
CROSSREFS
KEYWORD
sign,tabl
AUTHOR
Ahmad J. Masad, Apr 28 2026
STATUS
approved
