OFFSET
0,2
LINKS
Harvey P. Dale, Table of n, a(n) for n = 0..1000
Vitaly Bergelson and Joseph Vandehey, A hot spot proof of the generalized Wall theorem, Amer. Math. Monthly, 126:10, 876-890, Dec. 2019. See page 879.
FORMULA
MATHEMATICA
Table[Floor[Sqrt[2]n]+Floor[Sqrt[3]n], {n, 0, 80}] (* Harvey P. Dale, Mar 29 2021 *)
PROG
(PARI) a(n) = sqrtint(2*n^2) + sqrtint(3*n^2); \\ Michel Marcus, Apr 19 2023
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Dec 03 2019
STATUS
approved