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.

A257479 Maximal kissing number in n dimensions: maximal number of unit spheres that can touch another unit sphere.

Original entry on oeis.org

2, 6, 12, 24
Offset: 1

Views

Author

Peter Woodward, Apr 25 2015

Keywords

Comments

Two additional terms are known: a(8) = 240, a(24) = 196560 [Odlyzko and Sloane; Levenshtein].
Lower bounds for a(5) onwards are 40, 72, 126, 240 (exact), 306, 500, ... - N. J. A. Sloane, May 15 2015
It seems that, while n is even, a lower bound for a(n) can be written as f(n) = (2n + 2^n) - k(n)^2, where k(2) = 2, for n > 2, k(n) = 2^(n/2) - q, q = {2^t, 3*2^t}, t is an integer, t > 0, 2 <= q <= n, and f(n) <= a(n) (Note: for n <= 24, q = n at n = {4, 6, 8, 24}, q = 0 at n = 2). - Sergey Pavlov, Mar 17 2017
It also seems that, while n is even, an upper bound for a(n) can be written as f(n) = (2n + 2^n) - k(n)^2, where k(2) = 0, for n > 2, k(n) = 2^(n/2) - q, q = {2^t, 3*2^t}, t is an integer, t > 0, n <= q <= 2n, and f(n) >= a(n) (Note: for n <= 24, q = n at n = {2, 4, 12, 16}). - Sergey Pavlov, Mar 19 2017

Examples

			For a(2), the maximal number of pennies that can touch one penny is 6.
For a(3), the most spheres that can simultaneously touch a central sphere of the same radius is 12.
		

References

  • J. H. Conway and N. J. A. Sloane, "Sphere Packings, Lattices and Groups", Springer-Verlag, 3rd. ed., Chap. 3, esp. pp. xxi, 23, etc.
  • Musin, Oleg Rustumovich. "The problem of the twenty-five spheres." Russian Mathematical Surveys 58.4 (2003): 794-795.

Crossrefs

Cf. A001116 (n-dimensional lattice), A002336 (n-dimensional laminated lattice), A028923 (n-dimensional lattice Kappa_n).
Cf. A008408.

Extensions

Entry revised by N. J. A. Sloane, May 08 2015