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.

A365964 a(n) is n times the minimum moment of inertia of an n-celled polyomino about an axis through the center of mass perpendicular to the plane of the polyomino, with a unit point mass in the center of each of the cells.

Original entry on oeis.org

0, 1, 4, 8, 20, 33, 52, 78, 108, 156, 212, 264, 340, 425, 528, 640, 780, 925, 1084, 1255, 1428, 1664, 1916, 2183, 2474, 2769, 3116, 3464, 3852, 4258, 4688, 5120, 5680, 6241, 6816, 7406, 7992, 8689, 9388, 10127, 10888, 11729, 12592, 13495, 14400, 15440, 16512
Offset: 1

Views

Author

Pontus von Brömssen, Sep 23 2023

Keywords

Comments

From Pontus von Brömssen, Feb 26 2025: (Start)
a(1)-a(40) appear in Brlek, Labelle, and Lacasse (2008).
For n = 5, 11, 16, 17, 33, there are two (free) polyominoes with the minimum moment of inertia a(n)/n. For n <= 67, there are never more than two. See linked illustration.
(End)

Examples

			For some n, there are more than one polyomino that have the minimum possible moment of inertia. For n = 5, for example, both the P-pentomino and the X-pentomino have the minimum possible moment of inertia a(5)/5 = 4; and for n = 11, the two undecominoes below both have the minimum possible moment of inertia a(11)/11 = 212/11.
      +---+                   +---+---+
      |   |                   |   |   |
  +---+---+---+           +---+---+---+
  |   |   |   |           |   |   |   |
  +---+---+---+---+       +---+---+---+---+
  |   |   |   |   |       |   |   |   |   |
  +---+---+---+---+       +---+---+---+---+
  |   |   |   |               |   |   |
  +---+---+---+               +---+---+
Also for n = 16 there are two polyominoes with the minimum moment of inertia a(16)/16 = 40: the 4 X 4 square and the 5 X 4 square with the corner cells removed. - _Pontus von Brömssen_, Apr 03 2024
		

Crossrefs

Row minima of A365963.
Cf. A000578.

Formula

a(n) ~ n^3/(2*Pi).

Extensions

a(14)-a(16) from Pontus von Brömssen, Apr 03 2024
More terms from Pontus von Brömssen, Feb 26 2025