30165
domain: N
Appears in sequences
- Form a conjugate partition of row with 1+1+1 in first row. all other rows are the union of their parents. a(n) = number of types of piles in the n-th row.at n=29A064480
- Numbers k such that 2*k+1, 4*k+1, 8*k+1 and 16*k+1 are primes.at n=26A124412
- Number of nX3 0..1 arrays with every element unequal to 1, 2, 5, 6 or 7 king-move adjacent elements, with upper left element zero.at n=18A305177
- Numbers k such that 3^k*k^3 - 2 is a prime.at n=12A366956
- Triangle, read by rows, where T(n,k) = T(n-1,k-1) + 2*T(n,k-1) when k > 0, else T(n,0) = T(n-1,n-1) when n > 0, with T(0,0) = 1.at n=18A376177