[seqfan] Re: A100071 - query re comment and reference

Peter Luschny peter.luschny at gmail.com
Fri Aug 17 10:29:09 CEST 2012


DS > A comment on this sequence says:
DS > "Corollary 3 of "An Identity Involving the Least Common Multiple of
DS > Binomial Coefficients and its Application" mentions this sequence"
DS > Is this true?

The expression in the third line of the proof of Corollary 3 gives:

seq(max(seq(n*binomial(n-1,i),i=0..n-1)),n=1..6);
1, 2, 6, 12, 30, 60,...

Roger L. Bagula used this in his implementation of A100071
Table[If[n == 0, 0, n*Binomial[n - 1, Floor[(n - 1)/2]]], {n, 0, 30}]



More information about the SeqFan mailing list