cp's OEIS Frontend

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.

A194028 Beatty sequence for sqrt(12).

This page as a plain text file.
%I A194028 #24 Sep 08 2022 08:45:58
%S A194028 3,6,10,13,17,20,24,27,31,34,38,41,45,48,51,55,58,62,65,69,72,76,79,
%T A194028 83,86,90,93,96,100,103,107,110,114,117,121,124,128,131,135,138,142,
%U A194028 145,148,152,155,159,162,166,169,173,176,180,183,187,190,193,197
%N A194028 Beatty sequence for sqrt(12).
%H A194028 Vincenzo Librandi, <a href="/A194028/b194028.txt">Table of n, a(n) for n = 1..10000</a>
%F A194028 a(n) = floor(n*sqrt(12)).
%t A194028 Table[Floor[n*Sqrt[12]],{n,1,100}]
%o A194028 (Magma) [Floor(n*(Sqrt(12))): n in [1..70]]; // _Vincenzo Librandi_, Sep 12 2011
%Y A194028 Cf. A194115 (partial sums).
%Y A194028 Bisection of A022838.
%K A194028 nonn
%O A194028 1,1
%A A194028 _Clark Kimberling_, Aug 16 2011