OFFSET
1,3
COMMENTS
If the cells have a uniform density of 1 instead of point masses in the centers, the moment of inertia is I(n) + k/6 = a(n)/k + k/6, where k is the number of cells.
LINKS
Pontus von Brömssen, Table of n, a(n) for n = 1..6473 (rows 1..10).
FORMULA
If the centers of the cells of the polyomino have coordinates (x_i,y_i), 1 <= i <= k, its moment of inertia is Sum_{i=1..k} x_i^2+y_i^2 - (Sum_{i=1..k} x_i)^2/k - (Sum_{i=1..k} y_i)^2/k.
EXAMPLE
As an irregular triangle:
0;
1;
4, 6;
14, 8, 11, 12, 20;
20, 32, 28, 38, 30, 32, 26, 26, 24, 30, 20, 50;
...
The five tetrominoes have moments of inertia 7/2, 2, 11/4, 3, 5 (in the order they appear in A246521). Multiplying these numbers by 4, we obtain the 4th row.
The last term of the k-th row of the irregular triangle corresponds to the straight k-omino, whose moment of inertia is k*(k^2-1)/12, so the last term of the k-th row is k^2*(k^2-1)/12 = A002415(k). (This ought to be the largest term of the k-th row.)
CROSSREFS
KEYWORD
nonn,tabf
AUTHOR
Pontus von Brömssen, Sep 23 2023
STATUS
approved