[go: up one dir, main page]

login
Revision History for A366537 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
The sum of unitary divisors of the cubefree numbers (A004709).
(history; published version)
#16 by Michael De Vlieger at Mon Aug 05 16:03:59 EDT 2024
STATUS

reviewed

approved

#15 by Stefano Spezia at Mon Aug 05 15:42:58 EDT 2024
STATUS

proposed

reviewed

#14 by Chai Wah Wu at Mon Aug 05 15:40:26 EDT 2024
STATUS

editing

proposed

Discussion
Mon Aug 05
15:42
Stefano Spezia: Ok now
#13 by Chai Wah Wu at Mon Aug 05 15:40:23 EDT 2024
PROG

from sympy.ntheory.primetest import mobius, integer_nthroot

from sympy import mobius

STATUS

proposed

editing

#12 by Chai Wah Wu at Mon Aug 05 13:08:40 EDT 2024
STATUS

editing

proposed

Discussion
Mon Aug 05
15:33
Stefano Spezia: Same problem with importing here
#11 by Chai Wah Wu at Mon Aug 05 13:08:35 EDT 2024
PROG

return udivisor_sigma(m) # Chai Wah Wu, Aug 05 2024

#10 by Chai Wah Wu at Mon Aug 05 13:08:26 EDT 2024
PROG

(Python)

from sympy.ntheory.factor_ import udivisor_sigma

from sympy.ntheory.primetest import integer_nthroot

from sympy import mobius

def A366537(n):

def f(x): return n+x-sum(mobius(k)*(x//k**3) for k in range(1, integer_nthroot(x, 3)[0]+1))

m, k = n, f(n)

while m != k:

m, k = k, f(k)

return udivisor_sigma(m) # Chai Wah Wu, Aug 05 2024

STATUS

approved

editing

#9 by OEIS Server at Thu Oct 12 09:51:39 EDT 2023
LINKS

Amiram Eldar, <a href="/A366537/b366537_1.txt">Table of n, a(n) for n = 1..10000</a>

#8 by Michael De Vlieger at Thu Oct 12 09:51:39 EDT 2023
STATUS

reviewed

approved

Discussion
Thu Oct 12
09:51
OEIS Server: Installed first b-file as b366537.txt.
#7 by Joerg Arndt at Thu Oct 12 09:12:04 EDT 2023
STATUS

proposed

reviewed