A139218 Smallest positive integer of the form 3k+2 such that all subsets of {a(1),...,a(n)} have a different sum.
2, 5, 8, 14, 23, 41, 92, 179, 353, 716, 1427, 2849, 5708, 11411
Offset: 1
Keywords
Formula
It appears that a(n) = a(n-1)+a(n-2)+2*a(n-3), for n>6.
Comments