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!)
A016247 Expansion of 1/((1-x)(1-6x)(1-11x)). 0
1, 18, 241, 2910, 33565, 378546, 4219993, 46755846, 516329845, 5691721530, 62681496241, 689931815118, 7591862105101, 83526155988930, 918881752875145, 10108263503608086, 111194283871577893, 1223157434578690506 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(0)=1, a(1)=18, a(n)=17*a(n-1)-66*a(n-2)+1. - Vincenzo Librandi, Feb 10 2011
a(0)=1, a(1)=18, a(2)=241, a(n)=18*a(n-1)-83*a(n-2)+66*a(n-3). - Harvey P. Dale, Sep 23 2012
a(n) = (11^(n+2) - 2*6^(n+2) + 1)/50. [Yahia Kahloune, Aug 13 2013]
MATHEMATICA
CoefficientList[Series[1/((1-x)(1-6x)(1-11x)), {x, 0, 30}], x] (* or *) LinearRecurrence[{18, -83, 66}, {1, 18, 241}, 30] (* Harvey P. Dale, Sep 23 2012 *)
PROG
(PARI) a(n) = (11^(n+2) - 2*6^(n+2) + 1)/50; \\ Joerg Arndt, Aug 13 2013
CROSSREFS
Sequence in context: A016252 A016301 A058126 * A021064 A181379 A080629
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 19 09:23 EDT 2024. Contains 371782 sequences. (Running on oeis4.)