290224domain: NAppears in sequencesa(n) = sum of lengths of strings that can be generated by any starting string of n 2's and 3's that starts with a 2, using the rule described in the Comments lines.at n=14A093369a(n) = n*(n-1)*(n+1)*(3*n-2)/12.at n=32A153978