%I #9 Sep 08 2022 08:45:50
%S 0,6,12,18,25,31,37,43,50,56,62,68,75,81,87,93,100,106,112,118,125,
%T 131,137,143,150,156,162,168,175,181,187,193,200,206,212,218,225,231,
%U 237,243,250,256,262,268,275,281,287,293,300,306,312
%N Floor(n*(sqrt(13)+sqrt(7))).
%C Also integer part of n*6.2513025865..., where the constant is the largest root of x^4 -40*x^2 +36.
%H Vincenzo Librandi, <a href="/A172331/b172331.txt">Table of n, a(n) for n = 0..1000</a>
%t With[{c = Sqrt[13] + Sqrt[7]}, Floor[c Range[0, 70]]] (* _Vincenzo Librandi_, Aug 01 2013 *)
%o (Magma) [Floor(n*(Sqrt(13)+Sqrt(7))): n in [0..60]];
%Y Cf. A110117, A172323-A172332, A172334, A172336-A172338.
%K nonn,easy,less
%O 0,2
%A _Vincenzo Librandi_, Feb 01 2010