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!)
A016296 Expansion of 1/((1-2x)(1-5x)(1-7x)). 2
1, 14, 137, 1162, 9165, 69342, 511393, 3709874, 26619989, 189594790, 1343438889, 9485451066, 66805055773, 469669890158, 3297861746225, 23135894831938, 162205576930917, 1136710604184246, 7963332057891001 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n-2) = ((7^n - 2^n)/5 - (5^n - 2^n)/3)/2. - Zerinvary Lajos, Jun 05 2009
a(n) = 14*a(n-1) - 59*a(n-2) + 70*a(n-3), n >= 3. - Vincenzo Librandi, Mar 16 2011
a(n) = 12*a(n-1) - 35*a(n-2) + 2^n, n >= 2. - Vincenzo Librandi, Mar 16 2011
MATHEMATICA
CoefficientList[Series[1/((1 - 2 x) (1 - 5 x) (1 - 7 x)), {x, 0, 18}], x] (* Michael De Vlieger, Jan 31 2018 *)
LinearRecurrence[{14, -59, 70}, {1, 14, 137}, 30] (* Harvey P. Dale, Aug 11 2021 *)
PROG
(Sage) [((7^n - 2^n)/5-(5^n - 2^n)/3)/2 for n in range(2, 21)] # Zerinvary Lajos, Jun 05 2009
CROSSREFS
Sequence in context: A002753 A306301 A155625 * A021044 A338323 A121034
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 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)