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.

A384529 Number of inequivalent sets S (cubic acute n-set), with cardinality A089676(n) >= 3, of points in {0,1}^n in real n-dimensional Euclidean space such that every angle determined by three distinct points in S is acute.

Original entry on oeis.org

0, 0, 2, 5, 18, 3, 64
Offset: 1

Views

Author

Dmitry I. Ignatov, Jun 01 2025

Keywords

Comments

Consider the 2^n points {0,1}^n in real Euclidean space. Then A089676(n) = maximal size of a subset S of these 2^n points such that there is no triple of points P, Q, R in S which subtends a right angle. That is, we are not allowed to have P-Q perpendicular to R-Q. Here we count such inequivalent sets of points under permutation of their coordinates.

Crossrefs

Cf. A089676 (maximal set sizes), A289972 (labeled case).