login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A056473 Number of palindromic structures using exactly four different symbols. 1
0, 0, 0, 0, 0, 0, 1, 1, 10, 10, 65, 65, 350, 350, 1701, 1701, 7770, 7770, 34105, 34105, 145750, 145750, 611501, 611501, 2532530, 2532530, 10391745, 10391745, 42355950, 42355950, 171798901 (list; graph; refs; listen; history; text; internal format)
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
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
Sequence in context: A270012 A219911 A056483 * A241869 A243126 A269921
KEYWORD
nonn,easy
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 09:21 EDT 2024. Contains 371967 sequences. (Running on oeis4.)