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 A135675 #16 Sep 08 2022 08:45:32 %S A135675 0,1,2,3,4,5,7,8,10,12,14,16,18,20,22,25,27,30,32,35,37,40,43,46,49, %T A135675 52,54,58,61,64,67,70,73,77,80,83,87,90,94,97,101,104,108,112,116,119, %U A135675 123,127,131,135,139,143,147,151,155 %N A135675 a(n) = ceiling(n^(4/3) - n). %H A135675 Vincenzo Librandi, <a href="/A135675/b135675.txt">Table of n, a(n) for n = 1..1000</a> %t A135675 Table[Ceiling[n^(4/3) - n], {n, 100}] (* _Vincenzo Librandi_, Feb 16 2013 *) %o A135675 (Magma) [Ceiling(n^(4/3) - n): n in [1..100]]; // _Vincenzo Librandi_, Feb 16 2013 %Y A135675 Cf. A135660, A135661, A135662, A135663, A135664, A135665, A028391, A135668, A135671, A135672, A135673, A135674. %K A135675 nonn,easy %O A135675 1,3 %A A135675 _Mohammad K. Azarian_, Dec 01 2007 %E A135675 Offset corrected by _Mohammad K. Azarian_, Nov 19 2008