login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A056872
Numbers k such that k | p(k) + q(k) where p(k) = partition numbers (A000041) and q(k) = partition numbers into distinct parts (A000009).
1
1, 5, 25, 42, 133, 618, 643, 701, 1962, 8150, 147458, 168459, 356038, 415870, 536685, 637757, 1093612, 1207618, 3368325, 3470706, 23400631, 37621653
OFFSET
1,2
COMMENTS
No other terms below 10^8. - Max Alekseyev, Oct 12 2023
MATHEMATICA
Do[ If[ Mod[ PartitionsP[ n ] + PartitionsQ[ n ], n ] == 0, Print[ n ] ], {n, 1, 8150} ]
KEYWORD
nonn,more
AUTHOR
Robert G. Wilson v, Sep 02 2000
EXTENSIONS
a(11)-a(18) from Sean A. Irvine, May 12 2022
a(19)-a(22) from Max Alekseyev, Oct 12 2023
STATUS
approved