login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A114014 Expansion of g.f. (1 + 2*x)^4/((1 + x)*(1 - 16*x^2)). 1

%I #22 Aug 07 2023 16:33:05

%S 1,7,33,127,529,2031,8465,32495,135441,519919,2167057,8318703,

%T 34672913,133099247,554766609,2129587951,8876265745,34073407215,

%U 142020251921,545174515439,2272324030737,8722792247023,36357184491793

%N Expansion of g.f. (1 + 2*x)^4/((1 + x)*(1 - 16*x^2)).

%H G. C. Greubel, <a href="/A114014/b114014.txt">Table of n, a(n) for n = 0..1000</a>

%H <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (-1,16,16).

%F G.f.: (-1)*(x + 1/2)^4/((x - 1/4)*(x + 1/4)*(x + 1)).

%F From _Colin Barker_, Dec 03 2012: (Start)

%F a(n) = (5*(-4)^n - 8*(-1)^n + 243*4^n)/120 for n>1.

%F G.f.: (1 +8*x +24*x^2 +32*x^3 +16*x^4)/((1+x)*(1-4*x)*(1+4*x)). (End)

%F From _G. C. Greubel_, Jul 07 2021: (Start)

%F a(n) = 4*a(n-1) + (-1)^n*(4^(n-1) -1)/3, n>2, with a(0) = 1, a(1) = 7, and a(2) = 33.

%F E.g.f.: (1/120)(243*exp(4*x) + 5*exp(-4*x) - 8*exp(-x) - 120*(1 + x)). (End)

%t CoefficientList[Series[(1+2*x)^4/((1+x)*(1-16*x^2)), {x, 0, 40}], x]

%t a[n_]:= a[n]= If[n<2, 7^n, If[n==2, 33, 4*a[n-1] +(-1)^n*(4^(n-1) -1)/3]];

%t Table[a[n], {n, 0, 40}] (* _G. C. Greubel_, Jul 07 2021 *)

%t LinearRecurrence[{-1,16,16},{1,7,33,127,529},30] (* _Harvey P. Dale_, Aug 07 2023 *)

%o (Magma) [1,7] cat [(1/30)*(4^(n-1)*(243 + 5*(-1)^n) - 2*(-1)^n): n in [2..40]]; // _G. C. Greubel_, Jul 07 2021

%o (Sage) [1,7]+[(1/30)*(4^(n-1)*(243 + 5*(-1)^n) - 2*(-1)^n) for n in (2..40)] # _G. C. Greubel_, Jul 07 2021

%Y Cf. A112627.

%K nonn,easy

%O 0,2

%A _Roger L. Bagula_, Jan 31 2006

%E New name and edited by _G. C. Greubel_, Jul 07 2021

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 17 04:43 EDT 2024. Contains 375985 sequences. (Running on oeis4.)