|
Search: id:A019990
|
|
|
| A019990 |
|
A threequence, a 3-way partitioning of the integers: define a,b,c,A,B,C by a(0)=true, b(0)=c(0)=A(0)=B(0)=C(0)=false, a(n)=a(m) OR C(m) OR B(m), b(n)= b(m) OR A(m) OR C(m), c(n)= c(m) OR B(m) OR A(m), A(n)= A(m) OR b(m) OR c(m), B(n)= B(m) OR c(m) OR a(m), C(n)= C(m) OR a(m) OR b(m), where m = [ (n+1)/3 ]; sequence gives n such that b(2n) is true. |
|
+0 3
|
|
| 1, 3, 4, 7, 9, 11, 12, 13, 19, 21, 22, 25, 27, 29, 32, 33, 34, 36, 38, 39, 40, 46, 55, 57, 58, 61, 63, 65, 66, 67, 73, 75, 76, 79, 81, 83, 86, 87, 89, 95, 96, 97, 99, 101, 102, 103, 106, 108, 110, 113, 114, 115, 117, 119, 120, 121, 127, 136, 138, 139, 145
(list; graph; listen)
|
|
|
|
|
Search completed in 0.002 seconds
|