OFFSET
1,8
COMMENTS
(We continue from the comments in A337278)
An alpha-labeling of a bipartite graph is a graceful labeling with the further proviso that all labels of one part are less than all labels of the other part. In particular, K_{3,4} has only 3 alpha-labelings, because the third example shown in the comments in A337278 isn't alpha.
LINKS
Joseph A. Gallian, Graph Labeling, Electron. J. Combin., Dynamic Survey 6.
Don Knuth, CWEB program to generate solutions
EXAMPLE
The array begins:
1..1..1..1..1..1..1..1..1..1..1..1..1..1..1..1,...
1..1..2..3..2..4..2..4..3..4..2..6..2..4..4..5,...
1..2..1..3..2..4..2..4..3..4..2..6..2..4..4..5,...
1..3..3..3..3..9..3.10..6..9..3.18..3..9..9.15,...
1..2..2..3..1..4..2..4..3..4..2..6..2..4..4..5,...
1..4..4..9..4..7..4.16..9.14..4.30..4.14.14.25,...
1..2..2..3..2..4..1..4..3..4..2..6..2..4..4..5,...
1..4..4.10..4.16..4.10.10.16..4.40..4.16.16.35,...
1..3..3..6..3..9..3.10..3..9..3.18..3..9..9.15,...
1..4..4..9..4.14..4.16..9..7..4.30..4.14.14.25,...
1..2..2..3..2..4..2..4..3..4..1..6..2..4..4..5,...
1..6..6.18..6.30..6.40.18.30..6.42..6.30.30.75,...
1..2..2..3..2..4..2..4..3..4..2..6..1..4..4..5,...
1..4..4..9..4.14..4.16..9.14..4.30..4..7.14.25,...
1..4..4..9..4.14..4.16..9.14..4.30..4.14..7.25,...
1..5..5.15..5.25..5.35.15.25..5.75..5.25.25..?,...
...
The first few antidiagonals are:
1,
1,1,
1,1,1,
1,2,2,1,
1,3,1,3,1,
1,2,3,3,2,1,
1,4,2,3,2,4,1,
1,2,4,3,3,4,2,1,
1,4,2,9,1,9,2,4,1,
1,3,4,3,4,4,3,4,3,1
...
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
N. J. A. Sloane, Sep 11 2020, based on a communication from Don Knuth, Sep 08 2020
STATUS
approved