login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A093421
Triangle read by rows: T(n,k) is the denominator of f(n, k) = (Product_{i = 0..k-1} (n-i))/(Sum_{i = 1..k} i) for 1 <= k <= n.
3
1, 1, 3, 1, 1, 1, 1, 1, 1, 5, 1, 3, 1, 1, 1, 1, 1, 1, 1, 1, 7, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 11, 1, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 13, 1, 1, 1, 1, 1, 7, 1, 1, 1, 1, 1, 1, 1, 1, 3, 1, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1
OFFSET
1,3
FORMULA
T(n,n) = denominator(f(n, n)) = denominator(2*(n-1)!/(n+1)).
EXAMPLE
Triangle T(n,k) (with rows n >= 1 and columns k >= 1) begins as follows:
1;
1, 3;
1, 1, 1;
1, 1, 1, 5;
1, 3, 1, 1, 1;
1, 1, 1, 1, 1, 7;
1, 1, 1, 1, 1, 1, 1;
1, 3, 1, 1, 1, 1, 1, 1;
1, 1, 1, 5, 1, 1, 1, 1, 1;
1, 1, 1, 1, 1, 1, 1, 1, 1, 11;
...
CROSSREFS
Cf. A090585, A090586, A093415, A093420 (numerators), A093423.
Sequence in context: A340085 A143261 A204116 * A146531 A285865 A360098
KEYWORD
nonn,easy,frac,tabl,less
AUTHOR
Amarnath Murthy, Mar 30 2004
EXTENSIONS
Edited and extended by David Wasserman, Aug 29 2006
STATUS
approved