OFFSET
0,2
COMMENTS
The bcs net is the vertex-transitive (uninodal, in RCSR terminology) 6-coordinated periodic net with RCSR symbol bcs (space group Ia-3d).
Computed by breadth-first search on the periodic graph, cross-checked by an independent breadth-first search on the RCSR Systre-key quotient graph.
LINKS
Steven Kotlarz, Table of n, a(n) for n = 0..1000
Reticular Chemistry Structure Resource, The bcs net
FORMULA
a(0) = 1, a(1) = 6, a(2) = 24; a(n) = 6*n^2 + 2 for n >= 3.
G.f.: (x + 1)*(2*x^4 - 6*x^3 + 7*x^2 + 2*x + 1)/(1 - x)^3.
E.g.f.: exp(x)*(2 + 6*x + 6*x^2) - (1 + x)^2. - Stefano Spezia, Jul 08 2026
EXAMPLE
The 6-coordinated bcs net has a(1) = 6 nearest neighbors and a(2) = 24 second-shell vertices, after which the shell counts follow 6*n^2 + 2 exactly.
PROG
(PARI) Vec((2*x^5 - 4*x^4 + x^3 + 9*x^2 + 3*x + 1)/(1 - x)^3 + O(x^45))
(Python)
def a(n): return 1 if n == 0 else (6 if n == 1 else (24 if n == 2 else 6*n*n + 2))
CROSSREFS
KEYWORD
nonn,easy,new
AUTHOR
Steven Kotlarz, Jul 02 2026
STATUS
approved
