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.

A328994 a(n) = n^2*(1+n)*(1+n^2)/4.

This page as a plain text file.
%I A328994 #11 Sep 08 2022 08:46:24
%S A328994 1,15,90,340,975,2331,4900,9360,16605,27775,44286,67860,100555,144795,
%T A328994 203400,279616,377145,500175,653410,842100,1072071,1349755,1682220,
%U A328994 2077200,2543125,3089151,3725190,4461940,5310915,6284475,7395856,8659200,10089585
%N A328994 a(n) = n^2*(1+n)*(1+n^2)/4.
%H A328994 <a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (6,-15,20,-15,6,-1).
%F A328994 From _Vincenzo Librandi_, Nov 13 2019: (Start)
%F A328994 a(n) = 6*a(n-1) - 15*a(n-2) + 20*a(n-3) - 15*a(n-4) + 6*a(n-5) - a(n-6).
%F A328994 G.f.: x*(1+9*x+15*x^2+5*x^3)/(1-x)^6. (End)
%t A328994 CoefficientList[Series[(1+9x+15x^2+5x^3)/(1-x)^6,{x,0,33}],x] (* _Vincenzo Librandi_, Nov 13 2019 *)
%o A328994 (Magma) [(n^2+n^3+n^4+n^5)/4: n in [1..40]] // _Vincenzo Librandi_, Nov 13 2019
%Y A328994 Cf. A329126, A329000.
%K A328994 nonn,easy
%O A328994 1,2
%A A328994 _N. J. A. Sloane_, Nov 12 2019