login
A335725
The number of sigma matrices on the set of all endofunctions as a function of domain size n.
0
1, 2, 5, 13, 35, 93, 260
OFFSET
1,2
COMMENTS
The number of unique sigma matrices of endofunctions as a function of n where n is the size of the finite domain. The sigma matrix is an n X n preimage data structure in which an arbitrary entry is given by sigma[i,j] = abs(f(x_{i})^{-j}). In other words, given an endofunction on X, the sigma matrix captures the size of the j-back inverse applied to the i-th domain element of X.
EXAMPLE
A two-element domain corresponds to n=2. There are 2^2=4 endofunctions on two elements. However, the only unique sigma matrices correspond to S1 = [[2,2],[0,0]] and S2 = [[1,1],[1,1]], and thus sigma(2)=2. See the referenced dissertation at the associated link for a full exposition including examples, definitions and theory.
CROSSREFS
Sequence in context: A291242 A097919 A160438 * A367656 A240609 A054657
KEYWORD
nonn,hard,more
AUTHOR
STATUS
approved