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!)
A020341 Expansion of 1/((1-5x)(1-7x)(1-12x)). 3
1, 24, 397, 5652, 74665, 946992, 11736613, 143526444, 1741517569, 21034565640, 253379036989, 3047347017156, 36615998359513, 439728040092768, 5279095003079125, 63365680208288988, 760504096286734897 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 5^(n+2)/14 -7^(n+2)/10 +12^(n+2)/35. - R. J. Mathar, Mar 15 2011
a(0)=1, a(1)=24, a(2)=397, a(n)=24*a(n-1)-179*a(n-2)+420*a(n-3). [Harvey P. Dale, Dec 10 2011]
a(n) = 19*a(n-1) -84*a(n-2) +5^n. - Vincenzo Librandi, Jul 03 2013
MATHEMATICA
CoefficientList[Series[1/((1-5x)(1-7x)(1-12x)), {x, 0, 30}], x] (* or *) LinearRecurrence[{24, -179, 420}, {1, 24, 397}, 30] (* Harvey P. Dale, Dec 10 2011 *)
PROG
(Magma) m:=20; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!(1/((1-5*x)*(1-7*x)*(1-12*x)))); /* or */ I:=[1, 24, 397]; [n le 3 select I[n] else 24*Self(n-1)-179*Self(n-2)+420*Self(n-3): n in [1..20]]; // Vincenzo Librandi, Jul 03 2013
CROSSREFS
Sequence in context: A021894 A021694 A019687 * A021674 A019677 A021314
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 5 01:52 EDT 2024. Contains 372257 sequences. (Running on oeis4.)