112371
domain: N
Appears in sequences
- Expansion of 1/((1-2x)(1-3x)(1-5x)(1-7x)).at n=5A025931
- Triangle read by rows: T(n,k) = p(k)*T(n-1,k) + T(n-1,k-1) (1 <= k <= n), where p(k) denotes the k-th prime.at n=39A124960
- A(n,k) is the sum of all compositions [c_1, c_2, ..., c_k] of n into k nonnegative parts encoded as Product_{i=1..k} prime(i)^(c_i); square array A(n,k), n>=0, k>=0, read by antidiagonals.at n=50A343751