OFFSET
1,5
COMMENTS
See A056371 for an explanation of step shifts. Permuting the symbols will not change the structure.
REFERENCES
M. R. Nester (1999). Mathematical investigations of some plant interaction designs. PhD Thesis. University of Queensland, Brisbane, Australia. [See A056391 for pdf file of Chap. 2]
LINKS
Andrew Howroyd, Table of n, a(n) for n = 1..1275
EXAMPLE
Triangle begins
1;
1, 1;
1, 2, 1;
1, 5, 4, 1;
1, 5, 8, 3, 1;
1, 19, 50, 37, 9, 1;
1, 13, 54, 63, 26, 4, 1;
1, 47, 284, 479, 299, 83, 11, 1;
1, 51, 525, 1316, 1183, 454, 82, 8, 1;
...
PROG
(PARI) \\ see A056391 for Polya enumeration functions
T(n, k) = NonequivalentStructsExactly(StepShiftPerms(n), k); \\ Andrew Howroyd, Oct 14 2017
CROSSREFS
Row sums are A288621.
KEYWORD
nonn,tabl
AUTHOR
Andrew Howroyd, Jun 11 2017
STATUS
approved