[go: up one dir, main page]

login
Search: a237591 -id:a237591
     Sort: relevance | references | number | modified | created      Format: long | short | data
Triangle read by rows in which row n lists the elements of the n-th row of A237591 and then the elements of the same row but in reverse order.
+20
510
1, 1, 2, 2, 2, 1, 1, 2, 3, 1, 1, 3, 3, 2, 2, 3, 4, 1, 1, 1, 1, 4, 4, 2, 1, 1, 2, 4, 5, 2, 1, 1, 2, 5, 5, 2, 2, 2, 2, 5, 6, 2, 1, 1, 1, 1, 2, 6, 6, 3, 1, 1, 1, 1, 3, 6, 7, 2, 2, 1, 1, 2, 2, 7, 7, 3, 2, 1, 1, 2, 3, 7, 8, 3, 1, 2, 2, 1, 3, 8, 8, 3, 2, 1, 1, 1, 1, 2, 3, 8
OFFSET
1,3
COMMENTS
Row n is a palindromic composition of 2*n.
T(n,k) is also the length of the k-th segment in a Dyck path on the first quadrant of the square grid, connecting the x-axis with the y-axis, from (n, 0) to (0, n), starting with a segment in vertical direction, see example.
Conjecture 1: the area under the n-th Dyck path equals A024916(n), the sum of all divisors of all positive integers <= n.
If the conjecture is true then the n-th Dyck path represents the boundary segments after the alternating sum of the elements of the n-th row of A236104.
Conjecture 2: two adjacent Dyck paths never cross (checked by hand up to n = 128), hence the total area between the n-th Dyck path and the (n-1)-st Dyck path is equal to sigma(n) = A000203(n), the sum of divisors of n.
The connection between A196020 and A237271 is as follows: A196020 --> A236104 --> A235791 --> A237591 --> this sequence --> A239660 --> A237270 --> A237271.
PARI scripts area(n) and chkcross(n) have been written to check the 2 properties and have been run up to n=10000. - Michel Marcus, Mar 27 2014
Comments from Franklin T. Adams-Watters on sequences related to the "symmetric representation of sigma" in A235791 and related sequences, Mar 31 2014: (Start)
The place to start is with A235791, which is very simple. Then go to A237591, also very simple, and A237593, still very simple.
You then need to interpret the rows of A237593 as Dyck paths. This interpretation is in terms of run lengths, so 2,1,1,2 means up twice, down once, up once, and down twice. Because the rows of A237593 are symmetric and of even length, this path will always be symmetric.
Now the surprising fact is that the areas enclosed by the Dyck path for n (laid on its side) always includes the area enclosed for n-1; and the number of squares added is sigma(n).
Finally, look at the connected areas enclosed by n but not by n-1; the size of these areas is the symmetric representation of sigma. (End)
Mathematica functions have been written that verified the 2 properties through n=30000. - Hartmut F. W. Hoft, Apr 07 2014
It appears that, for the n-th set, the number of cells lying on the first diagonal is equal to A067742(n), the number of middle divisors of n. - Michel Marcus, Jun 21 2014
Checked Michel Marcus's conjecture with two Mathematica functions up to n=100000, for more information see A240542. - Hartmut F. W. Hoft, Jul 17 2014
A003056(n) is also the number of peaks of the Dyck path related to the n-th row of triangle. - Omar E. Pol, Nov 03 2015
The number of peaks of the Dyck path associated to the row A000396(n) of this triangle equals the n-th Mersenne prime A000668(n), hence Mersenne primes are visible in two ways at the pyramid described in A245092. - Omar E. Pol, Dec 19 2016
The limit as n approaches infinity (area under the Dyck path described in the n-th row of triangle divided by n^2) equals Pi^2/12 = zeta(2)/2. (Cf. A072691.) - Omar E. Pol, Dec 18 2021
The connection between the isosceles triangle and the stepped pyramid is due to the fact that this object can also be interpreted as a pop-up card. - Omar E. Pol, Nov 09 2022
FORMULA
Let j(n)= floor((sqrt(8n+1)-1)/2) then T(n,k) = A237591(n,k), if k <= j(n); otherwise T(n,k) = A237591(n,2*j(n)+1-k). - Hartmut F. W. Hoft, Apr 07 2014 (corrected by Omar E. Pol, May 31 2015)
EXAMPLE
Triangle begins:
n
1 | 1, 1;
2 | 2, 2;
3 | 2, 1, 1, 2;
4 | 3, 1, 1, 3;
5 | 3, 2, 2, 3;
6 | 4, 1, 1, 1, 1, 4;
7 | 4, 2, 1, 1, 2, 4;
8 | 5, 2, 1, 1, 2, 5;
9 | 5, 2, 2, 2, 2, 5;
10 | 6, 2, 1, 1, 1, 1, 2, 6;
11 | 6, 3, 1, 1, 1, 1, 3, 6;
12 | 7, 2, 2, 1, 1, 2, 2, 7;
13 | 7, 3, 2, 1, 1, 2, 3, 7;
14 | 8, 3, 1, 2, 2, 1, 3, 8;
15 | 8, 3, 2, 1, 1, 1, 1, 2, 3, 8;
16 | 9, 3, 2, 1, 1, 1, 1, 2, 3, 9;
17 | 9, 4, 2, 1, 1, 1, 1, 2, 4, 9;
18 | 10, 3, 2, 2, 1, 1, 2, 2, 3, 10;
19 | 10, 4, 2, 2, 1, 1, 2, 2, 4, 10;
20 | 11, 4, 2, 1, 2, 2, 1, 2, 4, 11;
21 | 11, 4, 3, 1, 1, 1, 1, 1, 1, 3, 4, 11;
22 | 12, 4, 2, 2, 1, 1, 1, 1, 2, 2, 4, 12;
23 | 12, 5, 2, 2, 1, 1, 1, 1, 2, 2, 5, 12;
24 | 13, 4, 3, 2, 1, 1, 1, 1, 2, 3, 4, 13;
...
Illustration of rows 8 and 9 interpreted as Dyck paths in the first quadrant and the illustration of the symmetric representation of sigma(9) = 5 + 3 + 5 = 13, see below:
.
y y
. .
. ._ _ _ _ _ _ _ _ _ _ 5
._ _ _ _ _ . | |_ _ _ _ _|
. | . |_ _ |_ _ 3
. |_ . | |_ |
. |_ _ . |_ _ |_|_ _ 5
. | . | | |
. Area = 56 | . Area = 69 | | |
. | . | | |
. | . | | |
. . . . . . . . | . x . . . . . . . . . | . x |_|
.
. Fig. 1 Fig. 2 Fig. 3
.
Figure 1. For n = 8 the 8th row of triangle is [5, 2, 1, 1, 2, 5] and the area under the symmetric Dyck path is equal to A024916(8) = 56.
Figure 2. For n = 9 the 9th row of triangle is [5, 2, 2, 2, 2, 5] and the area under the symmetric Dyck path is equal to A024916(9) = 69.
Figure 3. The symmetric representation of sigma(9): between both symmetric Dyck paths there are three regions (or parts) of sizes [5, 3, 5].
The sum of divisors of 9 is 1 + 3 + 9 = A000203(9) = 13. On the other hand the difference between the areas under the Dyck paths equals the sum of the parts of the symmetric representation of sigma(9) = 69 - 56 = 5 + 3 + 5 = 13, equaling the sum of divisors of 9.
.
Illustration of initial terms as Dyck paths in the first quadrant:
(row n = 1..28)
. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
|_ _ _ _ _ _ _ _ _ _ _ _ _ _ |
|_ _ _ _ _ _ _ _ _ _ _ _ _ _| |
|_ _ _ _ _ _ _ _ _ _ _ _ _ | |
|_ _ _ _ _ _ _ _ _ _ _ _ _| | |
|_ _ _ _ _ _ _ _ _ _ _ _ | | |_ _ _
|_ _ _ _ _ _ _ _ _ _ _ _| | |_ _ _ |
|_ _ _ _ _ _ _ _ _ _ _ | | |_ _ | |_
|_ _ _ _ _ _ _ _ _ _ _| | |_ _ _| |_ |_
|_ _ _ _ _ _ _ _ _ _ | | |_ _| |_
|_ _ _ _ _ _ _ _ _ _| | |_ _ |_ |_ _ |_ _
|_ _ _ _ _ _ _ _ _ | |_ _ _| |_ | |_ _ |
|_ _ _ _ _ _ _ _ _| | |_ _ |_ |_|_ _ | |
|_ _ _ _ _ _ _ _ | |_ _ |_ _|_ | | | |_ _ _ _ _
|_ _ _ _ _ _ _ _| | | | |_ _ | |_|_ _ _ _ _ |
|_ _ _ _ _ _ _ | |_ _ |_ |_ | | |_ _ _ _ _ | | |
|_ _ _ _ _ _ _| |_ _ |_ |_ _ | | |_ _ _ _ _ | | | | |
|_ _ _ _ _ _ | |_ |_ |_ | |_|_ _ _ _ | | | | | | |
|_ _ _ _ _ _| |_ _| |_ | |_ _ _ _ | | | | | | | | |
|_ _ _ _ _ | |_ _ | |_ _ _ _ | | | | | | | | | | |
|_ _ _ _ _| |_ | |_|_ _ _ | | | | | | | | | | | | |
|_ _ _ _ |_ _|_ |_ _ _ | | | | | | | | | | | | | | |
|_ _ _ _| |_ | |_ _ _ | | | | | | | | | | | | | | | | |
|_ _ _ |_ |_|_ _ | | | | | | | | | | | | | | | | | | |
|_ _ _| |_ _ | | | | | | | | | | | | | | | | | | | | |
|_ _ |_ _ | | | | | | | | | | | | | | | | | | | | | | |
|_ _|_ | | | | | | | | | | | | | | | | | | | | | | | | |
|_ | | | | | | | | | | | | | | | | | | | | | | | | | | |
|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|
.
n: 1 2 3 4 5 6 7 8 9 10..12..14..16..18..20..22..24..26..28
.
It appears that the total area (also the total number of cells) in the first n set of symmetric regions of the diagram is equal to A024916(n), the sum of all divisors of all positive integers <= n.
It appears that the total area (also the total number of cells) in the n-th set of symmetric regions of the diagram is equal to sigma(n) = A000203(n) (checked by hand up n = 128).
From Omar E. Pol, Aug 18 2015: (Start)
The above diagram is also the top view of the stepped pyramid described in A245092 and it is also the top view of the staircase described in A244580, in both cases the figure represents the first 28 levels of the structure. Note that the diagram contains (and arises from) a hidden pattern which is shown below.
.
Illustration of initial terms as an isosceles triangle:
Row _ _
1 _|1|1|_
2 _|2 _|_ 2|_
3 _|2 |1|1| 2|_
4 _|3 _|1|1|_ 3|_
5 _|3 |2 _|_ 2| 3|_
6 _|4 _|1|1|1|1|_ 4|_
7 _|4 |2 |1|1| 2| 4|_
8 _|5 _|2 _|1|1|_ 2|_ 5|_
9 _|5 |2 |2 _|_ 2| 2| 5|_
10 _|6 _|2 |1|1|1|1| 2|_ 6|_
11 _|6 |3 _|1|1|1|1|_ 3| 6|_
12 _|7 _|2 |2 |1|1| 2| 2|_ 7|_
13 _|7 |3 |2 _|1|1|_ 2| 3| 7|_
14 _|8 _|3 _|1|2 _|_ 2|1|_ 3|_ 8|_
15 _|8 |3 |2 |1|1|1|1| 2| 3| 8|_
16 |9 |3 |2 |1|1|1|1| 2| 3| 9|
...
This diagram is the simpler representation of the sequence.
The number of horizontal line segments in the n-th level in each side of the diagram equals A001227(n), the number of odd divisors of n.
The number of horizontal line segments in the left side of the diagram plus the number of the horizontal line segment in the right side equals A054844(n).
The total number of vertical line segments in the n-th level of the diagram equals A131507(n).
Note that this symmetric pattern also emerges from the front view of the stepped pyramid described in A245092, which is related to sigma A000203, the sum-of-divisors function, and other related sequences. The diagram represents the first 16 levels of the pyramid. (End)
MATHEMATICA
row[n_]:=Floor[(Sqrt[8n+1]-1)/2]
s[n_, k_]:=Ceiling[(n+1)/k-(k+1)/2]-Ceiling[(n+1)/(k+1)-(k+2)/2]
f[n_, k_]:=If[k<=row[n], s[n, k], s[n, 2 row[n]+1-k]]
TableForm[Table[f[n, k], {n, 1, 50}, {k, 1, 2 row[n]}]] (* Hartmut F. W. Hoft, Apr 08 2014 *)
PROG
(PARI) row(n) = {my(orow = row237591(n)); vector(2*#orow, i, if (i <= #orow, orow[i], orow[2*#orow-i+1])); }
area(n) = {my(rown = row(n)); surf = 0; h = n; odd = 1; for (i=1, #row, if (odd, surf += h*rown[i], h -= rown[i]; ); odd = !odd; ); surf; }
heights(v, n) = {vh = vector(n); ivh = 1; h = n; odd = 1; for (i=1, #v, if (odd, for (j=1, v[i], vh[ivh] = h; ivh++), h -= v[i]; ); odd = !odd; ); vh; }
isabove(hb, ha) = {for (i=1, #hb, if (hb[i] < ha[i], return (0)); ); return (1); }
chkcross(nn) = {hga = concat(heights(row(1), 1), 0); for (n=2, nn, hgb = heights(row(n), n); if (! isabove(hgb, hga), print("pb cross at n=", n)); hga = concat(hgb, 0); ); } \\ Michel Marcus, Mar 27 2014
(Python)
from sympy import sqrt
import math
def row(n): return int(math.floor((sqrt(8*n + 1) - 1)/2))
def s(n, k): return int(math.ceil((n + 1)/k - (k + 1)/2)) - int(math.ceil((n + 1)/(k + 1) - (k + 2)/2))
def T(n, k): return s(n, k) if k<=row(n) else s(n, 2*row(n) + 1 - k)
for n in range(1, 11): print [T(n, k) for k in range(1, 2*row(n) + 1)] # Indranil Ghosh, Apr 21 2017
CROSSREFS
Row n has length 2*A003056(n).
Row sums give A005843, n >= 1.
Column k starts in row A008805(k-1).
Column 1 = right border = A008619, n >= 1.
Bisections are in A259176, A259177.
For further information see A262626.
KEYWORD
nonn,tabf,look
AUTHOR
Omar E. Pol, Feb 22 2014
STATUS
approved
Irregular triangle read by rows in which row n lists the row A000384(n) of A237591, n >= 1.
+20
13
1, 4, 1, 1, 8, 3, 2, 1, 1, 15, 5, 3, 2, 1, 1, 1, 23, 8, 5, 2, 2, 2, 1, 1, 1, 34, 11, 6, 4, 3, 2, 2, 1, 1, 1, 1, 46, 16, 8, 5, 4, 2, 3, 1, 2, 1, 1, 1, 1, 61, 20, 11, 6, 5, 3, 3, 2, 2, 2, 1, 1, 1, 1, 1, 77, 26, 14, 8, 5, 5, 3, 2, 3, 2, 1, 2, 1, 1, 1, 1, 1, 96, 32, 16
OFFSET
1,2
COMMENTS
The characteristic shape of the symmetric representation of sigma(A000384(n)) consists in that in the main diagonal of the diagram the smallest Dyck path has a valley and the largest Dyck path has a peak.
So knowing this we can know if a number is a hexagonal number (or not) just by looking at the diagram, even ignoring the concept of hexagonal number.
Therefore we can see a geometric pattern of the distribution of the hexagonal numbers in the stepped pyramid described in A245092.
T(n,k) is also the length of the k-th line segment of the largest Dyck path of the symmetric representation of sigma(A000384(n-1)), from the border to the center, hence the sum of the n-th row of triangle is equal to A000384(n-1).
T(n,k) is also the difference between the total number of partitions of all positive integers <= n-th hexagonal number into exactly k consecutive parts, and the total number of partitions of all positive integers <= n-th hexagonal number into exactly k + 1 consecutive parts.
EXAMPLE
Triangle begins:
1;
4, 1, 1;
8, 3, 2, 1, 1;
15, 5, 3, 2, 1, 1, 1;
23, 8, 5, 2, 2, 2, 1, 1, 1;
34, 11, 6, 4, 3, 2, 2, 1, 1, 1, 1;
46, 16, 8, 5, 4, 2, 3, 1, 2, 1, 1, 1, 1;
61, 20, 11, 6, 5, 3, 3, 2, 2, 2, 1, 1, 1, 1, 1;
77, 26, 14, 8, 5, 5, 3, 2, 3, 2, 1, 2, 1, 1, 1, 1, 1;
96, 32, 16, 10, 7, 5, 4, 3, 3, 2, 2, 2, 1, 2, 1, 1, 1, 1, 1;
...
Illustration of initial terms:
Column H gives the nonzero hexagonal numbers (A000384).
Column S gives the sum of the divisors of the hexagonal numbers which equals the area (and the number of cells) of the associated diagram.
-------------------------------------------------------------------------
n H S Diagram
-------------------------------------------------------------------------
_ _ _ _
1 1 1 |_| | | | | | |
1 | | | | | |
_ _| | | | | |
| _| | | | |
_ _ _| _| | | | |
2 6 12 |_ _ _ _| 1 | | | |
4 1 | | | |
_ _ _|_| | |
_ _| | | |
| _| | |
_| _| | |
|_ _|1 1 | |
| 2 | |
_ _ _ _ _ _ _ _|4 _ _ _ _ _| |
3 15 24 |_ _ _ _ _ _ _ _| | _ _ _ _ _|
8 | |
_ _| |
_ _| _ _|
| _|
_| _|
| _|1 1
_ _ _| | 1
| _ _ _|2
| | 3
| |
| |5
_ _ _ _ _ _ _ _ _ _ _ _ _ _| |
4 28 56 |_ _ _ _ _ _ _ _ _ _ _ _ _ _ _|
15
.
CROSSREFS
Row sums give A000384, n >= 1.
Row lengths give A005408.
Column 1 is A267682, n >= 1.
For the characteristic shape of sigma(A000040(n)) see A346871.
For the characteristic shape of sigma(A000079(n)) see A346872.
For the characteristic shape of sigma(A000217(n)) see A346873.
For the visualization of Mersenne numbers A000225 see A346874.
For the characteristic shape of sigma(A000396(n)) see A346876.
For the characteristic shape of sigma(A008588(n)) see A224613.
KEYWORD
nonn,tabf
AUTHOR
Omar E. Pol, Aug 06 2021
STATUS
approved
Triangle read by rows T(n,k) which is the mirror of A237591.
+20
8
1, 2, 1, 2, 1, 3, 2, 3, 1, 1, 4, 1, 2, 4, 1, 2, 5, 2, 2, 5, 1, 1, 2, 6, 1, 1, 3, 6, 1, 2, 2, 7, 1, 2, 3, 7, 2, 1, 3, 8, 1, 1, 2, 3, 8, 1, 1, 2, 3, 9, 1, 1, 2, 4, 9, 1, 2, 2, 3, 10, 1, 2, 2, 4, 10, 2, 1, 2, 4, 11, 1, 1, 1, 3, 4, 11, 1, 1, 2, 2, 4, 12, 1, 1, 2, 2, 5, 12, 1, 1, 2, 3, 4, 13, 1, 2, 1, 3, 5, 13, 1, 2, 2, 2, 5, 14
OFFSET
1,2
COMMENTS
Row n has length A003056(n) hence column k starts in row A000217(k).
Row sums give A000027.
Right border gives A008619, n >= 1.
n is an odd prime if and only if T(n,r-1) = 1 + T(n-1,r-1) and T(n,k) = T(n-1,k) for the rest of the values of k, where r = A003056(n) is the number of elements in row n.
T(n,k) is also the length of the k-th segment in a zig-zag path on the first quadrant of the square grid, connecting the point (m, m) with the point (0, n), ending with a segment in horizontal direction, where m = A240542(n). The area of the polygon defined by the y-axis, this zig-zag path and the diagonal [(0, 0), (m, m)], is equal to A024916(n)/2, one half of the sum of all divisors of all positive integers <= n. Therefore the reflected polygon, which is adjacent to the x-axis, with the zig-zag path connecting the point (n, 0) with the point (m, m), has the same property. And so on for each octant in the four quadrants.
For the representation of A024916 and A000203 we use two octants, for example: the first octant and the second octant, or the 6th octant and the 7th octant, etc., see A237593.
The elements of the n-th row of A237591 together with the elements of the n-th row of this sequence give the n-th row of A237593.
The connection between A196020 and A237271 is as follows: A196020 --> A236104 --> A235791 --> A237591 --> this sequence --> A237593 --> A239660 --> A237270 --> A237271.
T(n,k) is also the area (or the number of cells) of the k-th vertical side at the n-th level (starting from the top) in the right part of the front view of the stepped pyramid described in A245092, see Example section.
EXAMPLE
Triangle begins:
Row
1 1;
2 2;
3 1, 2;
4 1, 3;
5 2, 3;
6 1, 1, 4;
7 1, 2, 4;
8 1, 2, 5;
9 2, 2, 5;
10 1, 1, 2, 6;
11 1, 1, 3, 6;
12 1, 2, 2, 7;
13 1, 2, 3, 7;
14 2, 1, 3, 8;
15 1, 1, 2, 3, 8;
16 1, 1, 2, 3, 9;
17 1, 1, 2, 4, 9;
18 1, 2, 2, 3, 10;
19 1, 2, 2, 4, 10;
20 2, 1, 2, 4, 11;
21 1, 1, 1, 3, 4, 11;
22 1, 1, 2, 2, 4, 12;
23 1, 1, 2, 2, 5, 12;
24 1, 1, 2, 3, 4, 13;
25 1, 2, 1, 3, 5, 13;
26 1, 2, 2, 2, 5, 14;
...
Illustration of initial terms:
Row _
1 |1|_
2 |_ 2|_
3 |1| 2|_
4 |1|_ 3|_
5 |_ 2| 3|_
6 |1|1|_ 4|_
7 |1| 2| 4|_
8 |1|_ 2|_ 5|_
9 |_ 2| 2| 5|_
10 |1|1| 2|_ 6|_
11 |1|1|_ 3| 6|_
12 |1| 2| 2|_ 7|_
13 |1|_ 2| 3| 7|_
14 |_ 2|1|_ 3|_ 8|_
15 |1|1| 2| 3| 8|_
16 |1|1| 2| 3|_ 9|_
17 |1|1|_ 2|_ 4| 9|_
18 |1| 2| 2| 3|_ 10|_
19 |1|_ 2| 2| 4| 10|_
20 |_ 2|1| 2|_ 4|_ 11|_
21 |1|1|1|_ 3| 4| 11|_
22 |1|1| 2| 2| 4|_ 12|_
23 |1|1| 2| 2|_ 5| 12|_
24 |1|1|_ 2| 3| 4|_ 13|_
25 |1| 2|1|_ 3| 5| 13|_
26 |1| 2| 2| 2| 5| 14|
...
Also the diagram represents the right part of the front view of the pyramid described in A245092. For the other half front view see A237591. For more information about the pyramid and the symmetric representation of sigma see A237593.
KEYWORD
nonn,tabf
AUTHOR
Omar E. Pol, Aug 18 2015
STATUS
approved
Triangle read by rows in which row n lists the row A000217(n) of A237591, n >= 1.
+20
8
1, 2, 1, 4, 1, 1, 6, 2, 1, 1, 8, 3, 2, 1, 1, 11, 4, 3, 1, 1, 1, 15, 5, 3, 2, 1, 1, 1, 19, 6, 4, 2, 2, 1, 1, 1, 23, 8, 5, 2, 2, 2, 1, 1, 1, 28, 10, 5, 3, 3, 2, 1, 1, 1, 1, 34, 11, 6, 4, 3, 2, 2, 1, 1, 1, 1, 40, 13, 7, 5, 3, 2, 2, 2, 1, 1, 1, 1, 46, 16, 8, 5, 4, 2, 3
OFFSET
1,2
COMMENTS
The characteristic shape of the symmetric representation of sigma(A000217(n)) consists in that in the main diagonal of the diagram the smallest Dyck path has a valley and the largest Dyck path has a peak, or vice versa, the smallest Dyck path has a peak and the largest Dyck path has valley.
So knowing this characteristic shape we can know if a number is a triangular number (or not) just by looking at the diagram, even ignoring the concept of triangular number.
Therefore we can see a geometric pattern of the distribution of the triangular numbers in the stepped pyramid described in A245092.
T(n,k) is also the length of the k-th line segment of the largest Dyck path of the symmetric representation of sigma(A000217(n)), from the border to the center, hence the sum of the n-th row of triangle is equal to A000217(n).
T(n,k) is also the difference between the total number of partitions of all positive integers <= n-th triangular number into exactly k consecutive parts, and the total number of partitions of all positive integers <= n-th triangular number into exactly k + 1 consecutive parts.
FORMULA
T(n,k) = A237591(A000217(n),k). - Omar E. Pol, Feb 06 2023
EXAMPLE
Triangle begins:
1;
2, 1;
4, 1, 1;
6, 2, 1, 1;
8, 3, 2, 1, 1;
11, 4, 3, 1, 1, 1;
15, 5, 3, 2, 1, 1, 1;
19, 6, 4, 2, 2, 1, 1, 1;
23, 8, 5, 2, 2, 2, 1, 1, 1;
28, 10, 5, 3, 3, 2, 1, 1, 1, 1;
34, 11, 6, 4, 3, 2, 2, 1, 1, 1, 1;
40, 13, 7, 5, 3, 2, 2, 2, 1, 1, 1, 1;
46, 16, 8, 5, 4, 2, 3, 1, 2, 1, 1, 1, 1;
...
Illustration of initial terms:
Column T gives the triangular numbers (A000217).
Column S gives A074285, the sum of the divisors of the triangular numbers which equals the area (and the number of cells) of the associated diagram.
-------------------------------------------------------------------------
n T S Diagram
-------------------------------------------------------------------------
_ _ _ _ _ _ _
1 1 1 |_| | | | | | | | | | | | |
1 _ _|_| | | | | | | | | | |
2 3 4 |_ _| _ _| | | | | | | | | |
2 1| _| | | | | | | | |
_ _ _| _| _ _| | | | | | | |
3 6 12 |_ _ _ _| 1 | _ _| | | | | | |
4 1 _ _|_| | | | | | |
| _|1 _ _ _|_| | | | |
_ _ _ _ _| | 1 _ _| | | | | |
4 10 18 |_ _ _ _ _ _|2 | _| | | | |
6 _| _| _ _ _ _|_| | |
|_ _|1 1 | | | |
| 2 _| | | |
_ _ _ _ _ _ _ _|4 | _| _ _ _ _ _| |
3 15 24 |_ _ _ _ _ _ _ _| _ _|_| | _ _ _ _ _|
8 _ _| _|1 | |
|_ _ _|1 1 _ _| |
| 3 _ _| _ _|
|4 | _|
_ _ _ _ _ _ _ _ _ _ _| _| _|
4 21 32 |_ _ _ _ _ _ _ _ _ _ _| _ _ _| _|1 1
11 | _ _ _|2
| | 3
| |
| |5
_ _ _ _ _ _ _ _ _ _ _ _ _ _| |
5 28 56 |_ _ _ _ _ _ _ _ _ _ _ _ _ _ _|
15
.
CROSSREFS
Row sums give A000217, n >= 1.
Column 1 gives A039823.
For the characteristic shape of sigma(A000040(n)) see A346871.
For the characteristic shape of sigma(A000079(n)) see A346872.
For the visualization of Mersenne numbers A000225 see A346874.
For the characteristic shape of sigma(A000384(n)) see A346875.
For the characteristic shape of sigma(A000396(n)) see A346876.
For the characteristic shape of sigma(A008588(n)) see A224613.
KEYWORD
nonn,tabl
AUTHOR
Omar E. Pol, Aug 06 2021
EXTENSIONS
Name corrected by Omar E. Pol, Feb 06 2023
STATUS
approved
Irregular triangle read by rows in which row n is the "n-th even perfect number" row of A237591, n >= 1.
+20
8
4, 1, 1, 15, 5, 3, 2, 1, 1, 1, 249, 83, 42, 25, 17, 13, 9, 7, 6, 5, 5, 3, 4, 2, 3, 2, 2, 2, 2, 2, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 4065, 1355, 678, 407, 271, 194, 146, 113, 91, 75, 62, 52, 45, 40, 34, 30, 27, 25, 22, 19, 19, 16, 15, 14, 13, 12, 12, 10, 10, 9, 9, 8, 8, 7
OFFSET
1,1
COMMENTS
The characteristic shape of the symmetric representation of sigma(A000396(n)) consists in that the diagram has only one region (or part) and that region has whidth 1 except in the main diagonal where the width is 2.
So knowing this characteristic shape we can know if a number is an even perfect number (or not) just by looking at the diagram, even ignoring the concept of even perfect number (see the examples).
Therefore we can see a geometric pattern of the distribution of the even perfect numbers in the stepped pyramid described in A245092.
For the definition of "width" see A249351.
T(n,k) is the length of the k-th line segment of the largest Dyck path of the symmetric representation of sigma(A000396(n)), from the border to the center, hence the sum of the n-th row of triangle is equal to A000396(n) assuming there are no odd perfect numbers.
T(n,k) is also the difference between the total number of partitions of all positive integers <= n-th even perfect number into exactly k consecutive parts, and the total number of partitions of all positive integers <= n-th perfect number into exactly k + 1 consecutive parts.
LINKS
Michel Marcus, Table of n, a(n) for n = 1..8359 (rows 1..5).
EXAMPLE
Triangle begins:
4, 1, 1;
15, 5, 3, 2, 1, 1,1;
249,83,42,25,17,13,9,7,6,5,5,3,4,2,3,2,2,2,2,2,1,2,1,2,1,1,1,1,1,1,1;
...
Illustration of initial terms:
Column P gives the even perfect numbers (A000396 assuming there are no odd perfect numbers).
Column S gives A139256, the sum of the divisors of the even perfect numbers equals the area (and the number of cells) of the associated diagram.
-------------------------------------------------------------------------
n P S Diagram: 1 2
-------------------------------------------------------------------------
_ _
| | | |
| | | |
_ _| | | |
| _| | |
_ _ _| _| | |
1 6 12 |_ _ _ _| 1 | |
4 1 | |
| |
| |
| |
| |
| |
| |
_ _ _ _ _| |
| _ _ _ _ _|
| |
_ _| |
_ _| _ _|
| _|
_| _|
| _|1 1
_ _ _| | 1
| _ _ _|2
| | 3
| |
| |5
_ _ _ _ _ _ _ _ _ _ _ _ _ _| |
2 28 56 |_ _ _ _ _ _ _ _ _ _ _ _ _ _ _|
15
.
For n = 3, P = 496, the diagram is too large to include here. To draw that diagram note that the lengths of the line segments of the smallest Dyck path are [248, 83, 42, 25, 17, 13, 9, 7, 6, 5, 5, 3, 4, 2, 3, 2, 2, 2, 2, 2, 1, 2, 1, 2, 1, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 2, 1, 2, 1, 2, 2, 2, 2, 2, 3, 2, 4, 3, 5, 5, 6, 7, 9, 13, 17, 25, 42, 83, 248] and the lengths of the line segments of the largest Dyck path are [249, 83, 42, 25, 17, 13, 9, 7, 6, 5, 5, 3, 4, 2, 3, 2, 2, 2, 2, 2, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 2, 2, 2, 2, 2, 3, 2, 4, 3, 5, 5, 6, 7, 9, 13, 17, 25, 42, 83, 249].
PROG
(PARI) row235791(n) = vector((sqrtint(8*n+1)-1)\2, i, 1+(n-(i*(i+1)/2))\i);
row(n) = {my(orow = concat(row235791(n), 0)); vector(#orow -1, i, orow[i] - orow[i+1]); } \\ A237591
tabf(nn) = {for (n=1, nn, my(p=prime(n)); if (isprime(2^n-1), print(row(2^(n-1)*(2^n-1))); ); ); }
tabf(7) \\ Michel Marcus, Aug 31 2021
CROSSREFS
Row sums give A000396.
Row lengths give A000668.
For the characteristic shape of sigma(A000040(n)) see A346871.
For the characteristic shape of sigma(A000079(n)) see A346872.
For the characteristic shape of sigma(A000217(n)) see A346873.
For the visualization of Mersenne numbers A000225 see A346874.
For the characteristic shape of sigma(A000384(n)) see A346875.
For the characteristic shape of sigma(A008588(n)) see A224613.
KEYWORD
nonn,tabf
AUTHOR
Omar E. Pol, Aug 06 2021
EXTENSIONS
More terms from Michel Marcus, Aug 31 2021
Name edited by Michel Marcus, Jun 16 2023
STATUS
approved
Irregular triangle read by rows in which row n lists the row A000040(n) of A237591, n >= 1.
+20
7
2, 2, 1, 3, 2, 4, 2, 1, 6, 3, 1, 1, 7, 3, 2, 1, 9, 4, 2, 1, 1, 10, 4, 2, 2, 1, 12, 5, 2, 2, 1, 1, 15, 6, 3, 2, 1, 1, 1, 16, 6, 3, 2, 2, 1, 1, 19, 7, 4, 2, 2, 1, 1, 1, 21, 8, 4, 2, 2, 2, 1, 1, 22, 8, 4, 3, 2, 1, 2, 1, 24, 9, 4, 3, 2, 2, 1, 1, 1, 27, 10, 5, 3, 2, 2, 1, 2, 1
OFFSET
1,1
COMMENTS
The characteristic shape of the symmetric representation of sigma(prime(n)) consists in that the diagram contains exactly two regions (or parts) and each region is a rectangle (or bar), except for the first prime number (the 2) whose symmetric representation of sigma(2) consists of only one region which contains three cells.
So knowing this characteristic shape we can know if a number is prime (or not) just by looking at the diagram, even ignoring the concept of prime number.
Therefore we can see a geometric pattern of the exact distribution of prime numbers in the stepped pyramid described in A245092.
T(n,k) is the length of the k-th line segment of the largest Dyck path of the symmetric representation of sigma(prime(n)), from the border to the center, hence the sum of the n-th row of triangle is equal to A000040(n).
T(n,k) is also the difference between the total number of partitions of all positive integers <= n-th prime into exactly k consecutive parts, and the total number of partitions of all positive integers <= n-th prime into exactly k + 1 consecutive parts.
EXAMPLE
Triangle begins:
2;
2, 1;
3, 2;
4, 2, 1;
6, 3, 1, 1;
7, 3, 2, 1;
9, 4, 2, 1, 1;
10, 4, 2, 2, 1;
12, 5, 2, 2, 1, 1;
15, 6, 3, 2, 1, 1, 1;
16, 6, 3, 2, 2, 1, 1;
19, 7, 4, 2, 2, 1, 1, 1;
21, 8, 4, 2, 2, 2, 1, 1;
22, 8, 4, 3, 2, 1, 2, 1;
24, 9, 4, 3, 2, 2, 1, 1, 1;
...
Illustration of initial terms:
Row 1: _
_| |
|_ _|
2 Semilength = 2
.
Row 2: _
| |
_ _|_|
|_ _|1 Semilength = 3
2
.
Row 3: _
| |
| |
_|_|
_ _ _| Semilength = 5
|_ _ _|2
3
.
Row 4: _
| |
| |
| |
_|_|
_|
_ _ _ _| 1 Semilength = 7
|_ _ _ _|2
4
.
Row 5: _
| |
| |
| |
| |
| |
_ _|_|
_|
_|1 Semilength = 11
|1
_ _ _ _ _ _|
|_ _ _ _ _ _|3
6
.
The area (also the number of cells) of the successive diagrams gives A008864.
CROSSREFS
Row sums give A000040.
For the characteristic shape of sigma(A000079(n)) see A346872.
For the characteristic shape of sigma(A000217(n)) see A346873.
For the visualization of Mersenne numbers A000225 see A346874.
For the characteristic shape of sigma(A000384(n)) see A346875.
For the characteristic shape of sigma(A000396(n)) see A346876.
For the characteristic shape of sigma(A008588(n)) see A224613.
KEYWORD
nonn,tabf
AUTHOR
Omar E. Pol, Aug 06 2021
STATUS
approved
Irregular triangle read by rows in which row n lists the row 2^(n-1) of A237591, n >= 1.
+20
7
1, 2, 3, 1, 5, 2, 1, 9, 3, 2, 1, 1, 17, 6, 3, 2, 2, 1, 1, 33, 11, 6, 4, 2, 2, 2, 1, 2, 1, 65, 22, 11, 7, 5, 3, 3, 2, 2, 2, 1, 2, 1, 1, 1, 129, 43, 22, 13, 9, 7, 5, 4, 3, 3, 3, 2, 2, 1, 2, 1, 2, 1, 1, 1, 1, 1, 257, 86, 43, 26, 18, 12, 10, 8, 6, 5, 4, 4, 3, 3, 3, 2, 3
OFFSET
1,2
COMMENTS
The characteristic shape of the symmetric representation of sigma(2^(n-1)) consists in that the diagram contains exactly one region (or part) and that region has width 1.
So knowing this characteristic shape we can know if a number is power of 2 or not just by looking at the diagram, even ignoring the concept of power of 2.
Therefore we can see a geometric pattern of the distribution of the powers of 2 in the stepped pyramid described in A245092.
For the definition of "width" see A249351.
T(n,k) is the length of the k-th line segment of the largest Dyck path of the symmetric representation of sigma(2^(n-1), from the border to the center, hence the sum of the n-th row of triangle is equal to A000079(n-1).
T(n,k) is also the difference between the total number of partitions of all positive integers <= 2^(n-1) into exactly k consecutive parts, and the total number of partitions of all positive integers <= 2^(n-1) into exactly k + 1 consecutive parts.
EXAMPLE
Triangle begins:
1;
2;
3, 1;
5, 2, 1;
9, 3, 2, 1, 1;
17, 6, 3, 2, 2, 1, 1;
33, 11, 6, 4, 2, 2, 2, 1, 2, 1;
65, 22, 11, 7, 5, 3, 3, 2, 2, 2, 1, 2, 1, 1, 1;
129, 43, 22, 13, 9, 7, 5, 4, 3, 3, 3, 2, 2, 1, 2, 1, 2, 1, 1, 1, 1, 1;
...
Illustration of initial terms:
.
Row 1: _
|_| Semilength = 1
1
Row 2: _
_| |
|_ _|
2 Semilength = 2
.
Row 3: _
| |
_| |
_ _| _|
|_ _ _|1 Semilength = 4
3
.
Row 4: _
| |
| |
| |
_ _| |
_| _ _|
| _|
_ _ _ _| | 1 Semilength = 8
|_ _ _ _ _|2
5
.
Row 5: _
| |
| |
| |
| |
| |
| |
| |
_ _ _| |
| _ _ _|
_| |
_| _|
_ _| _| Semilength = 16
| _ _|1 1
| | 2
_ _ _ _ _ _ _ _| |3
|_ _ _ _ _ _ _ _ _|
9
.
The area (also the number of cells) of the successive diagrams gives the nonzero Mersenne numbers A000225.
CROSSREFS
Row sums give A000079.
Column 1 gives A094373.
For the characteristic shape of sigma(A000040(n)) see A346871.
For the characteristic shape of sigma(A000217(n)) see A346873.
For the visualization of Mersenne numbers A000225 see A346874.
For the characteristic shape of sigma(A000384(n)) see A346875.
For the characteristic shape of sigma(A000396(n)) see A346876.
For the characteristic shape of sigma(A008588(n)) see A224613.
KEYWORD
nonn,tabf
AUTHOR
Omar E. Pol, Aug 06 2021
STATUS
approved
Irregular triangle read by rows in which row n lists the row 2^n - 1 of A237591, n >= 1.
+20
7
1, 2, 1, 4, 2, 1, 8, 3, 2, 1, 1, 16, 6, 3, 2, 2, 1, 1, 32, 11, 6, 4, 2, 2, 2, 1, 2, 1, 64, 22, 11, 7, 5, 3, 3, 2, 2, 2, 1, 2, 1, 1, 1, 128, 43, 22, 13, 9, 7, 5, 4, 3, 3, 3, 2, 2, 1, 2, 1, 2, 1, 1, 1, 1, 1, 256, 86, 43, 26, 18, 12, 10, 8, 6, 5, 4, 4, 3, 3, 3, 2, 3
OFFSET
1,2
COMMENTS
The Mersenne number A000225(n) does not has a characteristic shape of its symmetric representation of sigma(A000225(n)). On the other hand, we can find that number in two ways in the symmetric representation of the powers of 2 as follows: the Mersenne numbers are the semilength of the smallest Dyck path and also they equals the area (or the number of cells) of the region of the diagram (see examples).
Therefore we can see a geometric pattern of the distribution of the Mersenne numbers in the stepped pyramid described in A245092.
T(n,k) is the length of the k-th line segment of the largest Dyck path of the symmetric representation of sigma(A000225(n)), from the border to the center, hence the sum of the n-th row of triangle is equal to A000225(n).
T(n,k) is also the difference between the total number of partitions of all positive integers <= Mersenne number A000225(n) into k consecutive parts, and the total number of partitions of all positive integers <= Mersenne number A000225(n) into k + 1 consecutive parts.
EXAMPLE
Triangle begins:
1;
2, 1;
4, 2, 1;
8, 3, 2, 1, 1;
16, 6, 3, 2, 2, 1, 1;
32, 11, 6, 4, 2, 2, 2, 1, 2, 1;
64, 22, 11, 7, 5, 3, 3, 2, 2, 2, 1, 2, 1, 1, 1;
128, 43, 22, 13, 9, 7, 5, 4, 3, 3, 3, 2, 2, 1, 2, 1, 2, 1, 1, 1, 1, 1;
...
Illustration of initial terms:
.
Row 1:
0_ Semilength = 0 Area = 1
|_|
Row 2:
_
1_| | Semilength = 1 Area = 3
|_ _|
.
Row 3: _
| |
1 _| |
2_ _| _| Semilength = 3 Area = 7
|_ _ _|
.
Row 4: _
| |
| |
| |
_ _| |
1 _| _ _|
4 2| _| Semilength = 7 Area = 15
_ _ _ _| |
|_ _ _ _ _|
.
Row 5: _
| |
| |
| |
| |
| |
| |
| |
_ _ _| |
| _ _ _|
_| |
1 1_| _|
2 _ _| _| Semilength = 15 Area = 31
| _ _|
8 3| |
_ _ _ _ _ _ _ _| |
|_ _ _ _ _ _ _ _ _|
.
CROSSREFS
Row sums give A000225, n >= 1.
Column 1 gives A000079.
For the characteristic shape of sigma(A000040(n)) see A346871.
For the characteristic shape of sigma(A000079(n)) see A346872.
For the characteristic shape of sigma(A000217(n)) see A346873.
For the characteristic shape of sigma(A000384(n)) see A346875.
For the characteristic shape of sigma(A000396(n)) see A346876.
For the characteristic shape of sigma(A008588(n)) see A224613.
KEYWORD
nonn,tabf
AUTHOR
Omar E. Pol, Aug 06 2021
STATUS
approved
Irregular triangle read by rows: T(n,k) = A237591(n,k) - A237591(n-1,k).
+20
6
1, 1, 0, 1, 1, 0, 0, 1, 1, -1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 1, 0, -1, 1, 0, 1, 0, 0, 1, -1, 1, 0, 0, 1, 0, 0, 1, 0, -1, 1, 0, 0, 1, -1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, -1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, -1, 1, 0, 0, 1, 0, -1, 1, 1, 0, -1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, -1, 1, 0, 0, 0, 0, 1, 0, -1, 1, 0
OFFSET
1
COMMENTS
It appears that every column (except for its first term) is a periodic sequence.
Conjecture: column k gives 1 together with period A002378(k) repeat S_k, where S_k is the k-th row of the triangle A364746.
Some connections with other sequences are as follows:
n is a power of 2 (A000079) if and only if row n is [1] or if row n starts with 1 and the remaining terms are zeros.
n is an odd prime (A065091) if and only if row n is [0, 1] or if row n starts with [0, 1] and the remaining terms are zeros.
n is a nonzero multiple of 6 (A008588 > 0) if and only if row n starts with [1, -1].
n is an even perfect number (A000396 assuming there are no odd perfect numbers) if and only if row n is [1, -1, 1] or if row n starts with [1] and ends in [-1, 1] and the remaining terms are zeros and row n has an odd number of terms and row n-1 has an even number of terms.
n is a term >= 10 of A091999 (and thus n is also a term >= 10 of A063221) if and only if row n starts with [1, 0, -1].
n is a term of A362866 (or, equivalently, a prime doubled (A100484) >= 10, also an even semiprime >= 10) if and only if row n is [1, 0, -1, 1] or if row n starts with [1, 0, -1, 1] and the remaining terms are zeros.
n is a term of A364414 if and only if row n starts with [0, 0, 1, 0, -1].
n is a term of A365081 if and only if row n is [0, 0, 1, 0, -1, 1] or if row n starts with [0, 0, 1, 0, -1, 1] and the remaining terms are zeros.
T(n,k) is also the difference between the length of the k-th line segment of the largest Dyck path of the symmetric representation of sigma(n) and the length of the k-th line segment of its smallest Dyck paths, from left to the axis of symmetry. For further information about these Dyck paths see A237593.
The partial sums of column k give the k-th column of A237591.
Since A237591 can be defined using partitions into consecutive parts (see A299765 and A286000), this sequence can be associated to partitions of that kind.
All connections mentioned above are due to the connections between geometry and number theory given by the stepped pyramid described in A245092. The diagram called "symmetric representation of sigma(n)" is essentially the shape of the terraces in the n-th level starting from the top of the mentioned pyramid.
From Hartmut F. W. Hoft, Aug 17 2024: (Start)
The conjecture of Omar E. Pol is true.
Since column k >= 1 in sequence A237591 starts in row A000217(k) with a section of k 1's and since
T(n, k) = T237591(n, k) - T237591(n-1, k), the first term in column k of this sequence equals 1.
The inequalities -1 <= a(n) <= 1 hold for every term a(n) in this sequence.
Every term T(n, k), n > A000217(k), in column k has period A002378(k) = k*(k+1).
The sequential periodic sections after the initial term 1 in each column k >=1 start with k-1 0's and end with k 0's.
For proofs see the link. (End)
EXAMPLE
Triangle begins:
1;
1;
0, 1;
1, 0;
0, 1;
1, -1, 1;
0, 1, 0;
1, 0, 0;
0, 0, 1;
1, 0, -1, 1;
0, 1, 0, 0;
1, -1, 1, 0;
0, 1, 0, 0;
1, 0, -1, 1;
0, 0, 1, -1, 1;
1, 0, 0, 0, 0;
0, 1, 0, 0, 0;
1, -1, 0, 1, 0;
0, 1, 0, 0, 0;
1, 0, 0, -1, 1;
0, 0, 1, 0, -1, 1;
1, 0, -1, 1, 0, 0;
0, 1, 0, 0, 0, 0;
1, -1, 1, 0, 0, 0;
0, 1, 0, -1, 1, 0;
1, 0, -1, 1, 0, 0;
0, 0, 1, 0, -1, 1;
1, 0, 0, 0, 0, -1, 1;
...
MATHEMATICA
(* The first 3 functions compute entire rows in the triangles of the respective sequences *)
t235791[n_] := Map[Ceiling[(n+1- # (#+1)/2)/#]&, Range[Floor[(Sqrt[8n+1]-1)/2]]]
t237591[n_] := Module[{s=t235791[n]}, s-Join[Rest[s], {0}]]
t364639[n_] := If[IntegerQ[(Sqrt[8n+1]-1)/2], t237591[n]-Join[t237591[n-1], {0}], t237591[n]-t237591[n-1]]/; n>=3
a364639[n_] := Join[{1, 1}, Flatten[Map[t364639, Range[3, n]]]] (* Hartmut F. W. Hoft, Aug 17 2024 *)
PROG
(PARI) row235791(n) = vector((sqrtint(8*n+1)-1)\2, i, 1+(n-(i*(i+1)/2))\i); \\ A235791
row237591(n) = {my(orow = concat(row235791(n), 0)); vector(#orow -1, i, orow[i] - orow[i+1]); } \\ A237591
row(n) = my(vb=row237591(n), va=row237591(n-1)); vector(#vb, k, if (k<=#va, vb[k]-va[k], vb[k]));
lista(nn) = for (n=1, nn, my(v=row(n)); for (k=1, #v, print1(v[k], ", "))); \\ Michel Marcus, Aug 28 2023
CROSSREFS
Row sums give A000012.
Column k starts in row A000217(k).
Row n has length A003056(n)
Right border gives A097806.
Column 1 gives A135528.
For the position of powers of 2, odd primes, and even perfect numbers see also A249351, A347529, A360022.
KEYWORD
sign,tabf
AUTHOR
Omar E. Pol, Jul 30 2023
STATUS
approved
Irregular triangle read by rows in which row n lists the row A014105(n) of A237591, n >= 1.
+20
5
2, 1, 6, 2, 1, 1, 11, 4, 3, 1, 1, 1, 19, 6, 4, 2, 2, 1, 1, 1, 28, 10, 5, 3, 3, 2, 1, 1, 1, 1, 40, 13, 7, 5, 3, 2, 2, 2, 1, 1, 1, 1, 53, 18, 10, 5, 4, 3, 3, 2, 1, 2, 1, 1, 1, 1, 69, 23, 12, 7, 5, 4, 3, 2, 2, 2, 2, 1, 1, 1, 1, 1, 86, 29, 15, 9, 6, 5, 4, 2, 3, 2, 2, 1, 2, 1, 1, 1, 1, 1
OFFSET
1,1
COMMENTS
The characteristic shape of the symmetric representation of sigma(A014105(n)) consists in that in the main diagonal of the diagram the smallest Dyck path has a peak and the largest Dyck path has a valley.
So knowing this characteristic shape we can know if a number is a second hexagonal number (or not) just by looking at the diagram, even ignoring the concept of second hexagonal number.
Therefore we can see a geometric pattern of the distribution of the second hexagonal numbers in the stepped pyramid described in A245092.
T(n,k) is also the length of the k-th line segment of the largest Dyck path of the symmetric representation of sigma(A014105(n)), from the border to the center, hence the sum of the n-th row of triangle is equal to A014105(n).
T(n,k) is also the difference between the total number of partitions of all positive integers <= n-th second hexagonal number into exactly k consecutive parts, and the total number of partitions of all positive integers <= n-th second hexagonal number into exactly k + 1 consecutive parts.
EXAMPLE
Triangle begins:
2, 1;
6, 2, 1, 1;
11, 4, 3, 1, 1, 1;
19, 6, 4, 2, 2, 1, 1, 1;
28, 10, 5, 3, 3, 2, 1, 1, 1, 1;
40, 13, 7, 5, 3, 2, 2, 2, 1, 1, 1, 1;
53, 18, 10, 5, 4, 3, 3, 2, 1, 2, 1, 1, 1, 1;
69, 23, 12, 7, 5, 4, 3, 2, 2, 2, 2, 1, 1, 1, 1, 1;
86, 29, 15, 9, 6, 5, 4, 2, 3, 2, 2, 1, 2, 1, 1, 1, 1, 1;
...
Illustration of initial terms:
Column h gives the n-th second hexagonal number (A014105).
Column S gives the sum of the divisors of the second hexagonal numbers which equals the area (and the number of cells) of the associated diagram.
----------------------------------------------------------------------------
n h S Diagram
----------------------------------------------------------------------------
_ _ _
| | | | | |
_ _|_| | | | |
1 3 4 |_ _|1 | | | |
2 | | | |
_ _| | | |
| _ _| | |
_ _|_| | |
| _|1 | |
_ _ _ _ _| | 1 | |
2 10 18 |_ _ _ _ _ _|2 | |
6 _ _ _ _|_|
| |
_| |
| _|
_ _|_|
_ _| _|1
|_ _ _|1 1
| 3
|4
_ _ _ _ _ _ _ _ _ _ _| \
3 21 32 |_ _ _ _ _ _ _ _ _ _ _| \
11 |\
_| \
| \
_ _| _\
_ _| _| \
| _|1 \
_ _ _| _ _|1 1
| | 2
| _ _ _ _|2
| | 4
| |
| |6
| |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _| |
4 36 91 |_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _|
19
.
The symmetric representation of sigma(36) is partially illustrated because it is too big to include totally here.
CROSSREFS
Row sums give A014105, n >= 1.
Row lengths give A005843.
For the characteristic shape of sigma(A000040(n)) see A346871.
For the characteristic shape of sigma(A000079(n)) see A346872.
For the characteristic shape of sigma(A000217(n)) see A346873.
For the visualization of Mersenne numbers A000225 see A346874.
For the characteristic shape of sigma(A000384(n)) see A346875.
For the characteristic shape of sigma(A000396(n)) see A346876.
For the characteristic shape of sigma(A008588(n)) see A224613.
For the characteristic shape of sigma(A174973(n)) see A317305.
KEYWORD
nonn,tabf
AUTHOR
Omar E. Pol, Aug 17 2021
STATUS
approved

Search completed in 0.173 seconds