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!)
A141728 Triangle read by rows T(n,k). Triangle elements are 0 and 1. Starting with 1 in the top add below a second row of (2n-1) elements (with n=2 -> 3). Moving from left to right add 1 if the number of adjacent 1's is even or add 0 if it is odd. See example below. 10
1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Any diagonal, read top down from right to left, expresses a periodic sequence of 0'0's and 1's Lengths of the periods are alway powers of 2. Here below the periods for the first 20 diagonals:
10
0
0110
0110
1000
0
01011010
00011110
11011000
11110000
11001010
01100000
01000110
0110
1011011101001000
0111111110000000
0000111101011010
1110000100011110
0100000111011000
1001011100001110
LINKS
EXAMPLE
.....................................1 First Row
..................................0 ... Add 0 to have an odd number of adjacent 1's
.....................................1 First Row
...................................0.0 ... Add again 0 to have an odd number of adjacent 1's
......................................1 First Row
...................................0.0.0 ... Again add 0 to have an odd number of adjacent 1's
The second row is now complete.
.....................................1 First Row
...................................0.0.0 Second Row
.................................1 ... Add 1 because there are no adjacent 1's
.....................................1 First Row
...................................0.0.0 Second Row
.................................1.0 ... Add 0 because there is one adjacent 1 (third row)
.....................................1 First Row
...................................0.0.0 Second Row
.................................1.0.1 ... Add 1 because there is no adjacent 1
.....................................1 First Row
...................................0.0.0 Second Row
.................................1.0.1.0 ... Add 0 because there is only an 1 adjacent (third row)
.....................................1 First Row
...................................0.0.0 Second Row
.................................1.0.1.0.1 ... Add 1 because there is no adjacent 1
The third row is now complete. Then repeat the process for the other rows.
CROSSREFS
Sequence in context: A068430 A141738 A267145 * A141737 A285301 A089011
KEYWORD
easy,nonn,tabf
AUTHOR
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 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)