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.

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

This page as a plain text file.
%I A046619 #11 Jun 22 2013 16:05:41
%S A046619 1,1,1,1,1,1,1,1,1,1,1,1,1,6,6,1,1,1,1,11,12,11,1,1,1,1,16,23,23,16,1,
%T A046619 1,1,1,21,39,46,39,21,1,1,1,1,26,12,1,17,1,17,1,12,1,26,1,1,1,1,31,86,
%U A046619 29,1,34,1,29,1,86
%N A046619 First numerator and then denominator of each element of the 1/5-Pascal triangle (by row), excluding 5's.
%e A046619 1/1; --> 1 1
%e A046619 1/1 1/1; --> 1 1 1 1
%e A046619 1/1 1/5 1/1; --> 1 1 1 1 1
%e A046619 1/1 6/5 6/5 1/1; --> 1 1 6 6 1 1
%e A046619 1/1 11/5 12/5 11/5 1/1; --> ...
%e A046619 1/1 16/5 23/5 23/5 16/5 1/1;
%e A046619 1/1 21/5 39/5 46/5 39/5 21/5 1/1;
%e A046619 1/1 26/5 12/1 17/1 17/1 12/1 26/5 1/1; ...
%Y A046619 Cf. A046601.
%K A046619 tabf,frac,nonn,less
%O A046619 1,14
%A A046619 _Mohammad K. Azarian_