Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A110706
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A110706 Number of linear arrangements of n blue, n red and n green items such that there are no adjacent items of the same color. +0
8
6, 30, 174, 1092, 7188, 48852, 339720, 2403588, 17236524, 124948668, 913820460, 6732898800, 49918950240, 372104853600, 2786716100592, 20955408717396, 158149624268220, 1197390368733804, 9091866006950892, 69214297980023256 (list; graph; listen)
OFFSET

1,1

COMMENT

The number of circular arrangements is given by A110707 and A110710.

FORMULA

a(n) = 2 *( Sum[k=0..[n/2]] binomial(n-1, k) * ( binomial(n-1, k)*binomial(2n+1-2k, n+1) + binomial(n-1, k+1)*binomial(2n-2k, n+1)) )

PROGRAM

(PARI) a(n)=2*sum(k=0, n\2, binomial(n-1, k)*(binomial(n-1, k)*binomial(2*n+1-2*k, n+1)+binomial(n-1, k+1)*binomial(2*n-2*k, n+1)))

CROSSREFS

Cf. A110707, A110710.

Sequence in context: A038155 A026331 A135490 this_sequence A001341 A089896 A057754

Adjacent sequences: A110703 A110704 A110705 this_sequence A110707 A110708 A110709

KEYWORD

nonn

AUTHOR

Max Alekseyev (maxale(AT)gmail.com), Aug 04 2005

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | The OEIS Foundation | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified February 9 11:24 EST 2010. Contains 172296 sequences.


AT&T Labs Research