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.

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

This page as a plain text file.
%I A132983 #13 Sep 29 2017 02:49:43
%S A132983 2,3,3,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,
%T A132983 6,6,6,6,6,6,6,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,
%U A132983 7,8,8,8,8,8,8,8,8,8
%N A132983 a(n) = ceiling(n^(1/3) + n^(1/4)).
%H A132983 G. C. Greubel, <a href="/A132983/b132983.txt">Table of n, a(n) for n = 1..5000</a>
%t A132983 Table[Ceiling[Surd[n,3]+Surd[n,4]],{n,80}] (* _Harvey P. Dale_, May 07 2014 *)
%o A132983 (PARI) for(n=1, 50, print1(ceil(n^(1/3) + n^(1/4)), ", ")) \\ _G. C. Greubel_, Sep 28 2017
%Y A132983 Cf. A000196, A003059, A134914, A134915, A134916.
%K A132983 nonn
%O A132983 1,1
%A A132983 _Mohammad K. Azarian_, Nov 18 2007