OFFSET
1,2
COMMENTS
See A184117 for the definition of lower and upper s-Wythoff sequences.
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..10000
Clark Kimberling, Beatty Sequences and Wythoff Sequences, Generalized, Fibonacci Quart. 49 (2011), no. 3, 195-200.
MATHEMATICA
PROG
(PARI) vector(100, n, floor((sqrt(5)-1)*(n + 1/(1+sqrt(5))))) \\ G. C. Greubel, Nov 16 2018
(Magma) [Floor((Sqrt(5)-1)*(n + 1/(1+Sqrt(5)))): n in [1..100]]; // G. C. Greubel, Nov 16 2018
(Sage) [floor((sqrt(5)-1)*(n + 1/(1+sqrt(5)))) for n in (1..100)] # G. C. Greubel, Nov 16 2018
CROSSREFS
KEYWORD
nonn
AUTHOR
Clark Kimberling, Jan 16 2011
STATUS
approved