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!)
A016267 Expansion of 1/((1-x)(1-10x)(1-12x)). 1
1, 23, 387, 5755, 80171, 1073163, 13989067, 178979915, 2258870091, 28217552203, 349721737547, 4307771961675, 52804374651211, 644763606925643, 7848274394218827, 95290403841737035, 1154595957211955531 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (54*12^(n+1) - 55*10^(n+1) + 1)/99. - Bruno Berselli, Mar 21 2011
a(n) = 22*a(n-1) - 120*a(n-2) + 1, n >= 2. - Vincenzo Librandi, Mar 21 2011
a(0)=1, a(1)=23, a(2)=387, a(n) = 23*a(n-1) - 142*a(n-2) + 120*a(n-3). - Harvey P. Dale, May 03 2012
MATHEMATICA
CoefficientList[Series[1/((1-x)(1-10x)(1-12x)), {x, 0, 30}], x] (* or *) LinearRecurrence[{23, -142, 120}, {1, 23, 387}, 30] (* Harvey P. Dale, May 03 2012 *)
CROSSREFS
Sequence in context: A046493 A014926 A353117 * A142821 A245805 A016197
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 5 17:15 EDT 2024. Contains 372277 sequences. (Running on oeis4.)