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.

A046585 Odd numbers in writing first denominator and then numerator of each element of the 1/4-Pascal triangle (by row).

This page as a plain text file.
%I A046585 #10 Jun 22 2013 16:05:40
%S A046585 1,1,1,1,1,1,1,1,1,1,1,1,1,5,5,1,1,1,1,9,5,9,1,1,1,1,13,19,19,13,1,1,
%T A046585 1,1,17,1,19,1,17,1,1,1,1,21,49,35,35,49,21,1,1,1,1,25,35,119,1,35,
%U A046585 119,35,25,1,1,1,1,29,95,189,259,259,189,95,29,1,1,1,1,33,1,31,1,71,1,259
%N A046585 Odd numbers in writing first denominator and then numerator of each element of the 1/4-Pascal triangle (by row).
%e A046585 1/1; --> 1 1
%e A046585 1/1 1/1; --> 1 1 1 1
%e A046585 1/1 1/4 1/1; --> 1 1 1 1 1
%e A046585 1/1 5/4 5/4 1/1; --> 1 1 5 5 1 1
%e A046585 1/1 9/4 5/2 9/4 1/1; --> ...
%e A046585 1/1 13/4 19/4 19/4 13/4 1/1;
%e A046585 1/1 17/4 8/1 19/2 8/1 17/4 1/1;
%e A046585 1/1 21/4 49/4 35/2 35/2 49/4 21/4 1/1; ...
%Y A046585 Cf. A046563.
%K A046585 tabf,nonn,frac,less
%O A046585 1,14
%A A046585 _Mohammad K. Azarian_