-2351
domain: Z
Appears in sequences
- Row sums of a number triangle related to the Pell numbers.at n=48A110331
- Values of n such that L(11) and N(11) are both prime, where L(k) = (n^2+n+1)*2^(2*k) + (2*n+1)*2^k + 1, N(k) = (n^2+n+1)*2^k + n.at n=42A227449
- a(n) = (-a(n-1) * a(n-6) + a(n-2) * a(n-5)) / a(n-7) with a(n) = 1 if abs(n) < 4, a(11) = 4.at n=24A256858
- a(n) = (a(n-1) * a(n-5) + a(n-3)^2) / a(n-6) with a(0) = a(1) = 1, a(2) = 0, a(3) = -1, a(4) = -3, a(8) = 29.at n=12A256916
- First differences of number of active (ON, black) cells in n-th stage of growth of two-dimensional cellular automaton defined by "Rule 137", based on the 5-celled von Neumann neighborhood.at n=33A270277
- First differences of number of active (ON, black) cells in n-th stage of growth of two-dimensional cellular automaton defined by "Rule 405", based on the 5-celled von Neumann neighborhood.at n=25A271815
- First differences of number of active (ON, black) cells in n-th stage of growth of two-dimensional cellular automaton defined by "Rule 461", based on the 5-celled von Neumann neighborhood.at n=27A272294
- a(n) = Sum_{k=0..floor(n/3)} (-1)^k * binomial(n,3*k)^2.at n=8A307158