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.

A140098 A Beatty sequence: a(n) = [n*(1+1/t)], where t = tribonacci constant (A058265); complement of A140099.

This page as a plain text file.
%I A140098 #10 Feb 16 2025 08:33:08
%S A140098 1,3,4,6,7,9,10,12,13,15,16,18,20,21,23,24,26,27,29,30,32,33,35,37,38,
%T A140098 40,41,43,44,46,47,49,50,52,54,55,57,58,60,61,63,64,66,67,69,71,72,74,
%U A140098 75,77,78,80,81,83,84,86,87,89,91,92,94,95,97,98,100,101,103,104,106
%N A140098 A Beatty sequence: a(n) = [n*(1+1/t)], where t = tribonacci constant (A058265); complement of A140099.
%H A140098 N. J. A. Sloane, <a href="/A140098/b140098.txt">Table of n, a(n) for n = 1..20000</a>
%H A140098 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/BeattySequence.html">Beatty Sequence</a>.
%H A140098 <a href="/index/Be#Beatty">Index entries for sequences related to Beatty sequences</a>.
%e A140098 Tribonacci constant: t = 1.839286755214161132551852564653286600...
%e A140098 1 + 1/t = 1.54368901269207636157085597180174798652520...
%t A140098 Floor[Range[100]*(1 + 1/Root[#^3-#^2-#-1 &, 1])] (* _Paolo Xausa_, Jul 09 2024 *)
%o A140098 (PARI) {a(n)=local(t=(1+(19+3*sqrt(33))^(1/3)+(19-3*sqrt(33))^(1/3))/3);floor(n*(1+1/t))}
%Y A140098 Cf. A140099, A140100, A058265.
%K A140098 nonn
%O A140098 1,2
%A A140098 _Paul D. Hanna_, Jun 01 2008