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!)
A177234 a(n) = binomial(n^2, n)/(n+1). 7
2, 21, 364, 8855, 278256, 10737573, 491796152, 26088783435, 1573664496040, 106395830418878, 7970714909592876, 655454164338881388, 58702034425556612832, 5687847988198592380965, 592867741295430227919600 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
COMMENTS
Theorem: binomial(n^2, n)/(n+1) is an integer for n >= 2.
Proof 1 from William J. Keith, May 08 2010:
binomial(n^2, n) * 1/(n+1)
= (n^2)(n^2-1)(n^2-2)!/((n^2-n)!n(n-1)(n-2)!) * 1/(n+1)
= n (n^2-2)!/((n^2-n)!(n-2)!) = n * binomial(n^2-2,n-2). QED
Proof 2 from Max Alekseyev, May 08 2010:
Recall that the valuation of m! w.r.t. prime p equals the sum floor(m/p^i) over i=1,2,3,...
Moreover, if m=a+b where a and b are nonnegative integers, then floor(m/p^i) - floor(a/p^i) - floor(b/p^i) >= 0.
Let n>1. To prove that binomial(n^2, n)/(n+1) is an integer, it is enough to show that its valuation w.r.t. any prime p is nonnegative.
It is clear that trouble may come only from primes dividing n+1.
Let valuation(n+1,p)=k > 0, i.e., n+1=p^k*m where prime p does not divide m.
Then n = p^k*m - 1, n^2 = p^(2k)*m^2 - 2*p^k*m + 1 and n^2 - n = p^(2k)*m^2 - 3*p^k*m + 2.
It is easy to check that floor(n^2/p^i) - floor(n/p^i) - floor((n^2-n)/p^i) = 1 for i=1,2,...,k if p>2 and for i=2,3,...,k+1 if p=2, implying that valuation(binomial(n^2, n)/(n+1),p) >= 0. QED
REFERENCES
H. Gupta and S. P. Khare, On C(k^2,k) and the product of the first k primes, Publ. Fac. Electrotechn. Belgrade, Ser. Math. Phys. 25-29 (1977) 577-598.
LINKS
H. Gupta and S. P. Khare, On C(k^2,k) and the product of the first k primes, Publ. Fac. Electrotechn. Belgrade, Ser. Math. Phys. 25-29 (1977) 577-598. [PDF] [From R. J. Mathar, May 09 2010]
EXAMPLE
a(3) = 21 because binomial(9,3)/(3+1) = 84/4 = 21.
MAPLE
with(numtheory):n0:=25:T:=array(1..n0-1):for n from 2 to n0 do: T[n-1]:= binomial(n*n, n)/(n+1):od:print(T):
CROSSREFS
Sequence in context: A196637 A240997 A241247 * A099710 A098344 A228384
KEYWORD
nonn
AUTHOR
Michel Lagneau, May 05 2010, May 08 2010
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)