a(n) = gcd(a(n-1),n-1)*a(n-1) + d(n-1) if a(n-1) is not divisible by 2, otherwise a(n) = a(n-1)/2, where gcd denotes common divisor, d(n) is number of divisors of n.
A133904
a(n) = gcd(a(n-1),n-1)*a(n-1) + d(n-1) if a(n-1) is not divisible by 2, otherwise a(n) = a(n-1)/2, where gcd denotes common divisor, d(n) is number of divisors of n.
Terms
- a(0) =1a(1) =2a(2) =1a(3) =3a(4) =6a(5) =3a(6) =13a(7) =15a(8) =19a(9) =22a(10) =11a(11) =123a(12) =375a(13) =377a(14) =381a(15) =1147a(16) =1152a(17) =576a(18) =288a(19) =144a(20) =72a(21) =36a(22) =18a(23) =9a(24) =35a(25) =178a(26) =89a(27) =93a(28) =99a(29) =101
External references
- oeis: A133904