login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A363091 Sum of the divisor complements of the refactorable unitary divisors of n. 0
1, 3, 3, 4, 5, 9, 7, 9, 10, 15, 11, 13, 13, 21, 15, 16, 17, 30, 19, 20, 21, 33, 23, 28, 25, 39, 27, 28, 29, 45, 31, 32, 33, 51, 35, 41, 37, 57, 39, 46, 41, 63, 43, 44, 50, 69, 47, 48, 49, 75, 51, 52, 53, 81, 55, 64, 57, 87, 59, 66, 61, 93, 70, 64, 65, 99, 67, 68, 69, 105, 71 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = n * Sum_{d|n, tau(d)|d, gcd(d,n/d)=1} 1 / d.
MATHEMATICA
a[n_] := n*DivisorSum[n, 1/# &, CoprimeQ[#, n/#] && Divisible[#, DivisorSigma[0, #]] &]; Array[a, 100]
CROSSREFS
Sequence in context: A239483 A104806 A241442 * A043551 A162888 A337402
KEYWORD
nonn,easy
AUTHOR
Wesley Ivan Hurt, May 27 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)