login
A181713
Solutions of A181712(n)=0.
3
1, 2, 5, 7, 9, 10, 13, 14, 15, 17, 18, 22, 23, 26, 28, 30, 31, 34, 35, 36, 39, 43, 44, 47, 48, 49, 51, 52, 56, 57, 60, 62, 64, 65, 68, 69, 70, 73, 77, 78, 81, 83, 85, 86, 89, 90, 91, 94, 96, 98, 99, 102, 103, 104, 106, 107, 111, 112, 115, 117, 119, 120, 123, 124, 125, 128
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
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