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!)
A028122 Expansion of 1/((1-4x)(1-5x)(1-8x)(1-11x)). 0
1, 28, 505, 7500, 100161, 1254588, 15084745, 176531500, 2028331921, 23012251548, 258784204185, 2892049106700, 32177076653281, 356869970102908, 3948976130302825, 43626137399621100, 481387456885736241 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
From Vincenzo Librandi, Mar 17 2011: (Start)
a(n) = 28*a(n-1) - 279*a(n-2) + 1172*a(n-3) - 1760*a(n-4), n >= 4.
a(n) = 19*a(n-1) - 88*a(n-2) + 5^(n+1) - 4^(n+1), n >= 2. (End)
a(n) = -4^(n+2)/7 - 2*8^(n+2)/9 + 11^(n+3)/126 + 5^(n+3)/18. - R. J. Mathar, Mar 18 2011
MATHEMATICA
CoefficientList[Series[1/((1-4x)(1-5x)(1-8x)(1-11x)), {x, 0, 30}], x] (* or *) LinearRecurrence[{28, -279, 1172, -1760}, {1, 28, 505, 7500}, 30] (* Harvey P. Dale, Apr 01 2013 *)
CROSSREFS
Sequence in context: A028133 A042516 A028083 * A028081 A028009 A028119
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 May 9 15:13 EDT 2024. Contains 372352 sequences. (Running on oeis4.)