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!)
A020782 Expansion of 1/((1-7x)(1-8x)(1-9x)). 0
1, 24, 385, 5160, 62401, 706104, 7628545, 79669320, 810888001, 8089258584, 79415935105, 769621605480, 7379461252801, 70134974713464, 661651583000065, 6203106293141640, 57847125937972801, 537010118353326744 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
If we define f(m,j,x)=sum(binomial(m,k)*stirling2(k,j)*x^(m-k),k=j..m) then a(n-2)=f(n,2,7), (n>=2). - Milan Janjic, Apr 26 2009
a(n) = 24*a(n-1) - 191*a(n-2) + 504*a(n-3), n>=3. - Vincenzo Librandi, Mar 15 2011
a(n) = 17*a(n-1) - 72*a(n-2) + 7^n, n>=2. - Vincenzo Librandi, Mar 15 2011
a(n) = 7^(n+2)/2 -8^(n+2) +9^(n+2)/2. - R. J. Mathar, Mar 15 2011
MATHEMATICA
CoefficientList[Series[1/((1-7x)(1-8x)(1-9x)), {x, 0, 20}], x] (* or *) LinearRecurrence[{24, -191, 504}, {1, 24, 385}, 20] (* Harvey P. Dale, Aug 20 2013 *)
CROSSREFS
Sequence in context: A269181 A266185 A114631 * A025952 A028031 A042108
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 03:05 EDT 2024. Contains 371782 sequences. (Running on oeis4.)