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.

A274521 Number of odd partitions in the multiset of intersections of the set of partitions of n with itself; also number of distinct partitions in that multiset.

This page as a plain text file.
%I A274521 #33 Feb 16 2025 08:33:36
%S A274521 1,1,4,8,23,44,107,190,406,722,1394,2383,4434,7342,12901,21162,35754,
%T A274521 57286,94294,147980,237716,368255,577038,880400,1358074,2043017,
%U A274521 3097194,4607048,6882358,10121400,14937754,21726770,31695300,45685964,65909693,94165650
%N A274521 Number of odd partitions in the multiset of intersections of the set of partitions of n with itself; also number of distinct partitions in that multiset.
%C A274521 Let a(n) be the number of odd partitions in the multiset intersections of the set of partitions of n with itself.
%C A274521 Form the p(n) X p(n) matrix M of partitions of numbers ranging from 1 to n by taking the multiset intersections of all the pairs of partitions of n. Then, ignoring the empty set, the number of odd partitions in M equals the number of distinct partitions in M. (Proved in Wilf et al., "A pentagonal number sieve".)
%C A274521 By numerical experimentation, it seems a(n) is the convolution of A000009 (with offset 1) and A054440. (conjectured)
%H A274521 George Beck, <a href="/A274521/a274521.nb">Mathematica notebook</a>
%H A274521 Sylvie Corteel, Carla D. Savage, Herbert S. Wilf, and Doron Zeilberger, <a href="http://dx.doi.org/10.1006/jcta.1997.2846">A pentagonal number sieve</a>, J. Combin. Theory Ser. A 82 (1998), no. 2, 186-192.
%H A274521 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/PentagonalNumberTheorem.html">Pentagonal Number Theorem</a>
%H A274521 Wikipedia, <a href="http://www.wikipedia.org/wiki/Pentagonal_number_theorem">Pentagonal number theorem</a>
%e A274521 For n=3, the partitions are 3, 21, 111. The multiset intersections are M = {{3, x, x}, {x, 21, 1}, {x, 1, 111}} (where x is the empty set), which fall into classes {{OD, y, y}, {y, D, OD}, {y, OD, O}}, where O means odd, D means distinct, OD means both, and y means neither. Thus a(3) = 4, the number of Os, which equals the number of Ds.
%Y A274521 Cf. A000009, A054440.
%K A274521 nonn
%O A274521 1,3
%A A274521 _George Beck_, Jun 26 2016