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!)
A021154 Expansion of 1/((1-x)(1-2x)(1-5x)(1-11x)). 1
1, 19, 256, 3066, 35007, 391545, 4339462, 47896672, 527676853, 5808513711, 63913994508, 703155662118, 7735220904139, 85089973066117, 936002419362994, 10296090191237004, 113257309994958465, 1245831999401562363 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(0)=1, a(1)=19, a(2)=256, a(3)=3066, a(n)=19*a(n-1)-105*a(n-2)+ 197*a(n-3)- 110*a(n-4). - Harvey P. Dale, Sep 09 2012
a(0)=1, a(1)=19; for n>1, a(n) = 16*a(n-1) -55*a(n-2) +2^n -1. - Vincenzo Librandi, Jul 07 2013
a(n) = (2*11^(n+3) - 15*5^(n+3) + 40*2^(n+3) - 27)/1080. [Yahia Kahloune, Jul 07 2013]
MATHEMATICA
CoefficientList[Series[1/((1-x)(1-2x)(1-5x)(1-11x)), {x, 0, 30}], x] (* or *) LinearRecurrence[{19, -105, 197, -110}, {1, 19, 256, 3066}, 30] (* Harvey P. Dale, Sep 09 2012 *)
PROG
(Magma) m:=25; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!(1/((1-x)*(1-2*x)*(1-5*x)*(1-11*x)))); /* or */ I:=[1, 19, 256, 3066]; [n le 4 select I[n] else 19*Self(n-1)-105*Self(n-2)+197*Self(n-3)-110*Self(n-4): n in [1..25]]; // Vincenzo Librandi, Jul 07 2013
CROSSREFS
Sequence in context: A027532 A021394 A016316 * A255722 A016313 A335515
KEYWORD
nonn,easy
AUTHOR
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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)