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.

A347792 Beatty sequence for 2^(2/3).

This page as a plain text file.
%I A347792 #11 Nov 01 2021 02:45:46
%S A347792 0,1,3,4,6,7,9,11,12,14,15,17,19,20,22,23,25,26,28,30,31,33,34,36,38,
%T A347792 39,41,42,44,46,47,49,50,52,53,55,57,58,60,61,63,65,66,68,69,71,73,74,
%U A347792 76,77,79,80,82,84,85,87,88,90,92,93,95,96,98,100,101,103
%N A347792 Beatty sequence for 2^(2/3).
%H A347792 <a href="/index/Be#Beatty">Index entries for sequences related to Beatty sequences</a>
%t A347792 Table[Floor[n 2^(2/3)], {n, 0, 200}]  (* A347792 *)
%o A347792 (PARI) a(n)=sqrtnint(4*n^3,3) \\ _Charles R Greathouse IV_, Nov 01 2021
%Y A347792 Cf. A005480, A038129, A347793.
%K A347792 nonn,easy
%O A347792 0,3
%A A347792 _Clark Kimberling_, Oct 31 2021