login
A072246
Numbers which are simultaneously the number of partitions of some k and the number of distinct partitions of some m.
2
1, 2, 3, 5, 15, 22
OFFSET
1,2
COMMENTS
No more terms for all A000041(k) and A000009(m), where k<=1002505 and m<=2000000. - Vaclav Kotesovec, May 29 2018
FORMULA
A167392(a(n))*A167393(a(n)) = 1. [From Reinhard Zumkeller, Nov 03 2009]
MATHEMATICA
Intersection[ Table[ PartitionsP[n], {n, 1, 5000}], Table[ PartitionsQ[n], {n, 1, 7000}]]
CROSSREFS
Intersection of A000041 and A000009; A368036 and A368037.
Sequence in context: A102033 A282616 A174418 * A292903 A296051 A248613
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Jul 06 2002
EXTENSIONS
Perhaps there are no more terms? - N. J. A. Sloane Jul 06 2002
STATUS
approved