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 A246170 #11 Aug 08 2025 01:53:55 %S A246170 3,7,11,14,18,22,26,29,33,37,41,44,48,52,56,59,63,67,71,74,78,82,86, %T A246170 89,93,97,101,104,108,112,115,119,123,127,130,134,138,142,145,149,153, %U A246170 157,160,164,168,172,175,179,183,187,190,194,198,202,205,209,213 %N A246170 Beatty sequence for sqrt(14). %H A246170 Vincenzo Librandi, <a href="/A246170/b246170.txt">Table of n, a(n) for n = 1..1000</a> %F A246170 a(n) = floor(n*sqrt(14)). %t A246170 a[n_]:=Floor[n Sqrt[14]]; Array[a, 80, 1] %o A246170 (Magma) [Floor(n*Sqrt(14)): n in [1..80]]; %Y A246170 Cf. Beatty sequence for sqrt(k): A001951 (k=2), A022838 (k=3), A022839 (k=5), A022840 (k=6), A022841 (k=7), A022842 (k=8), A177102 (k=10), A171982 (k=11), A194028 (k=12), A173983 (k=13), this sequence (k=14), A246171 (k=15), A171984 (k=17). %K A246170 nonn,easy %O A246170 1,1 %A A246170 _Vincenzo Librandi_, Aug 20 2014