login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A329828 Beatty sequence for (7+sqrt(37))/6. 3

%I #5 Jan 02 2020 08:19:31

%S 2,4,6,8,10,13,15,17,19,21,23,26,28,30,32,34,37,39,41,43,45,47,50,52,

%T 54,56,58,61,63,65,67,69,71,74,76,78,80,82,85,87,89,91,93,95,98,100,

%U 102,104,106,109,111,113,115,117,119,122,124,126,128,130,133

%N Beatty sequence for (7+sqrt(37))/6.

%C Let r = (5+sqrt(37))/6. Then (floor(n*r)) and (floor(n*r + r/3)) are a pair of Beatty sequences; i.e., every positive integer is in exactly one of the sequences. See the Guide to related sequences at A329825.

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/BeattySequence.html">Beatty Sequence.</a>

%H <a href="/index/Be#Beatty">Index entries for sequences related to Beatty sequences</a>

%F a(n) = floor(n*s), where s = (7+sqrt(37))/6.

%t t = 1/3; r = Simplify[(2 - t + Sqrt[t^2 + 4])/2]; s = Simplify[r/(r - 1)];

%t Table[Floor[r*n], {n, 1, 200}] (* A329827 *)

%t Table[Floor[s*n], {n, 1, 200}] (* A329828 *)

%Y Cf. A329825, A329827 (complement).

%K nonn,easy

%O 1,1

%A _Clark Kimberling_, Dec 31 2019

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 2 07:21 EDT 2024. Contains 374821 sequences. (Running on oeis4.)