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-2 of 2 results.

A182738 Partial sums of A066186.

Original entry on oeis.org

1, 5, 14, 34, 69, 135, 240, 416, 686, 1106, 1722, 2646, 3959, 5849, 8489, 12185, 17234, 24164, 33474, 46014, 62646, 84690, 113555, 151355, 200305, 263641, 344911, 449015, 581400, 749520, 961622, 1228790, 1563509, 1982049
Offset: 1

Views

Author

Omar E. Pol, Jan 22 2011

Keywords

Comments

a(n) is also the volume of a three-dimensional version of the section model of partitions: the 3D illustrations in A135010 show boxes with face areas of 1 X 1, 2 X 2, 3 X 3, 4 X 5, 5 X 7 units along the m and p(m) axis, which is sequence A066186. Assuming that the boxes are 1 unit deep, the total volume of all boxes up to layer n is a(n). See the first two links.
From Omar E. Pol, Jan 20 2021: (Start)
a(n) is the sum of all parts of all partitions of all positive integers <= n.
Convolution of A000203 and A000070.
Convolution of A024916 and A000041.
Convolution of A175254 and A002865.
Convolution of A340793 and A014153.
Row sums of triangles A340527, A340531, A340579.
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).
a(n) is the volume (or the total number of unit cubes) of the polycube.
That is due to the correspondence between divisors and partitions (cf. A336811).
The symmetric tower is a member of the family of the pyramid described in A245092.
The growth of the volume of the polycube represents every convolution mentioned above. (End)

Examples

			a(6) = 135 because the volume V(6) = p(1) + 2*p(2) + 3*p(3) + 4*p(4) + 5*p(5) + 6*p(6) = 1 + 2*2 + 3*3 + 4*5 + 5*7 + 6*11 = 1 + 4 + 9 + 20 + 35 + 66 = 135 where p(n) = A000041(n).
		

Crossrefs

Programs

  • Mathematica
    With[{no=35},Accumulate[PartitionsP[Range[no]]Range[no]]] (* Harvey P. Dale, Feb 02 2011 *)

Formula

a(n) = n*A000070(n) - A014153(n-1). - Vaclav Kotesovec, Jun 23 2015
a(n) ~ sqrt(n) * exp(Pi*sqrt(2*n/3)) / (Pi*2^(3/2)) * (1 + (11*Pi/(24*sqrt(6)) - sqrt(6)/Pi)/sqrt(n) + (73*Pi^2/6912 - 3/16)/n). - Vaclav Kotesovec, Jun 23 2015, extended Nov 04 2016
G.f.: x*f'(x)/(1 - x), where f(x) = Product_{k>=1} 1/(1 - x^k). - Ilya Gutkovskiy, Apr 10 2017

A340531 Irregular triangle read by rows T(n,k), (n >= 1, k >= 1), in which row n has length is A000070(n-1) and every column k is A024916, the sum of all divisors of all numbers <= n.

Original entry on oeis.org

1, 4, 1, 8, 4, 1, 1, 15, 8, 4, 4, 1, 1, 1, 21, 15, 8, 8, 4, 4, 4, 1, 1, 1, 1, 1, 33, 21, 15, 15, 8, 8, 8, 4, 4, 4, 4, 4, 1, 1, 1, 1, 1, 1, 1, 41, 33, 21, 21, 15, 15, 15, 8, 8, 8, 8, 8, 4, 4, 4, 4, 4, 4, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 56, 41, 33, 33, 21, 21, 21, 15, 15, 15, 15, 15
Offset: 1

Views

Author

Omar E. Pol, Jan 10 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 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 volume (the number of cells) in the k-th level starting from the base.
This polycube has the property that the volume (the total number of cells) equals A182738(n), the sum of all parts of all partitions of all positive integers <= n.
A dissection of the symmetric tower is a three-dimensional spiral whose top view is described in A239660.
Other triangles related to the volume of this polycube are A340527 and A340579.
The symmetric tower is a member of the family of the stepped pyramid described in A245092.
For another symmetric tower of the same family and whose volume equals A066186(n) see A340423.
The sum of row n of triangle equals A182738(n). That property is due to the correspondence between divisors and parts. For more information see A336811.

Examples

			Triangle begins:
   1;
   4,  1;
   8,  4,  1,  1;
  15,  8,  4,  4, 1, 1, 1;
  21, 15,  8,  8, 4, 4, 4, 1, 1, 1, 1, 1;
  33, 21, 15, 15, 8, 8, 8, 4, 4, 4, 4, 4, 1, 1, 1, 1, 1, 1, 1;
...
For n = 5 the length of row 5 is A000070(4) = 12.
The sum of row 5 is 21 + 15 + 8 + 8 + 4 + 4 + 4 + 1 + 1 + 1 + 1 + 1 = 69, equaling A182738(5).
		

Crossrefs

Row sums give A182738.
Cf. A340527 (a regular version).
Members of the same family are: A176206, A337209, A339258, A340530.

Formula

a(m) = A024916(A176206(m)), assuming A176206 has offset 1.
T(n,k) = A024916(A176206(n,k)), assuming A176206 has offset 1.
Showing 1-2 of 2 results.