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.

A236631 Triangle read by rows: T(j,k), j>=1, k>=1, in which column k lists the positive squares repeated k-1 times, except the column 1 which is A123327. The elements of the even-indexed columns are multiplied by -1. The first element of column k is in row k(k+1)/2.

This page as a plain text file.
%I A236631 #27 May 20 2022 08:57:19
%S A236631 1,3,5,-1,8,-1,10,-4,15,-4,1,16,-9,1,23,-9,1,25,-16,4,31,-16,4,-1,34,
%T A236631 -25,4,-1,45,-25,9,-1,42,-36,9,-1,55,-36,9,-4,60,-49,16,-4,1,67,-49,
%U A236631 16,-4,1,69,-64,16,-4,1,86,-64,25,-9,1,84,-81,25,-9,1,103
%N A236631 Triangle read by rows: T(j,k), j>=1, k>=1, in which column k lists the positive squares repeated k-1 times, except the column 1 which is A123327. The elements of the even-indexed columns are multiplied by -1. The first element of column k is in row k(k+1)/2.
%C A236631 T(j,k) which row j has length A003056(j) hence the first element of column k is in row A000217(j).
%C A236631 Row sums give A000203.
%C A236631 Interpreted as a sequence with index n this is also the first differences of A236630. If a(n) is positive then a(n) is the number of cells turned ON at n-th stage in the structure of A236630. If a(n) is negative then a(n) is the number of cells turned OFF at n-th stage in the structure of A236630.
%H A236631 N. J. A. Sloane, <a href="/wiki/Catalog_of_Toothpick_and_CA_Sequences_in_OEIS">Catalog of Toothpick and Cellular Automata Sequences in the OEIS</a>
%H A236631 <a href="/index/Si#SIGMAN">Index entries for sequences related to sigma(n)</a>
%F A236631 T(n,1) = A000203(n) + A004125(n).
%e A236631 Written as an irregular triangle the sequence begins:
%e A236631 1;
%e A236631 3;
%e A236631 5,     -1;
%e A236631 8,     -1;
%e A236631 10,    -4;
%e A236631 15,    -4,    1;
%e A236631 16,    -9,    1;
%e A236631 23,    -9,    1;
%e A236631 25,   -16,    4;
%e A236631 31,   -16,    4,   -1;
%e A236631 34,   -25,    4,   -1;
%e A236631 45,   -25,    9,   -1;
%e A236631 42,   -36,    9,   -1;
%e A236631 55,   -36,    9,   -4;
%e A236631 60,   -49,   16,   -4,   1;
%e A236631 67,   -49,   16,   -4,   1;
%e A236631 69,   -64,   16,   -4,   1;
%e A236631 86,   -64,   25,   -9,   1;
%e A236631 84,   -81,   25,   -9,   1;
%e A236631 103,  -81,   25,   -9,   4;
%e A236631 102, -100,   36,   -9,   4,  -1;
%e A236631 113, -100,   36,  -16,   4,  -1;
%e A236631 122, -121,   36,  -16,   4,  -1;
%e A236631 145, -121,   49,  -16,   4,  -1;
%e A236631 ...
%e A236631 For j = 15 the divisors of 15 are 1, 3, 5, 15, therefore the sum of divisors of 15 is 1 + 3 + 5 + 15 = 24. On the other hand the 15th row of triangle is 60, -49, 16, -4, 1, therefore the row sum is 60 - 49 + 16 - 4 + 1 = 24, equalling the sum of divisors of 15.
%Y A236631 Cf. A000203, A000217, A000290, A003056, A004125, A024916, A008794, A123327, A196020, A211547, A236104, A236630, A237593.
%K A236631 sign,tabf
%O A236631 1,2
%A A236631 _Omar E. Pol_, Jan 29 2014