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!)
A182767 Beatty sequence for 1+e^2. 2

%I #7 Mar 30 2012 18:57:12

%S 8,16,25,33,41,50,58,67,75,83,92,100,109,117,125,134,142,151,159,167,

%T 176,184,192,201,209,218,226,234,243,251,260,268,276,285,293,302,310,

%U 318,327,335,343,352,360,369,377,385,394,402,411,419,427

%N Beatty sequence for 1+e^2.

%C Let u=e=A001113 and v=1/e=A068985. Jointly rank {j*u} and {k*v} as in the first comment at A182760; a(n) is the position of n*u.

%F a(n)=floor(n*(1+e^2)) = floor(n+n*A072334).

%p A182767 := proc(n) floor(n*(1+exp(2))) ; end proc:

%Y Cf. A182760, A182768.

%K nonn

%O 1,1

%A _Clark Kimberling_, Nov 29 2010

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 09:48 EDT 2024. Contains 371905 sequences. (Running on oeis4.)