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!)
A016291 Expansion of 1/((1-2x)*(1-4x)*(1-9x)). 2
1, 15, 163, 1587, 14779, 135027, 1223371, 11042979, 99517627, 896182419, 8067737899, 72618027651, 653595799195, 5882496402291, 52943004475147, 476489187727203, 4288411279413883, 38595735874332243, 347361760307681515, 3126256392524423235, 28136309731742016091 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (2/7)*2^n - (8/5)*4^n + (81/35)*9^n. - Antonio Alberto Olivares, May 12 2012
a(n) = 15*a(n-1) - 62*a(n-2) + 72*a(n-3). - Vincenzo Librandi, Jun 26 2013
MATHEMATICA
CoefficientList[Series[1 / ((1 - 2 x) (1 - 4 x) (1 - 9 x)), {x, 0, 20}], x] (* Vincenzo Librandi, Jun 26 2013 *)
LinearRecurrence[{15, -62, 72}, {1, 15, 163}, 30] (* Harvey P. Dale, Dec 03 2018 *)
PROG
(PARI) Vec(1/((1-2*x)*(1-4*x)*(1-9*x))+O(x^99)) \\ Charles R Greathouse IV, Sep 26 2012
(Magma) I:=[1, 15, 163]; [n le 3 select I[n] else 15*Self(n-1)-62*Self(n-2)+72*Self(n-3): n in [1..20]]; /* or */ m:=20; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!(1/((1-2*x)*(1-4*x)*(1-9*x)))); // Vincenzo Librandi, Jun 26 2013
CROSSREFS
Cf. A021084.
Sequence in context: A279157 A016243 A164599 * A229406 A118093 A167615
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 00:26 EDT 2024. Contains 371264 sequences. (Running on oeis4.)