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!)
A028168 Expansion of 1/((1-5x)(1-6x)(1-7x)(1-11x)). 0
1, 29, 536, 8086, 108927, 1369095, 16458142, 192115232, 2198921813, 24838420321, 278088555108, 3094968268938, 34308450088459, 379311805532507, 4186301510180234, 46149086679258004, 508354507662757665 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 29*a(n-1) - 305*a(n-2) + 1387*a(n-3) - 2310*a(n-4), n >= 4. - Vincenzo Librandi, Mar 19 2011
a(n) = 18*a(n-1) - 77*a(n-2) + 6^(n+1) - 5^(n+1), n >= 2. - Vincenzo Librandi, Mar 19 2011
a(n) = 6^(n+3)/5 - 7^(n+3)/8 - 5^(n+3)/12 + 11^(n+3)/120. - R. J. Mathar, Mar 19 2011
MATHEMATICA
CoefficientList[Series[1/((1-5x)(1-6x)(1-7x)(1-11x)), {x, 0, 20}], x] (* or *) LinearRecurrence[{29, -305, 1387, -2310}, {1, 29, 536, 8086}, 20] (* Harvey P. Dale, May 09 2018 *)
CROSSREFS
Sequence in context: A028171 A028146 A121046 * A028139 A028137 A028093
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)