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.

Showing 1-4 of 4 results.

A340527 Triangle read by rows: T(n,k) = A024916(n-k+1)*A000041(k-1), 1 <= k <= n.

Original entry on oeis.org

1, 4, 1, 8, 4, 2, 15, 8, 8, 3, 21, 15, 16, 12, 5, 33, 21, 30, 24, 20, 7, 41, 33, 42, 45, 40, 28, 11, 56, 41, 66, 63, 75, 56, 44, 15, 69, 56, 82, 99, 105, 105, 88, 60, 22, 87, 69, 112, 123, 165, 147, 165, 120, 88, 30, 99, 87, 138, 168, 205, 231, 231, 225, 176, 120, 42, 127, 99, 174
Offset: 1

Views

Author

Omar E. Pol, Jan 10 2021

Keywords

Comments

Conjecture 1: T(n,k) is the sum of divisors of the terms that are in the k-th blocks of the first n rows of triangle A176206.
Conjecture 2: the sum of row n equals A182738(n), the sum of all parts of all partitions of all positive integers <= n.
Conjecture 3: T(n,k) is also the volume (or number of cubes) of the k-th block of a symmetric tower in which the terraces are the symmetric representation of sigma (n..1) starting from the base respectively (cf. A237270, A237593), hence the total area of the terraces is A024916(n), the same as the area of the base.
The levels of the terraces starting from the base are the first n terms of A000070, that is A000070(0)..A000070(n-1). Hence the differences between levels give the partition numbers A000041, that is A000041(0)..A000041(n-1).
This symmetric tower has the property that its volume (or total number of cubes) equals A182738(n), the sum of all parts of all partitions of all positive integers <= n.
For another symmetric tower of the same family and whose volume equals A066186(n) see A339106 and A221529.
The above three conjectures are connected due to the correspondence between divisors and partitions (cf. A336811).

Examples

			Triangle begins:
   1;
   4,   1;
   8,   4,   2;
  15,   8,   8,   3;
  21,  15,  16,  12,   5;
  33,  21,  30,  24,  20,   7;
  41,  33,  42,  45,  40,  28,  11;
  56,  41,  66,  63,  75,  56,  44,  15;
  69,  56,  82,  99, 105, 105,  88,  60,  22;
  87,  69, 112, 123, 165, 147, 165, 120,  88,  30;
  99,  87, 138, 168, 205, 231, 231, 225, 176, 120,  42;
...
For n = 6 the calculation of every term of row 6 is as follows:
--------------------------
k   A000041         T(6,k)
1      1  *  33   =   33
2      1  *  21   =   21
3      2  *  15   =   30
4      3  *   8   =   24
5      5  *   4   =   20
6      7  *   1   =    7
.          A024916
--------------------------
The sum of row 6 is 33 + 21 + 30 + 24 + 20 + 7 = 135, equaling A182738(6).
		

Crossrefs

Columns 1 and 2 give A024916.
Column 3 gives A327329.
Leading diagonal gives A000041.
Row sums give A182738.

A340525 Triangle read by rows: T(n,k) = A006218(n-k+1)*A002865(k-1), 1 <= k <= n.

Original entry on oeis.org

1, 3, 0, 5, 0, 1, 8, 0, 3, 1, 10, 0, 5, 3, 2, 14, 0, 8, 5, 6, 2, 16, 0, 10, 8, 10, 6, 4, 20, 0, 14, 10, 16, 10, 12, 4, 23, 0, 16, 14, 20, 16, 20, 12, 7, 27, 0, 20, 16, 28, 20, 32, 20, 21, 8, 29, 0, 23, 20, 32, 28, 40, 32, 35, 24, 12, 35, 0, 27, 23, 40, 32, 56, 40, 56, 40, 36, 14
Offset: 1

Views

Author

Omar E. Pol, Jan 10 2021

Keywords

Comments

Conjecture: the sum of row n equals A006128(n), the total number of parts in all partitions of n.

Examples

			Triangle begins:
   1;
   3,  0;
   5,  0,  1;
   8,  0,  3,  1;
  10,  0,  5,  3,  2;
  14,  0,  8,  5,  6,  2;
  16,  0, 10,  8, 10,  6,  4;
  20,  0, 14, 10, 16, 10, 12,  4;
  23,  0, 16, 14, 20, 16, 20, 12,  7;
  27,  0, 20, 16, 28, 20, 32, 20, 21,  8;
  29,  0, 23, 20, 32, 28, 40, 32, 35, 24, 12;
  35,  0, 27, 23, 40, 32, 56, 40, 56, 40, 36, 14;
...
For n = 6 the calculation of every term of row 6 is as follows:
--------------------------
k   A002865         T(6,k)
--------------------------
1      1   *  14   =  14
2      0   *  10   =   0
3      1   *   8   =   8
4      1   *   5   =   5
5      2   *   3   =   6
6      2   *   1   =   2
.           A006218
--------------------------
The sum of row 6 is 14 + 0 + 8 + 5 + 6 + 2 = 35, equaling A006128(6).
		

Crossrefs

Mirror of A245095.
Row sums give A006128 (conjectured).
Columns 1, 3 and 4 are A006218.
Column 2 gives A000004.
Leading diagonal gives A002865.

A340526 Triangle read by rows: T(n,k) = A006218(n-k+1)*A000041(k-1), 1 <= k <= n.

Original entry on oeis.org

