%I #7 Jul 29 2014 12:32:36
%S 1119414,52734279
%N Positive integers n such that n-th prime A000040(n) divides n-th partition number A000041(n).
%C The indices of zeros in A094252 and A245525.
%C There are no other terms below 10^8.
%o (PARI) n=0; forprime(p=2,,if(numbpart(n++)%p==0, print1(n", "))) \\ _Charles R Greathouse IV_, Jul 28 2014
%Y Cf. A000040, A000041, A094252, A245525
%K nonn,bref,hard,more
%O 1,1
%A _Max Alekseyev_, Jul 28 2014