|
| |
|
|
A127368
|
|
Relative prime triangle, read by rows.
|
|
6
| |
|
|
1, 1, 0, 1, 2, 0, 1, 0, 3, 0, 1, 2, 3, 4, 0, 1, 0, 0, 0, 5, 0, 1, 2, 3, 4, 5, 6, 0, 1, 0, 3, 0, 5, 0, 7, 0, 1, 2, 0, 4, 5, 0, 7, 8, 0, 1, 0, 3, 0, 0, 0, 7, 9, 0
(list; table; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,5
|
|
|
COMMENTS
| Row sums = A023896, (reduced residue system mod n): (1, 1, 3, 4, 10, 6, 21,...). [From Gary W. Adamson (qntmpkt(AT)yahoo.com), Aug 27 2008]
|
|
|
FORMULA
| T(n,k) = k if a relative prime of n; 0 otherwise. Replace the "1's" of A054521 with their corresponding column numbers; leaving the zeros.
Equals A054521 * A127648 as infinite lower triangular matrices. [From Gary W. Adamson (qntmpkt(AT)yahoo.com), Aug 27 2008]
|
|
|
EXAMPLE
| Row 4 = (1, 0, 3, 0) since 1 and 3 are relative primes of 4.
First few rows of the triangle are:
1;
1, 0;
1, 2, 0;
1, 0, 3, 0;
1, 2, 3, 4, 0;
1, 0, 0, 0, 5, 0;
1, 2, 3, 4, 5, 6, 0;
...
|
|
|
CROSSREFS
| Cf. A054521.
A054521, A023896 [From Gary W. Adamson (qntmpkt(AT)yahoo.com), Aug 27 2008]
Sequence in context: A175267 A108045 A143728 * A112552 A048154 A134511
Adjacent sequences: A127365 A127366 A127367 * A127369 A127370 A127371
|
|
|
KEYWORD
| nonn,tabl
|
|
|
AUTHOR
| Gary W. Adamson (qntmpkt(AT)yahoo.com), Jan 11 2007
|
| |
|
|