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.

A059550 Beatty sequence for 1 + log(10).

This page as a plain text file.
%I A059550 #23 Feb 16 2025 08:32:44
%S A059550 3,6,9,13,16,19,23,26,29,33,36,39,42,46,49,52,56,59,62,66,69,72,75,79,
%T A059550 82,85,89,92,95,99,102,105,108,112,115,118,122,125,128,132,135,138,
%U A059550 142,145,148,151,155,158,161,165,168,171,175,178,181,184,188,191,194,198,201,204,208,211,214,217,221,224,227,231,234,237,241,244,247,250,254,257
%N A059550 Beatty sequence for 1 + log(10).
%H A059550 Harry J. Smith, <a href="/A059550/b059550.txt">Table of n, a(n) for n = 1..2000</a>
%H A059550 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 A059550 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/BeattySequence.html">Beatty Sequence</a>
%H A059550 <a href="/index/Be#Beatty">Index entries for sequences related to Beatty sequences</a>
%F A059550 a(n) = floor(n*(1 + A002392)). - _Paolo Xausa_, Jul 05 2024
%t A059550 Floor[Range[100]*(1 + Log[10])] (* _Paolo Xausa_, Jul 05 2024 *)
%o A059550 (PARI) { default(realprecision, 100); b=1 + log(10); for (n = 1, 2000, write("b059550.txt", n, " ", floor(n*b)); ) } \\ _Harry J. Smith_, Jun 28 2009
%Y A059550 Beatty complement is A059549. Differs from A080081 at 76th term.
%Y A059550 Cf. A002392.
%K A059550 nonn,easy
%O A059550 1,1
%A A059550 _Mitch Harris_, Jan 22 2001