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!)
A276868 First differences of the Beatty sequence A276855 for 3 + tau, where tau = golden ratio = (1 + sqrt(5))/2. 4

%I #9 Sep 26 2016 21:38:36

%S 4,5,4,5,5,4,5,4,5,5,4,5,5,4,5,4,5,5,4,5,4,5,5,4,5,5,4,5,4,5,5,4,5,5,

%T 4,5,4,5,5,4,5,4,5,5,4,5,5,4,5,4,5,5,4,5,4,5,5,4,5,5,4,5,4,5,5,4,5,5,

%U 4,5,4,5,5,4,5,4,5,5,4,5,5,4,5,4,5,5

%N First differences of the Beatty sequence A276855 for 3 + tau, where tau = golden ratio = (1 + sqrt(5))/2.

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

%F a(n) = floor(n*r) - floor(n*r - r), where r = 3 + tau, n >= 1.

%t z = 500; r = 3+GoldenRatio; b = Table[Floor[k*r], {k, 0, z}]; (* A276855 *)

%t Differences[b] (* A276868 *)

%Y Cf. A276855, A276887.

%K nonn,easy

%O 1,1

%A _Clark Kimberling_, Sep 24 2016

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 April 23 11:07 EDT 2024. Contains 371905 sequences. (Running on oeis4.)