login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A011826
f-vectors for simplicial complexes of dimension at most 1 (graphs) on at most n-1 vertices.
6
2, 3, 5, 9, 16, 27, 43, 65, 94, 131, 177, 233, 300, 379, 471, 577, 698, 835, 989, 1161, 1352, 1563, 1795, 2049, 2326, 2627, 2953, 3305, 3684, 4091, 4527, 4993, 5490, 6019, 6581, 7177, 7808, 8475, 9179, 9921, 10702, 11523, 12385, 13289
OFFSET
1,1
LINKS
Aviezri S. Fraenkel and Urban Larsson, Playability and arbitrarily large rat games, arXiv:1705.03061 [math.CO], 2017. See p. 27.
Luis Manuel Rivera, Integer sequences and k-commuting permutations, arXiv preprint arXiv:1406.3081 [math.CO], 2014-2015.
FORMULA
a(n) = (n^3 - 3n^2 + 8n + 6)/6 fits all listed terms. - John W. Layman, Mar 13 1999
Empirical G.f.: -x*(x^3 - 5*x^2 + 5*x - 2) / (x - 1)^4. - Colin Barker, Sep 19 2012
MATHEMATICA
a=2; s=3; lst={0, 1, s}; Do[a+=n; s+=a; AppendTo[lst, s], {n, 2, 4!, 1}]; lst+2 (* Vladimir Joseph Stephan Orlovsky, May 24 2009 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Svante Linusson (linusson(AT)math.kth.se)
STATUS
approved