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.

A059540 Beatty sequence for 3^(1/3)/(3^(1/3)-1).

This page as a plain text file.
%I A059540 #27 Feb 16 2025 08:32:43
%S A059540 3,6,9,13,16,19,22,26,29,32,35,39,42,45,48,52,55,58,61,65,68,71,75,78,
%T A059540 81,84,88,91,94,97,101,104,107,110,114,117,120,123,127,130,133,136,
%U A059540 140,143,146,150,153,156,159,163,166,169,172,176,179,182,185,189,192
%N A059540 Beatty sequence for 3^(1/3)/(3^(1/3)-1).
%H A059540 Harry J. Smith, <a href="/A059540/b059540.txt">Table of n, a(n) for n = 1..2000</a>
%H A059540 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 A059540 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/BeattySequence.html">Beatty Sequence</a>
%H A059540 <a href="/index/Be#Beatty">Index entries for sequences related to Beatty sequences</a>
%F A059540 a(n) = floor(n/(1 - A072365)). - _Paolo Xausa_, Jul 17 2024
%t A059540 Floor[Range[100]/(1 - 3^(-1/3))] (* _Paolo Xausa_, Jul 17 2024 *)
%o A059540 (PARI) { default(realprecision, 100); b=3^(1/3)/(3^(1/3) - 1); for (n = 1, 2000, write("b059540.txt", n, " ", floor(n*b)); ) } \\ _Harry J. Smith_, Jun 28 2009
%Y A059540 Beatty complement is A059539.
%Y A059540 Cf. A072365.
%K A059540 nonn,easy
%O A059540 1,1
%A A059540 _Mitch Harris_, Jan 22 2001