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!)
A018206 Expansion of 1/((1-3x)(1-10x)(1-11x)). 2
1, 24, 403, 5850, 78601, 1007364, 12509263, 151886670, 1813607701, 21378247704, 249446413723, 2886767617890, 33183014997601, 379298878576044, 4315144805143783, 48895164279003510, 552132521336304301 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(0)=1, a(1)=24, a(2)=403; for n>2, a(n) = 24*a(n-1) -173*a(n-2) +330*a(n-3). - Vincenzo Librandi, Jul 02 2013
a(n) = 21*a(n-1) -110*a(n-2) +3^n. - Vincenzo Librandi, Jul 02 2013
a(n) = (7*11^(n+2) - 8*10^(n+2) + 3^(n+2))/56. [Yahia Kahloune, Jul 06 2013]
MATHEMATICA
CoefficientList[Series[1 / ((1 - 3 x) (1 - 10 x) (1 - 11 x)), {x, 0, 20}], x] (* Vincenzo Librandi, Jul 02 2013 *)
LinearRecurrence[{24, -173, 330}, {1, 24, 403}, 20] (* Harvey P. Dale, Nov 25 2013 *)
PROG
(Magma) m:=20; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!(1/((1-3*x)*(1-10*x)*(1-11*x)))); /* or */ I:=[1, 24, 403]; [n le 3 select I[n] else 24*Self(n-1)-173*Self(n-2)+330*Self(n-3): n in [1..20]]; // Vincenzo Librandi, Jul 02 2013
CROSSREFS
Sequence in context: A021674 A019677 A021314 * A021304 A018092 A331931
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 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)