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.
%I A085360 #17 Apr 11 2024 10:33:43 %S A085360 1,4,10,21,39,68,112,178,274,412,606,877,1249,1756,2439,3353,4564, %T A085360 6160,8246,10959,14464,18971,24733,32070,41365,53096,67837,86296, %U A085360 109320,137948 %N A085360 Partial sums of A026905; the convolution of the natural numbers with the partition function. %H A085360 Riccardo Aragona, Roberto Civino, and Norberto Gavioli, <a href="https://doi.org/10.1007/s10801-024-01318-x">An ultimately periodic chain in the integral Lie ring of partitions</a>, J. Algebr. Comb. (2024). See p. 11. %H A085360 Jon Perry, <a href="http://www.users.globalnet.co.uk/~perry/maths/morepartitionfunction/morepartitionfunction.htm">More Partition Function</a> %F A085360 a(n) = A086716(n) - A086716(n-1). - _Vaclav Kotesovec_, Jun 23 2015 %F A085360 a(n) ~ sqrt(3) * exp(Pi*sqrt(2*n/3)) / (2*Pi^2). - _Vaclav Kotesovec_, Jun 23 2015 %e A085360 a(4) = A026905(1) + A026905(2) + A026905(3) + A026905(4) = 1 + 3 + 6 + 11 = 21. %t A085360 s1=s2=0;lst={};Do[AppendTo[lst,s2+=s1+=PartitionsP[n]],{n,5!}];lst (* _Vladimir Joseph Stephan Orlovsky_, Jul 16 2009 *) %Y A085360 Cf. A026905. %K A085360 nonn %O A085360 1,2 %A A085360 _Jon Perry_, Jun 25 2003