login
A390940
Terms of A390939 sorted in increasing order, where A390939 lists the keys added in the map initialized with T[1] = 1 and repeatedly T[v] := k + (T[v] if defined else 0) for all key-value pairs (k, v) in T.
2
1, 2, 4, 6, 8, 10, 12, 16, 20, 24, 26, 28, 30, 32, 34, 44, 46, 52, 54, 60, 62, 64, 66, 68, 72, 80, 82, 88, 90, 100, 104, 116, 120, 128, 132, 134, 152, 160, 180, 200, 208, 224, 232, 240, 256, 264, 268, 274, 298, 320, 336, 360, 388, 400, 402, 416, 444, 448, 464, 480, 512, 544, 616, 632, 668
OFFSET
1,2
COMMENTS
Only the entries T[k] with k in A390943 grow to infinity, all other entries reach one of the values listed in A390943 and remain constant thereafter. Hence, from a given moment on, the keys added to the table (and listed here) are the { T[k] ; k in A390943 }.
See the main entry A390939 for additional information.
CROSSREFS
Cf. A390939 (main entry: same terms, but in the order they appear in T), A390943 (list of 17 special keys and values), A000079 (powers of 2).
Sequence in context: A085154 A371286 A331079 * A274284 A375473 A112421
KEYWORD
nonn
AUTHOR
M. F. Hasler, Nov 24 2025
STATUS
approved