OFFSET
0,2
REFERENCES
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
Michael De Vlieger, Table of n, a(n) for n = 0..81
E. Andresen and K. Kjeldsen, On certain subgraphs of a complete transitively directed graph, Discrete Math. 14 (1976), no. 2, 103-119.
Hsien-Kuei Hwang, Emma Yu Jin, and Michael J. Schlosser, Asymptotics and statistics on Fishburn Matrices: dimension distribution and a conjecture of Stoimenow, arXiv:2012.13570 [math.CO], 2020.
N. J. A. Sloane, Transforms
FORMULA
a(n) = Sum_{j=0..n} binomial(n,j)*A005321(j).
MATHEMATICA
Block[{nn = 16, s}, s = CoefficientList[Series[Sum[x^n*Product[(2^i - 1)/(1 + (2^i - 1)*x), {i, n}], {n, 0, #}], {x, 0, #}], x] &@ nn; Array[Sum[Binomial[#, j] s[[j + 1]], {j, 0, #}] &, nn + 1, 0]] (* Michael De Vlieger, Apr 13 2021, after Jean-François Alcover at A005321 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Max Alekseyev, May 04 2010
a(15)-a(16) from Michael De Vlieger, Apr 13 2021
STATUS
approved