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.

A134914 a(n) = ceiling(n^(1/3)).

This page as a plain text file.
%I A134914 #22 Aug 17 2024 16:24:20
%S A134914 1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,
%T A134914 4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,
%U A134914 5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5
%N A134914 a(n) = ceiling(n^(1/3)).
%H A134914 Vincenzo Librandi, <a href="/A134914/b134914.txt">Table of n, a(n) for n = 1..1000</a>
%p A134914 A134914:=n->ceil(n^(1/3)): seq(A134914(n), n=1..50); # _Wesley Ivan Hurt_, Jul 24 2014
%t A134914 Table[Ceiling[n^(1/3)], {n, 80}] (* _Vincenzo Librandi_, Feb 18 2013 *)
%o A134914 (Magma) [Ceiling(n^(1/3)): n in [1..80]]; // _Vincenzo Librandi_, Feb 18 2013
%o A134914 (PARI) a(n)=ceil(n^(1/3)) \\ _Felix Fröhlich_, Jul 24 2014
%o A134914 (Sage) [ceil(n^(1/3)) for n in range(1,106)] # _Stefano Spezia_, Aug 17 2024
%Y A134914 Cf. A048766, A038605, A003059.
%K A134914 nonn,easy
%O A134914 1,2
%A A134914 _Mohammad K. Azarian_, Nov 17 2007