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 A135678 #12 Sep 08 2022 08:45:32 %S A135678 2,4,7,10,13,16,20,24,27,31,35,39,43,47,51,56,60,65,69,74,78,83,88,93, %T A135678 98,103,108,113,118,123,128,133,138,144,149,154,160,165,171,176,182, %U A135678 187,193,199,205,210,216,222,228,234,240 %N A135678 Floor(n^(4/3)+n). %H A135678 Vincenzo Librandi, <a href="/A135678/b135678.txt">Table of n, a(n) for n = 1..1000</a> %t A135678 Table[Floor[n^(4/3) + n], {n, 100}] (* _Vincenzo Librandi_, Feb 18 2013 *) %o A135678 (Magma) [Floor(n^(4/3)+n): n in [1..100]]; // _Vincenzo Librandi_, Feb 18 2013 %Y A135678 Cf. A135660; A135661; A135662; A135663; A135664; A135665; A028391; A135668; A135671; A135672; A135673 ; A135674, A135675; A135676; A135677. %K A135678 nonn,easy %O A135678 1,1 %A A135678 _Mohammad K. Azarian_, Dec 01 2007