114675
domain: N
Appears in sequences
- a(n) = (n+1)*2^n - n.at n=13A048493
- a(1) = 3, a(n + 1) = 1 + a(n) + least odd prime factor of a(n).at n=38A144751
- a(n) = 2*a(n-1) + 13, a(1)=1.at n=13A173873
- Number of size n nonnegative integer arrays with new values introduced in increasing order from 0, and no 6 consecutive elements totalling n or more.at n=10A193061
- Number of (w,x,y,z) with all terms in {1,...,n} and w+x>=2y+2z.at n=30A212565
- Decimal representation of the x-axis, from the left edge to the origin, of the n-th stage of growth of the two-dimensional cellular automaton defined by "Rule 382", based on the 5-celled von Neumann neighborhood.at n=16A281638
- Triangle read by rows. T(n, k) = Bell(k)*Sum_{j=0..k}(-1)^(k+j)*binomial(n, n-k+j)*Stirling2(n-k+j, j) for n >= 0 and 0 <= k <= floor(n/2).at n=39A352607