Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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