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”).

A375846
Right border of triangle A375761.
3
2, 6, 72, 17280, 2903040000, 669139107840000000000, 1858095376984393503473664000000000000000000000, 17605663024171636760609250204915381895780997959633600512000000000000000000000000000000000000000000
OFFSET
1,1
COMMENTS
The terms of this sequence, the ratios of consecutive terms, the ratios of ratios of consecutive terms, etc. are all distinct integers.
FORMULA
a(n) = A375761(n, n).
a(n) = Product_{k = 1..n} A375857(k)^binomial(n-1, k-1).
EXAMPLE
a(3) = A375761(3, 3) = 72.
PROG
(PARI) \\ See Links section.
CROSSREFS
KEYWORD
nonn
AUTHOR
Rémy Sigrist, Aug 31 2024
STATUS
approved