OFFSET
1,1
LINKS
R. H. Hardin, Table of n, a(n) for n = 1..200
Index entries for linear recurrences with constant coefficients, signature (15,-85,225,-274,120).
FORMULA
Empirical: a(n) = 15*a(n-1) - 85*a(n-2) + 225*a(n-3) - 274*a(n-4) + 120*a(n-5).
Conjectures from Colin Barker, Mar 31 2018: (Start)
G.f.: x*(85 - 950*x + 3683*x^2 - 5770*x^3 + 3000*x^4) / ((1 - x)*(1 - 2*x)*(1 - 3*x)*(1 - 4*x)*(1 - 5*x)).
a(n) = 2 + 2^(2+n) + 2^(3+2*n) + 2*3^(1+n) + 5^(1+n). (End)
The formulas are correct. The proof is similar to the one in A183654. - Jianing Song, Jun 12 2026
E.g.f.: 5*exp(5*x) + 8*exp(4*x) + 6*exp(3*x) + 4*exp(2*x) + 2*exp(x) - 25. - Stefano Spezia, Jun 18 2026
EXAMPLE
Some solutions for 3 X 2:
4 2 3 1 2 3 3 0 1 4 1 4 0 4 1 3 3 1 1 3
2 0 0 4 0 3 1 4 1 2 2 1 3 1 3 1 1 3 0 4
2 4 1 3 1 4 3 0 2 3 2 3 0 4 1 3 4 0 1 3
MATHEMATICA
A183644[n_] := 2 + 2^(n+2) + 2^(2*n+3) + 2*3^(n+1) + 5^(n+1);
Array[A183644, 25] (* Paolo Xausa, Jun 18 2026 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
R. H. Hardin, Jan 06 2011
STATUS
approved
