OFFSET
1,2
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..5000
A. Fraenkel and C. Kimberling, Generalized Wythoff arrays, shuffles and interspersions, Discrete Mathematics 126 (1994) 137-149.
MATHEMATICA
Table[Floor[Sqrt[3/2]*Floor[Sqrt[3/2]*n]], {n, 1, 50}] (* G. C. Greubel, May 27 2018 *)
PROG
(PARI) a(n) = floor(sqrt(3/2)*floor(sqrt(3/2)*n)); \\ Michel Marcus, Mar 05 2014
(Magma) [Floor(Sqrt(3/2)*Floor(n*Sqrt(3/2))): n in [1..50]]; // G. C. Greubel, May 27 2018
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Michel Marcus, Mar 05 2014
STATUS
approved