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.

Original entry on oeis.org

1, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 21, 24, 33, 38, 39, 82, 97, 158, 166, 180
Offset: 1

Views

Author

Jonathan Sondow, Aug 21 2011

Keywords

Comments

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]
See A071963 and A194259 for links and additional comments.

Examples

			1 is in the sequence because p(1) = 1 and 1 has no prime factor, so the condition is vacuously true.
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).
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.
		

Crossrefs