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.

A067588 Total number of parts in all partitions of n into odd parts.

Original entry on oeis.org

0, 1, 2, 4, 6, 9, 14, 19, 26, 36, 48, 62, 82, 104, 132, 169, 210, 260, 324, 396, 484, 592, 714, 860, 1036, 1238, 1474, 1756, 2078, 2452, 2894, 3396, 3976, 4654, 5422, 6309, 7332, 8490, 9816, 11338, 13060, 15018, 17254, 19774, 22630, 25878, 29524, 33642
Offset: 0

Views

Author

Naohiro Nomoto, Jan 31 2002

Keywords

Comments

Starting with "1" = triangle A097304 * [1, 2, 3, ...]. - Gary W. Adamson, Apr 09 2010

Crossrefs

Formula

G.f.: G(x)*H(x) where G(x) = Sum_{k>=1} x^(2*k-1)/(1-x^(2*k-1)) is g.f. for the number of odd divisors of n (cf. A001227) and H(x) = Product_{k>=1} (1+x^k) is g.f. for the number of partitions of n into odd parts (cf. A000009). Convolution of A001227 and A000009: Sum_{k=0..n} A001227(k)*A000009(n-k). - Vladeta Jovovic, Feb 04 2002
G.f.: Sum_{n>0} n*x^n/Product_{k=1..n} (1-x^(2*k)). - Vladeta Jovovic, Dec 15 2003
a(n) ~ 3^(1/4) * (2*gamma + log(48*n/Pi^2)) * exp(Pi*sqrt(n/3)) / (8*Pi*n^(1/4)), where gamma is the Euler-Mascheroni constant A001620. - Vaclav Kotesovec, May 25 2018

Extensions

Corrected by James Sellers, May 31 2007