A139217 Smallest positive integer of the form 3k+1 such that all subsets of {a(1),...,a(n)} have a different sum.
1, 4, 7, 13, 22, 49, 97, 190, 385, 769, 1534, 3073, 6145, 12286
Offset: 1
Keywords
Formula
It appears that a(n)=a(n-1)+a(n-2)+2a(n-3), for n>4.
Comments