The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A016282 Expansion of 1/((1-2*x)*(1-4*x)*(1-5*x)). 1
1, 11, 83, 535, 3171, 17871, 97483, 520055, 2731091, 14179231, 72992283, 373347975, 1900290211, 9635660591, 48715157483, 245723238295, 1237206060531, 6220389909951, 31239388241083, 156746696495015, 785932504682051, 3938458614335311, 19727477439571083 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (2/3)*2^n - 8*(4)^n + (25/3)*5^n. - Antonio Alberto Olivares, May 12 2012
MATHEMATICA
CoefficientList[ Series[ 1/((1 - 2x)(1 - 4x)(1 - 5x)), {x, 0, 20} ], x ]
LinearRecurrence[{11, -38, 40}, {1, 11, 83}, 30] (* Harvey P. Dale, Nov 29 2022 *)
PROG
(Sage) [(5^n - 2^n)/3-(4^n - 2^n)/2 for n in range(2, 21)] # Zerinvary Lajos, Jun 05 2009
(PARI) Vec(1/((1-2*x)*(1-4*x)*(1-5*x))+O(x^99)) \\ Charles R Greathouse IV, Sep 26 2012
CROSSREFS
Sequence in context: A030692 A294831 A055369 * A068848 A167577 A129077
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 May 28 21:13 EDT 2024. Contains 372920 sequences. (Running on oeis4.)