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.

Showing 1-3 of 3 results.

A378444 a(n) is the number of divisors d of n such that 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, 2, 1, 1, 2, 1, 1, 2, 2, 1, 2, 1, 2, 2, 1, 1, 2, 2, 1, 2, 2, 1, 2, 1, 2, 2, 1, 2, 3, 1, 1, 2, 2, 1, 2, 1, 2, 3, 1, 1, 3, 2, 2, 2, 2, 1, 2, 2, 2, 2, 1, 1, 4, 1, 1, 3, 2, 2, 2, 1, 2, 2, 2, 1, 3, 1, 1, 3, 2, 2, 2, 1, 3, 3, 1, 1, 4, 2, 1, 2, 2, 1, 3, 2, 2, 2, 1, 2, 3, 1, 2, 3, 3, 1, 2, 1, 2, 4
Offset: 1

Views

Author

Antti Karttunen, Nov 27 2024

Keywords

Comments

Number of terms of A369002 that divide n.

Crossrefs

Inverse Möbius transform of A369001.
Cf. also A369257.

Programs

Formula

a(n) = Sum_{d|n} A369001(d).
a(n) = A000005(n) - A378445(n).
a(n) = Sum_{d|n} A023900(d)*A378546(n/d).
a(n) = ceiling(A174273(n)/2). [Conjectured] - Antti Karttunen, May 14 2025

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

Original entry on oeis.org

0, 2, 3, 6, 5, 11, 7, 14, 3, 17, 11, 15, 13, 23, 8, 14, 17, 29, 19, 21, 10, 35, 23, 47, 5, 41, 30, 27, 29, 56, 31, 46, 14, 53, 12, 69, 37, 59, 16, 69, 41, 74, 43, 39, 53, 71, 47, 95, 7, 67, 20, 45, 53, 110, 16, 91, 22, 89, 59, 120, 61, 95, 73, 110, 18, 110, 67, 57, 26, 108, 71, 173, 73, 113, 83, 63, 18, 128, 79, 149
Offset: 1

Views

Author

Antti Karttunen, Nov 29 2024

Keywords

Crossrefs

Cf. also A378445 (number of such divisors).

Programs

  • PARI
    A377874(n) = { my(f=factor(n)); (numerator(vecsum(vector(#f~, i, f[i, 2]/f[i, 1])))%2); };
    A378545(n) = sumdiv(n,d,d*A377874(d));

Formula

a(n) = Sum_{d|n} d*A377874(d).
a(n) = A000203(n) - A378544(n).

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

Original entry on oeis.org

0, 1, 1, 3, 1, 6, 1, 7, 3, 8, 1, 15, 1, 10, 8, 14, 1, 19, 1, 21, 10, 14, 1, 34, 5, 16, 10, 27, 1, 40, 1, 29, 14, 20, 12, 48, 1, 22, 16, 48, 1, 52, 1, 39, 25, 26, 1, 69, 7, 41, 20, 45, 1, 60, 16, 62, 22, 32, 1, 96, 1, 34, 31, 59, 18, 76, 1, 57, 26, 72, 1, 109, 1, 40, 41, 63, 18, 88, 1, 97, 30, 44, 1, 126, 22, 46, 32
Offset: 1

Views

Author

Antti Karttunen, Nov 30 2024

Keywords

Comments

Dirichlet convolution of A000027 with A377874.
Dirichlet convolution of A000010 (Euler phi) with A378445.

Crossrefs

Programs

  • PARI
    A377874(n) = { my(f=factor(n)); (numerator(vecsum(vector(#f~, i, f[i, 2]/f[i, 1])))%2); };
    A378547(n) = sumdiv(n,d,d*A377874(n/d));

Formula

a(n) = Sum_{d|n} A377874(n/d)*d.
a(n) = Sum_{d|n} A000010(n/d)*A378445(d).
a(n) = A000203(n) - A378546(n).
Showing 1-3 of 3 results.