The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A025928 Expansion of 1/((1-2x)(1-3x)(1-4x)(1-11x)). 1
1, 20, 275, 3310, 37761, 421440, 4662175, 51395570, 565817021, 6225908260, 68492850075, 753453315030, 8288115908281, 91169797529480, 1002869877293975, 11031577111093690, 121347382194479541 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(0)=1, a(1)=20, a(2)=275, a(3)=3310, a(n)=20*a(n-1)-125*a(n-2)+ 310*a(n-3)- 264*a(n-4). - Harvey P. Dale, May 24 2012
a(n)=(11^(n+3)-9*4^(n+4)+7*3^(n+5)-7*2^(n+5))/504. - Yahia Kahloune, May 20 2013.
MATHEMATICA
CoefficientList[Series[1/((1-2x)(1-3x)(1-4x)(1-11x)), {x, 0, 30}], x] (* or *) LinearRecurrence[{20, -125, 310, -264}, {1, 20, 275, 3310}, 30] (* Harvey P. Dale, May 24 2012 *)
PROG
(PARI) Vec(1/((1-2*x)*(1-3*x)*(1-4*x)*(1-11*x))+O(x^99)) \\ Charles R Greathouse IV, Sep 27 2012
CROSSREFS
Sequence in context: A121117 A278722 A021264 * A004334 A019483 A018056
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 June 4 15:36 EDT 2024. Contains 373099 sequences. (Running on oeis4.)