cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A245662 Positive integers n such that n-th prime A000040(n) divides n-th partition number A000041(n).

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