login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A169974 Sum_{i=0..n} { 2^C(n,i) } - n. 0
2, 3, 6, 17, 96, 2111, 1114238, 68723671293, 1180735735906024030716, 170141183460507917357914971986913657851, 7237005577335553223087828975127304179197147198604070555943173844710572689402 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Abstract simplicial complexes with n vertices for which all facets have the same dimension
LINKS
EXAMPLE
There are 20 abstract simplicial complexes with 3 vertices; of these, all facets are the same dimension except for the 3 consisting of a line and a point such as {{1,2}, {3}}, so a(3)=17.
MATHEMATICA
Table[Sum[2^Binomial[n, i], {i, 0, n}]-n, {n, 0, 12}] (* Harvey P. Dale, Oct 29 2021 *)
PROG
(PARI) a(n) = sum(i=0, n, 2^binomial(n, i)) - n; \\ Michel Marcus, Aug 23 2013
CROSSREFS
Cf. A000372(n) is the count over n vertices when we don't restrict to facets of the same dimension.
Sequence in context: A114491 A122939 A321399 * A003183 A213616 A359180
KEYWORD
easy,nonn
AUTHOR
Hugo van der Sanden, Aug 10 2010
EXTENSIONS
Edited by N. J. A. Sloane, Aug 10 2010
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 20 23:12 EDT 2024. Contains 373535 sequences. (Running on oeis4.)