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-1 of 1 results.

A383863 The number of divisors d of n having the property that for every prime p dividing n the p-adic valuation of d is either 0 or a unitary divisor of the p-adic valuation of n.

Original entry on oeis.org

1, 2, 2, 3, 2, 4, 2, 3, 3, 4, 2, 6, 2, 4, 4, 3, 2, 6, 2, 6, 4, 4, 2, 6, 3, 4, 3, 6, 2, 8, 2, 3, 4, 4, 4, 9, 2, 4, 4, 6, 2, 8, 2, 6, 6, 4, 2, 6, 3, 6, 4, 6, 2, 6, 4, 6, 4, 4, 2, 12, 2, 4, 6, 5, 4, 8, 2, 6, 4, 8, 2, 9, 2, 4, 6, 6, 4, 8, 2, 6, 3, 4, 2, 12, 4, 4, 4
Offset: 1

Views

Author

Amiram Eldar, May 12 2025

Keywords

Comments

First differs from A073184 at n = 64.
First differs from A383865 at n = 256.
The number of divisors d of n such that each is a unitary divisor of an exponential unitary divisor of n (see A361255).
Analogous to the number of (1+e)-divisors (A049599) as exponential unitary divisors (A361255, A278908) are analogous to exponential divisors (A322791, A049419).
The sum of these divisors is A383864(n).
Also, the number of divisors d of n having the property that for every prime p dividing n the p-adic valuation of d is either 0 or a squarefree divisor of the p-adic valuation of n. The sum of these divisors is A383867(n).

Crossrefs

Programs

  • Mathematica
    f[p_, e_] := 2^PrimeNu[e] + 1; a[1] = 1; a[n_] := Times @@ f @@@ FactorInteger[n]; Array[a, 100]
  • PARI
    a(n) = vecprod(apply(x -> 1 + 1 << omega(x), factor(n)[, 2]));

Formula

Multiplicative with a(p^e) = 1 + 2^A001221(e) = 1 + A034444(e).
a(n) <= A049599(n), with equality if and only if n is an exponentially squarefree number (A209061).
Showing 1-1 of 1 results.