login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A073992
Number of strings of length n over Z_6 with trace 3 and subtrace 3.
22
0, 0, 3, 36, 210, 1260, 8100, 46656, 262440, 1574640, 9843120, 60963840, 369476640, 2210794560, 13162730688, 78364164096, 468205557120, 2809233342720, 16891882995456, 101559956668416, 609954817881600, 3659728907289600, 21947909832446976, 131623189859008512
OFFSET
1,3
FORMULA
a(n; t, s) = a(n-1; t, s) + a(n-1; t+5, s+5t+1) + a(n-1; t+4, s+4t+4) + a(n-1; t+3, s+3t+3) + a(n-1; t+2, s+2t+2) + a(n-1; t+1, s+t+1) where t is the trace and s is the subtrace.
KEYWORD
easy,nonn
AUTHOR
Frank Ruskey and Nate Kube, Aug 16 2002
EXTENSIONS
Terms a(11) onward from Max Alekseyev, Apr 09 2013
STATUS
approved