Keys added to a map T initialized with T[1] = 1 and updated at each iteration according to T[value] := (T[value] if defined else 0) + key, for all (key, value) pairs already in T; listed in order the keys are added to the map (cf. comments for details).

A390939

Keys added to a map T initialized with T[1] = 1 and updated at each iteration according to T[value] := (T[value] if defined else 0) + key, for all (key, value) pairs already in T; listed in order the keys are added to the map (cf. comments for details).

Terms

    a(0) =1a(1) =2a(2) =4a(3) =8a(4) =10a(5) =16a(6) =12a(7) =24a(8) =32a(9) =20a(10) =46a(11) =6a(12) =44a(13) =80a(14) =64a(15) =88a(16) =160a(17) =208a(18) =320a(19) =128a(20) =416a(21) =616a(22) =28a(23) =896a(24) =1222a(25) =34a(26) =256a(27) =1792a(28) =2444a(29) =3712

External references