a(1)=1, a(2)=2, a(3)=3; for n >= 3, a(n) is smallest number such that all a(i) for 1 <= i <= n are distinct, all a(i)+a(j) for 1 <= i < j <= n are distinct and all a(i)+a(j)+a(k) for 1 <= i < j < k <= n are distinct.
A036241
a(1)=1, a(2)=2, a(3)=3; for n >= 3, a(n) is smallest number such that all a(i) for 1 <= i <= n are distinct, all a(i)+a(j) for 1 <= i < j <= n are distinct and all a(i)+a(j)+a(k) for 1 <= i < j < k <= n are distinct.
Terms
- a(0) =1a(1) =2a(2) =3a(3) =5a(4) =8a(5) =14a(6) =25a(7) =45a(8) =82a(9) =140a(10) =235a(11) =388a(12) =559a(13) =839a(14) =1286a(15) =1582a(16) =2221a(17) =3144a(18) =4071a(19) =5795a(20) =6872a(21) =9204a(22) =11524a(23) =13796a(24) =17686a(25) =21489a(26) =26019a(27) =31080a(28) =37742a(29) =45067
External references
- oeis: A036241