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.

A380746 Number of n-dimensional indecomposable unimodular lattices (or quadratic forms).

Original entry on oeis.org

1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 2, 1, 4, 3, 11, 12, 27, 48, 176, 367, 1896, 14489, 356988
Offset: 1

Views

Author

Robin Visser, Jan 31 2025

Keywords

Comments

The sequence {a(n)} is the inverse Euler transform of A005134.
King gives the lower bound a(29) >= 37563933 (using computations of Allombert--Chenevier).

Examples

			For n = 1, the only 1-dimensional indecomposable unimodular lattice is Z, thus a(1) = 1.
For n = 8, the only 8-dimensional indecomposable unimodular lattice is E8, thus a(8) = 1.
For n = 12, the only 12-dimensional indecomposable unimodular lattice is D12+, thus a(12) = 1.
		

References

  • Fu Zu Zhu, Construction of nondecomposable positive definite unimodular quadratic forms. Sci. Sinica Ser. A, 30 (1987), no. 1, 19-31.
  • Fu Zu Zhu, On nondecomposability and indecomposability of quadratic forms, Sci. Sinica Ser. A, 31 (1988), no. 3, 265-273.

Crossrefs

Formula

Product_{k>=1} (1-x^k)^(-a(k)) = 1 + Sum_{k>=1} A005134(k)*x^k.
a(n) <= A054907(n) for all n > 1.