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.

A129004 a(n) = (n^3 + n^2)*4^n.

This page as a plain text file.
%I A129004 #29 Sep 02 2024 15:38:30
%S A129004 8,192,2304,20480,153600,1032192,6422528,37748736,212336640,
%T A129004 1153433600,6090129408,31406948352,158779572224,789200240640,
%U A129004 3865470566400,18691697672192,89369679495168,423037098786816,1984618488135680,9235897673318400,42669847250731008,195836215046438912
%N A129004 a(n) = (n^3 + n^2)*4^n.
%H A129004 Vincenzo Librandi, <a href="/A129004/b129004.txt">Table of n, a(n) for n = 1..1000</a>
%H A129004 <a href="/index/Rec">Index entries for linear recurrences with constant coefficients</a>, signature (16,-96,256,-256).
%F A129004 G.f.: 8*x*(1+8*x)/(1-4*x)^4. - _R. J. Mathar_, Dec 19 2008
%F A129004 a(1)=8, a(2)=192, a(3)=2304, a(4)=20480, a(n)=16*a(n-1)-96*a(n-2)+ 256*a(n-3)-256*a(n-4). - _Harvey P. Dale_, May 12 2011
%F A129004 a(n) = 8*(A038846(n-1)+8*A038846(n-2)), with A038846(-1)=0. - _Bruno Berselli_, Feb 12 2013
%F A129004 E.g.f.: 8*exp(4*x)*x*(1 + 8*x + 8*x^2). - _Stefano Spezia_, Sep 02 2024
%t A129004 Table[(n^3+n^2)4^n,{n, 20}] (* or *) LinearRecurrence[{16,-96,256,-256}, {8,192,2304,20480},20] (* _Harvey P. Dale_, May 12 2011 *)
%o A129004 (Magma) [(n^3+n^2)*4^n: n in [1..25]]; // _Vincenzo Librandi_, Feb 12 2013
%Y A129004 Cf. A036289, A038846, A128796.
%K A129004 nonn,easy
%O A129004 1,1
%A A129004 _Mohammad K. Azarian_, May 01 2007