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!)
A017997 Expansion of 1/((1-3x)(1-7x)(1-8x)). 1
1, 18, 223, 2364, 23053, 213654, 1914571, 16756128, 144132505, 1223664090, 10283600119, 85728989892, 710053773157, 5849984757726, 47986764852067, 392202340697256, 3195776321789809, 25973313876940962 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (4*8^(n+2) - 5*7^(n+2) + 3^(n+2))/20. [Yahia Kahloune, Jun 30 2013]
a(0)=1, a(1)=18, a(2)=223; for n>2, a(n) = 18*a(n-1) -101*a(n-2) +168*a(n-3). - Vincenzo Librandi, Jul 02 2013
a(n) = 15*a(n-1) -56*a(n-2) +3^n. - Vincenzo Librandi, Jul 02 2013
MATHEMATICA
CoefficientList[Series[1 / ((1 - 3 x) (1 - 7 x) (1 - 8 x)), {x, 0, 30}], x] (* Vincenzo Librandi, Jul 02 2013 *)
LinearRecurrence[{18, -101, 168}, {1, 18, 223}, 20] (* Harvey P. Dale, Jan 01 2022 *)
PROG
(Magma) m:=20; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!(1/((1-3*x)*(1-7*x)*(1-8*x)))); /* or */ I:=[1, 18, 223]; [n le 3 select I[n] else 18*Self(n-1)-101*Self(n-2)+168*Self(n-3): n in [1..20]]; // Vincenzo Librandi, Jul 02 2013
CROSSREFS
Sequence in context: A019333 A021454 A021224 * A018911 A021194 A155049
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 March 29 01:36 EDT 2024. Contains 371264 sequences. (Running on oeis4.)