login
First numerator and then denominator of each element of the 1/3-Pascal triangle (by row), excluding 3's.
0

%I #19 Apr 14 2021 03:44:54

%S 1,1,1,1,1,1,1,1,1,1,1,1,1,4,4,1,1,1,1,7,8,7,1,1,1,1,10,5,1,5,1,10,1,

%T 1,1,1,13,25,10,1,25,13,1,1,1,1,16,38,55,55,38,16,1,1,1,1,19,18,1,31,

%U 1,110,31,1,18,1,19,1,1,1,1,22,73,49,1,203,203

%N First numerator and then denominator of each element of the 1/3-Pascal triangle (by row), excluding 3's.

%e 1/1; --> 1 1

%e 1/1 1/1; --> 1 1 1 1

%e 1/1 1/3 1/1; --> 1 1 1 1 1

%e 1/1 4/3 4/3 1/1; --> ...

%e 1/1 7/3 8/3 7/3 1/1;

%e 1/1 10/3 5/1 5/1 10/3 1/1;

%e 1/1 13/3 25/3 10/1 25/3 13/3 1/1;

%e 1/1 16/3 38/3 55/3 55/3 38/3 16/3 1/1; ...

%Y Cf. A046534.

%K tabf,nonn,less

%O 1,14

%A _Mohammad K. Azarian_

%E Data corrected by _Sean A. Irvine_, Apr 13 2021