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!)
A028129 Expansion of 1/((1-4x)(1-5x)(1-11x)(1-12x)). 0
1, 32, 665, 11440, 177441, 2582592, 36039145, 488323280, 6475959281, 84497107552, 1088651482425, 13885593262320, 175667802947521, 2207466992246912, 27583620276442505, 343037771674508560 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
From Vincenzo Librandi, Mar 17 2011: (Start)
a(n) = 32*a(n-1) - 359*a(n-2) + 1648*a(n-3) - 2640*a(n-4), n >= 4.
a(n) = 23*a(n-1) - 132*a(n-2) + 5^(n+1) - 4^(n+1), n >= 2. (End)
a(n) = 18*12^(n+1)/7 - 11^(n+3)/42 - 2*4^(n+1)/7 + 5^(n+3)/42. - R. J. Mathar, Mar 18 2011
MATHEMATICA
CoefficientList[Series[1/((1-4x)(1-5x)(1-11x)(1-12x)), {x, 0, 30}], x] (* or *) LinearRecurrence[{32, -359, 1648, -2640}, {1, 32, 665, 11440}, 30] (* Harvey P. Dale, Sep 24 2014 *)
CROSSREFS
Sequence in context: A028101 A028097 A028021 * A028088 A028019 A028014
KEYWORD
nonn
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 25 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)