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!)
A276860 First differences of the Beatty sequence A276853 for 2*e. 4

%I #7 Sep 26 2016 21:35:23

%S 5,5,6,5,6,5,6,5,5,6,5,6,5,6,5,5,6,5,6,5,6,5,6,5,5,6,5,6,5,6,5,5,6,5,

%T 6,5,6,5,6,5,5,6,5,6,5,6,5,5,6,5,6,5,6,5,6,5,5,6,5,6,5,6,5,5,6,5,6,5,

%U 6,5,5,6,5,6,5,6,5,6,5,5,6,5,6,5,6,5

%N First differences of the Beatty sequence A276853 for 2*e.

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

%F a(n) = floor(n*r) - floor(n*r - r), where r = 2e, n >= 1.

%t z = 500; r = 2*E; b = Table[Floor[k*r], {k, 0, z}]; (* A276853 *)

%t Differences[b] (* A276860 *)

%Y Cf. A022843, A276876.

%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:27 EDT 2024. Contains 371913 sequences. (Running on oeis4.)