login
A300812
Irregular triangle T(n,c) read by rows: the number of clusters of n spheres centered on f.c.c. lattice sites with c contacts.
2
1, 0, 1, 0, 0, 3, 1, 0, 0, 0, 13, 4, 2, 1, 0, 0, 0, 0, 75, 35, 16, 3, 2, 0, 0, 0, 0, 0, 557, 384, 184, 54, 24, 5, 2, 1, 0, 0, 0, 0, 0, 0, 4808, 4230, 2354, 834, 355, 104, 37, 9, 2, 1, 0, 0, 0, 0, 0, 0, 0, 44334, 47328, 30517, 13081, 5716, 2083, 749, 253, 70, 20, 4, 3
OFFSET
1,6
COMMENTS
Each of the n spheres is centered at a different vertex of the face-centered-cubic lattice.
"Clusters of spheres" means that the (simple, undirected) graph, which has edges for each "bond" where two spheres touch, is connected. The number of contacts equals the number of edges in the graph.
T(n,c) counts "free" clusters, which means that clusters are considered distinct if they cannot be mapped onto each other by one of the 48 symmetries of the octahedral group plus shifts along the directions of the face centers.
Since there are 12 nearest neighbors in the f.c.c. lattice, the degree of each vertex in the contact graph is in the interval [1,12].
T(n,c) = 0 for c < n: the minimum number of contacts is realized with chains of spheres, where the two spheres at the ends have degree 1 and the others degree 2.
The row length of row n of the triangle should equal 1+A214813(n) ... but does not for n=5, see the comment in A214813.
EXAMPLE
The values T(n,c) start with n=1 sphere for 0 <= c contacts as:
1
0 1
0 0 3 1
0 0 0 13 4 2 1
0 0 0 0 75 35 16 3 2
0 0 0 0 0 557 384 184 54 24 5 2 1
0 0 0 0 0 0 4808 4230 2354 834 355 104 37 9 2 1
0 0 0 0 0 0 0 44334 47328 30517 13081 5716 2083 749 253 70 20 4 3
T(2,1) = 1 because there is one cluster with two spheres which touch each other at one point: (0,0,0), (1/2,0,1/2).
T(3,2) = 3 counts three spheres in three different geometries: (i) (0,0,0), (1/2,1/2,0), (1,0,1), linear, (ii) (0,0,0), (1/2,1/2,0), (1,1,0) with 90-degree bond angle, (iii) (0,0,0), (1/2,1/2,0), (1,1/2,1/2) with 120-degree bond angle.
T(3,3) = 1 counts the planar triangular canonball base arrangement: (0,0,0), (1/2,1/2,0), (1/2,0,1/2).
CROSSREFS
Cf. A038173 (row sums), A214813.
Sequence in context: A154721 A350449 A185664 * A373417 A144209 A094544
KEYWORD
nonn,tabf
AUTHOR
R. J. Mathar, Mar 13 2018
STATUS
approved