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!)
A016206 Expansion of 1/((1-x)*(1-2x)*(1-11x)). 0
1, 14, 161, 1786, 19677, 216510, 2381737, 26199362, 288193493, 3170129446, 34871425953, 383585689578, 4219442593549, 46413868545422, 510552554032409, 5616078094422034, 61776859038773445, 679545449426770038 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: 1/((1-x)*(1-2*x)*(1-11*x)).
a(n) = (121*11^n - 40*2^n + 9)/90. - Bruno Berselli, Feb 09 2011
a(n) = 11*a(n-1) + 2^(n+1) - 1, a(0)=1. - Vincenzo Librandi, Feb 09 2011
a(n) = 14*a(n-1) - 35*a(n-2) + 22*a(n-3); a(0)=1, a(1)=14, a(2)=161. - Harvey P. Dale, Nov 02 2011
MATHEMATICA
CoefficientList[Series[1/((1-x)(1-2x)(1-11x)), {x, 0, 30}], x] (* or *) LinearRecurrence[{14, -35, 22}, {1, 14, 161}, 31] (* Harvey P. Dale, Nov 02 2011 *)
CROSSREFS
Sequence in context: A229611 A282043 A193103 * A161158 A238116 A153664
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 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)