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.

A351439 Number of prime factors p of n such that p^(1+valuation(n,p)) divides sigma(n).

Original entry on oeis.org

0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 2, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 1
Offset: 1

Views

Author

Antti Karttunen, Feb 16 2022

Keywords

Examples

			For n = 30 = 2*3*5, sigma(30) = 72 = 2^3 * 3^2 and thus for two of the three prime factors of 30, a higher power of the same prime divides sigma(30), and therefore a(30) = 2.
		

Crossrefs

Programs

Formula

For all n >= 1, a(n) <= A001221(n). [Apparently this is sharp for n > 1].
For all n >= 1, a(n) >= A351539(n).