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!)
A052981 Expansion of ( 1-x ) / ( 1-4*x-3*x^2+3*x^3 ). 1
1, 3, 15, 66, 300, 1353, 6114, 27615, 124743, 563475, 2545284, 11497332, 51934755, 234595164, 1059692925, 4786752927, 21622304991, 97670399970, 441188256072, 1992897309225, 9002142805206, 40663698380283, 183682530009075, 829714786761531, 3747915641932500 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: (1-x)/(1-4*x-3*x^2+3*x^3).
Recurrence: {a(0)=1, a(1)=3, a(2)=15, 3*a(n)-3*a(n+1)-4*a(n+2)+a(n+3)=0}.
Sum(-1/95*(-11-22*r+15*r^2)*r^(-1-n) where r=RootOf(1-4*_Z-3*_Z^2+3*_Z^3)).
MAPLE
spec:= [S, {S=Sequence(Prod(Union(Z, Z, Z), Union(Sequence(Z), Z)))}, unlabeled]: seq(combstruct[count ](spec, size=n), n=0..20);
MATHEMATICA
LinearRecurrence[{4, 3, -3}, {1, 3, 15}, 40] (* Vincenzo Librandi, Jun 23 2012 *)
PROG
(Magma) I:=[1, 3, 15]; [n le 3 select I[n] else 4*Self(n-1)+3*Self(n-2) -3*Self(n-3): n in [1..30]]; // Vincenzo Librandi, Jun 23 2012
CROSSREFS
Sequence in context: A144067 A001447 A106732 * A086200 A325586 A304276
KEYWORD
easy,nonn
AUTHOR
encyclopedia(AT)pommard.inria.fr, Jan 25 2000
STATUS
approved

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 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)