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.

A351539 Number of odd 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1
Offset: 1

Views

Author

Antti Karttunen, Feb 16 2022

Keywords

Examples

			For n = 2235 = 3 * 5 * 149, sigma(2235) = 3600 = 2^4 * 3^2 * 5^2, and thus for two of the three odd prime factors of 2235, a higher power of the same prime divides sigma(2235), and therefore a(2235) = 2. This is also the least n for which a(n) > 1.
		

Crossrefs

Cf. A000203, A001221, A286561, A351439, A351540 (positions of nonzero terms).

Programs

Formula

For all n >= 1, a(n) <= A351439(n) <= A001221(n).