A182738 Partial sums of A066186.
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
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).
Links
- Vaclav Kotesovec, Table of n, a(n) for n = 1..10000
- Omar E. Pol, Illustration of a(6) = 135, the polycube contains 135 unit cubes.
- Omar E. Pol, Illustration of a(9) = 686, the polycube contains 686 unit cubes.
Crossrefs
Programs
-
Mathematica
With[{no=35},Accumulate[PartitionsP[Range[no]]Range[no]]] (* Harvey P. Dale, Feb 02 2011 *)
Formula
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
Comments