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!)
A016305 Expansion of 1/((1-2*x)*(1-6*x)*(1-8*x)). 1
1, 16, 180, 1760, 16016, 139776, 1188160, 9925120, 81920256, 670478336, 5454525440, 44180398080, 356708356096, 2873257885696, 23103609323520, 185534152048640, 1488504881217536, 11933429038841856, 95619772245606400 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: 1/((1-2*x)*(1-6*x)*(1-8*x)).
a(n) = 2^(n-1)*(2^(2*n+5) - 3^(n+3) + 1)/3. - Zerinvary Lajos, Jun 05 2009
From Vincenzo Librandi, Sep 01 2011: (Start)
a(n) = 16*a(n-1) - 76*a(n-2) + 96*a(n-3) for n > 2;
a(n) = 14*a(n-1) - 48*a(n-2) + 2^n for n > 1. (End)
MATHEMATICA
CoefficientList[Series[1/((1-2x)(1-6x)(1-8x)), {x, 0, 30}], x] (* or *) LinearRecurrence[{16, -76, 96}, {1, 16, 180}, 30] (* Harvey P. Dale, Feb 21 2015 *)
PROG
(Sage) [((8^n - 2^n)/6-(6^n - 2^n)/4)/2 for n in range(2, 21)] # Zerinvary Lajos, Jun 05 2009
(Magma) [2^(n-1)*(2^(2*n+5)-3^(n+3)+1)/3: n in [0..20]]; // Vincenzo Librandi, Sep 01 2011
CROSSREFS
Sequence in context: A227557 A269202 A269103 * A218895 A016909 A001455
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 15:49 EDT 2024. Contains 371961 sequences. (Running on oeis4.)