login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A245662 Positive integers n such that n-th prime A000040(n) divides n-th partition number A000041(n). 2

%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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)