A066063 Size of the smallest subset S of T={0,1,2,...,n} such that each element of T is the sum of two elements of S.
1, 2, 2, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 6, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 10, 10, 10, 10, 10, 10, 10, 10, 11, 11, 11, 11, 11, 11, 12, 12, 12, 12
Offset: 0
Examples
For n=2, it is clear that S={0,1} is the unique subset of {0,1,2} that satisfies the definition, so a(2)=2.
Extensions
a(27)-a(50) from Rob Pratt, Aug 13 2020
Comments