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!)
A020577 Expansion of 1/((1-6x)(1-7x)(1-12x)). 1
1, 25, 427, 6229, 83779, 1076341, 13459699, 165601573, 2017494787, 24431946517, 294797887891, 3549239159557, 42674698231075, 512696237681653, 6156632228705203, 73909998565124581, 887135686636037443 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 6*6^n -49*7^n/5 +24*12^n/5. - R. J. Mathar, Jun 30 2013
a(0)=1, a(1)=25, a(2)=427; for n>2, a(n) = 25*a(n-1) -198*a(n-2) +504*a(n-3). - Vincenzo Librandi, Jul 04 2013
a(n) = 19*a(n-1) -84*a(n-2) +6^n. - Vincenzo Librandi, Jul 04 2013
MATHEMATICA
CoefficientList[Series[1 / ((1 - 6 x) (1 - 7 x) (1 - 12 x)), {x, 0, 20}], x] (* Vincenzo Librandi, Jul 04 2013 *)
LinearRecurrence[{25, -198, 504}, {1, 25, 427}, 30] (* Harvey P. Dale, Sep 27 2014 *)
PROG
(Magma) m:=20; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!(1/((1-6*x)*(1-7*x)*(1-12*x)))); /* or */ I:=[1, 25, 427]; [n le 3 select I[n] else 25*Self(n-1)-198*Self(n-2)+504*Self(n-3): n in [1..20]]; // Vincenzo Librandi, Jul 04 2013
CROSSREFS
Sequence in context: A299845 A020499 A226712 * A021714 A056090 A020448
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 16 12:36 EDT 2024. Contains 371711 sequences. (Running on oeis4.)