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 A059547 #28 Feb 16 2025 08:32:44 %S A059547 1,3,5,7,9,11,13,15,17,19,21,22,24,26,28,30,32,34,36,38,40,42,43,45, %T A059547 47,49,51,53,55,57,59,61,63,64,66,68,70,72,74,76,78,80,82,84,85,87,89, %U A059547 91,93,95,97,99,101,103,105,106,108,110,112,114,116,118,120,122,124 %N A059547 Beatty sequence for 1 + 1/log(3). %H A059547 Harry J. Smith, <a href="/A059547/b059547.txt">Table of n, a(n) for n = 1..2000</a> %H A059547 Aviezri S. Fraenkel, Jonathan Levitt and 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 A059547 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/BeattySequence.html">Beatty Sequence.</a> %H A059547 <a href="/index/Be#Beatty">Index entries for sequences related to Beatty sequences</a> %F A059547 a(n) = floor(n*(1 + A121935)). - _Paolo Xausa_, Jul 05 2024 %t A059547 Floor[Range[100]*(1 + 1/Log[3])] (* _Paolo Xausa_, Jul 05 2024 *) %o A059547 (PARI) { default(realprecision, 100); b=1 + 1/log(3); for (n = 1, 2000, write("b059547.txt", n, " ", floor(n*b)); ) } \\ _Harry J. Smith_, Jun 28 2009 %Y A059547 Beatty complement is A059548. %Y A059547 Cf. A121935. %K A059547 nonn,easy %O A059547 1,2 %A A059547 _Mitch Harris_, Jan 22 2001