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.

A364278 Number of partitions of [n] with distinct block sizes such that no block contains its size as an element.

Original entry on oeis.org

1, 0, 0, 1, 1, 4, 24, 47, 153, 669, 5628, 13554, 61747, 247170, 1539565, 16979571, 53166394, 268393296, 1382097160, 7831424654, 59720804940, 917256305956, 3326800474687, 20441030261195, 112690616749302, 773175024537549, 5164903931159843, 52976603588044961
Offset: 0

Views

Author

Alois P. Heinz, Jul 17 2023

Keywords

Examples

			a(0) = 1: () the empty partition.
a(3) = 1: 13|2.
a(4) = 1: 124|3.
a(5) = 4: 1235|4, 124|35, 125|34, 13|245.
		

Crossrefs