A030708 The second list after the following procedure: starting with a list [1] and an empty list, repeatedly add the distinct values already in both lists in ascending order to the second list and add the corresponding frequencies of those values to the first list.
1, 1, 1, 3, 1, 3, 4, 1, 2, 3, 4, 6, 1, 2, 3, 4, 6, 8, 1, 2, 3, 4, 5, 6, 8, 11, 1, 2, 3, 4, 5, 6, 8, 11, 13, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 13, 16, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 16, 18, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 18, 22, 1, 2
Offset: 1
Keywords
Links
- Sean A. Irvine, Table of n, a(n) for n = 1..1000
Crossrefs
Cf. A030707 (1st list).
Extensions
Name revised in line with A030778 by Peter Munn, Oct 08 2022