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!)
A016279 Expansion of 1/((1-2x)(1-3x)(1-10x)). 1
1, 15, 169, 1755, 17761, 178275, 1784809, 17854395, 178563121, 1785689235, 17857067449, 178571201835, 1785713604481, 17857140811395, 178571422430089, 1785714267282075, 17857142801829841, 178571428405456755 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 2^n/2 - 9*3^n/7 + 25*10^n/14. - Antonio Alberto Olivares, Feb 03 2010
a(n) = 15*a(n-1) - 56*a(n-2) + 60*a(n-3). - Vincenzo Librandi, Jun 24 2013
MATHEMATICA
CoefficientList[Series[1 / ((1 - 2 x) (1 - 3 x) (1 - 10 x)), {x, 0, 20}], x] (* Vincenzo Librandi, Jun 24 2013 *)
LinearRecurrence[{15, -56, 60}, {1, 15, 169}, 30] (* Harvey P. Dale, Jul 07 2013 *)
PROG
(Magma) m:=20; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!(1/((1-2*x)*(1-3*x)*(1-10*x)))); /* or */ I:=[1, 15, 169]; [n le 3 select I[n] else 15*Self(n-1)-56*Self(n-2)+60*Self(n-3): n in [1..20]]; // Vincenzo Librandi, Jun 24 2013
CROSSREFS
Sequence in context: A138973 A016177 A125427 * A036734 A201041 A201551
KEYWORD
nonn
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 14 17:50 EDT 2024. Contains 372533 sequences. (Running on oeis4.)