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.

A309098 Number of partitions of n avoiding the partition (4,3).

Original entry on oeis.org

1, 1, 2, 3, 5, 7, 11, 14, 20, 25, 33, 39, 51, 58, 72, 82, 99, 110, 131, 143, 168, 183, 210, 226, 259, 277, 312, 333, 372, 394, 439, 462, 511, 537, 588, 617, 675, 705, 765, 798, 864, 898, 970, 1005, 1081, 1121, 1199, 1240, 1326, 1369, 1459, 1505, 1599, 1646
Offset: 0

Views

Author

Jonathan S. Bloom, Jul 12 2019

Keywords

Comments

We say a partition alpha contains mu provided that one can delete rows and columns from (the Ferrers board of) alpha and then top/right justify to obtain mu. If this is not possible then we say alpha avoids mu. For example the only partitions avoiding (2,1) are those whose Ferrers boards are rectangles.

Crossrefs

Programs

  • PARI
    lista(n)=Vec((1+sum(i=3,n,x^i/(1-x^i)+O(x*x^n)))/(1-x-x^2+x^3)) \\ Christian Sievers, Sep 01 2025

Formula

G.f.: (1 + Sum_{i>=3} x^i/(1-x^i)) / (1-x-x^2+x^3). - Christian Sievers, Sep 01 2025

Extensions

More terms from Alois P. Heinz, Jul 12 2019