This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A059560 #23 Feb 16 2025 08:32:44 %S A059560 2,5,8,11,14,16,19,22,25,28,31,33,36,39,42,45,47,50,53,56,59,62,64,67, %T A059560 70,73,76,78,81,84,87,90,93,95,98,101,104,107,109,112,115,118,121,124, %U A059560 126,129,132,135,138,140,143,146,149,152,155,157,160,163,166,169,172 %N A059560 Beatty sequence for 1 - 1/log(gamma). %D A059560 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 A059560 Harry J. Smith, <a href="/A059560/b059560.txt">Table of n, a(n) for n = 1..2000</a> %H A059560 Aviezri S. Fraenkel, Jonathan Levitt, Michael Shimshoni, <a href="http://dx.doi.org/10.1016/0012-365X(72)90012-X">Characterization of the set of values f(n)=[n alpha], n=1,2,...</a>, Discrete Math. 2 (1972), no.4, 335-345. %H A059560 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/BeattySequence.html">Beatty Sequence</a>. %H A059560 <a href="/index/Be#Beatty">Index entries for sequences related to Beatty sequences</a> %F A059560 a(n) = floor(n*(1-1/log(gamma))). - _Michel Marcus_, Jan 05 2015 %p A059560 seq( floor(n*(1-1/log(gamma))),n=0..100) ; %t A059560 Floor[Range[100]*(1 - 1/Log[EulerGamma])] (* _Paolo Xausa_, Jul 05 2024 *) %o A059560 (PARI) { default(realprecision, 100); b=1 + 1/log(1/Euler); for (n = 1, 2000, write("b059560.txt", n, " ", floor(n*b)); ) } \\ _Harry J. Smith_, Jun 28 2009 %Y A059560 Beatty complement is A059559. %Y A059560 Cf. A001620, A002389. %K A059560 nonn,easy %O A059560 1,1 %A A059560 _Mitch Harris_, Jan 22 2001