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.

A015724 Number of parts in all partitions of all the numbers in {1,2,...,n} into distinct parts.

This page as a plain text file.
%I A015724 #12 Jun 20 2025 03:16:57
%S A015724 1,2,5,8,13,21,31,44,62,87,117,157,206,269,349,447,566,715,894,1112,
%T A015724 1378,1696,2076,2531,3072,3712,4472,5367,6417,7651,9093,10772,12732,
%U A015724 15004,17639,20691,24211,28265,32934,38293,44435,51470,59507,68677
%N A015724 Number of parts in all partitions of all the numbers in {1,2,...,n} into distinct parts.
%F A015724 Partial sums of A015723.
%F A015724 G.f.: (1/(1 - x)) * Sum_{i>=1} x^i/(1 + x^i) * Product_{j>=1} (1 + x^j). - _Ilya Gutkovskiy_, Apr 04 2017
%F A015724 a(n) ~ 3^(3/4) * log(2) * exp(Pi*sqrt(n/3)) * n^(1/4) / Pi^2. - _Vaclav Kotesovec_, Jun 20 2025
%K A015724 nonn
%O A015724 1,2
%A A015724 _Clark Kimberling_
%E A015724 Corrected by _Vladeta Jovovic_, Dec 03 2004