OFFSET
1,2
COMMENTS
Conjecture: a(n)/n-> 3 + sqrt(5), and if m denotes this number, then -1 < m - a(n)/n) < 5 for n >= 1.
The truth of this conjecture follows directly from the same statement for A288709, in combination with Mathar's Jun 19 2017 conjecture. - Michel Dekking, Oct 20 2018
Appears to differ from A288709 only at a(1). - R. J. Mathar, Jun 19 2017
From Michel Dekking, Oct 20 2018: (Start)
Here is a proof of this conjecture.
The sequence (a(n)) consists of the positions of 1 in A288711, which can be obtained from A289034 by a [0->00, 1->10]-transform (see Kimberling's observation in the Comments of A288707). Similarly, the sequence A288709 consists of the positions of 1 in A288707, which can be obtained from A189661 by the same [0->00, 1->10]-transform. It is shown in the Comments of A189661 that A189661 = A289034, except for the first two terms. In A189661 these two terms are 0,1, which is transformed to 0,0,1,0. In A289034 these two terms are 1,0, which is transformed to 1,0,0,0. We see that the first 1 in A288711 occurs at position 1, but the first 1 in A288707 appears at position 3. The next 1's will occur at the same position in the two sequences.
Conclusion: the sequence (a(n)) only differs from A288709 at a(1). (End)
LINKS
Clark Kimberling, Table of n, a(n) for n = 1..10000
FORMULA
a(n+1) = 2*floor(n*phi) +2*n + 3, where phi = (1+sqrt(5))/2. - Michel Dekking, Oct 20 2018
MATHEMATICA
PROG
(Magma) [1] cat [2*Floor(n*(1 + Sqrt(5)) / 2) + 2*n + 3: n in [1..60]]; // Vincenzo Librandi, Oct 20 2018
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Jun 16 2017
STATUS
approved