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.

A145730 Partial sums of A108019.

This page as a plain text file.
%I A145730 #14 May 11 2023 14:35:10
%S A145730 0,4,40,332,2672,21396,171192,1369564,10956544,87652388,701219144,
%T A145730 5609753196,44878025616,359024204980,2872193639896,22977549119228,
%U A145730 183820392953888,1470563143631172,11764505149049448,94116041192395660
%N A145730 Partial sums of A108019.
%H A145730 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (10,-17,8).
%F A145730 a(n) = Sum_{i=0..n} A108019(i).
%F A145730 a(n) = 4*(8^(n+1)-7n-8)/49 = 4*A014831(n). - _R. J. Mathar_, Oct 21 2008
%F A145730 a(0)=0, a(1)=4, a(2)=40, a(n)=10*a(n-1)-17*a(n-2)+8*a(n-3). - _Harvey P. Dale_, Aug 08 2013
%F A145730 a(n) = A145729(n)/2. G.f.: -4*x / ((x-1)^2*(8*x-1)). - _Colin Barker_, Oct 28 2014
%t A145730 lst={};s=0;Do[s+=(s+=(s+=n+s));AppendTo[lst,s],{n,0,5!}];lst
%t A145730 Accumulate[NestList[8#+4&,0,20]] (* or *) LinearRecurrence[{10,-17,8},{0,4,40},20] (* _Harvey P. Dale_, Aug 08 2013 *)
%o A145730 (PARI) concat(0, Vec(-4*x/((x-1)^2*(8*x-1)) + O(x^100))) \\ _Colin Barker_, Oct 28 2014
%Y A145730 Cf. A108019, A145729.
%K A145730 nonn,easy
%O A145730 0,2
%A A145730 _Vladimir Joseph Stephan Orlovsky_, Oct 17 2008
%E A145730 Edited by _R. J. Mathar_, Oct 21 2008