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.

A335724 a(n) is the number of smallest parts in the overpartitions of n.

Original entry on oeis.org

2, 6, 12, 26, 44, 84, 136, 230, 366, 580, 884, 1356, 2012, 2968, 4320, 6226, 8856, 12522, 17508, 24324, 33528, 45892, 62392, 84372, 113374, 151548, 201552, 266752, 351380, 460920, 601992, 783158, 1014984, 1310600, 1686408, 2162814, 2764748, 3523324, 4476720, 5671748
Offset: 1

Views

Author

Jeremy Lovejoy, Jun 19 2020

Keywords

Examples

			There are 14 overpartitions of 4: [4], [4'], [3,1], [3,1'], [3',1], [3',1'], [2,2], [2',2], [2,1,1], [2,1',1], [2',1,1], [2',1',1], [1,1,1,1], [1',1,1,1], and so a(4) = 26.
		

Crossrefs

Formula

G.f.: 2*(Product_{k>=1} (1+q^k)/(1-q^k))*Sum_{n>=1} (q^n*Product_{j=1..n}(1-q^j))/((1-q^n)^2*Product_{j=1..n}(1+q^j)).
a(n) = A335728(n) + A335730(n).