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.

A383292 Dirichlet g.f.: zeta(s) * Product_{p prime} (1 + 1/p^(2*s) + 1/p^(3*s)).

Original entry on oeis.org

1, 1, 1, 2, 1, 1, 1, 3, 2, 1, 1, 2, 1, 1, 1, 3, 1, 2, 1, 2, 1, 1, 1, 3, 2, 1, 3, 2, 1, 1, 1, 3, 1, 1, 1, 4, 1, 1, 1, 3, 1, 1, 1, 2, 2, 1, 1, 3, 2, 2, 1, 2, 1, 3, 1, 3, 1, 1, 1, 2, 1, 1, 2, 3, 1, 1, 1, 2, 1, 1, 1, 6, 1, 1, 2, 2, 1, 1, 1, 3, 3, 1, 1, 2, 1, 1, 1, 3, 1, 2, 1, 2, 1, 1, 1, 3, 1, 2, 2, 4
Offset: 1

Views

Author

Vaclav Kotesovec, Apr 22 2025

Keywords

Comments

First differs from A095691, A365552 and A368105 at n = 32.
The number of divisors of n that are both biquadratefree (A046100) and powerful (A001694). - Amiram Eldar, Apr 22 2025

Crossrefs

Programs

  • Mathematica
    f[p_, e_] := If[e < 4, e, 3]; a[1] = 1; a[n_] := Times @@ f @@@ FactorInteger[n]; Array[a, 100] (* Amiram Eldar, Apr 22 2025 *)
  • PARI
    for(n=1, 100, print1(direuler(p=2, n, 1/(1-X) * (1 + X^2 + X^3))[n], ", "))

Formula

Sum_{k=1..n} a(k) ~ c * n, where c = A330595 = Product_{p prime} (1 + 1/p^2 + 1/p^3) = 1.74893299784324530303390699768511480225988349359548...
Multiplicative with a(p^e) = e if e < 4 and 3 otherwise. - Amiram Eldar, Apr 22 2025