1, 3, 1, 5, 3, 2, 8, 5, 6, 3, 10, 8, 10, 9, 5, 14, 10, 16, 15, 15, 7, 16, 14, 20, 24, 25, 21, 11, 20, 16, 28, 30, 40, 35, 33, 15, 23, 20, 32, 42, 50, 56, 55, 45, 22, 27, 23, 40, 48, 70, 70, 88, 75, 66, 30, 29, 27, 46, 60, 80, 98, 110, 120, 110, 90, 42, 35, 29, 54, 69, 100, 112, 154, 150, 176, 150, 126, 56
Offset: 1

Views

Author

Omar E. Pol, Jan 10 2021

Keywords

Comments

Conjecture 1: T(n,k) is the total number of divisors of the terms that are in the k-th blocks of the first n rows of triangle A176206.
Conjecture 2: the sum of row n equals A284870, the total number of parts in all partitions of all positive integers <= n.
The above conjectures are connected due to the correspondence between divisors and partitions (cf. A336811).

Examples

			Triangle begins:
   1;
   3,  1;
   5,  3,  2;
   8,  5,  6,  3;
  10,  8, 10,  9,   5;
  14, 10, 16, 15,  15,   7;
  16, 14, 20, 24,  25,  21,  11;
  20, 16, 28, 30,  40,  35,  33,  15;
  23, 20, 32, 42,  50,  56,  55,  45,  22;
  27, 23, 40, 48,  70,  70,  88,  75,  66,  30;
  29, 27, 46, 60,  80,  98, 110, 120, 110,  90,  42;
  35, 29, 54, 69, 100, 112, 154, 150, 176, 150, 126,  56;
...
For n = 6 the calculation of every term of row 6 is as follows:
--------------------------
k   A000041         T(6,k)
1      1  *  14   =   14
2      1  *  10   =   10
3      2  *   8   =   16
4      3  *   5   =   15
5      5  *   3   =   15
6      7  *   1   =    7
.          A006218
--------------------------
The sum of row 6 is 14 + 10 + 16 + 15 + 15 + 7 = 77, equaling A284870(6).
		

Crossrefs

Columns 1 and 2 give A006218.
Leading diagonal gives A000041.
Row sums give A284870.

Programs

  • PARI
    f(n) = sum(k=1, n, n\k); \\ A006218
    T(n,k) = f(n-k+1)*numbpart(k-1); \\ Michel Marcus, Jan 15 2021

A340579 Triangle read by rows: T(n,k) = A000203(n-k+1)*A000070(k-1), 1 <= k <= n.

Original entry on oeis.org

1, 3, 2, 4, 6, 4, 7, 8, 12, 7, 6, 14, 16, 21, 12, 12, 12, 28, 28, 36, 19, 8, 24, 24, 49, 48, 57, 30, 15, 16, 48, 42, 84, 76, 90, 45, 13, 30, 32, 84, 72, 133, 120, 135, 67, 18, 26, 60, 56, 144, 114, 210, 180, 201, 97, 12, 36, 52, 105, 96, 228, 180, 315, 268, 291, 139, 28, 24, 72, 91
Offset: 1

Views

Author

Omar E. Pol, Jan 12 2021

Keywords

Comments

Consider a symmetric tower (a polycube) in which the terraces are the symmetric representation of sigma (n..1) respectively starting from the base (cf. A237270, A237593). The total area of the terraces equals A024916(n), the same as the area of the base.
The levels of the terraces starting from the base are the first n terms of A000070, that is A000070(0)..A000070(n-1), hence the differences between two successive levels give the partition numbers A000041, that is A000041(0)..A000041(n-1).
T(n,k) is the total volume (or total number of cubes) exactly below the symmetric representation of sigma(n-k+1). In other words: T(n,k) is the total volume (the total number of cubes) exactly below the terraces that are in the k-th level that contains terraces starting from the base.
This symmetric tower has the property that its volume (the total number of cubes) equals A182738(n), the sum of all parts of all partitions of all positive integers <= n. That is due to the correspondence between divisors and partitions (cf. A336811).
The growth of the volume represents the convolution of A000203 and A000070.
The symmetric tower is a member of the family of the pyramid described in A245092.
For another symmetric tower of the same family and whose volume equals A066186(n) see A221529 and A339106.

Examples

			Triangle begins:
   1;
   3,   2;
   4,   6,   4;
   7,   8,  12,   7;
   6,  14,  16,  21,  12;
  12,  12,  28,  28,  36,  19;
   8,  24,  24,  49,  48,  57,  30;
  15,  16,  48,  42,  84,  76,  90,  45;
  13,  30,  32,  84,  72, 133, 120, 135,  67;
  18,  26,  60,  56, 144, 114, 210, 180, 201,  97;
  12,  36,  52, 105,  96, 228, 180, 315, 268, 291, 139;
...
For n = 6 the calculation of every term of row 6 is as follows:
-------------------------
k   A000070        T(6,k)
1      1  *  12  =   12
2      2  *  6   =   12
3      4  *  7   =   28
4      7  *  4   =   28
5     12  *  3   =   36
6     19  *  1   =   19
.         A000203
-------------------------
The sum of row 6 is 12 + 12 + 28 + 28 + 36 + 19 = 135, equaling A182738(6).
		

Crossrefs

Programs

  • PARI
    row(n) = vector(n, k, sigma(n-k+1)*sum(i=0, k-1, numbpart(i))); \\ Michel Marcus, Jul 23 2021
Showing 1-4 of 4 results.