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!)
A085280 Expansion of (1-4x+x^2)/((1-x)(1-3x)(1-4x)). 2

%I #14 Sep 08 2022 08:45:11

%S 1,4,14,48,166,584,2094,7648,28406,107064,408574,1575248,6123846,

%T 23963944,94261454,372262848,1474702486,5855763224,23293912734,

%U 92788230448,369990660326,1476475856904,5895443074414,23550391238048

%N Expansion of (1-4x+x^2)/((1-x)(1-3x)(1-4x)).

%C Binomial transform of A085279.

%H Vincenzo Librandi, <a href="/A085280/b085280.txt">Table of n, a(n) for n = 0..300</a>

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

%F a(n) = 3^n+4^n/3-1/3.

%t Table[(3^n + 4^n/3 - 1/3), {n, 0, 30}] (* _Vincenzo Librandi_, May 26 2013 *)

%t CoefficientList[Series[(1-4x+x^2)/((1-x)(1-3x)(1-4x)),{x,0,30}],x] (* _Harvey P. Dale_, Jan 02 2021 *)

%o (Magma) [3^n+4^n/3-1/3: n in [0..30]]; // _Vincenzo Librandi_, May 26 2013

%K nonn,easy

%O 0,2

%A _Paul Barry_, Jun 25 2003

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 April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)