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!)
A329837 Beatty sequence for (4+sqrt(26))/5. 3

%I #4 Jan 02 2020 08:20:50

%S 1,3,5,7,9,10,12,14,16,18,20,21,23,25,27,29,30,32,34,36,38,40,41,43,

%T 45,47,49,50,52,54,56,58,60,61,63,65,67,69,70,72,74,76,78,80,81,83,85,

%U 87,89,90,92,94,96,98,100,101,103,105,107,109,111,112,114

%N Beatty sequence for (4+sqrt(26))/5.

%C Let r = (4+sqrt(26))/5. Then (floor(n*r)) and (floor(n*r + 2r/5)) 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*r), where r = (4+sqrt(26))/5.

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

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

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

%Y Cf. A329825, A329838 (complement).

%K nonn,easy

%O 1,2

%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 May 4 16:30 EDT 2024. Contains 372256 sequences. (Running on oeis4.)