cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A283768 Numbers k such that U(k) is odd, where U = A001950 = upper Wythoff sequence.

Original entry on oeis.org

2, 3, 5, 6, 9, 12, 15, 16, 18, 19, 22, 25, 28, 29, 31, 32, 34, 35, 38, 41, 42, 44, 45, 47, 48, 51, 54, 55, 57, 58, 60, 61, 64, 67, 70, 71, 73, 74, 77, 80, 83, 84, 86, 87, 89, 90, 93, 96, 97, 99, 100, 102, 103, 106, 109, 110, 112, 113, 115, 116, 119, 122, 125
Offset: 1

Views

Author

Clark Kimberling, Mar 17 2017

Keywords

Comments

Complement of A283767.

Crossrefs

Programs

  • 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 *)

Formula

a(n+1) - a(n) is in {1,2,3} for every n.