A206458 Number of 0..n arrays of length n+4 avoiding the consecutive pattern 0..n.
6, 622, 16128, 390125, 10076832, 282473877, 8589932544, 282429533565, 9999999996000, 379749833577917, 15407021574579456, 665416609183171053, 30491346729331184928, 1477891880035400377125, 75557863725914323402752
Offset: 1
Keywords
Links
- R. H. Hardin, Table of n, a(n) for n = 1..210
Formula
Empirical: a(n) = sum{i in 0..floor((n+4)/(n+1))} ((-1)^i*(n+1)^((n+4) -(n+1)*i)*binomial((n+4) -n*i,i))
Comments