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.

Showing 1-2 of 2 results.

A045990 a(n) = A034997(n)/2.

Original entry on oeis.org

1, 3, 16, 185, 5646, 533022, 173663176
Offset: 1

Views

Author

Keywords

A344494 Triangle read by rows: The d-th row contains the Betti numbers of the d-dimensional resonance arrangement.

Original entry on oeis.org

1, 3, 2, 7, 15, 9, 15, 80, 170, 104, 31, 375, 2130, 5270, 3485, 63, 1652, 22435, 159460, 510524, 371909, 127, 7035, 215439, 3831835, 37769977, 169824305, 135677633, 255, 29360, 1957200, 81029004, 2076831708, 30623870732, 207507589302, 178881449368, 511, 120975, 17153460, 1582492380, 96834110730, 3829831100340, 89702833260450, 973784079284874, 887815808473419
Offset: 1

Views

Author

Lukas Kühne, May 21 2021

Keywords

Comments

a(d,i) is the i-th Betti number of the d-dimensional resonance arrangement (for 1 <= i <= d).
The d-dimensional resonance arrangement is the hyperplane arrangement in the d-dimensional space (x_1,...,x_d) consisting of (2^d - 1) hyperplanes c_1*x_1 + c_2*x_2 + ... + c_d*x_d = 0 where c_j are 0 or +1 and we exclude the case with all c=0. This arrangement is also called the all-subset arrangement.
The Betti numbers are also called Whitney numbers of the second kind and they are also the absolute values of the coefficients of the characteristic polynomial of the arrangement.
The sum of the Betti numbers equals the number of chambers of this arrangement.
The Betti numbers for the 8- and 9-dimensional resonance arrangement were computed with the julia package CountingChambers.jl.

Examples

			Triangle begins
   1;
   3,   2;
   7,  15,    9;
  15,  80,  170,  104;
  31, 375, 2130, 5270, 3485;
		

Crossrefs

A034997 is the sum of each row (Number of generalized retarded functions in quantum field theory).
A000225 is the first column (2^d - 1).
A036239 is the second column (1/2) * (4^n - 3^n - 2^n + 1).
Showing 1-2 of 2 results.