OFFSET
1,9
COMMENTS
Permuting the symbols will not change the structure.
REFERENCES
M. R. Nester (1999). Mathematical investigations of some plant interaction designs. PhD Thesis. University of Queensland, Brisbane, Australia. [See A056391 for pdf file of Chap. 2]
LINKS
Index entries for linear recurrences with constant coefficients, signature (1,9,-9,-26,26,24,-24).
FORMULA
stirling2( [(n+1)/2], 4).
G.f.: x^7/((x-1)*(2*x-1)*(2*x+1)*(2*x^2-1)*(3*x^2-1)). [Colin Barker, Jul 24 2012]
a(1)=a(2)=a(3)=a(4)=a(5)=a(6)=0, a(7)=1, a(n)=a(n-1)+9*a(n-2)-9*a(n-3)- 26*a(n-4)+ 26*a(n-5)+24*a(n-6)-24*a (n-7). - Harvey P. Dale, Mar 08 2013
MATHEMATICA
StirlingS2[Floor[(Range[40]+1)/2], 4] (* or *) LinearRecurrence[ {1, 9, -9, -26, 26, 24, -24}, {0, 0, 0, 0, 0, 0, 1}, 40] (* Harvey P. Dale, Mar 08 2013 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved