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.

A061263 a(n) = floor(n^3/9).

This page as a plain text file.
%I A061263 #20 Dec 28 2024 00:06:14
%S A061263 0,0,0,3,7,13,24,38,56,81,111,147,192,244,304,375,455,545,648,762,888,
%T A061263 1029,1183,1351,1536,1736,1952,2187,2439,2709,3000,3310,3640,3993,
%U A061263 4367,4763,5184,5628,6096,6591,7111,7657,8232,8834,9464,10125,10815,11535
%N A061263 a(n) = floor(n^3/9).
%H A061263 Harry J. Smith, <a href="/A061263/b061263.txt">Table of n, a(n) for n = 0..1000</a>
%H A061263 <a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (3,-3,2,-3,3,-1).
%F A061263 G.f.: x^3*(3-2*x+x^2) / ( (1+x+x^2)*(x-1)^4 ). - _R. J. Mathar_, Feb 20 2011
%e A061263 a(4) = floor(4^3 / 9) = floor(64/9) = 7.
%o A061263 (PARI) a(n) = { n^3\9 } \\ _Harry J. Smith_, Jul 20 2009
%Y A061263 Cf. A061105.
%K A061263 easy,nonn
%O A061263 0,4
%A A061263 _Henry Bottomley_, Apr 24 2001