login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A131088 2*A051731 - A054525 as infinite lower triangular matrices. 2
1, 3, 1, 3, 0, 1, 2, 3, 0, 1, 3, 0, 0, 0, 1, 1, 3, 3, 0, 0, 1, 3, 0, 0, 0, 0, 0, 1, 2, 2, 0, 3, 0, 0, 0, 1, 2, 0, 3, 0, 0, 0, 0, 0, 1, 1, 3, 0, 0, 3, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 1, 2, 3, 0, 3, 0, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Row sums = A131089.
A131090: (1, 3, 3, 2, 3, 1, 3, 2, 2, 1, ...) in every column interspersed with (k-1) zeros.
LINKS
EXAMPLE
First few rows of the triangle:
1;
3, 1;
3, 0, 1;
2, 3, 0, 1;
3, 0, 0, 0, 1;
1, 3, 3, 0, 0, 1
3, 0, 0, 0, 0, 0, 1;
2, 2, 0, 3, 0, 0, 0, 1;
...
PROG
(PARI) T(n, k) = 2*!(n%k) - if (!(n % k), moebius(n/k), 0);
row(n) = vector(n, k, T(n, k));
lista(nn) = for (n=1, nn, v = row(n); for (k=1, #v, print1(v[k], ", "))); \\ Michel Marcus, Feb 26 2022
CROSSREFS
Cf. A129979 (left border), A131089 (row sums), A051731, A054525.
Sequence in context: A179656 A167274 A201679 * A136157 A266260 A143353
KEYWORD
nonn,tabl
AUTHOR
Gary W. Adamson, Jun 14 2007
EXTENSIONS
More terms from Michel Marcus, Feb 26 2022
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)