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.

A132914 a(n) = floor(sqrt(n) + n^(1/3)).

This page as a plain text file.
%I A132914 #8 Jan 01 2024 23:48:01
%S A132914 2,2,3,3,3,4,4,4,5,5,5,5,5,6,6,6,6,6,7,7,7,7,7,7,7,8,8,8,8,8,8,8,8,9,
%T A132914 9,9,9,9,9,9,9,9,10,10,10,10,10,10,10,10,10,10,11,11,11,11,11,11,11,
%U A132914 11,11,11,11,12,12,12,12,12
%N A132914 a(n) = floor(sqrt(n) + n^(1/3)).
%t A132914 Table[Floor[Sqrt[n] + n^(1/3)], {n, 100}] (* _Wesley Ivan Hurt_, Jan 01 2024 *)
%Y A132914 Cf. A000196, A003059, A134914, A134915, A134916.
%K A132914 nonn,easy
%O A132914 1,1
%A A132914 _Mohammad K. Azarian_, Nov 18 2007