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!)
A322128 Triangular array, read by rows: T(n,k) = denominator of binomial(n-1, n-k)/k!, 1 <= k <= n. 8
1, 1, 2, 1, 1, 6, 1, 2, 2, 24, 1, 1, 1, 6, 120, 1, 2, 3, 12, 24, 720, 1, 1, 2, 6, 8, 120, 5040, 1, 2, 2, 24, 24, 240, 720, 40320, 1, 1, 3, 3, 12, 90, 180, 5040, 362880, 1, 2, 1, 2, 20, 40, 60, 1120, 40320, 3628800, 1, 1, 2, 1, 4, 20, 24, 336, 8064, 362880, 39916800 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
EXAMPLE
See A322127.
MATHEMATICA
T[n_, k_] := Denominator[Binomial[n-1, n-k]/k!]; Table[T[n, k], {n, 1, 10}, {k, 1, n}] // Flatten (* Amiram Eldar, Nov 27 2018 *)
CROSSREFS
Sequence in context: A306297 A053383 A181538 * A125731 A123361 A265315
KEYWORD
nonn,frac,tabl
AUTHOR
Seiichi Manyama, Nov 27 2018
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 25 06:14 EDT 2024. Contains 371964 sequences. (Running on oeis4.)