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 A135673 #19 Sep 08 2022 08:45:32 %S A135673 2,4,6,7,8,10,11,12,14,15,16,18,19,20,22,23,24,25,27,28,29,30,32,33, %T A135673 34,35,36,38,39,40,41,43,44,45,46,47,49,50,51,52,53,55,56,57,58,59,61, %U A135673 62,63,64,65,66,68,69,70,71,72,73,75,76,77,78,79,80,82,83 %N A135673 Ceiling(n + n^(2/3)). %H A135673 Vincenzo Librandi, <a href="/A135673/b135673.txt">Table of n, a(n) for n = 1..1000</a> %e A135673 a(6) = 10; ceiling(6 + 6^(2/3)) = ceiling(9.30192...) = 10. %p A135673 A135673:=n->ceil(n + n^(2/3)); seq(A135673(k), k=1..100); # _Wesley Ivan Hurt_, Nov 01 2013 %t A135673 Table[Ceiling[n+n^(2/3)],{n,60}] (* _Harvey P. Dale_, Nov 17 2012 *) %o A135673 (Magma) [Ceiling(n + n^(2/3)): n in [1..100]]; // _Vincenzo Librandi_, Feb 16 2013 %Y A135673 Cf. A135660, A135661, A135662, A135663, A135664, A135665, A028391, A135668, A135669, A135670, A135671, A135672. %K A135673 nonn,easy %O A135673 1,1 %A A135673 _Mohammad K. Azarian_, Nov 25 2007 %E A135673 More terms from _Wesley Ivan Hurt_, Nov 01 2013