The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A073986 Number of strings of length n over Z_6 with trace 2 and subtrace 3. 22

%I #16 May 02 2019 16:17:39

%S 0,2,9,54,300,1296,6300,39312,262440,1679616,10349856,62355744,

%T 369476640,2179768320,12958657344,77751944064,468419708160,

%U 2821109907456,16957996040448,101753146100736,609954817881600,3656158440062976,21926115464435712,131557435432187904

%N Number of strings of length n over Z_6 with trace 2 and subtrace 3.

%C Same as the number of strings of length n over Z_6 with trace 4 and subtrace 3.

%H Max Alekseyev, <a href="http://home.gwu.edu/~maxal/gpscripts/">PARI/GP scripts for miscellaneous math problems</a>

%H F. Ruskey <a href="http://combos.org/TSstringZ6">Strings over Z_6 with given trace and subtrace</a>

%F 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.

%Y Cf. A073971, A073972, A073973, A073974, A073975, A073976, A073977, A073978, A073979, A073980, A073981, A073982, A073983, A073984, A073985, A073987, A073988, A073989, A073990, A073991, A073992, A073993, A073994.

%K easy,nonn

%O 1,2

%A _Frank Ruskey_ and Nate Kube, Aug 16 2002

%E Terms a(11) onward from _Max Alekseyev_, Apr 09 2013

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 11 17:08 EDT 2024. Contains 373315 sequences. (Running on oeis4.)