Value of T[2] after the n-th iteration, when the map T is initialized with T[1] = 1 and in subsequent iterations, T[v] = k + (T[v] if defined else 0) for all key-value pairs (k, v) in T; a(n) = 0 if T[2] isn't defined yet.
A390942
Value of T[2] after the n-th iteration, when the map T is initialized with T[1] = 1 and in subsequent iterations, T[v] = k + (T[v] if defined else 0) for all key-value pairs (k, v) in T; a(n) = 0 if T[2] isn't defined yet.
Terms
- a(0) =0a(1) =0a(2) =1a(3) =2a(4) =4a(5) =4a(6) =4a(7) =4a(8) =12a(9) =20a(10) =44a(11) =88a(12) =208a(13) =416a(14) =896a(15) =1792a(16) =3712a(17) =7316a(18) =14888a(19) =29776a(20) =59848a(21) =118768a(22) =238560a(23) =477120a(24) =956080a(25) =1912160a(26) =3828416a(27) =7656416a(28) =15321024a(29) =30642048
External references
- oeis: A390942