cp's OEIS Frontend

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.

A059546 Beatty sequence for log(10)/(log(10)-1).

This page as a plain text file.
%I A059546 #25 Feb 16 2025 08:32:44
%S A059546 1,3,5,7,8,10,12,14,15,17,19,21,22,24,26,28,30,31,33,35,37,38,40,42,
%T A059546 44,45,47,49,51,53,54,56,58,60,61,63,65,67,68,70,72,74,76,77,79,81,83,
%U A059546 84,86,88,90,91,93,95,97,98,100,102,104,106,107,109,111,113,114,116
%N A059546 Beatty sequence for log(10)/(log(10)-1).
%H A059546 Harry J. Smith, <a href="/A059546/b059546.txt">Table of n, a(n) for n = 1..2000</a>
%H A059546 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 A059546 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/BeattySequence.html">Beatty Sequence.</a>
%H A059546 <a href="/index/Be#Beatty">Index entries for sequences related to Beatty sequences</a>
%F A059546 a(n) = floor(n*log(10)/(log(10) - 1)). - _Michel Marcus_, Jan 04 2015
%t A059546 Floor[Range[100]*(1 + 1/(Log[10] - 1))] (* _Paolo Xausa_, Jul 05 2024 *)
%o A059546 (PARI) { default(realprecision, 100); b=log(10)/(log(10) - 1); for (n = 1, 2000, write("b059546.txt", n, " ", floor(n*b)); ) } \\ _Harry J. Smith_, Jun 28 2009
%Y A059546 Beatty complement is A059545.
%Y A059546 Cf. A002392.
%K A059546 nonn,easy
%O A059546 1,2
%A A059546 _Mitch Harris_, Jan 22 2001