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.

A240060 Triangle read by rows, n>=1, 1<=k<=n. T(n,n-k+1) = number of cells in the k-th row = number of cells in the k-th column of the diagram of the symmetric representation of sigma(n) in the first quadrant.

This page as a plain text file.
%I A240060 #29 Jun 19 2019 17:57:13
%S A240060 1,2,1,2,1,1,3,2,1,1,3,0,1,1,1,4,2,3,1,1,1,4,0,0,1,1,1,1,5,1,2,3,1,1,
%T A240060 1,1,5,0,2,1,1,1,1,1,1,6,1,2,1,3,1,1,1,1,1,6,0,0,0,0,1,1,1,1,1,1,7,1,
%U A240060 3,4,3,4,1,1,1,1,1,1,7,0,0,0,0,0,1,1,1,1,1,1,1
%N A240060 Triangle read by rows, n>=1, 1<=k<=n. T(n,n-k+1) = number of cells in the k-th row = number of cells in the k-th column of the diagram of the symmetric representation of sigma(n) in the first quadrant.
%C A240060 Since the diagram is symmetric the number of cells in the k-th row equals the number of cell in the k-th column, see example.
%C A240060 Row sums give A000203.
%C A240060 Column 1 gives A008619, n >= 1.
%C A240060 If n is an odd prime then row n lists (n+1)/2, ((n+1)/2 - 2) zeros, and (n+1)/2 ones.
%C A240060 Mirror of A240061.
%H A240060 <a href="/index/Si#SIGMAN">Index entries for sequences related to sigma(n)</a>
%e A240060 Triangle begins:
%e A240060 1;
%e A240060 2, 1;
%e A240060 2, 1, 1;
%e A240060 3, 2, 1, 1;
%e A240060 3, 0, 1, 1, 1;
%e A240060 4, 2, 3, 1, 1, 1;
%e A240060 4, 0, 0, 1, 1, 1, 1;
%e A240060 5, 1, 2, 3, 1, 1, 1, 1;
%e A240060 5, 0, 2, 1, 1, 1, 1, 1, 1;
%e A240060 6, 1, 2, 1, 3, 1, 1, 1, 1, 1;
%e A240060 6, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1;
%e A240060 7, 1, 3, 4, 3, 4, 1, 1, 1, 1, 1, 1;
%e A240060 7, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1;
%e A240060 ...
%e A240060 For n = 9 the symmetric representation of sigma(9) = 13 in the first quadrant looks like this:
%e A240060 y
%e A240060 .                               Number of cells
%e A240060 ._ _ _ _ _
%e A240060 |_ _ _ _ _|                            5
%e A240060 .         |_ _                         0
%e A240060 .         |_  |                        2
%e A240060 .           |_|_ _                     1
%e A240060 .               | |                    1
%e A240060 .               | |                    1
%e A240060 .               | |                    1
%e A240060 .               | |                    1
%e A240060 . . . . . . . . |_| . . x              1
%e A240060 .
%e A240060 So the 9th row of triangle is [5, 0, 2, 1, 1, 1, 1, 1, 1].
%e A240060 For n = 9 and k = 7 there are two cells in the 7th row of the diagram, also there are two cells in the 7th column of the diagram, so T(9,9-7+1) = T(9,3) = 2.
%Y A240060 Cf. A000203, A008619, A024916, A196020, A236104, A235791, A237270, A237271, A237591, A237593, A239660, A239931-A239934, A240061.
%K A240060 nonn,tabl
%O A240060 1,2
%A A240060 _Omar E. Pol_, Apr 26 2014