A054003 tau(n+1) - tau(n) where n and n+1 have the same sum of divisors.
0, 2, -4, 0, 4, 0, 0, 8, 6, -4, -6, 6, -8, -8, 0, 4, 0, 4, 0, 8, 8, -8, 0, -4, 0, 8, -8, 0, -12, 12, -8, 8, 0, -8, -8, -4, -12, 24, -8, 0, 8, 0, -8, -4, -8, -8, 0, 16, -4, -4, 4, 0, 0, -28, 0, 0, -20, -4, 24, 0, -16, 8, 8, -8, -8, 12, -16, 0, -40, 40, -8, 8, 0, 0, 0, 40, -8, 0, 40
Offset: 1
Keywords
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10135 (from the b-file at A002961)
Programs
-
Magma
[#Divisors(n+1)-#Divisors(n):n in [1..5000000]| SumOfDivisors(n) eq SumOfDivisors(n+1)]; // Marius A. Burtea, Sep 07 2019
Extensions
More terms from Naohiro Nomoto, Jun 23 2001