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.
%I A134917 #14 Sep 08 2022 08:45:32 %S A134917 1,3,5,7,9,11,14,16,19,22,25,28,31,34,37,41,44,48,51,55,58,62,66,70, %T A134917 74,78,81,86,90,94,98,102,106,111,115,119,124,128,133,137,142,146,151, %U A134917 156,161,165,170,175,180,185,190,195,200 %N A134917 a(n) = ceiling(n^(4/3)). %H A134917 Vincenzo Librandi, <a href="/A134917/b134917.txt">Table of n, a(n) for n = 1..1000</a> %t A134917 Table[Ceiling[n^(4/3)], {n, 60}] (* _Vincenzo Librandi_, Feb 18 2013 *) %o A134917 (Magma) [Ceiling(n^(4/3)): n in [1..60]]; // _Vincenzo Librandi_, Feb 18 2013 %Y A134917 Cf. A048766, A038605, A003059, A134914, A129011, A100196, A121536. %K A134917 nonn,easy %O A134917 1,2 %A A134917 _Mohammad K. Azarian_, Nov 17 2007