A215929 Terms of A002336 of the form (2^k - 2)*(2*k - 2) for some k.
0, 2, 24, 240, 196560
Offset: 1
Crossrefs
Cf. A002336.
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.
Lambda_6/6 = 72/6 = 12, so 6 is in this sequence. Lambda_12/12 = 648/12 = 54, so 12 is in this sequence. Lambda_18/18 = 7398/18 = 411, so 18 is in this sequence. Lambda_24/24 = 196560/24 = 8190, so 24 is in this sequence. But... Lambda_19/19 = 10668/19 = 561.47368..., so 19 is not in this sequence.
In three dimensions, each sphere in the face-centered cubic lattice D_3 touches 12 others, and the kissing number in any other three-dimensional lattice is less than 12.
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.
G.f.: 1 + 202692*q^8 + 516096*q^10 + ...
L := Lattice("Lambda", 31); T:= ThetaSeries(L,14); C := Coefficients(T); [C[2*i-1] : i in [1..8]];
Comments