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.

A048468 a(n) = T(7,n), array T given by A047858.

This page as a plain text file.
%I A048468 #17 Sep 08 2022 08:44:57
%S A048468 1,9,26,62,138,298,634,1338,2810,5882,12282,25594,53242,110586,229370,
%T A048468 475130,983034,2031610,4194298,8650746,17825786,36700154,75497466,
%U A048468 155189242,318767098,654311418,1342177274,2751463418,5637144570,11542724602,23622320122
%N A048468 a(n) = T(7,n), array T given by A047858.
%C A048468 n-th difference of a(n), a(n-1), ..., a(0) is (8, 9, 10, ...).
%H A048468 Vincenzo Librandi, <a href="/A048468/b048468.txt">Table of n, a(n) for n = 0..3000</a>
%H A048468 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (5, -8, 4).
%F A048468 a(n) = 2^(n-1)*(n+14)-6. a(0)=1, a(1)=9, a(2)=26, a(n) = 5*a(n-1)-8*a(n-2)+4*a(n-3). - _Vincenzo Librandi_, Sep 28 2011
%F A048468 a(n) = 2^(n-1)*(n+14)-6. G.f.: (1+4*x-11*x^2) / ((1-x)*(1-2*x)^2). - _Colin Barker_, Feb 18 2016
%t A048468 LinearRecurrence[{5,-8,4},{1,9,26},30] (* _Harvey P. Dale_, Apr 19 2012 *)
%o A048468 (Magma) [2^(n-1)*(n+14)-6: n in [0..30]]; // _Vincenzo Librandi_, Sep 28 2011
%o A048468 (PARI) Vec((1+4*x-11*x^2)/((1-x)*(1-2*x)^2) + O(x^40)) \\ _Colin Barker_, Feb 18 2016
%K A048468 nonn,easy
%O A048468 0,2
%A A048468 _Clark Kimberling_