login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A283767
Numbers k such that U(k) is even, where U = A001950 = upper Wythoff sequence.
3
1, 4, 7, 8, 10, 11, 13, 14, 17, 20, 21, 23, 24, 26, 27, 30, 33, 36, 37, 39, 40, 43, 46, 49, 50, 52, 53, 56, 59, 62, 63, 65, 66, 68, 69, 72, 75, 76, 78, 79, 81, 82, 85, 88, 91, 92, 94, 95, 98, 101, 104, 105, 107, 108, 111, 114, 117, 118, 120, 121, 123, 124
OFFSET
1,2
COMMENTS
Complement of A283768.
LINKS
FORMULA
a(n+1) - a(n) is in {1,2,3} for every n.
MATHEMATICA
r = GoldenRatio^2; z = 250; t = Table[Floor[n*r], {n, 1, z}]; u = Mod[t, 2];
Flatten[Position[u, 0]] (* A283767 *)
Flatten[Position[u, 1]] (* A283768 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Mar 17 2017
STATUS
approved