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.

A046202 Distinct numbers in the triangle of denominators in Leibniz's Harmonic Triangle.

This page as a plain text file.
%I A046202 #17 Jul 02 2025 16:01:56
%S A046202 1,2,3,6,4,12,5,20,30,60,7,42,105,140,8,56,168,280,9,72,252,504,630,
%T A046202 10,90,360,840,1260,11,110,495,1320,2310,2772,132,660,1980,3960,5544,
%U A046202 13,156,858,2860,6435,10296,12012,14,182,1092,4004,10010,18018,24024,15
%N A046202 Distinct numbers in the triangle of denominators in Leibniz's Harmonic Triangle.
%C A046202 Numbers in the order in which they appear in Leibniz's Harmonic Triangle (A003506). This sequence is a permutation of the natural numbers. - _Robert G. Wilson v_, Jun 12 2014
%D A046202 L. Comtet, Advanced Combinatorics, Reidel, 1974, p. 83, Problem 25.
%H A046202 Ivan Neretin, <a href="/A046202/b046202.txt">Table of n, a(n) for n = 1..10000</a>
%e A046202 1/1; 1/2, 1/2; 1/3, 1/6, 1/3; 1/4, 1/12, 1/12, 1/4; 1/5, 1/20, 1/30, 1/20, 1/5; ...
%t A046202 t[n_, k_] := Denominator[n!*k!/(n + k + 1)!]; DeleteDuplicates@ Flatten@ Table[t[n - k, k], {n, 0, 14}, {k, 0, n/2}] (* _Robert G. Wilson v_, Jun 12 2014 *)
%Y A046202 Cf. A003506, A046201, A014631.
%K A046202 tabf,nonn,easy
%O A046202 1,2
%A A046202 _Mohammad K. Azarian_
%E A046202 More terms from _James Sellers_, Dec 13 1999