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!)
A024999 Expansion of 1/((1-x)(1-8x)(1-10x)(1-11x)). 0
1, 30, 593, 9738, 143949, 1989198, 26238361, 334590546, 4159355717, 50694901686, 608290940049, 7207487623674, 84523773236605, 982803891723294, 11346293009032457, 130203935811077922, 1486512106726735413 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(0)=1, a(1)=30, a(2)=593, a(3)=9738, a(n)=30*a(n-1)-307*a(n-2)+ 1158*a(n-3)- 880*a(n-4). - Harvey P. Dale, Aug 19 2012
a(n) = (21*11^(n+3) - 35*10^(n+3) + 15*8^(n+3) - 1)/630. [Yahia Kahloune, Jul 01 2013]
MATHEMATICA
CoefficientList[Series[1/((1-x)(1-8x)(1-10x)(1-11x)), {x, 0, 30}], x] (* or *) LinearRecurrence[{30, -307, 1158, -880}, {1, 30, 593, 9738}, 30] (* Harvey P. Dale, Aug 19 2012 *)
CROSSREFS
Sequence in context: A028011 A028072 A028003 * A024778 A004347 A028052
KEYWORD
nonn
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 19 16:38 EDT 2024. Contains 371794 sequences. (Running on oeis4.)