OFFSET
1,4
COMMENTS
Conjecture: a(n) exists for any n > 0.
LINKS
Zhi-Wei Sun, Table of n, a(n) for n = 1..765
EXAMPLE
a(5) = 13 since 5 + 13 = 18 divides p(5) + p(13) = 7 + 101 = 108.
MATHEMATICA
Do[m=1; Label[aa]; If[Mod[PartitionsP[m]+PartitionsP[n], m+n]==0, Print[n, " ", m]; Goto[bb]]; m=m+1; Goto[aa]; Label[bb]; Continue, {n, 1, 60}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Zhi-Wei Sun, Oct 02 2014
STATUS
approved