A072246 Numbers which are simultaneously the number of partitions of some k and the number of distinct partitions of some m.
1, 2, 3, 5, 15, 22
Offset: 1
Keywords
Programs
-
Mathematica
Intersection[ Table[ PartitionsP[n], {n, 1, 5000}], Table[ PartitionsQ[n], {n, 1, 7000}]]
Formula
Extensions
Perhaps there are no more terms? - N. J. A. Sloane Jul 06 2002
Comments