A362684 a(n) is the index at which n first occurs in A362681.
1, 3, 5, 7, 26, 49, 632, 1682
Offset: 0
Examples
a(7) = 1682 because the first number to require 7 iterations to reach 2 or less is 1682. Each iteration step is n <- 2n - {sum of proper factors of 2n} = A157449(2n); for n = 1682, this gives 2n = 3364, 3364 - (2 + 4 + 29 + 58 + 116 + 841 + 1682) = 632, which is a(6). Note that the proper factors of x are all divisors of x other than 1 and x.
Extensions
a(0)=1 prepended by Michel Marcus, Oct 11 2023
Comments