cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A011826 f-vectors for simplicial complexes of dimension at most 1 (graphs) on at most n-1 vertices.

Original entry on oeis.org

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

Views

Author

Svante Linusson (linusson(AT)math.kth.se)

Keywords

Crossrefs

Programs

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