OFFSET
0,1
COMMENTS
a(n) is the entry (2,1) of a family of unimodular matrices none of whose entries is 1 or -1, such that when each entry of the matrix is replaced by its cube, the resulting matrix is also unimodular.
In these matrices, the entries (1,3) and (3,1) = 2; the entries (2,3) and (3,2) = 3; the entry (3,3) = 0.
LINKS
Ajai Choudhry, A diophantine problem concerning third order matrices, arXiv:2110.12643 [math.NT], 2021.
Wikipedia, Unimodular matrix.
Index entries for linear recurrences with constant coefficients, signature (4,-6,4,-1).
FORMULA
From Elmo R. Oliveira, Sep 04 2025: (Start)
G.f.: (13 + 74529*x + 247479*x^2 + 51227*x^3)/(x-1)^4.
E.g.f.: (13 + 74568*x + 198288*x^2 + 62208*x^3)*exp(x).
a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4). (End)
PROG
(PARI) a(n) = (12*n + 1)*(5184*n^2 + 540*n + 13);
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Michel Marcus, Oct 27 2021
STATUS
approved
