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

A377515 The largest divisor of n that is a term in A276078.

Original entry on oeis.org

1, 2, 3, 2, 5, 6, 7, 2, 9, 10, 11, 6, 13, 14, 15, 2, 17, 18, 19, 10, 21, 22, 23, 6, 25, 26, 9, 14, 29, 30, 31, 2, 33, 34, 35, 18, 37, 38, 39, 10, 41, 42, 43, 22, 45, 46, 47, 6, 49, 50, 51, 26, 53, 18, 55, 14, 57, 58, 59, 30, 61, 62, 63, 2, 65, 66, 67, 34, 69, 70
Offset: 1

Views

Author

Amiram Eldar, Oct 30 2024

Keywords

Comments

First differs from A327937 at n = 625 = 5^4: a(625) = 125, while A327937(625) = 625.
The number of these divisors is A377516(n), and their sum is A377517(n).

Crossrefs

Programs

  • Mathematica
    f[p_, e_] := p^Min[PrimePi[p], e]; a[1] = 1; a[n_] := Times @@ f @@@ FactorInteger[n]; Array[a, 100]
  • PARI
    a(n) = {my(f = factor(n)); prod(i = 1, #f~, f[i,1]^min(primepi(f[i,1]), f[i,2]));}

Formula

Multiplicative with a(p^e) = p^min(pi(p), e), where pi(n) = A000720(n).
a(n) = n if and only if n is in A276078.
Dirichlet g.f.: zeta(s-1) * zeta(s) * Product_{p prime} (p^((pi(p)+1)*s) - p^(pi(p)+1) - p^(pi(p)*s) + p^pi(p))/p^((pi(p)+1)*s).
Sum_{k=1..n} a(k) ~ c * n^2 / 2, where c = Product_{p prime} (1 - 1/(p^pi(p) * (p+1))) = 0.80906238421914194523... .

A377516 The number of divisors of n that are terms in A276078.

Original entry on oeis.org

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

Views

Author

Amiram Eldar, Oct 30 2024

Keywords

Comments

The sum of these divisors is A377517(n), and the largest of them is A377515(n).

Crossrefs

Programs

  • Mathematica
    f[p_, e_] := Min[PrimePi[p], e] + 1; a[1] = 1; a[n_] := Times @@ f @@@ FactorInteger[n]; Array[a, 100]
  • PARI
    a(n) = {my(f = factor(n)); prod(i = 1, #f~, min(primepi(f[i,1]), f[i,2]) + 1);}

Formula

a(n) = A000005(A377515(n)).
Multiplicative with a(p^e) = min(pi(p), e) + 1, where pi(n) = A000720(n).
Dirichlet g.f.: zeta(s)^2 * Product_{p prime} (1 - 1/p^((pi(p)+1)*s)).

A377520 The sum of the divisors of n that are terms in A207481.

Original entry on oeis.org

1, 3, 4, 7, 6, 12, 8, 7, 13, 18, 12, 28, 14, 24, 24, 7, 18, 39, 20, 42, 32, 36, 24, 28, 31, 42, 40, 56, 30, 72, 32, 7, 48, 54, 48, 91, 38, 60, 56, 42, 42, 96, 44, 84, 78, 72, 48, 28, 57, 93, 72, 98, 54, 120, 72, 56, 80, 90, 60, 168, 62, 96, 104, 7, 84, 144, 68
Offset: 1

Views

Author

Amiram Eldar, Oct 30 2024

Keywords

Comments

First differs from A284341 at n = 81 = 3^4: a(81) = 40, while A284341(81) = 121.
The number of these divisors is A377519(n), and the largest of them is A377518(n).

Crossrefs

Programs

  • Mathematica
    f[p_, e_] := (p^(Min[p, e] + 1) - 1)/(p-1); a[1] = 1; a[n_] := Times @@ f @@@ FactorInteger[n]; Array[a, 100]
  • PARI
    a(n) = {my(f = factor(n)); prod(i = 1, #f~, (f[i,1]^(min(f[i,1], f[i,2]) + 1) - 1)/(f[i,1] - 1));}

Formula

a(n) = A000203(A377518(n)).
Multiplicative with a(p^e) = (p^(min(p, e)+1) - 1)/(p - 1).
Dirichlet g.f.: zeta(s-1) * zeta(s) * Product_{p prime} (p^((p+1)*s) - p^(p+1))/p^((p+1)*s).
Sum_{k=1..n} a(k) ~ c * n^2 / 2, where c = zeta(2) * Product_{p prime} (1 - 1/p^(p+1)) = 1.42145673335960701365... .

A380087 The sum of the unitary divisors of n that are terms in A276078.

Original entry on oeis.org

1, 3, 4, 1, 6, 12, 8, 1, 10, 18, 12, 4, 14, 24, 24, 1, 18, 30, 20, 6, 32, 36, 24, 4, 26, 42, 1, 8, 30, 72, 32, 1, 48, 54, 48, 10, 38, 60, 56, 6, 42, 96, 44, 12, 60, 72, 48, 4, 50, 78, 72, 14, 54, 3, 72, 8, 80, 90, 60, 24, 62, 96, 80, 1, 84, 144, 68, 18, 96, 144
Offset: 1

Views

Author

Amiram Eldar, Jan 11 2025

Keywords

Crossrefs

Programs

  • Mathematica
    f[p_, e_] := If[e <= PrimePi[p], p^e, 0] + 1; a[1] = 1; a[n_] := Times @@ f @@@ FactorInteger[n]; Array[a, 100]
  • PARI
    a(n) = {my(f = factor(n)); prod(i = 1, #f~, if(f[i,2] <= primepi(f[i,1]), f[i,1]^f[i,2], 0) + 1);}

Formula

a(n) = A034448(A380085(n)).
Multiplicative with a(p^e) = p^e + 1 if e <= pi(p) = A000720(p), and 1 otherwise.
a(n) = 1 if and only if n is in A325127.
a(n) < A034448(n) if and only if n is in A276079.
a(n) = A034448(n) if and only if n is in A276078.
a(n) = A377517(n) if and only if n is squarefree (A005117).
Sum_{k=1..n} a(k) ~ c * n^2 / 2, where c = Product_{k>=1} (p(k)^(k+2) + p(k)^(k+1) + p(k)^k - p(k) - 1)/(p(k)^(k+1) * (p(k)+1)) = 1.03676..., where p(k) = prime(k).
Showing 1-4 of 4 results.