A172330 Floor(n*(sqrt(13)+sqrt(11))).
0, 6, 13, 20, 27, 34, 41, 48, 55, 62, 69, 76, 83, 89, 96, 103, 110, 117, 124, 131, 138, 145, 152, 159, 166, 173, 179, 186, 193, 200, 207, 214, 221, 228, 235, 242, 249, 256, 263, 269, 276, 283, 290, 297, 304, 311, 318, 325, 332, 339, 346
Offset: 0
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..1000
Programs
-
Magma
[Floor(n*(Sqrt(13)+Sqrt(11))): n in [0..60]];
-
Mathematica
With[{c = Sqrt[13] + Sqrt[11]}, Floor[c Range[0, 70]]] (* Vincenzo Librandi, Aug 01 2013 *)
Comments