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.

A378544 a(n) is the sum of those divisors d of n for which A083345(d) is even, where A083345(n) is the numerator of Sum(e/p: n=Product(p^e)).

Original entry on oeis.org

1, 1, 1, 1, 1, 1, 1, 1, 10, 1, 1, 13, 1, 1, 16, 17, 1, 10, 1, 21, 22, 1, 1, 13, 26, 1, 10, 29, 1, 16, 1, 17, 34, 1, 36, 22, 1, 1, 40, 21, 1, 22, 1, 45, 25, 1, 1, 29, 50, 26, 52, 53, 1, 10, 56, 29, 58, 1, 1, 48, 1, 1, 31, 17, 66, 34, 1, 69, 70, 36, 1, 22, 1, 1, 41, 77, 78, 40, 1, 37, 91, 1, 1, 62, 86, 1, 88, 45, 1, 25
Offset: 1

Views

Author

Antti Karttunen, Nov 29 2024

Keywords

Crossrefs

Cf. also A378444 (number of such divisors).

Programs

Formula

a(n) = Sum_{d|n} d*A369001(d).
a(n) = A000203(n) - A378545(n).