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.

A194345 Numbers k for which the largest prime factor of p(k) divides p(1)*p(2)*...*p(k-1), where p(k) is the number of partitions of k.

This page as a plain text file.
%I A194345 #12 Jun 07 2023 04:35:01
%S A194345 1,7,8,9,10,11,12,14,15,16,17,18,19,21,24,33,38,39,82,97,158,166,180
%N A194345 Numbers k for which the largest prime factor of p(k) divides p(1)*p(2)*...*p(k-1), where p(k) is the number of partitions of k.
%C A194345 It appears that for all k > 180, the largest prime factor of p(k) does not divide p(1)*p(2)*...*p(k-1). This has been checked up to k = 2000. [Checked up to k = 10000, using A071963 b-file. - _Pontus von Brömssen_, Jun 05 2023]
%C A194345 See A071963 and A194259 for links and additional comments.
%e A194345 1 is in the sequence because p(1) = 1 and 1 has no prime factor, so the condition is vacuously true.
%e A194345 For k = 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 21, 24, 33, 38, 39, 82, 97, every prime factor of p(k) divides p(1)*p(2)*...*p(k-1).
%e A194345 For k = 158, 166, 180, not every prime factor of p(k) divides p(1)*p(2)*...*p(k-1), but the largest one does.
%Y A194345 Cf. A000041, A071963, A087173, A192885, A194259, A194260, A194261, A194262.
%K A194345 nonn,more
%O A194345 1,2
%A A194345 _Jonathan Sondow_, Aug 21 2011