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!)
A000572 A Beatty sequence: [ n(e+1) ].
(Formerly M2621 N1037)
4

%I M2621 N1037 #24 Feb 01 2022 01:03:19

%S 3,7,11,14,18,22,26,29,33,37,40,44,48,52,55,59,63,66,70,74,78,81,85,

%T 89,92,96,100,104,107,111,115,118,122,126,130,133,137,141,145,148,152,

%U 156,159,163,167,171,174,178,182,185,189,193,197,200,204,208,211,215,219

%N A Beatty sequence: [ n(e+1) ].

%D N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).

%D N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

%H T. D. Noe, <a href="/A000572/b000572.txt">Table of n, a(n) for n = 1..1000</a>

%H I. G. Connell, <a href="http://dx.doi.org/10.4153/CMB-1960-004-2">Some properties of Beatty sequences II</a>, Canad. Math. Bull., 3 (1960), 17-22.

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

%p for n from 1 to 200 do printf(`%d,`,floor( n*(exp(1)+1))) od:

%t Table[Floor[n*(E + 1)], {n, 100}] (* _T. D. Noe_, Jun 20 2012 *)

%Y Cf. A006594.

%K nonn

%O 1,1

%A _N. J. A. Sloane_

%E More terms from _James A. Sellers_, Feb 19 2001

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 18 18:20 EDT 2024. Contains 371781 sequences. (Running on oeis4.)