Original entry on oeis.org
3, 4, 6, 5, 6, 8, 6, 6, 9, 8, 6, 10, 6, 8, 12, 7, 6, 12, 6, 10, 12, 8, 6, 12, 9, 8, 12, 10, 6, 16, 6, 8, 12, 8, 12, 15, 6, 8, 12, 12, 6, 16, 6, 10, 18, 8, 6, 14, 9, 12, 12, 10, 6, 16, 12, 12, 12, 8, 6, 20, 6, 8, 18, 9, 12, 16, 6, 10, 12, 16, 6, 18, 6, 8, 18, 10
Offset: 1
Cf.
A000005,
A099777,
A372713,
A372785,
A372786,
A372787,
A372788,
A372789,
A372790,
A372791,
A372792.
-
Table[DivisorSigma[0, 4*n], {n, 1, 150}]
A383168
Triangle T(n,k) read by rows: For closed chains of identical regular m-gons with connecting inner vertices lying n vertices apart, the n-th row lists the possible m in ascending order; n>=0, 1<=k<=d(8+4n).
Original entry on oeis.org
5, 6, 8, 12, 7, 8, 9, 10, 12, 18, 9, 10, 12, 16, 24, 11, 12, 14, 15, 20, 30, 13, 14, 15, 16, 18, 20, 24, 36, 15, 16, 18, 21, 28, 42, 17, 18, 20, 24, 32, 48, 19, 20, 21, 22, 24, 27, 30, 36, 54, 21, 22, 24, 25, 28, 30, 40, 60, 23, 24, 26, 33, 44, 66
Offset: 1
Triangle begins:
5, 6, 8, 12;
7, 8, 9, 10, 12, 18;
9, 10, 12, 16, 24;
11, 12, 14, 15, 20, 30;
13, 14, 15, 16, 18, 20, 24, 36;
15, 16, 18, 21, 28, 42;
17, 18, 20, 24, 32, 48;
19, 20, 21, 22, 24, 27, 30, 36, 54;
21, 22, 24, 25, 28, 30, 40, 60;
23, 24, 26, 33, 44, 66;
25, 26, 27, 28, 30, 32, 36, 40, 48, 72;
...
The third row T(2,.) asserts that regular 9-gons, 10-gons, 12-gons, 16-gons and 24-gons are the only regular polygons which can be assembled to a closed chain with connecting inner vertices lying 2 vertices apart.
A383169
Triangle T(n,k) read by rows: For closed chains of j identical regular polygons with connecting inner vertices lying n vertices apart, the n-th row lists the possible j in descending order; n>=0, 1<=k<=d(8+4n).
Original entry on oeis.org
10, 6, 4, 3, 14, 8, 6, 5, 4, 3, 18, 10, 6, 4, 3, 22, 12, 7, 6, 4, 3, 26, 14, 10, 8, 6, 5, 4, 3, 30, 16, 9, 6, 4, 3, 34, 18, 10, 6, 4, 3, 38, 20, 14, 11, 8, 6, 5, 4, 3, 42, 22, 12, 10, 7, 6, 4, 3, 46, 24, 13, 6, 4, 3, 50, 26, 18, 14, 10, 8, 6, 5, 4, 3
Offset: 1
Triangle begins:
10, 6, 4, 3;
14, 8, 6, 5, 4, 3;
18, 10, 6, 4, 3;
22, 12, 7, 6, 4, 3;
26, 14, 10, 8, 6, 5, 4, 3;
30, 16, 9, 6, 4, 3;
34, 18, 10, 6, 4, 3;
38, 20, 14, 11, 8, 6, 5, 4, 3;
42, 22, 12, 10, 7, 6, 4, 3;
46, 24, 13, 6, 4, 3;
50, 26, 18, 14, 10, 8, 6, 5, 4, 3;
...
The third row T(2,.) asserts that closed chains of identical regular polygons with connecting inner vertices lying 2 vertices apart can only be assembled with 18, 10, 6, 4 or 3 polygons.
-
Table[2 + Sort[Divisors[8 + 4 n], Greater], {n, 0, 10}]//Flatten
Showing 1-3 of 3 results.
Comments