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!)
A021804 Expansion of 1/((1-x)(1-4x)(1-6x)(1-7x)). 1
1, 18, 213, 2098, 18669, 155946, 1248661, 9704706, 73804797, 552214234, 4080381669, 29857556274, 216794571085, 1564401539082, 11232205936437, 80315244188002, 572351251736733, 4067348923173690, 28836875054284165 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: 1/((1-x)*(1-4*x)*(1-6*x)*(1-7*x)).
a(n) = -1/90 +2^(2n+5)/9 -2^(n+2)*3^(n+3)/5 +7^(n+3)/18. [Bruno Berselli, May 08 2013]
a(0)=1, a(1)=18, a(2)=213, a(3)=2098, a(n)=18*a(n-1)-111*a(n-2)+ 262*a(n-3)- 168*a(n-4). - Harvey P. Dale, May 28 2015
MATHEMATICA
CoefficientList[Series[1/((1 - x) (1 - 4 x) (1 - 6 x) (1 - 7 x)), {x, 0, 20}], x] (* Bruno Berselli, May 08 2013 *)
LinearRecurrence[{18, -111, 262, -168}, {1, 18, 213, 2098}, 30] (* Harvey P. Dale, May 28 2015 *)
PROG
(PARI) Vec(1/((1-x)*(1-4*x)*(1-6*x)*(1-7*x))+O(x^20)) \\ Bruno Berselli, May 08 2013
(Magma) m:=20; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!(1/((1-x)*(1-4*x)*(1-6*x)*(1-7*x)))); // Bruno Berselli, May 08 2013
CROSSREFS
Cf. A019316 (first differences).
Sequence in context: A261484 A004323 A025937 * A025932 A260569 A125430
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 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)