4329604
domain: N
Appears in sequences
- Number of cases in which the first player is killed in a Russian roulette game where 5 players use a gun with n chambers and the number of bullets can be from 1 to n. Players do not rotate the cylinder after the game starts.at n=22A119610
- a(n+5) = a(n+4)+a(n+3)+a(n+2)+a(n+1)+2*a(n) with a(0)=0, a(1)=a(2)=a(3)=a(4)=1.at n=25A226310
- Expansion of 1/((1 - 2*x)*(1 + x + x^2 + x^3 + x^4)).at n=23A349842