OFFSET
0,3
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..10000
FORMULA
a(n) = A195120(3*n). - R. J. Mathar, Sep 11 2011
MAPLE
MATHEMATICA
Table[6*n - Floor[3*n*Sqrt[3]], {n, 0, 50}] (* G. C. Greubel, Nov 01 2017 *)
PROG
(Magma) [6*n-Floor(3*n*Sqrt(3)): n in [0..70]]; // Vincenzo Librandi, Sep 12 2011
(PARI) for(n=0, 50, print1(6*n - floor(3*n*sqrt(3)), ", ")) \\ G. C. Greubel, Nov 01 2017
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Sep 10 2011
STATUS
approved