OFFSET
1,2
COMMENTS
Positive integers k such that {k*phi} < {3*k*phi}, where phi = (1+sqrt(5))/2 and {...} denotes fractional part. - Jeffrey Shallit, Sep 23 2025
LINKS
Paolo Xausa, Table of n, a(n) for n = 1..10000
EXAMPLE
A181712 begins with 0,0,1,1,0,1,0,1,0,0,1,1,0,0,0,1,0,0,1,1,1,0,0, so this sequence begins with 1,2,5,7,9,10,13,14,15,17,18,22,23.
MATHEMATICA
A181713Q[k_] := #[3] == #[2] + #[1] & [Floor[k*#*GoldenRatio] &];
Select[Range[200], A181713Q] (* Paolo Xausa, Sep 23 2025 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Clark Kimberling, Nov 07 2010
STATUS
approved
