Start from the singleton set S = {n}, and unless 1 is already a member of S, generate on each iteration a new set where each odd number k is replaced by 3k+1, and each even number k is replaced by 3k+1 and k/2. a(n) is the total size of the set from the singleton through after the first iteration which has produced 1 as a member, inclusive.
A291213
Start from the singleton set S = {n}, and unless 1 is already a member of S, generate on each iteration a new set where each odd number k is replaced by 3k+1, and each even number k is replaced by 3k+1 and k/2. a(n) is the total size of the set from the singleton through after the first iteration which has produced 1 as a member, inclusive.
Terms
- a(0) =1a(1) =3a(2) =36a(3) =6a(4) =20a(5) =72a(6) =1168a(7) =11a(8) =216a(9) =35a(10) =576a(11) =143a(12) =111a(13) =2422a(14) =1657a(15) =19a(16) =336a(17) =378a(18) =6253a(19) =66a(20) =51a(21) =1167a(22) =820a(23) =241a(24) =24096a(25) =180a(26) =18805a(27) =215a(28) =3833a(29) =3488
External references
- oeis: A291213