|
|
A129372
|
|
Triangle read by rows: T(n,k) = 1 if k divides n and n/k is odd, T(n,k) = 0 otherwise.
|
|
8
|
|
|
1, 0, 1, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1
(list;
table;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,1
|
|
COMMENTS
|
Row sums = A001227: (1, 1, 2, 1, 2, 2, 2, 1, 3, 2, ...).
|
|
LINKS
|
|
|
FORMULA
|
|
|
EXAMPLE
|
First few rows of the triangle:
1;
0, 1;
1, 0, 1;
0, 0, 0, 1;
1, 0, 0, 0, 1;
0, 1, 0, 0, 0, 1;
1, 0, 0, 0, 0, 0, 1;
0, 0, 0, 0, 0, 0, 0, 1;
1, 0, 1, 0, 0, 0, 0, 0, 1;
...
|
|
PROG
|
|
|
CROSSREFS
|
|
|
KEYWORD
|
|
|
AUTHOR
|
|
|
EXTENSIONS
|
Name changed and terms a(56) and beyond from Andrew Howroyd, Aug 10 2018
|
|
STATUS
|
approved
|
|
|
|