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.

A046532 First numerator and then denominator of 1/2-Pascal triangle (by row), excluding 2's.

This page as a plain text file.
%I A046532 #11 Jun 22 2013 16:05:39
%S A046532 1,1,1,1,1,1,1,1,1,1,1,1,1,3,3,1,1,1,1,5,3,1,5,1,1,1,1,7,11,11,7,1,1,
%T A046532 1,1,9,9,1,11,1,9,1,9,1,1,1,1,11,27,20,1,20,1,27,11,1,1,1,1,13,19,1,
%U A046532 67,40,1,67,19,1,13,1,1,1,1,15,51
%N A046532 First numerator and then denominator of 1/2-Pascal triangle (by row), excluding 2's.
%e A046532 1/1;
%e A046532 1/1 1/1;
%e A046532 1/1 1/2 1/1;
%e A046532 1/1 3/2 3/2 1/1;
%e A046532 1/1 5/2 3/1 5/2 1/1;
%e A046532 1/1 7/2 11/2 11/2 7/2 1/1;
%e A046532 1/1 9/2 9/1 11/1 9/1 9/2 1/1;
%e A046532 1/1 11/2 27/2 20/1 20/1 27/2 11/2 1/1;
%e A046532 without the 2's.
%Y A046532 Cf. A046213.
%K A046532 tabf,nonn,less
%O A046532 1,14
%A A046532 _Mohammad K. Azarian_