cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A375846 Right border of triangle A375761.

This page as a plain text file.
%I A375846 #7 Sep 02 2024 22:46:36
%S A375846 2,6,72,17280,2903040000,669139107840000000000,
%T A375846 1858095376984393503473664000000000000000000000,
%U A375846 17605663024171636760609250204915381895780997959633600512000000000000000000000000000000000000000000
%N A375846 Right border of triangle A375761.
%C A375846 The terms of this sequence, the ratios of consecutive terms, the ratios of ratios of consecutive terms, etc. are all distinct integers.
%H A375846 Rémy Sigrist, <a href="/A375846/a375846.gp.txt">PARI program</a>
%F A375846 a(n) = A375761(n, n).
%F A375846 a(n) = Product_{k = 1..n} A375857(k)^binomial(n-1, k-1).
%e A375846 a(3) = A375761(3, 3) = 72.
%o A375846 (PARI) \\ See Links section.
%Y A375846 Cf. A035313, A375761, A375857.
%K A375846 nonn
%O A375846 1,1
%A A375846 _Rémy Sigrist_, Aug 31 2024