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”).

A245662
Positive integers n such that n-th prime A000040(n) divides n-th partition number A000041(n).
2
1119414, 52734279
OFFSET
1,1
COMMENTS
The indices of zeros in A094252 and A245525.
There are no other terms below 10^8.
PROG
(PARI) n=0; forprime(p=2, , if(numbpart(n++)%p==0, print1(n", "))) \\ Charles R Greathouse IV, Jul 28 2014
CROSSREFS
KEYWORD
nonn,bref,hard,more
AUTHOR
Max Alekseyev, Jul 28 2014
STATUS
approved