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 A059562 #25 Feb 16 2025 08:32:44 %S A059562 7,15,23,31,39,47,55,63,71,79,87,94,102,110,118,126,134,142,150,158, %T A059562 166,174,181,189,197,205,213,221,229,237,245,253,261,268,276,284,292, %U A059562 300,308,316,324,332,340,348,355,363,371,379,387,395,403,411,419,427 %N A059562 Beatty sequence for log(Pi)/(log(Pi)-1). %H A059562 Harry J. Smith, <a href="/A059562/b059562.txt">Table of n, a(n) for n = 1..2000</a> %H A059562 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 A059562 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/BeattySequence.html">Beatty Sequence</a> %H A059562 <a href="/index/Be#Beatty">Index entries for sequences related to Beatty sequences</a> %F A059562 a(n) = floor(n*(1 + 1/(A053510 - 1))). - _Paolo Xausa_, Jul 05 2024 %t A059562 Floor[Range[100]*(1 + 1/(Log[Pi] - 1))] (* _Paolo Xausa_, Jul 05 2024 *) %o A059562 (PARI) { default(realprecision, 100); b=log(Pi)/(log(Pi) - 1); for (n = 1, 2000, write("b059562.txt", n, " ", floor(n*b)); ) } \\ _Harry J. Smith_, Jun 28 2009 %o A059562 (PARI) A059562(n,c=1-1/log(Pi))=n\c \\ Use \pXX to set sufficiently large precision. - _M. F. Hasler_, Oct 06 2014 %Y A059562 Beatty complement is A059561. %Y A059562 Cf. A053510. %K A059562 nonn,easy %O A059562 1,1 %A A059562 _Mitch Harris_, Jan 22 2001