login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

Beatty sequence of (7 + sqrt(7))/6; complement of A022841.
2

%I #5 May 12 2017 00:15:11

%S 1,3,4,6,8,9,11,12,14,16,17,19,20,22,24,25,27,28,30,32,33,35,36,38,40,

%T 41,43,45,46,48,49,51,53,54,56,57,59,61,62,64,65,67,69,70,72,73,75,77,

%U 78,80,81,83,85,86,88,90,91,93,94,96,98,99,101,102,104

%N Beatty sequence of (7 + sqrt(7))/6; complement of A022841.

%H Clark Kimberling, <a href="/A285676/b285676.txt">Table of n, a(n) for n = 1..10000</a>

%t v = (7 + Sqrt[7])/6; Table[Floor[n*v], {n, 1, 100}]

%Y Cf. A022841, A286654.

%K nonn,easy

%O 1,2

%A _Clark Kimberling_, May 11 2017