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.

A141294 Triangle read by rows, A054523 * A000012, 1<=k<=n.

This page as a plain text file.
%I A141294 #2 Mar 30 2012 17:25:28
%S A141294 1,2,1,3,1,1,4,2,1,1,5,1,1,1,1,6,4,2,1,1,1,7,1,1,1,1,1,1,8,4,2,2,1,1,
%T A141294 1,1,9,3,3,1,1,1,1,1,1,10,6,2,2,2,1,1,1,1,1,11,1,1,1,1,1,1,1,1,1,1,12,
%U A141294 8,6,4,2,2,1,1,1,1,1,1,13,1,1,1,1,1,1,1,1,1,1,1,1,14,8,2,2,2,2,2,1,1,1,1,1
%N A141294 Triangle read by rows, A054523 * A000012, 1<=k<=n.
%C A141294 Row sums = A018804: (1, 3, 5, 8, 9, 15, 13, 20,...).
%F A141294 Triangle read by rows, A054523 * A000012, 1<=k<=n. By rows, partial sums starting from the right.
%e A141294 First few rows of the triangle =
%e A141294 1;
%e A141294 2, 1;
%e A141294 3, 1, 1;
%e A141294 4, 2, 1, 1;
%e A141294 5, 1, 1, 1, 1;
%e A141294 6, 4, 2, 1, 1, 1;
%e A141294 7, 1, 1, 1, 1, 1, 1;
%e A141294 8, 4, 2, 2, 1, 1, 1, 1;
%e A141294 ...
%Y A141294 Cf. A054523, A018804.
%K A141294 nonn,tabl
%O A141294 1,2
%A A141294 _Gary W. Adamson_, Aug 02 2008