Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A115112
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A115112 Number of different ways to select n elements from two sets of n elements under the precondition of choosing at least one element from each set. +0
3
0, 4, 18, 68, 250, 922, 3430, 12868, 48618, 184754, 705430, 2704154, 10400598, 40116598, 155117518, 601080388, 2333606218, 9075135298, 35345263798, 137846528818, 538257874438, 2104098963718, 8233430727598, 32247603683098 (list; graph; listen)
OFFSET

1,2

COMMENT

The number of different ways to select n elements from two sets of n elements under the precondition of choosing at least one element from each set.

FORMULA

a(n) = binomial(2*n, n)-2; also: a(n)=sum{binomial(n, i)*binomial(n, j|i, j=1...(n-1), i+j=n}.

EXAMPLE

a(5)=binomial(10,5)-2=250.

MAPLE

seq(sum((binomial(n, m))^2, m=1..n-1), n=1..24); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jun 19 2008

CROSSREFS

Cf. A000984, A115246, A115111.

Adjacent sequences: A115109 A115110 A115111 this_sequence A115113 A115114 A115115

Sequence in context: A100177 A083321 A022728 this_sequence A005367 A050184 A034352

KEYWORD

nonn

AUTHOR

Hieronymus Fischer (Hieronymus.Fischer(AT)gmx.de), Jan 22 2006

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 | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified October 15 09:18 EDT 2008. Contains 145015 sequences.


AT&T Labs Research