11351340
domain: N
Appears in sequences
- Composite n added to sum of its prime factors is nextprime(n).at n=19A050765
- Triangle read by rows: T(0,0) = 1, T(n,k) = Sum_{j=max(0,1-k)..n-k} (2^j)*(binomial(k+j,1+j) + binomial(k+j+1,1+j))*T(n-1,k-1+j).at n=25A085734
- T(n, k) = [x^k] (2*n)! [z^(2*n)] 1/cos(z)^x, triangle read by rows, for 0 <= k <= n.at n=33A088874
- Triangle T(n,k) by rows: coefficient [x^(n-k)] of 2^n * n! *L(n,1/2,x), with L the generalized Laguerre polynomials in the Abramowitz-Stegun normalization.at n=33A098503
- Triangle S(n, k) by rows: coefficients of 2^((n-1)/2)*(x^(1/2)*d/dx)^n, where n = 1, 3, 5, ...at n=30A223523
- Coefficients of the Omega polynomials of order 2, triangle T(n,k) read by rows with 0<=k<=n.at n=33A318146