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.

A032517 Sum of the integer part of 9/2-th roots of integers less than n.

This page as a plain text file.
%I A032517 #4 May 15 2014 06:09:39
%S A032517 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,24,26,28,
%T A032517 30,32,34,36,38,40,42,44,46,48,50,52,54,56,58,60,62,64,66,68,70,72,74,
%U A032517 76,78,80,82,84,86,88,90,92,94,96,98,100,102,104,106,108,110,112,114
%N A032517 Sum of the integer part of 9/2-th roots of integers less than n.
%t A032517 Accumulate[Table[IntegerPart[n^(2/9)],{n,0,70}]] (* _Harvey P. Dale_, May 15 2014 *)
%K A032517 nonn
%O A032517 0,3
%A A032517 Michel Tixier (tixier(AT)dyadel.net)