A229673 The number of subsets of nonzero integers of cardinality n, produced as the steps in a computation starting with 1 and using the operations of multiplication, addition, or subtraction.
1, 3, 15, 126, 1667, 31966, 828678, 27535826, 1128945382, 55473589278, 3193471420236, 211517309562652
Offset: 1
Examples
a(1) = 1 and the SLP is (1,2). a(2) = 3 and the SLPs are (1,2,3), (1,2,4), and (1,2,-1).
Formula
a(n) >= 2^(n-1)*(n-1)!.
Comments