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!)
A020573 Expansion of 1/((1-6x)(1-7x)(1-11x)). 1
1, 24, 391, 5406, 68497, 824460, 9612667, 109824522, 1238345653, 13843811256, 153896453503, 1704525493398, 18833608743769, 207769555090212, 2289742482517699, 25217579128356834, 277609074266467645 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 36*6^n/5 -49*7^n/4 +121*11^n/20. - R. J. Mathar, Jun 30 2013
a(0)=1, a(1)=24, a(2)=391; for n>2, a(n) = 24*a(n-1) -185*a(n-2) +462*a(n-3). - Vincenzo Librandi, Jul 04 2013
a(n) = 18*a(n-1) -77*a(n-2) +6^n. - Vincenzo Librandi, Jul 04 2013
MATHEMATICA
CoefficientList[Series[1 / ((1 - 6 x) (1 - 7 x) (1 - 11 x)), {x, 0, 20}], x] (* Harvey P. Dale, Mar 24 2011 *)
PROG
(Magma) m:=20; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!(1/((1-6*x)*(1-7*x)*(1-11*x)))); /* or */ I:=[1, 24, 391]; [n le 3 select I[n] else 24*Self(n-1)-185*Self(n-2)+462*Self(n-3): n in [1..20]]; // Vincenzo Librandi, Jul 04 2013
CROSSREFS
Sequence in context: A025970 A021924 A020494 * A022448 A025947 A007752
KEYWORD
nonn,easy
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)