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.

A135677 a(n) = ceiling(n^(4/3)+n).

This page as a plain text file.
%I A135677 #14 Sep 08 2022 08:45:32
%S A135677 2,5,8,11,14,17,21,24,28,32,36,40,44,48,52,57,61,66,70,75,79,84,89,94,
%T A135677 99,104,108,114,119,124,129,134,139,145,150,155,161,166,172,177,183,
%U A135677 188,194,200,206,211,217,223,229,235,241
%N A135677 a(n) = ceiling(n^(4/3)+n).
%H A135677 Vincenzo Librandi, <a href="/A135677/b135677.txt">Table of n, a(n) for n = 1..1000</a>
%t A135677 Table[Ceiling[n^(4/3) + n], {n, 100}] (* _Vincenzo Librandi_, Feb 16 2013 *)
%o A135677 (Magma) [Ceiling(n^(4/3)+n): n in [1..100]]; // _Vincenzo Librandi_, Feb 16 2013
%Y A135677 Cf. A135660, A135661, A135662, A135663, A135664, A135665, A028391, A135668, A135671, A135672, A135673, A135674, A135675, A135676.
%K A135677 nonn,easy
%O A135677 1,1
%A A135677 _Mohammad K. Azarian_, Dec 01 2007