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.

A032519 Sum of the integer part of 11/3-th roots of integers less than n.

This page as a plain text file.
%I A032519 #4 Aug 13 2019 13:43:04
%S A032519 0,1,2,3,4,5,6,7,8,9,10,11,12,14,16,18,20,22,24,26,28,30,32,34,36,38,
%T A032519 40,42,44,46,48,50,52,54,56,58,60,62,64,66,68,70,72,74,76,78,80,82,84,
%U A032519 86,88,90,92,94,96,98,100,103,106,109,112,115,118,121,124,127,130,133
%N A032519 Sum of the integer part of 11/3-th roots of integers less than n.
%t A032519 Accumulate[Table[IntegerPart[Surd[n^3,11]],{n,0,70}]] (* _Harvey P. Dale_, Aug 13 2019 *)
%K A032519 nonn
%O A032519 0,3
%A A032519 Michel Tixier (tixier(AT)dyadel.net)