A228177 Floor(n*(sqrt(6)+sqrt(5))).
0, 4, 9, 14, 18, 23, 28, 32, 37, 42, 46, 51, 56, 60, 65, 70, 74, 79, 84, 89, 93, 98, 103, 107, 112, 117, 121, 126, 131, 135, 140, 145, 149, 154, 159, 163, 168, 173, 178, 182, 187, 192, 196, 201, 206, 210, 215, 220, 224, 229, 234, 238, 243, 248, 253, 257, 262
Offset: 0
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..1000
Programs
-
Magma
[Floor(n*(Sqrt(6)+Sqrt(5))): n in [0..60]];
-
Mathematica
With[{c = Sqrt[6] + Sqrt[5]}, Floor[c Range[0, 60]]]
Comments