OFFSET
1,1
COMMENTS
(See A189380.)
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..10000
MATHEMATICA
PROG
(PARI) for(n=1, 100, print1(n + floor(n/(sqrt(2) -1)) + floor(n*(sqrt(2)+1)/(sqrt(2)-1)), ", ")) \\ G. C. Greubel, Apr 20 2018
(Magma) [n + Floor(n/(Sqrt(2) -1)) + Floor(n*(Sqrt(2)+1)/(Sqrt(2) - 1)): n in [1..100]]; // G. C. Greubel, Apr 20 2018
CROSSREFS
KEYWORD
nonn
AUTHOR
Clark Kimberling, Apr 20 2011
STATUS
approved