%I A059563
%S A059563 3,6,9,12,15,18,21,24,27,30,33,37,40,43,46,49,52,55,58,61,64,67,70,74,
%T A059563 77,80,83,86,89,92,95,98,101,104,108,111,114,117,120,123,126,129,132,
%U A059563 135,138,141,145,148,151,154,157,160,163,166,169,172,175,178,182,185
%N A059563 Beatty sequence for e+1/e.
%D A059563 Fraenkel, Aviezri S.; Levitt, Jonathan; Shimshoni, Michael; Characterization
of the set of values f(n)=[n alpha], n=1,2,... Discrete Math.2 (1972),
no.4,335-345.
%H A059563 Harry J. Smith, <a href="b059563.txt">Table of n, a(n) for n=1,...,2000</
a>
%H A059563 Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/
BeattySequence.html">Link to a section of The World of Mathematics.</
a>
%H A059563 <a href="Sindx_Be.html#Beatty">Index entries for sequences related to
Beatty sequences</a>
%o A059563 (PARI) { default(realprecision, 100); b=exp(1) + 1/exp(1); for (n = 1,
2000, write("b059563.txt", n, " ", floor(n*b)); ) } [From Harry J.
Smith (hjsmithh(AT)sbcglobal.net), Jun 28 2009]
%Y A059563 Beatty complement is A059564.
%Y A059563 Sequence in context: A008486 A135943 A036686 this_sequence A085126 A117124
A071073
%Y A059563 Adjacent sequences: A059560 A059561 A059562 this_sequence A059564 A059565
A059566
%K A059563 nonn,easy
%O A059563 1,1
%A A059563 Mitch Harris (Harris.Mitchell(AT)mgh.harvard.edu), Jan 22, 2001
|