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.

A144824 Triangle read by rows, A054533 * A127648 (matrix product).

This page as a plain text file.
%I A144824 #20 Jul 29 2019 12:25:36
%S A144824 1,-1,2,-1,-2,6,0,-4,0,8,-1,-2,-3,-4,20,1,-2,-6,-4,5,12,-1,-2,-3,-4,
%T A144824 -5,-6,42,0,0,0,-16,0,0,0,32,0,0,-9,0,0,-18,0,0,54,1,-2,3,-4,-20,-6,7,
%U A144824 -8,9,40,-1,-2,-3,-4,-5,-6,-7,-8,-9,-10,110
%N A144824 Triangle read by rows, A054533 * A127648 (matrix product).
%C A144824 Row sums = A023896: (1, 1, 3, 4, 10, 16, 21, ...).
%C A144824 Right border = A002618: (1, 2, 6, 8, 20, 12, ...).
%C A144824 Left border = mu(n) = A008683 (n).
%H A144824 Jinyuan Wang, <a href="/A144824/b144824.txt">Table of n, a(n) for n = 1..10000</a>
%F A144824 Triangle read by rows, A054533 * A127648 (matrix product). The operation is equivalent to taking termwise products of row A054533 terms and the natural numbers.
%F A144824 T(n, k) = k * Sum_{d|gcd(n,k)} d * mu(n/d) for n >= 1 and 1 <= k <= n. - _Petros Hadjicostas_, Jul 28 2019
%F A144824 a(n) = A002260(n)*A054533(n). - _Jinyuan Wang_, Jul 29 2019
%e A144824 Triangle A054533 starts as follows:
%e A144824    1;
%e A144824   -1,  1;
%e A144824   -1, -1,  2;
%e A144824    0, -2,  0,  2;
%e A144824   -1, -1, -1, -1, 4;
%e A144824    1, -1, -2, -1, 1, 2;
%e A144824    ...
%e A144824 The first few rows of triangle A144824 are as follows:
%e A144824    1;
%e A144824   -1,  2;
%e A144824   -1, -2,  6;
%e A144824    0, -4,  0,  8;
%e A144824   -1, -2, -3, -4, 20;
%e A144824    1, -2, -6, -4,  5, 12;
%e A144824   -1, -2, -3, -4, -5, -6, 42;
%e A144824    ...
%Y A144824 Cf. A002260, A002618, A008683, A023896, A054533, A127648.
%K A144824 tabl,sign
%O A144824 1,3
%A A144824 _Gary W. Adamson_, Sep 21 2008