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!)
A021524 Expansion of 1/((1-x)(1-3x)(1-6x)(1-11x)). 1
1, 21, 304, 3822, 45031, 513639, 5760910, 64038576, 708445573, 7817058249, 86132670988, 948329828082, 10436851589347, 114836710756971, 1263391885146058, 13898439159046260, 152889601348716673 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (3*11^(n+3) - 16*6^(n+3) + 25*3^(n+3) - 12)/1200. [Yahia Kahloune, Jun 30 2013]
a(0)=1, a(1)=21; for n>1, a(n) = 17*a(n-1) -66*a(n-2) +(3^n - 1)/2. - Vincenzo Librandi, Jul 10 2013
a(0)=1, a(1)=21, a(2)=304, a(3)=3822; for n>3, a(n) = 21*a(n-1) -137*a(n-2) +315*a(n-3)- 198*af(n-4). - Vincenzo Librandi, Jul 10 2013
MATHEMATICA
CoefficientList[Series[1 / ((1 - x) (1 - 3 x) (1 - 6 x) (1 - 11 x)), {x, 0, 20}], x] (* Vincenzo Librandi, Jul 10 2013 *)
PROG
(Magma) m:=25; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!(1/((1-x)*(1-3*x)*(1-6*x)*(1-11*x)))); /* or */ I:=[1, 21, 304, 3822]; [n le 4 select I[n] else 21*Self(n-1)-137*Self(n-2)+315*Self(n-3)-198*Self(n-4): n in [1..25]]; // Vincenzo Librandi, Jul 10 2013
CROSSREFS
Sequence in context: A021784 A019618 A081553 * A021268 A018069 A019488
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)