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!)
A020766 Expansion of 1/((1-6x)(1-11x)(1-12x)). 0
1, 29, 571, 9521, 144907, 2083865, 28847827, 388709777, 5134091323, 66784487561, 858403625443, 10928093824193, 138039056180299, 1732402968047417, 21624191213455219, 268679676312195569 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 23*a(n-1) - 132*a(n-2) + 6^n; a(0)=1, a(1)=29. - Vincenzo Librandi, Mar 11 2011
a(n) = 6*6^n/5 - 121*11^n/5 + 24*12^n. - R. J. Mathar, Jul 01 2013
a(n) = 29*a(n-1) - 270*a(n-2) + 792*a(n-3); a(0)=1, a(1)=29, a(2)=571. - Harvey P. Dale, Jun 13 2015
MATHEMATICA
CoefficientList[Series[1/((1-6x)(1-11x)(1-12x)), {x, 0, 20}], x] (* or *) LinearRecurrence[{29, -270, 792}, {1, 29, 571}, 20] (* Harvey P. Dale, Jun 13 2015 *)
CROSSREFS
Sequence in context: A020974 A167740 A158529 * A069295 A103723 A332856
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 16 18:12 EDT 2024. Contains 371750 sequences. (Running on oeis4.)