This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A172338 #21 Sep 08 2022 08:45:50 %S A172338 0,3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79,83,87,91, %T A172338 95,99,103,107,111,115,119,123,126,130,134,138,142,146,150,154,158, %U A172338 162,166,170,174,178,182,186,190,194,198,202,206,210,214,218 %N A172338 a(n) = floor(n*(sqrt(5)+sqrt(3))). %C A172338 sqrt(5)+sqrt(3) = 3.96811878506867... is the largest root of x^4 - 16*x^2 + 4. %H A172338 Vincenzo Librandi, <a href="/A172338/b172338.txt">Table of n, a(n) for n = 0..1000</a> %H A172338 <a href="/index/Be#Beatty">Index entries for sequences related to Beatty sequences</a> %t A172338 With[{c = Sqrt[5] + Sqrt[3]}, Floor[c Range[0,60]]] (* _Harvey P. Dale_, Apr 10 2012 *) %o A172338 (Magma) [Floor(n*Sqrt(5)+Sqrt(3)): n in [0..60] ]; %o A172338 (PARI) a(n)=sqrtint(sqrtint(60*n^4)+8*n^2) \\ _Charles R Greathouse IV_, Jan 24 2022 %Y A172338 Cf. A110117, A172323-A172332, A172334, A172336, A172337. %K A172338 nonn,less,easy %O A172338 0,2 %A A172338 _Vincenzo Librandi_, Feb 01 2010