OFFSET
1,1
COMMENTS
a(n) is also the number of labeled colored threshold graphs on n vertices. Threshold graphs are constructed recursively such that each vertex added is either adjacent to all previous vertices (called dominating vertex) or an isolated vertex. Threshold graphs where either no vertex is colored, or from some vertex onwards in the construction, all dominating vertices are colored red and all isolated vertices are colored blue are called colored threshold graphs. Labeled colored threshold graphs are those with n vertices labeled distinctly using {1,...,n}.
LINKS
Michael De Vlieger, Table of n, a(n) for n = 1..423
P. Deshpande, K. Menon, and A. Singh, Counting regions of the boxed threshold arrangement, arXiv:2101.12060 [math.CO], 2021.
FORMULA
MATHEMATICA
MapAt[# - 1 &, Array[2 (PolyLog[-#, 1/2] + KroneckerDelta[#]) + Sum[4 (k! - (k - 1)!) (k StirlingS2[#, k] - # StirlingS2[# - 1, k - 1]), {k, #}] &, 20], 1] (* Michael De Vlieger, May 07 2021 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Krishna Menon, Feb 19 2021
STATUS
approved