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.

A363085 Sum of the refactorable unitary divisors of n.

Original entry on oeis.org

1, 3, 1, 1, 1, 3, 1, 9, 10, 3, 1, 13, 1, 3, 1, 1, 1, 30, 1, 1, 1, 3, 1, 33, 1, 3, 1, 1, 1, 3, 1, 1, 1, 3, 1, 46, 1, 3, 1, 49, 1, 3, 1, 1, 10, 3, 1, 1, 1, 3, 1, 1, 1, 3, 1, 65, 1, 3, 1, 73, 1, 3, 10, 1, 1, 3, 1, 1, 1, 3, 1, 90, 1, 3, 1, 1, 1, 3, 1, 81, 1, 3, 1, 97, 1, 3, 1, 97
Offset: 1

Views

Author

Wesley Ivan Hurt, May 27 2023

Keywords

Crossrefs

Programs

  • Mathematica
    a[n_] := DivisorSum[n, # &, CoprimeQ[#, n/#] && Divisible[#, DivisorSigma[0, #]] &]; Array[a, 100]

Formula

a(n) = Sum_{d|n, tau(d)|d, gcd(d,n/d)=1} d.