OFFSET
0,3
COMMENTS
A biquanimous string is a string whose digits can be split into two groups with equal sums.
LINKS
Alois P. Heinz, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (23, -231, 1351, -5153, 13557, -25301, 33829, -32226, 21368, -9376, 2448, -288).
FORMULA
G.f.: (144*x^14 -1224*x^13 +4976*x^12 -11002*x^11 +18115*x^10 -25255*x^9 +30319*x^8 -29516*x^7 +21747*x^6 -11691*x^5 +4506*x^4 -1212*x^3 +214*x^2 -22*x +1) / ((6*x-1) *(3*x-1) *(2*x-1)^4 *(x-1)^6).
MATHEMATICA
CoefficientList[Series[(144x^14-1224x^13+4976x^12-11002x^11+18115x^10-25255x^9+30319x^8-29516x^7+21747x^6-11691x^5+4506x^4-1212x^3+214x^2-22x+1)/((6x-1)(3x-1)(2x-1)^4(x-1)^6), {x, 0, 40}], x] (* or *) LinearRecurrence[{23, -231, 1351, -5153, 13557, -25301, 33829, -32226, 21368, -9376, 2448, -288}, {1, 1, 6, 46, 376, 2841, 19718, 128535, 805848, 4942711, 29970542, 180700389, 1086570460, 6525662885, 39170135870}, 40] (* Harvey P. Dale, Aug 18 2025 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Alois P. Heinz, Jun 13 2017
STATUS
approved
